summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| | * powerpc/mm/radix: implement LPID based TLB flushes to be used by KVMNicholas Piggin2018-05-171-0/+207
| * | powerpc/sparse: Fix plain integer as NULL pointer warningMathieu Malaterre2018-05-252-6/+6
| * | powerpc/mm: Only read faulting instruction when necessary in do_page_fault()Christophe Leroy2018-05-251-16/+34
| * | powerpc/mm: Use instruction symbolic names in store_updates_sp()Christophe Leroy2018-05-251-13/+13
| * | powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-154-6/+1
| * | powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V2018-05-154-6/+119
| * | powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V2018-05-151-19/+26
| * | powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragmentAneesh Kumar K.V2018-05-152-13/+8
| * | powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V2018-05-152-114/+114
| * | powerpc/mm: Rename pte fragment functionsAneesh Kumar K.V2018-05-151-4/+5
| * | powerpc/mm: Use pmd_lockptr instead of opencoding itAneesh Kumar K.V2018-05-153-6/+8
| * | powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64Aneesh Kumar K.V2018-05-152-56/+54
| * | powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINEAl Viro2018-05-101-1/+3
| * | powerpc/fadump: Do not use hugepages when fadump is activeHari Bathini2018-05-032-2/+11
| |/
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-0/+1
|\ \ | |/ |/|
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | powerpc/mm: Flush cache on memory hot(un)plugBalbir Singh2018-04-241-0/+2
|/
* Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-152-3/+3
|\
| * powerpc/mm/radix: Fix checkstops caused by invalid tlbielMichael Ellerman2018-04-121-3/+2
| * powerpc/8xx: Fix build with hugetlbfs enabledAneesh Kumar K.V2018-04-111-0/+1
* | exec: pass stack rlimit into mm layout functionsKees Cook2018-04-111-12/+16
* | mm, migrate: remove reason argument from new_page_tMichal Hocko2018-04-111-2/+1
|/
* Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-04-0724-445/+662
|\
| * powerpc/mm/radix: Parse disable_radix commandline correctly.Aneesh Kumar K.V2018-04-041-1/+1
| * powerpc/mm/hugetlb: initialize the pagetable cache correctly for hugetlbAneesh Kumar K.V2018-04-041-5/+13
| * powerpc/mm/radix: Update pte fragment count from 16 to 256 on radixAneesh Kumar K.V2018-04-041-6/+2
| * powerpc/mm/keys: Update documentation and remove unnecessary checkAneesh Kumar K.V2018-04-042-23/+16
| * powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTMathieu Malaterre2018-04-011-1/+1
| * powerpc/64s: Remove POWER4 supportNicholas Piggin2018-04-011-4/+5
| * powerpc/mm/32: Remove the reserved memory hackJonathan Neuschäfer2018-04-013-8/+1
| * powerpc/mm/32: Use page_is_ram to check for RAMJonathan Neuschäfer2018-04-011-0/+1
| * powerpc/mm: Use memblock API for PPC32 page_is_ramJonathan Neuschäfer2018-04-011-4/+0
| * powerpc/mm: Simplify page_is_ram by using memblock_is_memoryJonathan Neuschäfer2018-04-011-7/+1
| * Merge branch 'topic/paca' into nextMichael Ellerman2018-03-316-86/+169
| |\
| | * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-314-15/+15
| | * powerpc/64s/radix: Allocate kernel page tables node-local if possibleNicholas Piggin2018-03-311-24/+80
| | * powerpc/64s/radix: Split early page table mapping to its own functionNicholas Piggin2018-03-311-47/+65
| | * powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin2018-03-302-14/+23
| | * powerpc/64s: Allocate LPPACAs individuallyNicholas Piggin2018-03-301-2/+2
| | * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-1/+1
| * | powerpc/mm/hash64: Increase the VA rangeAneesh Kumar K.V2018-03-313-11/+4
| * | powerpc/mm: Add support for handling > 512TB address in SLB missAneesh Kumar K.V2018-03-318-10/+149
| * | powerpc/mm/slice: Consolidate return path in slice_get_unmapped_area()Aneesh Kumar K.V2018-03-311-16/+20
| * | powerpc/mm: Fix thread_pkey_regs_init()Ram Pai2018-03-311-3/+3
| * | Merge branch 'fixes' into nextMichael Ellerman2018-03-284-80/+107
| |\ \
| * | | powerpc/mm: Fix typo in commentsAlexey Kardashevskiy2018-03-271-7/+7
| * | | powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()Mauricio Faria de Oliveira2018-03-273-10/+10
| * | | powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9Paul Mackerras2018-03-271-0/+6
| * | | powerpc/mm/slice: remove radix calls to the slice codeNicholas Piggin2018-03-132-15/+8
| * | | powerpc/mm/slice: Use const pointers to cached slice masks where possibleNicholas Piggin2018-03-131-41/+38