Searched hist:"1 d18c47c735e8adfe531fc41fae31e98f86b68fe" (Results 1 – 7 of 7) sorted by relevance
/linux/arch/arm64/mm/ |
H A D | pgd.c | 1d18c47c735e8adfe531fc41fae31e98f86b68fe Mon Mar 05 12:49:27 CET 2012 Catalin Marinas <catalin.marinas@arm.com> arm64: MMU fault handling and page table management
This patch adds support for the handling of the MMU faults (exception entry code introduced by a previous patch) and page table management.
The user translation table is pointed to by TTBR0 and the kernel one (swapper_pg_dir) by TTBR1. There is no translation information shared or address space overlapping between user and kernel page tables.
Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | extable.c | 1d18c47c735e8adfe531fc41fae31e98f86b68fe Mon Mar 05 12:49:27 CET 2012 Catalin Marinas <catalin.marinas@arm.com> arm64: MMU fault handling and page table management
This patch adds support for the handling of the MMU faults (exception entry code introduced by a previous patch) and page table management.
The user translation table is pointed to by TTBR0 and the kernel one (swapper_pg_dir) by TTBR1. There is no translation information shared or address space overlapping between user and kernel page tables.
Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | copypage.c | 1d18c47c735e8adfe531fc41fae31e98f86b68fe Mon Mar 05 12:49:27 CET 2012 Catalin Marinas <catalin.marinas@arm.com> arm64: MMU fault handling and page table management
This patch adds support for the handling of the MMU faults (exception entry code introduced by a previous patch) and page table management.
The user translation table is pointed to by TTBR0 and the kernel one (swapper_pg_dir) by TTBR1. There is no translation information shared or address space overlapping between user and kernel page tables.
Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | mmap.c | 1d18c47c735e8adfe531fc41fae31e98f86b68fe Mon Mar 05 12:49:27 CET 2012 Catalin Marinas <catalin.marinas@arm.com> arm64: MMU fault handling and page table management
This patch adds support for the handling of the MMU faults (exception entry code introduced by a previous patch) and page table management.
The user translation table is pointed to by TTBR0 and the kernel one (swapper_pg_dir) by TTBR1. There is no translation information shared or address space overlapping between user and kernel page tables.
Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | fault.c | 1d18c47c735e8adfe531fc41fae31e98f86b68fe Mon Mar 05 12:49:27 CET 2012 Catalin Marinas <catalin.marinas@arm.com> arm64: MMU fault handling and page table management
This patch adds support for the handling of the MMU faults (exception entry code introduced by a previous patch) and page table management.
The user translation table is pointed to by TTBR0 and the kernel one (swapper_pg_dir) by TTBR1. There is no translation information shared or address space overlapping between user and kernel page tables.
Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
|
/linux/arch/arm64/include/asm/ |
H A D | page.h | 1d18c47c735e8adfe531fc41fae31e98f86b68fe Mon Mar 05 12:49:27 CET 2012 Catalin Marinas <catalin.marinas@arm.com> arm64: MMU fault handling and page table management
This patch adds support for the handling of the MMU faults (exception entry code introduced by a previous patch) and page table management.
The user translation table is pointed to by TTBR0 and the kernel one (swapper_pg_dir) by TTBR1. There is no translation information shared or address space overlapping between user and kernel page tables.
Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
|
H A D | pgalloc.h | 1d18c47c735e8adfe531fc41fae31e98f86b68fe Mon Mar 05 12:49:27 CET 2012 Catalin Marinas <catalin.marinas@arm.com> arm64: MMU fault handling and page table management
This patch adds support for the handling of the MMU faults (exception entry code introduced by a previous patch) and page table management.
The user translation table is pointed to by TTBR0 and the kernel one (swapper_pg_dir) by TTBR1. There is no translation information shared or address space overlapping between user and kernel page tables.
Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Acked-by: Tony Lindgren <tony@atomide.com> Acked-by: Nicolas Pitre <nico@linaro.org> Acked-by: Olof Johansson <olof@lixom.net> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
|