summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAXStefan Agner2018-06-151-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-06-0718-351/+915
|\
| * powerpc/pkeys: Detach execute_only key on !PROT_EXECRam Pai2018-06-051-2/+2
| * powerpc/mm: Remove stale_map[] handling on non SMP processorsChristophe Leroy2018-06-041-4/+17
| * powerpc/mm: constify LAST_CONTEXT in mmu_context_nohashChristophe Leroy2018-06-041-45/+39
| * powerpc/mm: Avoid unnecessary test and reduce code sizeChristophe Leroy2018-06-041-9/+4
| * powerpc/mm: constify FIRST_CONTEXT in mmu_context_nohashChristophe Leroy2018-06-041-19/+18
| * powerpc/mm/hash: hard disable irq in the SLB insert pathAneesh Kumar K.V2018-06-031-0/+13
| * powerpc/mm/hugetlb: Update hugetlb related locksAneesh Kumar K.V2018-06-032-15/+30
| * powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin2018-06-031-4/+4
| * powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumaskNicholas Piggin2018-06-031-27/+121
| * powerpc/64s/radix: optimise pte_updateNicholas Piggin2018-06-032-3/+14
| * powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flagsNicholas Piggin2018-06-031-1/+1
| * powerpc/64s/radix: prefetch user address in update_mmu_cacheNicholas Piggin2018-06-032-2/+5
| * powerpc/64s/radix: do not flush TLB when relaxing accessNicholas Piggin2018-06-031-1/+6
| * powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2018-06-033-7/+10
| * powerpc/mm: Change function prototypeAneesh Kumar K.V2018-06-033-8/+24
| * powerpc/mm/radix: Move function from radix.h to pgtable-radix.cAneesh Kumar K.V2018-06-031-0/+22
| * powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call __ptep_set_acce...Aneesh Kumar K.V2018-06-031-2/+31
| * powerpc: Fix build by disabling attribute-alias warning for SYSCALL_DEFINExChristophe Leroy2018-06-031-0/+4
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-06-032-0/+208
| |\
| | * powerpc: Export tm_enable()/tm_disable/tm_abort() APIsSimon Guo2018-05-241-0/+1
| | * 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
OpenPOWER on IntegriCloud