index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-24
Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-1
/
+10
2019-07-19
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
1
-2
/
+0
2019-07-17
mm: add account_locked_vm utility function
Daniel Jordan
1
-37
/
+4
2019-07-17
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
1
-21
/
+2
2019-07-17
mm/ioremap: probe platform for p4d huge map support
Anshuman Khandual
1
-0
/
+5
2019-07-15
powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMA
Andrea Arcangeli
1
-1
/
+1
2019-07-15
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-9
/
+1
2019-07-15
powerpc/mm: Limit rma_size to 1TB when running without HV mode
Suraj Jitindar Singh
1
-0
/
+9
2019-07-14
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
17
-188
/
+285
2019-07-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-72
/
+0
2019-07-12
mm: move the powerpc hugepd code to mm/gup.c
Christoph Hellwig
1
-72
/
+0
2019-07-12
Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+5
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+2
2019-07-04
powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
Christophe Leroy
1
-2
/
+2
2019-07-04
powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cache
Aneesh Kumar K.V
1
-2
/
+8
2019-07-04
powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table caches
Aneesh Kumar K.V
1
-1
/
+6
2019-07-04
powerpc/mm: Handle page table allocation failures
Aneesh Kumar K.V
1
-0
/
+8
2019-07-04
powerpc/mm: pmd_devmap implies pmd_large().
Aneesh Kumar K.V
2
-2
/
+2
2019-07-04
powerpc/book3s: Use config independent helpers for page table walk
Aneesh Kumar K.V
4
-19
/
+25
2019-07-04
powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap b...
Aneesh Kumar K.V
1
-1
/
+4
2019-07-04
powerpc/mm: Consolidate numa_enable check and min_common_depth check
Aneesh Kumar K.V
1
-5
/
+11
2019-07-04
powerpc/mm: Fix node look up with numa=off boot
Aneesh Kumar K.V
1
-3
/
+3
2019-07-04
powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0
Aneesh Kumar K.V
1
-4
/
+6
2019-07-04
powerpc/mm/radix: Use the right page size for vmemmap mapping
Aneesh Kumar K.V
1
-9
/
+7
2019-07-04
powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesize
Aneesh Kumar K.V
1
-3
/
+1
2019-07-04
powerpc/pseries: Provide vcpu dispatch statistics
Naveen N. Rao
1
-0
/
+16
2019-07-04
powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/
Naveen N. Rao
4
-112
/
+0
2019-07-04
powerpc/pseries: Generalize hcall_vphn()
Naveen N. Rao
2
-14
/
+21
2019-07-03
ocxl: Allow contexts to be attached with a NULL mm
Alastair D'Silva
1
-0
/
+5
2019-07-03
powerpc/mm: mark more tlb functions as __always_inline
Masahiro Yamada
2
-17
/
+17
2019-07-03
powerpc/64s/radix: keep kernel ERAT over local process/guest invalidates
Nicholas Piggin
1
-3
/
+3
2019-07-03
powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT
Nicholas Piggin
2
-5
/
+5
2019-07-02
memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag
Christoph Hellwig
1
-9
/
+1
2019-07-01
powerpc/powernv: remove unused NPU DMA code
Christoph Hellwig
1
-1
/
+0
2019-07-01
Merge branch 'fixes' into next
Michael Ellerman
4
-11
/
+66
2019-07-01
Merge tag 'powerpc-5.2-6' into fixes
Michael Ellerman
1
-8
/
+47
2019-06-24
Merge tag 'powerpc-5.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-8
/
+47
2019-06-22
Merge tag 'powerpc-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-19
powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac
Christoph Hellwig
1
-1
/
+2
2019-06-19
powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP
Nicholas Piggin
1
-0
/
+100
2019-06-19
powerpc/64s/radix: ioremap use ioremap_page_range
Nicholas Piggin
3
-1
/
+43
2019-06-19
powerpc/64: __ioremap_at clean up in the error case
Nicholas Piggin
1
-7
/
+20
2019-06-19
powerpc/mm/32s: fix condition that is always true
Andreas Schwab
1
-1
/
+1
2019-06-15
Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2
-2
/
+17
2019-06-13
Merge branch 'context-id-fix' into fixes
Michael Ellerman
1
-8
/
+47
2019-06-12
powerpc/mm/64s/hash: Reallocate context ids on fork
Michael Ellerman
1
-4
/
+42
2019-06-07
powerpc/64s: __find_linux_pte() synchronization vs pmdp_invalidate()
Nicholas Piggin
1
-2
/
+14
2019-06-07
powerpc/64s: Fix THP PMD collapse serialisation
Nicholas Piggin
1
-0
/
+3
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2
-10
/
+2
[next]