summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Add plain English description for alignment exception oopsesAnton Blanchard2015-07-061-0/+4
* Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-021-1/+1
|\
| * powerpc: don't use module_init for non-modular core hugetlb codePaul Gortmaker2015-06-161-1/+1
* | Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-261-2/+2
|\ \
| * \ Merge 4.1-rc7 into driver-core-nextGreg Kroah-Hartman2015-06-082-9/+27
| |\ \ | | |/
| * | module: add extra argument for parse_params() callbackLuis R. Rodriguez2015-05-201-2/+2
* | | mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-2/+2
* | | powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2015-06-241-11/+0
* | | mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-241-35/+41
* | | mm/hugetlb: reduce arch dependent code about huge_pmd_unshareZhang Zhen2015-06-241-5/+0
* | | Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-06-248-9/+382
|\ \ \
| * \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2015-06-192-4/+49
| |\ \ \
| | * | | powerpc/mm: Use PFN_PHYS() in devmem_is_allowed()Scott Wood2015-06-021-1/+1
| | * | | powerpc/e6500: Optimize hugepage TLB missesScott Wood2015-06-021-3/+48
| | |/ /
| * | | powerpc/mmu: Add userspace-to-physical addresses translation cacheAlexey Kardashevskiy2015-06-113-0/+323
| * | | powerpc/mm: Add trace point for tracking hash pte faultAneesh Kumar K.V2015-06-101-0/+2
| * | | cxl: Move include file cxl.h -> cxl-base.hMichael Neuling2015-06-032-2/+2
| * | | powerpc/copro: Fix faulting kernel segmentsMichael Neuling2015-06-031-2/+5
| * | | powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOCMichael Ellerman2015-06-021-1/+1
| |/ /
* | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-022-9/+27
|\ \ \ | | |/ | |/|
| * | powerpc/mm: Return NULL for not present hugetlb pageAneesh Kumar K.V2015-05-121-9/+16
| * | powerpc/thp: Serialize pmd clear against a linux page table walk.Aneesh Kumar K.V2015-05-121-0/+11
| |/
* | sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()Bartosz Golaszewski2015-05-271-1/+1
* | mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-4/+5
* | sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-1/+3
|/
* powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V2015-04-231-0/+1
* powerpc/mm/thp: Return pte address if we find trans_splitting.Aneesh Kumar K.V2015-04-171-5/+4
* powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-172-7/+17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2015-04-171-0/+1
|\
| * powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()Scott Wood2015-04-151-0/+1
* | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-1615-78/+118
|\ \
| * | 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
| |/
* | mm: expose arch_mmap_rnd when availableKees Cook2015-04-141-2/+2
* | powerpc: standardize mmap_rnd() usageKees Cook2015-04-141-11/+15
|/
* 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
OpenPOWER on IntegriCloud