summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-103-10/+6
* powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman2015-04-107-9/+9
* powerpc/mm: Change setbat() to take a pgprot_t rather than flagsMichael Ellerman2015-04-072-2/+3
* powerpc/mm: Remove duplicate declaration of setbat()Michael Ellerman2015-04-071-3/+0
* Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...Michael Ellerman2015-03-261-1/+1
|\
| * powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett2015-03-171-1/+1
* | powerpc/mm: Free string after creating kmem cacheYanjiang Jin2015-03-261-0/+1
* | powerpc/32: %pF is only for function pointersScott Wood2015-03-231-1/+1
* | powerpc/numa: Reset node_possible_map to only node_online_mapNishanth Aravamudan2015-03-231-0/+7
* | powerpc/vphn: parsing code rewriteGreg Kurz2015-03-182-20/+40
* | powerpc/vphn: move VPHN parsing logic to a separate fileGreg Kurz2015-03-184-58/+70
* | powerpc/vphn: move endianness fixing to vphn_unpack_associativity()Greg Kurz2015-03-181-4/+6
* | powerpc/vphn: clarify the H_HOME_NODE_ASSOCIATIVITY APIGreg Kurz2015-03-181-2/+6
|/
* powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-161-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-141-2/+2
|\
| * ppc/hugetlbfs: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger2015-01-191-2/+2
* | ppc64: add paranoid warnings for unexpected DSISR_PROTFAULTMel Gorman2015-02-122-13/+15
* | mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman2015-02-123-9/+10
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-112-4/+10
|\ \
| * | arch/powerpc/mm/subpage-prot.c: use walk->vma and walk_page_vma()Naoya Horiguchi2015-02-111-4/+2
| * | mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi2015-02-111-0/+8
* | | Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2015-02-115-37/+65
|\ \ \ | |/ / |/| |
| * | powerpc/mm: Warn on flushing tlb page in kernel contextArseny Solokha2015-02-041-1/+5
| * | powerpc/mm: bail out early when flushing TLB pageArseny Solokha2015-01-301-1/+4
| * | powerpc32: Use kmem_cache memory for PGDIRLEROY Christophe2015-01-291-2/+14
| * | powerpc/8xx: reduce pressure on TLB due to context switchesLEROY Christophe2015-01-291-1/+42
| * | powerpc32: adds handling of _PAGE_ROLEROY Christophe2015-01-291-1/+1
| * | powerpc: Remove duplicate tlbcam_index declarationsEmil Medve2015-01-292-3/+0
| * | powerpc: Remove some unused functionsMichael Ellerman2015-01-281-29/+0
| |/
* | vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-292-1/+3
|/
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-132-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-12-121-1/+1
|\
| * Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina2014-11-2022-576/+780
| |\
| * | powerpc: Fix comment typo 'CONIFG_8xx'Paul Bolle2014-10-291-1/+1
* | | Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2014-12-1117-704/+264
|\ \ \
| * | | powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-056-37/+58
| * | | Merge remote-tracking branch 'benh/next' into nextMichael Ellerman2014-12-025-118/+110
| |\ \ \
| | * | | powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V2014-12-024-10/+33
| | * | | powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V2014-12-023-107/+63
| | * | | powerpc/mm/hugetlb: Sanity check gigantic hugepage countJames Yang2014-12-021-0/+7
| | * | | powerpc/mm: Check for matching hpte without taking hpte lockAneesh Kumar K.V2014-12-021-9/+15
| * | | | powerpc: Remove more traces of bootmemMichael Ellerman2014-11-192-5/+5
| |/ / /
| * | | Merge remote-tracking branch 'scottwood/next' into nextMichael Ellerman2014-11-181-7/+0
| |\ \ \
| | * | | powerpc/8xx: Invalidate non present TLB as early as possibleLEROY Christophe2014-11-071-7/+0
| * | | | powerpc/mm: Switch to generic RCU get_user_pages_fastAneesh Kumar K.V2014-11-143-257/+13
| * | | | powerpc/mm: Add missing pmd accessorsAneesh Kumar K.V2014-11-142-3/+22
| * | | | powerpc/mm: Use PAGE_FACTORGavin Shan2014-11-121-2/+2
| * | | | powerpc: Move sparse_init() into initmem_initAnton Blanchard2014-11-102-0/+3
| * | | | powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-103-3/+1
| * | | | powerpc: Remove some old bootmem related commentsAnton Blanchard2014-11-102-6/+2
OpenPOWER on IntegriCloud