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-08-19 06:41:31
linux-kernel
[PATCH] powerpc/603: fix handling of the DIRTY flag
2019-08-19 05:42:07
linux-kernel
Re: [PATCH] powerpc: optimise WARN_ON()
2019-08-17 18:39:23
linux-kernel
[RFC PATCH] powerpc: use __builtin_trap() in BUG/WARN macros.
2019-08-17 09:06:02
linux-kernel
[PATCH] powerpc: optimise WARN_ON()
2019-08-17 07:45:57
linux-kernel
[PATCH] btrfs: fix allocation of bitmap pages.
2019-08-16 15:58:26
linux-kernel
Re: [PATCH 3/6] powerpc: Convert flush_icache_range & friends to C
2019-08-16 15:55:45
linux-kernel
[RFC PATCH] powerpc: Convert ____flush_dcache_icache_phys() to C
2019-08-16 14:51:36
linux-kernel
[PATCH] powerpc/vdso32: inline __get_datapage()
2019-08-16 11:17:38
linux-kernel
[PATCH v2] powerpc/32: Add VDSO version of getcpu
2019-08-16 11:10:11
linux-kernel
[PATCH] powerpc/32: Add VDSO version of getcpu
2019-08-16 08:05:38
linux-kernel
Re: [PATCH v4 3/3] x86/kasan: support KASAN_VMALLOC
2019-08-16 07:53:45
linux-kernel
[PATCH] powerpc/32: Add warning on misaligned copy_page() or clear_page()
2019-08-16 07:48:56
linux-kernel
Re: [PATCH v4 1/3] kasan: support backing vmalloc space with real shadow memory
2019-08-16 05:44:56
linux-kernel
[PATCH 2/5] powerpc/mm: move FSL_BOOK3 version of update_mmu_cache()
2019-08-16 05:44:52
linux-kernel
[PATCH 3/5] powerpc/mm: move update_mmu_cache() into book3s hash utils.
2019-08-16 05:44:32
linux-kernel
[PATCH 1/5] powerpc/mm: define empty update_mmu_cache() as static inline
2019-08-16 05:43:13
linux-kernel
[PATCH 5/5] powerpc/mm: ppc 603 doesn't need update_mmu_cache()
2019-08-16 05:43:13
linux-kernel
[PATCH 4/5] powerpc/mm: Simplify update_mmu_cache() on BOOK3S32
2019-08-15 08:26:06
linux-kernel
Re: [PATCH 4/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory
2019-08-15 07:44:43
linux-kernel
Re: [PATCH 3/6] powerpc: Convert flush_icache_range & friends to C
2019-08-14 14:39:14
linux-kernel
[PATCH] powerpc/mm: don't display empty early ioremap area
2019-08-14 12:52:18
linux-kernel
Re: [PATCH 1/5] powerpc/ptdump: fix addresses display on PPC32
2019-08-14 12:37:38
linux-kernel
[PATCH 1/5] powerpc/ptdump: fix addresses display on PPC32
2019-08-14 12:37:33
linux-kernel
[PATCH 2/5] powerpc/ptdump: fix walk_pagetables() address mismatch
2019-08-14 12:37:31
linux-kernel
[PATCH 3/5] powerpc/ptdump: drop dummy KERN_VIRT_START on PPC32
2019-08-14 12:37:20
linux-kernel
[PATCH 5/5] powerpc/ptdump: drop non vital #ifdefs
2019-08-14 12:37:11
linux-kernel
[PATCH 4/5] powerpc/ptdump: get out of note_prot_wx() when CONFIG_PPC_DEBUG_WX is not selected.
2019-08-14 10:03:59
linux-kernel
[PATCH v2] powerpc/32s: fix boot failure with DEBUG_PAGEALLOC without KASAN.
2019-08-14 09:53:30
linux-kernel
[PATCH v2 1/2] powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
2019-08-14 09:52:59
linux-kernel
[PATCH v2 2/2] powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()
2019-08-14 09:48:22
linux-kernel
Re: [PATCH 1/2] powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
2019-08-14 09:27:39
linux-kernel
[PATCH] powerpc/futex: fix warning: 'oldval' may be used uninitialized in this function
2019-08-14 06:32:02
linux-kernel
Re: [PATCH v4 1/2] powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64
2019-08-14 06:24:46
linux-kernel
Re: [PATCH v1 10/10] powerpc/mm: refactor ioremap_range() and use ioremap_page_range()
2019-08-14 06:12:10
linux-kernel
Re: [PATCH v1 05/10] powerpc/mm: Do early ioremaps from top to bottom on PPC64 too.
2019-08-14 05:29:32
linux-kernel
[PATCH] powerpc/32s: fix boot failure with DEBUG_PAGEALLOC without KASAN.
2019-08-13 20:15:39
linux-kernel
[PATCH v1 02/10] powerpc/mm: rework io-workaround invocation.
2019-08-13 20:14:50
linux-kernel
[PATCH v1 08/10] powerpc/mm: move __ioremap_at() and __iounmap_at() into ioremap.c
2019-08-13 20:14:46
linux-kernel
[PATCH v1 03/10] powerpc/mm: move common 32/64 bits ioremap functions into ioremap.c
2019-08-13 20:13:45
linux-kernel
[PATCH v1 04/10] powerpc/mm: move ioremap_prot() into ioremap.c
2019-08-13 20:13:45
linux-kernel
[PATCH v1 05/10] powerpc/mm: Do early ioremaps from top to bottom on PPC64 too.
2019-08-13 20:13:06
linux-kernel
[PATCH v1 09/10] powerpc/mm: make __ioremap_caller() common to PPC32 and PPC64
2019-08-13 20:12:54
linux-kernel
[PATCH v1 10/10] powerpc/mm: refactor ioremap_range() and use ioremap_page_range()
2019-08-13 20:12:52
linux-kernel
[PATCH v1 06/10] powerpc/mm: make ioremap_bot common to all
2019-08-13 20:12:48
linux-kernel
[PATCH v1 07/10] powerpc/mm: move iounmap() into ioremap.c and drop __iounmap()
2019-08-13 20:12:31
linux-kernel
[PATCH v1 01/10] powerpc/mm: drop ppc_md.iounmap()
2019-08-13 11:17:15
linux-kernel
[PATCH 2/2] powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()
2019-08-13 10:58:10
linux-kernel
[PATCH 1/2] powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
2019-08-12 05:42:15
linux-kernel
Re: [PATCH 1/2] powerpc: Allow flush_icache_range to work across ranges >4GB
2019-08-12 05:39:25
linux-kernel
Re: [PATCH] powerpc: Avoid clang warnings around setjmp and longjmp
2019-08-09 20:03:34
linux-kernel
Re: [PATCH] powerpc: fix inline asm constraints for dcbz