aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-16powerpc/pseries: Check for zero filled ibm,dynamic-memory propertyNathan Fontenot1-0/+8
2018-02-13powerpc/mm/hash64: Store the slot information at the right offset for hugetlbAneesh Kumar K.V4-11/+20
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V4-2/+6
2018-02-13powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy1-0/+2
2018-02-08powerpc/mm/radix: Split linear mapping on hot-unplugBalbir Singh1-21/+74
2018-02-08powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PIDNicholas Piggin1-1/+20
2018-02-08powerpc/numa: Invalidate numa_cpu_lookup_table on cpu removeNathan Fontenot1-5/+0
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar25-406/+1473
2018-02-06Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-15/+13
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-0/+7
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler1-1/+6
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds23-367/+1455
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-22/+0
2018-01-31powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V1-2/+5
2018-01-27powerpc/pseries: Fix cpu hotplug crash with memoryless nodesMichael Bringmann1-1/+3
2018-01-27powerpc/numa: Ensure nodes initialized for hotplugMichael Bringmann1-10/+37
2018-01-27powerpc/numa: Use ibm,max-associativity-domains to discover possible nodesMichael Bringmann1-3/+34
2018-01-27powerpc/mm/nohash: do not flush the entire mm when range is a single pageChristophe Leroy1-1/+4
2018-01-22powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_allMahesh Salgaonkar1-2/+0
2018-01-22powerpc/pseries: Don't give a warning when HPT resizing isn't availableDavid Gibson1-1/+1
2018-01-21powerpc/hash: Skip non initialized page size in init_hpte_page_sizesAneesh Kumar K.V1-1/+1
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-1/+6
2018-01-21powerpc/mm: Invalidate subpage_prot() system call on radix platformsAnshuman Khandual1-0/+3
2018-01-21powerpc: Enable pkey subsystemRam Pai1-9/+55
2018-01-20powerpc: Deliver SEGV signal on pkey violationRam Pai1-12/+27
2018-01-20powerpc: introduce get_mm_addr_key() helperRam Pai1-0/+24
2018-01-20powerpc: Handle exceptions caused by pkey violationRam Pai1-0/+22
2018-01-20powerpc: implementation for arch_vma_access_permitted()Ram Pai1-0/+34
2018-01-20powerpc: helper to validate key-access permissions of a pteRam Pai1-0/+28
2018-01-20powerpc: Program HPTE key protection bitsRam Pai1-0/+1
2018-01-20powerpc: implementation for arch_override_mprotect_pkey()Ram Pai1-0/+36
2018-01-20powerpc: ability to associate pkey to a vmaRam Pai1-0/+8
2018-01-20powerpc: introduce execute-only pkeyRam Pai1-0/+58
2018-01-20powerpc: store and restore the pkey state across context switchesRam Pai1-1/+51
2018-01-20powerpc: ability to create execute-disabled pkeysRam Pai1-0/+16
2018-01-20powerpc: implementation for arch_set_user_pkey_access()Ram Pai1-0/+40
2018-01-20powerpc: helper functions to initialize AMR, IAMR and UAMOR registersRam Pai1-0/+47
2018-01-20powerpc: helper function to read, write AMR, IAMR, UAMOR registersRam Pai1-0/+36
2018-01-20powerpc: track allocation status of all pkeysRam Pai2-0/+42
2018-01-20powerpc: initial pkey plumbingRam Pai3-0/+31
2018-01-19powerpc/64: Rename soft_enabled to irq_soft_maskMadhavan Srinivasan1-1/+1
2018-01-19powerpc/64: Add #defines for paca->soft_enabled flagsMadhavan Srinivasan1-1/+1
2018-01-18powerpc/pseries: lift RTAS limit for hashNicholas Piggin1-3/+5
2018-01-18powerpc/pseries: lift RTAS limit for radixNicholas Piggin1-17/+4
2018-01-18powerpc/pseries: radix is not subject to RMA limit, remove itNicholas Piggin1-7/+4
2018-01-18powerpc/powernv: Remove real mode access limit for early allocationsNicholas Piggin2-23/+34
2018-01-18powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin4-0/+177
2018-01-16powerpc: Use the TRAP macro whenever comparing a trap numberBenjamin Herrenschmidt1-1/+1
2018-01-16powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAPChristophe Leroy1-1/+1
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy1-1/+1