index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'fixes' into next
Michael Ellerman
2019-07-01
4
-11
/
+66
|
\
|
*
Merge tag 'powerpc-5.2-6' into fixes
Michael Ellerman
2019-07-01
1
-8
/
+47
|
|
\
|
|
*
Merge branch 'context-id-fix' into fixes
Michael Ellerman
2019-06-13
1
-8
/
+47
|
|
|
\
|
|
|
*
powerpc/mm/64s/hash: Reallocate context ids on fork
Michael Ellerman
2019-06-12
1
-4
/
+42
|
*
|
|
powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac
Christoph Hellwig
2019-06-19
1
-1
/
+2
|
|
/
/
|
*
|
powerpc/64s: __find_linux_pte() synchronization vs pmdp_invalidate()
Nicholas Piggin
2019-06-07
1
-2
/
+14
|
*
|
powerpc/64s: Fix THP PMD collapse serialisation
Nicholas Piggin
2019-06-07
1
-0
/
+3
*
|
|
powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP
Nicholas Piggin
2019-06-19
1
-0
/
+100
*
|
|
powerpc/64s/radix: ioremap use ioremap_page_range
Nicholas Piggin
2019-06-19
3
-1
/
+43
*
|
|
powerpc/64: __ioremap_at clean up in the error case
Nicholas Piggin
2019-06-19
1
-7
/
+20
*
|
|
powerpc/mm/32s: fix condition that is always true
Andreas Schwab
2019-06-19
1
-1
/
+1
*
|
|
powerpc/mm: Make some symbols static that can be
YueHaibing
2019-05-28
3
-3
/
+3
|
/
/
*
|
Merge tag 'powerpc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-05-19
2
-2
/
+3
|
\
\
|
*
|
powerpc/mm: Fix crashes with hugepages & 4K pages
Michael Ellerman
2019-05-15
1
-1
/
+1
|
*
|
powerpc/32s: fix flush_hash_pages() on SMP
Christophe Leroy
2019-05-14
1
-1
/
+2
*
|
|
powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline
Masahiro Yamada
2019-05-15
1
-4
/
+4
*
|
|
powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline
Masahiro Yamada
2019-05-15
1
-1
/
+1
*
|
|
mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail
David Hildenbrand
2019-05-14
1
-6
/
+3
*
|
|
mm, memory_hotplug: provide a more generic restrictions for memory hotplug
Michal Hocko
2019-05-14
1
-3
/
+3
*
|
|
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
2019-05-14
1
-7
/
+0
*
|
|
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
2019-05-14
1
-2
/
+3
|
/
/
*
|
Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-05-10
58
-655
/
+1104
|
\
\
|
|
/
|
/
|
|
*
powerpc/mm: Fix hugetlb page initialization
Sachin Sant
2019-05-06
1
-1
/
+1
|
*
powerpc/mm: fix section mismatch for setup_kup()
Christophe Leroy
2019-05-06
1
-1
/
+1
|
*
powerpc/mm: fix redundant inclusion of pgtable-frag.o in Makefile
Christophe Leroy
2019-05-06
1
-1
/
+0
|
*
powerpc/mm: Fix makefile for KASAN
Christophe Leroy
2019-05-06
2
-6
/
+6
|
*
powerpc/kasan: add missing/lost Makefile
Christophe Leroy
2019-05-06
1
-0
/
+5
|
*
powerpc/mm: Warn if W+X pages found on boot
Russell Currey
2019-05-02
3
-1
/
+48
|
*
powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointers
Russell Currey
2019-05-02
1
-10
/
+22
|
*
powerpc: remove the __kernel_io_end export
Christoph Hellwig
2019-05-02
1
-1
/
+0
|
*
powerpc/mm: print hash info in a helper
Christophe Leroy
2019-05-02
3
-2
/
+25
|
*
powerpc/32s: don't try to print hash table address.
Christophe Leroy
2019-05-02
1
-2
/
+2
|
*
powerpc/32s: drop Hash_end
Christophe Leroy
2019-05-02
2
-4
/
+2
|
*
powerpc/32s: map kasan zero shadow with PAGE_READONLY instead of PAGE_KERNEL_RO
Christophe Leroy
2019-05-02
1
-2
/
+8
|
*
powerpc/32s: set up an early static hash table for KASAN.
Christophe Leroy
2019-05-02
2
-1
/
+23
|
*
powerpc/32s: move hash code patching out of MMU_init_hw()
Christophe Leroy
2019-05-02
2
-14
/
+23
|
*
powerpc/32: Add KASAN support
Christophe Leroy
2019-05-02
3
-0
/
+160
|
*
powerpc: disable KASAN instrumentation on early/critical files.
Christophe Leroy
2019-05-02
1
-0
/
+6
|
*
powerpc/32: prepare shadow area for KASAN
Christophe Leroy
2019-05-02
2
-0
/
+12
|
*
powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32
Christophe Leroy
2019-05-02
1
-10
/
+0
|
*
powerpc/mm: don't use pte_alloc_kernel() until slab is available on PPC32
Christophe Leroy
2019-05-02
1
-6
/
+28
|
*
powerpc/book3e: move early_alloc_pgtable() to init section
Christophe Leroy
2019-05-02
1
-2
/
+2
|
*
powerpc/mm: convert Book3E 64 to pte_fragment
Christophe Leroy
2019-05-02
2
-2
/
+2
|
*
powerpc/mm: flatten function __find_linux_pte() step 3
Christophe Leroy
2019-05-02
1
-49
/
+49
|
*
powerpc/mm: flatten function __find_linux_pte() step 2
Christophe Leroy
2019-05-02
1
-32
/
+30
|
*
powerpc/mm: flatten function __find_linux_pte() step 1
Christophe Leroy
2019-05-02
1
-10
/
+22
|
*
powerpc/mm: cleanup remaining ifdef mess in hugetlbpage.c
Christophe Leroy
2019-05-02
1
-7
/
+5
|
*
powerpc/mm: cleanup HPAGE_SHIFT setup
Christophe Leroy
2019-05-02
2
-20
/
+19
|
*
powerpc/mm: move hugetlb_disabled into asm/hugetlb.h
Christophe Leroy
2019-05-02
1
-0
/
+1
|
*
powerpc/mm: cleanup ifdef mess in add_huge_page_size()
Christophe Leroy
2019-05-02
1
-34
/
+3
[next]