| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2015-11-05 | 10 | -63/+206 |
|\ |
|
| * | powerpc/e6500: hw tablewalk: make sure we invalidate and write to the same tl... | Kevin Hao | 2015-10-27 | 1 | -8/+17 |
| * | powerpc/fsl-booke-64: Don't limit ppc64_rma_size to one TLB entry | Scott Wood | 2015-10-27 | 3 | -15/+34 |
| * | powerpc/85xx: Load all early TLB entries at once | Scott Wood | 2015-10-22 | 4 | -3/+84 |
| * | powerpc/numa: Use of_get_next_parent to simplify code | Christophe Jaillet | 2015-10-15 | 1 | -4/+1 |
| * | powerpc/mm: Differentiate between hugetlb and THP during page walk | Aneesh Kumar K.V | 2015-10-12 | 3 | -12/+25 |
| * | powerpc/mm: Disable hugepd for 64K page size. | Aneesh Kumar K.V | 2015-10-12 | 1 | -0/+19 |
| * | powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow() | Michael Ellerman | 2015-10-01 | 1 | -5/+5 |
| * | powerpc/slb: Define an enum for the bolted indexes | Anshuman Khandual | 2015-10-01 | 1 | -21/+26 |
* | | arch/powerpc/mm/numa.c: do not allocate bootmem memory for non existing nodes | Raghavendra K T | 2015-11-05 | 1 | -1/+1 |
* | | powerpc: Fix checkstop in native_hpte_clear() with lockdep | Cyril Bur | 2015-10-09 | 1 | -12/+11 |
|/ |
|
* | Merge tag 'powerpc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2015-09-18 | 1 | -1/+2 |
|\ |
|
| * | powerpc/mm: Recompute hash value after a failed update | Aneesh Kumar K.V | 2015-09-16 | 1 | -1/+2 |
* | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-09-08 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | mm: ZONE_DEVICE for "device memory" | Dan Williams | 2015-08-27 | 1 | -2/+2 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 2015-08-27 | 4 | -23/+13 |
|\ \ |
|
| * | | powerpc/e6500: hw tablewalk: optimize a bit for tcd lock acquiring codes | Kevin Hao | 2015-08-17 | 1 | -5/+5 |
| * | | powerpc/fsl: Force coherent memory on e500mc derivatives | Scott Wood | 2015-08-07 | 1 | -1/+1 |
| * | | powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr test | Scott Wood | 2015-08-07 | 1 | -10/+0 |
| * | | powerpc/mm: Don't call __flush_dcache_icache_phys() with PA>VA | Scott Wood | 2015-08-07 | 1 | -7/+7 |
| |/ |
|
* | | powerpc/numa: initialize distance lookup table from drconf path | Nikunj A Dadhania | 2015-08-18 | 1 | -3/+13 |
* | | powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64K | Michael Ellerman | 2015-08-18 | 2 | -8/+8 |
* | | powerpc/cell: Drop support for 64K local store on 4K kernels | Michael Ellerman | 2015-08-18 | 1 | -8/+0 |
* | | powerpc/slb: Add documentation on runtime patching of SLB encoding | Anshuman Khandual | 2015-08-12 | 1 | -1/+15 |
* | | powerpc/slb: Rename all the 'slot' occurrences to 'entry' | Anshuman Khandual | 2015-08-12 | 1 | -4/+3 |
* | | powerpc/slb: Remove a duplicate extern variable | Anshuman Khandual | 2015-08-12 | 1 | -1/+0 |
|/ |
|
* | powerpc: Add plain English description for alignment exception oopses | Anton Blanchard | 2015-07-06 | 1 | -0/+4 |
* | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p... | Linus Torvalds | 2015-07-02 | 1 | -1/+1 |
|\ |
|
| * | powerpc: don't use module_init for non-modular core hugetlb code | Paul Gortmaker | 2015-06-16 | 1 | -1/+1 |
* | | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-06-26 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge 4.1-rc7 into driver-core-next | Greg Kroah-Hartman | 2015-06-08 | 2 | -9/+27 |
| |\ \
| | |/ |
|
| * | | module: add extra argument for parse_params() callback | Luis R. Rodriguez | 2015-05-20 | 1 | -2/+2 |
* | | | mm: clarify that the function operates on hugepage pte | Aneesh Kumar K.V | 2015-06-24 | 1 | -2/+2 |
* | | | powerpc/mm: use generic version of pmdp_clear_flush() | Aneesh Kumar K.V | 2015-06-24 | 1 | -11/+0 |
* | | | mm/thp: split out pmd collapse flush into separate functions | Aneesh Kumar K.V | 2015-06-24 | 1 | -35/+41 |
* | | | mm/hugetlb: reduce arch dependent code about huge_pmd_unshare | Zhang Zhen | 2015-06-24 | 1 | -5/+0 |
* | | | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 2015-06-24 | 8 | -9/+382 |
|\ \ \ |
|
| * \ \ | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 2015-06-19 | 2 | -4/+49 |
| |\ \ \ |
|
| | * | | | powerpc/mm: Use PFN_PHYS() in devmem_is_allowed() | Scott Wood | 2015-06-02 | 1 | -1/+1 |
| | * | | | powerpc/e6500: Optimize hugepage TLB misses | Scott Wood | 2015-06-02 | 1 | -3/+48 |
| | |/ / |
|
| * | | | powerpc/mmu: Add userspace-to-physical addresses translation cache | Alexey Kardashevskiy | 2015-06-11 | 3 | -0/+323 |
| * | | | powerpc/mm: Add trace point for tracking hash pte fault | Aneesh Kumar K.V | 2015-06-10 | 1 | -0/+2 |
| * | | | cxl: Move include file cxl.h -> cxl-base.h | Michael Neuling | 2015-06-03 | 2 | -2/+2 |
| * | | | powerpc/copro: Fix faulting kernel segments | Michael Neuling | 2015-06-03 | 1 | -2/+5 |
| * | | | powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC | Michael Ellerman | 2015-06-02 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'linus' into sched/core, to resolve conflict | Ingo Molnar | 2015-06-02 | 2 | -9/+27 |
|\ \ \
| | |/
| |/| |
|
| * | | powerpc/mm: Return NULL for not present hugetlb page | Aneesh Kumar K.V | 2015-05-12 | 1 | -9/+16 |
| * | | powerpc/thp: Serialize pmd clear against a linux page table walk. | Aneesh Kumar K.V | 2015-05-12 | 1 | -0/+11 |
| |/ |
|
* | | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() | Bartosz Golaszewski | 2015-05-27 | 1 | -1/+1 |
* | | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t... | David Hildenbrand | 2015-05-19 | 1 | -4/+5 |