summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Deliver SEGV signal on pkey violationRam Pai2018-01-201-12/+27
* powerpc: introduce get_mm_addr_key() helperRam Pai2018-01-201-0/+24
* powerpc: Handle exceptions caused by pkey violationRam Pai2018-01-201-0/+22
* powerpc: implementation for arch_vma_access_permitted()Ram Pai2018-01-201-0/+34
* powerpc: helper to validate key-access permissions of a pteRam Pai2018-01-201-0/+28
* powerpc: Program HPTE key protection bitsRam Pai2018-01-201-0/+1
* powerpc: implementation for arch_override_mprotect_pkey()Ram Pai2018-01-201-0/+36
* powerpc: ability to associate pkey to a vmaRam Pai2018-01-201-0/+8
* powerpc: introduce execute-only pkeyRam Pai2018-01-201-0/+58
* powerpc: store and restore the pkey state across context switchesRam Pai2018-01-201-1/+51
* powerpc: ability to create execute-disabled pkeysRam Pai2018-01-201-0/+16
* powerpc: implementation for arch_set_user_pkey_access()Ram Pai2018-01-201-0/+40
* powerpc: helper functions to initialize AMR, IAMR and UAMOR registersRam Pai2018-01-201-0/+47
* powerpc: helper function to read, write AMR, IAMR, UAMOR registersRam Pai2018-01-201-0/+36
* powerpc: track allocation status of all pkeysRam Pai2018-01-202-0/+42
* powerpc: initial pkey plumbingRam Pai2018-01-203-0/+31
* powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan2018-01-191-1/+1
* powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan2018-01-191-1/+1
* powerpc/pseries: lift RTAS limit for hashNicholas Piggin2018-01-171-3/+5
* powerpc/pseries: lift RTAS limit for radixNicholas Piggin2018-01-171-17/+4
* powerpc/pseries: radix is not subject to RMA limit, remove itNicholas Piggin2018-01-171-7/+4
* powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2018-01-172-23/+34
* powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-174-0/+177
* powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt2018-01-161-1/+1
* powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy2018-01-161-1/+1
* powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy2018-01-161-1/+1
* powerpc/mm: Introduce _PAGE_NAChristophe Leroy2018-01-161-7/+11
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-165-33/+6
* powerpc/drmem: Add support for ibm, dynamic-memory-v2 propertyNathan Fontenot2018-01-161-4/+188
* powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot2018-01-161-2/+2
* powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot2018-01-161-0/+81
* powerpc/numa: Update numa code use walk_drmem_lmbsNathan Fontenot2018-01-162-172/+151
* powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot2018-01-162-1/+77
* powerpc/numa: Look up associativity array in of_drconf_to_nid_singleNathan Fontenot2018-01-161-23/+17
* powerpc/numa: Look up device node in of_get_usable_memory()Nathan Fontenot2018-01-161-2/+10
* powerpc/numa: Look up device node in of_get_assoc_arrays()Nathan Fontenot2018-01-161-5/+13
* powerpc/mm/hugetlb: Use pte_access_permitted for hugetlb access checkAneesh Kumar K.V2017-12-221-3/+1
* powerpc: capture the PTE format changes in the dump pte reportRam Pai2017-12-201-1/+2
* powerpc: use helper functions to get and set hash slotsRam Pai2017-12-202-17/+10
* powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai2017-12-202-21/+16
* powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai2017-12-202-50/+56
* powerpc: introduce pte_get_hash_gslot() helperRam Pai2017-12-201-0/+18
* powerpc: Use pr_warn instead of pr_warningJoe Perches2017-12-042-5/+3
* Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-12-011-3/+12
|\
| * powerpc/powernv: Fix kexec crashes caused by tlbie tracingMahesh Salgaonkar2017-11-231-3/+12
* | Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-251-12/+22
|\|
| * powerpc/64s/slice: Use addr limit when computing slice maskAneesh Kumar K.V2017-11-201-12/+22
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-1615-212/+429
|\|
| * powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-135-35/+19
| * powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocationNicholas Piggin2017-11-132-31/+50