summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2015-02-13mm: pagefault_disabled()Peter Zijlstra
2015-02-13mm: Fixup all fault handlers to check current->pagefault_disableThomas Gleixner
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14mm: pagefault_disabled()Peter Zijlstra
2014-05-14mm: Fixup all fault handlers to check current->pagefault_disableThomas Gleixner
2014-05-14Reset to 3.12.19Scott Wood
2014-04-10mm: pagefault_disabled()Peter Zijlstra
2014-04-10mm: Fixup all fault handlers to check current->pagefault_disableThomas Gleixner
2014-02-06powerpc: Fix the setup of CPU-to-Node mappings during CPU onlineSrivatsa S. Bhat
2013-11-29powerpc: Fix __get_user_pages_fast() irq handlingHeiko Carstens
2013-11-29powerpc: ppc64 address space capped at 32TB, mmap randomisation disabledAnton Blanchard
2013-10-03powerpc: Fix memory hotplug with sparse vmemmapNathan Fontenot
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi
2013-09-11powerpc: Fix possible deadlock on page faultAneesh Kumar K.V
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-09-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-08-27powerpc/mm: Mark Memory Resources as busyNathan Fontenot
2013-08-20ppc: init_32: Fix error typo "CONFIG_START_KERNEL"Paul Bolle
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard
2013-08-14powerpc: Make NUMA device node code endian safeAlistair Popple
2013-08-14powerpc: Implement __get_user_pages_fast()Paul Mackerras
2013-08-14powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard
2013-08-01powerpc: VPHN topology change updates all siblingsRobert Jennings
2013-07-24powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instructionAneesh Kumar K.V
2013-07-24powerpc/mm: Fix fallthrough bug in hpte_decodeAneesh Kumar K.V
2013-07-11mm: remove free_area_cacheMichel Lespinasse
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-07-03mm/PPC: prepare for killing free_all_bootmem_node()Jiang Liu
2013-07-03mm/ppc: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-07-03mm/hugetlb: use already existing interface huge_page_shiftWanpeng Li
2013-07-01Merge tag 'v3.10' into nextBenjamin Herrenschmidt
2013-07-01powerpc/numa: Do not update sysfs cpu registration from invalid contextNathan Fontenot
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker
2013-06-24Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman
2013-06-21powerpc: Optimize hugepage invalidateAneesh Kumar K.V
2013-06-21powerpc/THP: Enable THP on PPC64Aneesh Kumar K.V
2013-06-21powerpc: split hugepage when using subpage protectionAneesh Kumar K.V
2013-06-21powerpc: disable assert_pte_locked for collapse_huge_pageAneesh Kumar K.V
2013-06-21powerpc: Prevent gcc to re-read the pagetablesAneesh Kumar K.V
2013-06-21powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V
2013-06-21powerpc/THP: Add code to handle HPTE faults for hugepagesAneesh Kumar K.V
2013-06-21powerpc: Update gup_pmd_range to handle transparent hugepagesAneesh Kumar K.V
2013-06-21powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V
2013-06-21powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepagesAneesh Kumar K.V
2013-06-21powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common codeAneesh Kumar K.V