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

Date List Subject
2019-04-29 10:46:24 linux-kernel [PATCH 1/3] powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h
2019-04-29 10:44:48 linux-kernel [PATCH 2/3] powerpc/module32: Use symbolic instructions names.
2019-04-29 10:44:46 linux-kernel [PATCH 3/3] powerpc/module64: Use symbolic instructions names.
2019-04-29 09:09:18 linux-kernel [PATCH] powerpc/32s: fix BATs setting with CONFIG_STRICT_KERNEL_RWX
2019-04-26 16:40:01 linux-kernel [PATCH v3 1/3] powerpc/32s: drop Hash_end
2019-04-26 16:38:42 linux-kernel [PATCH v3 2/3] powerpc/32s: don't try to print hash table address.
2019-04-26 16:37:57 linux-kernel [PATCH v3 3/3] powerpc/mm: print hash info in a helper
2019-04-26 16:26:35 linux-kernel Re: [PATCH v10 05/18] powerpc/prom_init: don't use string functions from lib/
2019-04-26 16:02:13 linux-kernel [PATCH v2 08/15] powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32
2019-04-26 16:01:31 linux-kernel [PATCH v2 01/15] powerpc/mm: drop __bad_pte()
2019-04-26 16:00:53 linux-kernel [PATCH v2 00/15] Refactor pgalloc stuff
2019-04-26 16:00:46 linux-kernel [PATCH v2 04/15] powerpc/mm: move pgtable_t in asm/mmu.h
2019-04-26 16:00:44 linux-kernel [PATCH v2 02/15] powerpc/mm: define __pud_free_tlb() at all time on nohash/64
2019-04-26 16:00:39 linux-kernel [PATCH v2 03/15] powerpc/mm: convert Book3E 64 to pte_fragment
2019-04-26 16:00:37 linux-kernel [PATCH v2 07/15] powerpc/book3e: move early_alloc_pgtable() to init section
2019-04-26 16:00:32 linux-kernel [PATCH v2 06/15] powerpc/Kconfig: select PPC_MM_SLICES from subarch type
2019-04-26 16:00:11 linux-kernel [PATCH v2 09/15] powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32
2019-04-26 16:00:04 linux-kernel [PATCH v2 11/15] powerpc/mm: refactor definition of pgtable_cache[]
2019-04-26 15:59:57 linux-kernel [PATCH v2 10/15] powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.
2019-04-26 15:59:50 linux-kernel [PATCH v2 14/15] powerpc/mm: refactor pmd_pgtable()
2019-04-26 15:59:47 linux-kernel [PATCH v2 13/15] powerpc/mm: refactor pgtable freeing functions on nohash
2019-04-26 15:59:38 linux-kernel [PATCH v2 15/15] powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash
2019-04-26 15:59:33 linux-kernel [PATCH v2 12/15] powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32
2019-04-26 15:59:26 linux-kernel [PATCH v2 05/15] powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.h
2019-04-26 06:51:09 linux-kernel Re: [PATCH v2 11/11] powerpc/mm: drop slice DEBUG
2019-04-26 06:24:24 linux-kernel [PATCH v2 11/17] powerpc/mm: cleanup ifdef mess in add_huge_page_size()
2019-04-26 06:23:45 linux-kernel [PATCH v2 07/17] powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGE
2019-04-26 06:23:31 linux-kernel [PATCH v2 02/17] powerpc/mm: don't BUG in add_huge_page_size()
2019-04-26 06:22:25 linux-kernel [PATCH v2 00/17] Reduce ifdef mess in hugetlbpage.c
2019-04-26 06:03:50 linux-kernel [PATCH v2 06/17] powerpc/mm: move __find_linux_pte() out of hugetlbpage.c
2019-04-26 06:03:35 linux-kernel [PATCH v2 14/17] powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c
2019-04-26 06:03:22 linux-kernel [PATCH v2 03/17] powerpc/book3e: drop mmu_get_tsize()
2019-04-26 06:03:15 linux-kernel [PATCH v2 04/17] powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES
2019-04-26 06:03:09 linux-kernel [PATCH v2 12/17] powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
2019-04-26 06:02:49 linux-kernel [PATCH v2 05/17] powerpc/book3e: hugetlbpage is only for CONFIG_PPC_FSL_BOOK3E
2019-04-26 06:02:47 linux-kernel [PATCH v2 08/17] powerpc/mm: make gup_hugepte() static
2019-04-26 06:02:28 linux-kernel [PATCH v2 17/17] powerpc/mm: flatten function __find_linux_pte() step 3
2019-04-26 06:02:26 linux-kernel [PATCH v2 10/17] powerpc/mm: add a helper to populate hugepd
2019-04-26 06:02:02 linux-kernel [PATCH v2 15/17] powerpc/mm: flatten function __find_linux_pte() step 1
2019-04-26 06:01:34 linux-kernel [PATCH v2 13/17] powerpc/mm: cleanup HPAGE_SHIFT setup
2019-04-26 06:01:07 linux-kernel [PATCH v2 16/17] powerpc/mm: flatten function __find_linux_pte() step 2
2019-04-26 06:01:00 linux-kernel [PATCH v2 09/17] powerpc/mm: split asm/hugetlb.h into dedicated subarch files
2019-04-26 06:00:54 linux-kernel [PATCH v2 01/17] powerpc/mm: Don't BUG() in hugepd_page()
2019-04-25 17:05:59 linux-kernel Re: [PATCH v2 3/4] powerpc/boot: Add bzip2 support for uImage
2019-04-25 15:39:21 linux-kernel [PATCH v2 11/11] powerpc/mm: drop slice DEBUG
2019-04-25 14:33:56 linux-kernel [PATCH v2 02/11] powerpc/mm: no slice for nohash/64
2019-04-25 14:33:14 linux-kernel [PATCH v2 09/11] powerpc/mm: define get_slice_psize() all the time
2019-04-25 14:33:09 linux-kernel [PATCH v2 06/11] powerpc/mm: remove unnecessary #ifdef CONFIG_PPC64
2019-04-25 14:32:55 linux-kernel [PATCH v2 05/11] powerpc/mm: get rid of mm_ctx_slice_mask_xxx()
2019-04-25 14:32:47 linux-kernel [PATCH v2 08/11] powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slices
2019-04-25 14:32:41 linux-kernel [PATCH v2 00/11] Reduce ifdef mess in slice.c