summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V
2018-01-31powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V
2018-01-27powerpc/pseries: Fix cpu hotplug crash with memoryless nodesMichael Bringmann
2018-01-27powerpc/numa: Ensure nodes initialized for hotplugMichael Bringmann
2018-01-27powerpc/numa: Use ibm,max-associativity-domains to discover possible nodesMichael Bringmann
2018-01-27powerpc/mm/nohash: do not flush the entire mm when range is a single pageChristophe Leroy
2018-01-22powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_allMahesh Salgaonkar
2018-01-22powerpc/pseries: Don't give a warning when HPT resizing isn't availableDavid Gibson
2018-01-21powerpc/hash: Skip non initialized page size in init_hpte_page_sizesAneesh Kumar K.V
2018-01-21Merge branch 'fixes' into nextMichael Ellerman
2018-01-21powerpc/mm: Invalidate subpage_prot() system call on radix platformsAnshuman Khandual
2018-01-21powerpc: Enable pkey subsystemRam Pai
2018-01-20powerpc: Deliver SEGV signal on pkey violationRam Pai
2018-01-20powerpc: introduce get_mm_addr_key() helperRam Pai
2018-01-20powerpc: Handle exceptions caused by pkey violationRam Pai
2018-01-20powerpc: implementation for arch_vma_access_permitted()Ram Pai
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai
2018-01-20powerpc: Program HPTE key protection bitsRam Pai
2018-01-20powerpc: implementation for arch_override_mprotect_pkey()Ram Pai
2018-01-20powerpc: ability to associate pkey to a vmaRam Pai
2018-01-20powerpc: introduce execute-only pkeyRam Pai
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai
2018-01-20powerpc: ability to create execute-disabled pkeysRam Pai
2018-01-20powerpc: implementation for arch_set_user_pkey_access()Ram Pai
2018-01-20powerpc: helper functions to initialize AMR, IAMR and UAMOR registersRam Pai
2018-01-20powerpc: helper function to read, write AMR, IAMR, UAMOR registersRam Pai
2018-01-20powerpc: track allocation status of all pkeysRam Pai
2018-01-20powerpc: initial pkey plumbingRam Pai
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan
2018-01-18powerpc/pseries: lift RTAS limit for hashNicholas Piggin
2018-01-18powerpc/pseries: lift RTAS limit for radixNicholas Piggin
2018-01-18powerpc/pseries: radix is not subject to RMA limit, remove itNicholas Piggin
2018-01-18powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin
2018-01-16powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt
2018-01-16powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy
2018-01-16powerpc/mm: Introduce _PAGE_NAChristophe Leroy
2018-01-16powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy
2018-01-16powerpc/drmem: Add support for ibm, dynamic-memory-v2 propertyNathan Fontenot
2018-01-16powerpc: Move of_drconf_cell struct to asm/drmem.hNathan Fontenot
2018-01-16powerpc/pseries: Update memory hotplug code to use drmem LMB arrayNathan Fontenot
2018-01-16powerpc/numa: Update numa code use walk_drmem_lmbsNathan Fontenot
2018-01-16powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot
2018-01-16powerpc/numa: Look up associativity array in of_drconf_to_nid_singleNathan Fontenot
2018-01-16powerpc/numa: Look up device node in of_get_usable_memory()Nathan Fontenot
2018-01-16powerpc/numa: Look up device node in of_get_assoc_arrays()Nathan Fontenot
2018-01-02powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERRJohn Sperbeck