summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-152-4/+8
* mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu2013-11-131-2/+1Star
* mm: remove obsolete comments about page table lockNaoya Horiguchi2013-11-131-2/+0Star
* mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu2013-11-131-3/+1Star
* powerpc: Fix warnings for arch/powerpc/mm/numa.cRobert Jennings2013-10-301-4/+4
* powerpc/8xx: Fixing memory init issue with CONFIG_PIN_TLBLEROY Christophe2013-10-291-0/+5
* powerpc/8xx: Revert commit e0908085fc2391c85b85fb814ae1df377c8e0dcbLEROY Christophe2013-10-291-16/+3Star
* Merge branch 'for-kvm' into nextBenjamin Herrenschmidt2013-10-111-1/+50
|\
| * powerpc: Prepare to support kernel handling of IOMMU map/unmapAlexey Kardashevskiy2013-10-111-1/+50
* | powerpc: Book 3S MMU little endian supportAnton Blanchard2013-10-112-40/+44
|/
* powerpc: Fix memory hotplug with sparse vmemmapNathan Fontenot2013-10-032-0/+13
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-3/+4
* mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi2013-09-121-0/+10
* powerpc: Fix possible deadlock on page faultAneesh Kumar K.V2013-09-111-3/+10
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-067-73/+89
|\
| * powerpc/mm: Mark Memory Resources as busyNathan Fontenot2013-08-271-1/+1
| * powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-142-4/+11
| * powerpc: Make NUMA device node code endian safeAlistair Popple2013-08-141-48/+52
| * powerpc: Implement __get_user_pages_fast()Paul Mackerras2013-08-141-16/+21
| * powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard2013-08-141-1/+1
| * powerpc: Fix a number of sparse warningsAnton Blanchard2013-08-142-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\ \ | |/ |/|
| * ppc: init_32: Fix error typo "CONFIG_START_KERNEL"Paul Bolle2013-08-201-1/+1
* | powerpc: VPHN topology change updates all siblingsRobert Jennings2013-08-011-15/+44
|/
* powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instructionAneesh Kumar K.V2013-07-241-2/+8
* powerpc/mm: Fix fallthrough bug in hpte_decodeAneesh Kumar K.V2013-07-241-0/+2
* mm: remove free_area_cacheMichel Lespinasse2013-07-111-2/+0Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-07-0419-263/+1076
|\
| * Merge tag 'v3.10' into nextBenjamin Herrenschmidt2013-07-011-1/+7
| |\
| * | powerpc/numa: Do not update sysfs cpu registration from invalid contextNathan Fontenot2013-07-011-2/+3
| * | powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-015-12/+11Star
| * | powerpc: Optimize hugepage invalidateAneesh Kumar K.V2013-06-212-2/+83
| * | powerpc/THP: Enable THP on PPC64Aneesh Kumar K.V2013-06-211-0/+29
| * | powerpc: split hugepage when using subpage protectionAneesh Kumar K.V2013-06-211-0/+48
| * | powerpc: disable assert_pte_locked for collapse_huge_pageAneesh Kumar K.V2013-06-211-0/+8
| * | powerpc: Prevent gcc to re-read the pagetablesAneesh Kumar K.V2013-06-212-5/+5
| * | powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V2013-06-214-38/+68
| * | powerpc/THP: Add code to handle HPTE faults for hugepagesAneesh Kumar K.V2013-06-213-4/+190
| * | powerpc: Update gup_pmd_range to handle transparent hugepagesAneesh Kumar K.V2013-06-211-2/+8
| * | powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V2013-06-213-5/+20
| * | powerpc: Update find_linux_pte_or_hugepte to handle transparent hugepagesAneesh Kumar K.V2013-06-211-6/+26
| * | powerpc: move find_linux_pte_or_hugepte and gup_hugepte to common codeAneesh Kumar K.V2013-06-212-124/+129
| * | powerpc/THP: Implement transparent hugepages for ppc64Aneesh Kumar K.V2013-06-212-0/+404
| * | powerpc/THP: Double the PMD table size for THPAneesh Kumar K.V2013-06-211-3/+6
| * | powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V2013-06-214-89/+65Star
| * | powerpc/mm: Make mmap_64.c compile on 32bit powerpcDaniel Walker2013-06-202-3/+2Star
| * | powerpc/mm/nohash: Ignore NULL stale_map entriesScott Wood2013-06-201-3/+6
* | | mm/PPC: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-041-15/+1Star
* | | mm/ppc: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-44/+12Star
* | | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-3/+2Star