LinuxLists
Users
About
Christophe Leroy (
[email protected]
)
Number of posts: 3655 (1.37 per day)
First post: 2010-07-05 08:30:21
Last post: 2017-10-18 13:30:48
Previous Page
/
Next Page
Date
List
Subject
2019-02-21 19:10:30
linux-kernel
[PATCH v5 10/16] powerpc/kconfig: define PAGE_SHIFT inside Kconfig
2019-02-21 19:10:15
linux-kernel
[PATCH v5 12/16] powerpc/mm/32s: add setibat() clearibat() and update_bats()
2019-02-21 19:10:12
linux-kernel
[PATCH v5 08/16] powerpc/32: add helper to write into segment registers
2019-02-21 19:10:09
linux-kernel
[PATCH v5 14/16] powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32
2019-02-21 19:10:04
linux-kernel
[PATCH v5 13/16] powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX
2019-02-21 19:09:56
linux-kernel
[PATCH v5 15/16] powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX
2019-02-21 19:09:53
linux-kernel
[PATCH v5 16/16] powerpc/kconfig: make _etext and data areas alignment configurable on 8xx
2019-02-21 19:09:25
linux-kernel
[PATCH v5 02/16] powerpc/mm/32: add base address to mmu_mapin_ram()
2019-02-21 19:09:18
linux-kernel
[PATCH v5 00/16] powerpc/32: Use BATs/LTLBs for STRICT_KERNEL_RWX
2019-02-21 19:05:24
linux-kernel
Re: [PATCH v4 04/16] powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.
2019-02-21 14:51:13
linux-kernel
Re: [PATCH v4 04/16] powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.
2019-02-21 10:40:33
linux-kernel
[PATCH v2 01/10] powerpc: simplify BDI switch
2019-02-21 10:40:01
linux-kernel
[PATCH v2 00/10] Optimise TLB miss handlers on 6xx (603/e300)
2019-02-21 10:39:53
linux-kernel
[PATCH v2 04/10] powerpc/603: use physical address directly in TLB miss handlers.
2019-02-21 10:39:49
linux-kernel
[PATCH v2 03/10] powerpc/6xx: Store PGDIR physical address in a SPRG
2019-02-21 10:39:38
linux-kernel
[PATCH v2 06/10] powerpc/603: Don't handle kernel page TLB misses when not need
2019-02-21 10:39:34
linux-kernel
[PATCH v2 02/10] powerpc/6xx: Don't use SPRN_SPRG2 for storing stack pointer while in RTAS
2019-02-21 10:39:16
linux-kernel
[PATCH v2 08/10] powerpc/603: let's handle PAGE_DIRTY directly
2019-02-21 10:39:09
linux-kernel
[PATCH v2 09/10] powerpc/603: Don't worry about _PAGE_USER in TLB miss handlers
2019-02-21 10:38:58
linux-kernel
[PATCH v2 07/10] powerpc/603: Don't handle _PAGE_RW and _PAGE_DIRTY on ITLB misses
2019-02-21 10:38:53
linux-kernel
[PATCH v2 10/10] powerpc/603: don't handle PAGE_ACCESSED in TLB miss handlers.
2019-02-21 10:38:46
linux-kernel
[PATCH v2 05/10] powerpc/hash32: use physical address directly in hash handlers.
2019-02-21 08:08:38
linux-kernel
[PATCH v4 01/16] powerpc/wii: properly disable use of BATs when requested.
2019-02-21 08:08:32
linux-kernel
[PATCH v4 03/16] powerpc/mm/32s: rework mmu_mapin_ram()
2019-02-21 08:08:21
linux-kernel
[PATCH v4 04/16] powerpc/mm/32s: use generic mmu_mapin_ram() for all blocks.
2019-02-21 08:08:12
linux-kernel
[PATCH v4 07/16] powerpc/mm/32s: use _PAGE_EXEC in setbat()
2019-02-21 08:07:42
linux-kernel
[PATCH v4 02/16] powerpc/mm/32: add base address to mmu_mapin_ram()
2019-02-21 08:07:14
linux-kernel
[PATCH v4 16/16] powerpc/kconfig: make _etext and data areas alignment configurable on 8xx
2019-02-21 08:06:55
linux-kernel
[PATCH v4 06/16] powerpc/wii: remove wii_mmu_mapin_mem2()
2019-02-21 08:06:54
linux-kernel
[PATCH v4 13/16] powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWX
2019-02-21 08:06:48
linux-kernel
[PATCH v4 00/16] powerpc/32: Use BATs/LTLBs for STRICT_KERNEL_RWX
2019-02-21 08:06:44
linux-kernel
[PATCH v4 09/16] powerpc/mmu: add is_strict_kernel_rwx() helper
2019-02-21 08:06:26
linux-kernel
[PATCH v4 12/16] powerpc/mm/32s: add setibat() clearibat() and update_bats()
2019-02-21 08:06:11
linux-kernel
[PATCH v4 15/16] powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX
2019-02-21 08:06:07
linux-kernel
[PATCH v4 11/16] powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFT
2019-02-21 08:05:56
linux-kernel
[PATCH v4 14/16] powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32
2019-02-21 08:05:50
linux-kernel
[PATCH v4 10/16] powerpc/kconfig: define PAGE_SHIFT inside Kconfig
2019-02-21 08:05:45
linux-kernel
[PATCH v4 08/16] powerpc/32: add helper to write into segment registers
2019-02-21 08:05:42
linux-kernel
[PATCH v4 05/16] powerpc/32: always populate page tables for Abatron BDI.
2019-02-21 07:44:48
linux-kernel
Re: [PATCH v3 00/16] powerpc/32: Use BATs/LTLBs for STRICT_KERNEL_RWX
2019-02-21 06:32:22
linux-kernel
Re: [PATCH v3 00/16] powerpc/32: Use BATs/LTLBs for STRICT_KERNEL_RWX
2019-02-20 17:47:51
linux-kernel
Re: [PATCH v6 4/6] powerpc/32: Add KASAN support
2019-02-20 17:41:24
linux-kernel
Re: [PATCH 02/10] powerpc/603: Store PGDIR physical address in a SPRG
2019-02-20 17:36:25
linux-kernel
[PATCH v3 01/16] powerpc/wii: properly disable use of BATs when requested.
2019-02-20 17:32:59
linux-kernel
[PATCH v3 00/16] powerpc/32: Use BATs/LTLBs for STRICT_KERNEL_RWX
2019-02-20 17:31:36
linux-kernel
[PATCH v3 09/16] powerpc/mmu: add is_strict_kernel_rwx() helper
2019-02-20 17:31:33
linux-kernel
[PATCH v3 02/16] powerpc/mm/32: add base address to mmu_mapin_ram()
2019-02-20 17:31:28
linux-kernel
[PATCH v3 05/16] powerpc/32: always populate page tables for Abatron BDI.
2019-02-20 17:31:22
linux-kernel
[PATCH v3 06/16] powerpc/wii: remove wii_mmu_mapin_mem2()
2019-02-20 17:31:15
linux-kernel
[PATCH v3 03/16] powerpc/mm/32s: rework mmu_mapin_ram()
2019-02-20 17:31:05
linux-kernel
[PATCH v3 07/16] powerpc/mm/32s: use _PAGE_EXEC in setbat()