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.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
2018-10-27
Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
30
-881
/
+1098
2018-10-26
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+9
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-25
/
+30
2018-10-20
powerpc/64s/radix: Fix radix__flush_tlb_collapsed_pmd double flushing pmd
Nicholas Piggin
1
-1
/
+0
2018-10-20
powerpc/mm: Fix page table dump to work on Radix
Michael Ellerman
1
-3
/
+9
2018-10-20
powerpc/mm/radix: Display if mappings are exec or not
Michael Ellerman
1
-12
/
+17
2018-10-20
powerpc/mm/radix: Simplify split mapping logic
Michael Ellerman
1
-22
/
+10
2018-10-20
powerpc/mm/radix: Remove the retry in the split mapping logic
Michael Ellerman
1
-7
/
+5
2018-10-20
powerpc/mm/radix: Fix small page at boundary when splitting
Michael Ellerman
1
-2
/
+2
2018-10-20
powerpc/mm/radix: Fix overuse of small pages in splitting logic
Michael Ellerman
1
-2
/
+2
2018-10-20
powerpc/mm/radix: Fix off-by-one in split mapping logic
Michael Ellerman
1
-2
/
+2
2018-10-20
powerpc/mm: Fix WARN_ON with THP NUMA migration
Aneesh Kumar K.V
2
-2
/
+3
2018-10-20
powerpc/mm: fix always true/false warning in slice.c
Christophe Leroy
1
-7
/
+14
2018-10-20
powerpc/mm: fix missing prototypes in slice.c
Christophe Leroy
1
-0
/
+1
2018-10-20
powerpc/mm: Trace tlbia instruction
Christophe Leroy
1
-0
/
+2
2018-10-20
powerpc/mm: Add missing tracepoint for tlbie
Christophe Leroy
1
-0
/
+2
2018-10-20
powerpc/book3s64: fix dump_linuxpagetables "present" flag
Christophe Leroy
1
-2
/
+7
2018-10-18
powerpc: Add -Werror at arch/powerpc level
Michael Ellerman
1
-2
/
+0
2018-10-14
powerpc/mm: Increase the max addressable memory to 2PB
Aneesh Kumar K.V
1
-5
/
+15
2018-10-14
powerpc/mm/hash: Rename get_ea_context to get_user_context
Aneesh Kumar K.V
1
-1
/
+1
2018-10-14
powerpc/64s/hash: Add some SLB debugging tests
Nicholas Piggin
1
-3
/
+50
2018-10-14
powerpc/64s/hash: Simplify slb_flush_and_rebolt()
Nicholas Piggin
3
-33
/
+19
2018-10-14
powerpc/64s/hash: Add a SLB preload cache
Nicholas Piggin
2
-44
/
+168
2018-10-14
powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup
Nicholas Piggin
2
-0
/
+19
2018-10-14
powerpc/64s/hash: Add SLB allocation status bitmaps
Nicholas Piggin
1
-13
/
+51
2018-10-14
powerpc/64s/hash: Convert SLB miss handlers to C
Nicholas Piggin
3
-458
/
+170
2018-10-14
powerpc/8xx: change name of a few page flags to avoid confusion
Christophe Leroy
2
-2
/
+2
2018-10-14
powerpc/mm: Split dump_pagelinuxtables flag_array table
Christophe Leroy
6
-153
/
+307
2018-10-14
powerpc/mm: use pte helpers in generic code
Christophe Leroy
3
-28
/
+22
2018-10-14
powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
Christophe Leroy
5
-8
/
+10
2018-10-14
powerpc/mm: don't use _PAGE_EXEC in book3s/32
Christophe Leroy
1
-3
/
+3
2018-10-14
powerpc: handover page flags with a pgprot_t parameter
Christophe Leroy
7
-54
/
+45
2018-10-14
powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
Christophe Leroy
2
-23
/
+15
2018-10-13
powerpc/32: Add ioremap_wt() and ioremap_coherent()
Christophe Leroy
2
-0
/
+26
2018-10-13
powerpc/pseries/mobility: Extend start/stop topology update scope
Michael Bringmann
1
-0
/
+6
2018-10-09
Merge branch 'fixes' into next
Michael Ellerman
3
-5
/
+11
2018-10-09
KVM: PPC: Book3S HV: Handle page fault for a nested guest
Suraj Jitindar Singh
1
-0
/
+9
2018-10-07
Merge tag 'powerpc-4.19-4' of https://git.kernel.org/pub/scm/linux/kernel/git...
Greg Kroah-Hartman
1
-2
/
+3
2018-10-05
powerpc/numa: Skip onlining a offline node in kdump path
Srikar Dronamraju
1
-2
/
+3
2018-10-04
powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidation
Nicholas Piggin
1
-0
/
+1
2018-10-04
powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
Nicholas Piggin
1
-2
/
+2
2018-10-04
powerpc/nohash: fix undefined behaviour when testing page size support
Daniel Axtens
1
-0
/
+3
2018-10-03
powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
Christophe Leroy
1
-0
/
+3
2018-10-03
arch/powerpc/mm/hash: validate the pte entries before handling the hash fault
Aneesh Kumar K.V
2
-0
/
+10
2018-10-03
powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_huge
Aneesh Kumar K.V
3
-4
/
+8
2018-10-03
powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.
Aneesh Kumar K.V
1
-1
/
+1
2018-10-03
powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bit
Aneesh Kumar K.V
3
-9
/
+12
2018-10-03
Revert "convert SLB miss handlers to C" and subsequent commits
Michael Ellerman
7
-373
/
+550
2018-09-29
Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git...
Greg Kroah-Hartman
3
-3
/
+8
2018-09-25
powerpc/numa: Use associativity if VPHN hcall is successful
Srikar Dronamraju
1
-1
/
+3
[next]