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.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
2015-12-23
powerpc/e6500: add locking to hugetlb
Scott Wood
1
-0
/
+46
2015-12-14
powerpc/mm: Don't open code pgtable_t size
Aneesh Kumar K.V
1
-1
/
+1
2015-12-14
powerpc/mm: Don't hardcode page table size
Aneesh Kumar K.V
1
-4
/
+0
2015-12-14
powerpc/mm: Add a _PAGE_PTE bit
Aneesh Kumar K.V
3
-8
/
+7
2015-12-14
powerpc/mm: Move THP headers around
Aneesh Kumar K.V
2
-1
/
+11
2015-12-14
powerpc/mm: Move hugetlb related headers
Aneesh Kumar K.V
2
-72
/
+18
2015-12-14
powerpc/mm: Move WIMG update to helper.
Aneesh Kumar K.V
5
-31
/
+12
2015-12-14
powerpc/mm: Add helper for converting pte bit to hpte bits
Aneesh Kumar K.V
5
-67
/
+20
2015-12-14
powerpc/mm: Convert 4k insert from asm to C
Aneesh Kumar K.V
4
-360
/
+142
2015-12-14
powerpc/mm: Convert __hash_page_64K to C
Aneesh Kumar K.V
3
-307
/
+132
2015-12-14
powerpc/mm: Remove pte_val usage for the second half of pgtable_t
Aneesh Kumar K.V
1
-1
/
+0
2015-12-14
powerpc/mm: Don't track subpage valid bit in pte_t
Aneesh Kumar K.V
4
-12
/
+35
2015-12-14
powerpc/mm: Remove the dependency on pte bit position in asm code
Aneesh Kumar K.V
1
-0
/
+29
2015-12-14
powerpc/mm: Convert 4k hash insert to C
Aneesh Kumar K.V
4
-381
/
+208
2015-12-14
powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalue
Aneesh Kumar K.V
2
-15
/
+14
2015-12-14
powerpc/mm: Fix infinite loop in hash fault with 4K page size
Aneesh Kumar K.V
1
-1
/
+2
2015-11-06
Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
10
-63
/
+206
2015-11-06
arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodes
Raghavendra K T
1
-1
/
+1
2015-10-28
powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tl...
Kevin Hao
1
-8
/
+17
2015-10-28
powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entry
Scott Wood
3
-15
/
+34
2015-10-23
powerpc/85xx: Load all early TLB entries at once
Scott Wood
4
-3
/
+84
2015-10-15
powerpc/numa: Use of_get_next_parent to simplify code
Christophe Jaillet
1
-4
/
+1
2015-10-12
powerpc/mm: Differentiate between hugetlb and THP during page walk
Aneesh Kumar K.V
3
-12
/
+25
2015-10-12
powerpc/mm: Disable hugepd for 64K page size.
Aneesh Kumar K.V
1
-0
/
+19
2015-10-09
powerpc: Fix checkstop in native_hpte_clear() with lockdep
Cyril Bur
1
-12
/
+11
2015-10-01
powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()
Michael Ellerman
1
-5
/
+5
2015-10-01
powerpc/slb: Define an enum for the bolted indexes
Anshuman Khandual
1
-21
/
+26
2015-09-18
Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-1
/
+2
2015-09-16
powerpc/mm: Recompute hash value after a failed update
Aneesh Kumar K.V
1
-1
/
+2
2015-09-09
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2015-08-28
mm: ZONE_DEVICE for "device memory"
Dan Williams
1
-2
/
+2
2015-08-27
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...
Michael Ellerman
4
-23
/
+13
2015-08-18
powerpc/numa: initialize distance lookup table from drconf path
Nikunj A Dadhania
1
-3
/
+13
2015-08-18
powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64K
Michael Ellerman
2
-8
/
+8
2015-08-18
powerpc/cell: Drop support for 64K local store on 4K kernels
Michael Ellerman
1
-8
/
+0
2015-08-18
powerpc/e6500: hw tablewalk: optimize a bit for tcd lock acquiring codes
Kevin Hao
1
-5
/
+5
2015-08-12
powerpc/slb: Add documentation on runtime patching of SLB encoding
Anshuman Khandual
1
-1
/
+15
2015-08-12
powerpc/slb: Rename all the 'slot' occurrences to 'entry'
Anshuman Khandual
1
-4
/
+3
2015-08-12
powerpc/slb: Remove a duplicate extern variable
Anshuman Khandual
1
-1
/
+0
2015-08-08
powerpc/fsl: Force coherent memory on e500mc derivatives
Scott Wood
1
-1
/
+1
2015-08-08
powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr test
Scott Wood
1
-10
/
+0
2015-08-08
powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA
Scott Wood
1
-7
/
+7
2015-07-06
powerpc: Add plain English description for alignment exception oopses
Anton Blanchard
1
-0
/
+4
2015-07-02
Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...
Linus Torvalds
1
-1
/
+1
2015-06-27
Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2015-06-25
mm: clarify that the function operates on hugepage pte
Aneesh Kumar K.V
1
-2
/
+2
2015-06-25
powerpc/mm: use generic version of pmdp_clear_flush()
Aneesh Kumar K.V
1
-11
/
+0
2015-06-25
mm/thp: split out pmd collapse flush into separate functions
Aneesh Kumar K.V
1
-35
/
+41
2015-06-25
mm/hugetlb: reduce arch dependent code about huge_pmd_unshare
Zhang Zhen
1
-5
/
+0
2015-06-24
Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
8
-9
/
+382
[next]