Age | Commit message (Expand) | Author |
2016-10-05 | powerpc/mm: Don't alias user region to other regions below PAGE_OFFSET | Paul Mackerras |
2015-10-07 | powerpc/mm: Recompute hash value after a failed update | Aneesh Kumar K.V |
2015-05-17 | mm/hugetlb: use pmd_page() in follow_huge_pmd() | Naoya Horiguchi |
2015-03-28 | mmu_gather: move minimal range calculations into generic code | Will Deacon |
2015-02-05 | vm: add VM_FAULT_SIGSEGV handling support | Linus Torvalds |
2014-10-30 | powerpc: Fix section mismatch warning | Fabian Frederick |
2014-10-29 | powerpc/numa: ensure per-cpu NUMA mappings are correct on topology update | Nishanth Aravamudan |
2014-10-29 | powerpc/numa: use cached value of update->cpu in update_cpu_topology | Nishanth Aravamudan |
2014-10-28 | powerpc/mm: Use appropriate ESID mask in copro_calculate_slb() | Ian Munsie |
2014-10-22 | powerpc/mm: Fix build error with hugetlfs disabled | Aneesh Kumar K.V |
2014-10-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe... | Linus Torvalds |
2014-10-16 | powerpc/vphn: NUMA node code expects big-endian | Greg Kurz |
2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-10-13 | powerpc/numa: Add ability to disable and debug topology updates | Nishanth Aravamudan |
2014-10-13 | powerpc/numa: check error return from proc_create | Nishanth Aravamudan |
2014-10-08 | powerpc/mm: Add hooks for cxl | Ian Munsie |
2014-10-08 | powerpc/mm: Add new hash_page_mm() | Ian Munsie |
2014-10-08 | powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psize | Ian Munsie |
2014-10-08 | powerpc/cell: Make spu_flush_all_slbs() generic | Ian Munsie |
2014-10-08 | powerpc/cell: Move data segment faulting code out of cell platform | Ian Munsie |
2014-10-08 | powerpc/cell: Move spu_handle_mm_fault() out of cell platform | Ian Munsie |
2014-10-04 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman |
2014-10-02 | powerpc: Remove powerpc specific cmd_line | Anton Blanchard |
2014-10-02 | powerpc: Fill in si_addr_lsb siginfo field | Anton Blanchard |
2014-10-02 | powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler | Anton Blanchard |
2014-10-02 | powerpc: Simplify do_sigbus | Anton Blanchard |
2014-09-25 | powerpc/mm: Unindent htab_dt_scan_page_sizes() | Michael Ellerman |
2014-09-25 | powerpc: some changes in numa_setup_cpu() | Li Zhong |
2014-09-25 | powerpc: Only set numa node information for present cpus at boottime | Li Zhong |
2014-09-25 | powerpc: Fix warning reported by verify_cpu_node_mapping() | Li Zhong |
2014-09-25 | powerpc: Move htab_remove_mapping function prototype into header file | Anton Blanchard |
2014-09-25 | powerpc: Ensure global functions include their prototype | Anton Blanchard |
2014-09-25 | powerpc: Make a bunch of things static | Anton Blanchard |
2014-09-25 | powerpc: Move more symbol exports next to function definitions | Anton Blanchard |
2014-09-19 | powerpc/mm: Use common paging_init() for NUMA | Scott Wood |
2014-09-19 | sched: Add helper for task stack page overrun checking | Aaron Tomlin |
2014-09-19 | init/main.c: Give init_task a canary | Aaron Tomlin |
2014-09-03 | powerpc: Dynamic DMA zone limits | Scott Wood |
2014-08-13 | powerpc/thp: Add tracepoints to track hugepage invalidate | Aneesh Kumar K.V |
2014-08-13 | powerpc/thp: Use ACCESS_ONCE when loading pmdp | Aneesh Kumar K.V |
2014-08-13 | powerpc/thp: Invalidate with vpn in loop | Aneesh Kumar K.V |
2014-08-13 | powerpc/thp: Handle combo pages in invalidate | Aneesh Kumar K.V |
2014-08-13 | powerpc/thp: Invalidate old 64K based hash page mapping before insert of 4k pte | Aneesh Kumar K.V |
2014-08-13 | powerpc/thp: Don't recompute vsid and ssize in loop on invalidate | Aneesh Kumar K.V |
2014-08-13 | powerpc/thp: Add write barrier after updating the valid bit | Aneesh Kumar K.V |
2014-08-13 | powerpc: reorder per-cpu NUMA information's initialization | Nishanth Aravamudan |
2014-08-13 | powerpc/nohash: Split __early_init_mmu() into boot and secondary | Scott Wood |
2014-08-08 | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig | Laura Abbott |
2014-08-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds |
2014-08-06 | memory-hotplug: ppc: suitable memory should go to ZONE_MOVABLE | Wang Nan |