aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc+sparc64/mm: Remove hack in mmap randomize layoutDan McGee2015-08-071-11/+3
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-201-0/+2
* powerpc: Fix build errors STRICT_MM_TYPECHECKSAneesh Kumar K.V2014-09-131-1/+2
* powerpc/mm/numa: Fix break placementAndrey Utkin2014-09-131-1/+1
* powerpc: fix numa distance for form0 device treeVaidyanathan Srinivasan2013-05-131-1/+1
* powerpc: Fix compiliation with hugetlbfs enabledKumar Gala2011-11-251-0/+1
* powerpc/numa: NUMA topology support for PowerNVDipankar Sarma2011-11-081-7/+17
* powerpc: Add System RAM to /proc/iomemAnton Blanchard2011-11-081-0/+30
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-0610-4/+10
|\
| * powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-314-4/+4
| * powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-314-0/+4
| * powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-312-0/+2
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-0614-100/+603
|\ \
| * | powerpc/fsl-booke: Fix settlbcam for 64-bitBecky Bruce2011-10-121-6/+6
| * | powerpc/fsl-booke: Fix setup_initial_memory_limit to not blindly mapKumar Gala2011-10-113-15/+39
| * | powerpc: Fix hugetlb with CONFIG_PPC_MM_SLICES=yPaul Mackerras2011-09-232-3/+3
| * | powerpc: Fix deadlock in icswx codeAnton Blanchard2011-09-201-6/+6
| * | powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probeAnton Blanchard2011-09-202-4/+5
| * | powerpc: Coding style cleanupsAnton Blanchard2011-09-201-3/+4
| * | powerpc: Use for_each_node_by_type instead of open coding itAnton Blanchard2011-09-201-5/+5
| * | powerpc/numa: Remove double of_node_put in hot_add_node_scn_to_nidAnton Blanchard2011-09-201-1/+2
| * | powerpc: Hugetlb for BookEBecky Bruce2011-09-2010-60/+536
| |/
* | thp: share get_huge_page_tail()Andrea Arcangeli2011-11-021-11/+0
* | powerpc: gup_huge_pmd() return 0 if pte changesAndrea Arcangeli2011-11-021-10/+11
* | powerpc: gup_hugepte() support THP based tail recountingAndrea Arcangeli2011-11-021-1/+23
* | powerpc: gup_hugepte() avoid freeing the head page too many timesAndrea Arcangeli2011-11-021-3/+2
* | powerpc: get_hugepte() don't put_page() the wrong pageAndrea Arcangeli2011-11-021-1/+1
* | powerpc: remove superfluous PageTail checks on the pte gup_fastAndrea Arcangeli2011-11-021-13/+0
* | mm: thp: tail page refcounting fixAndrea Arcangeli2011-11-021-2/+3
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-257-69/+301
|\
| * Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2011-07-223-3/+33
| |\
| | * powerpc/47x: allow kernel to be loaded in higher physical memoryDave Kleikamp2011-07-121-3/+10
| | * powerpc/44x: don't use tlbivax on AMP systemsDave Kleikamp2011-07-122-0/+23
| * | powerpc/mm: Fix output of total_ram.Tony Breeds2011-07-191-2/+2
| * | powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKEBecky Bruce2011-07-082-0/+15
| |/
| * powerpc: Add printk companion for ppc_md.progressDave Carroll2011-06-301-1/+1
| * powerpc: Move free_initmem to common codeDave Carroll2011-06-303-48/+19
| * Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt2011-06-304-34/+24
| |\
| * | powerpc: mem_init should call memblock_is_reserved with phys_addr_tBecky Bruce2011-06-291-1/+2
| * | powerpc/book3e-64: use a separate TLB handler when linear map is boltedScott Wood2011-06-292-13/+228
| * | powerpc/book3e: Clarify HW table walk enable/disable messageKumar Gala2011-06-171-2/+2
* | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-241-3/+3
|\ \ \
| * | | KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras2011-07-121-1/+1
| * | | powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras2011-07-121-2/+2
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-221-3/+3
|\ \ \ | |/ / |/| |
| * | perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-3/+3
* | | arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-06-291-5/+5
|/ /
* | powerpc: Force page alignment for initrd reserved memoryBenjamin Herrenschmidt2011-06-093-29/+19
|/
* mm, powerpc: move the RCU page-table freeing into generic codePeter Zijlstra2011-05-254-107/+0
* powerpc: mmu_gather reworkPeter Zijlstra2011-05-254-14/+10