aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hugetlbpage-radix.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-02powerpc/book3e: drop BUG_ON() in map_kernel_page()Christophe Leroy1-3/+0
2019-05-01powerpc/tm: Avoid machine crash on rt_sigreturn()Breno Leitao1-1/+26
2019-05-01powerpc/mm/radix: Fix kernel crash when running subpage protect testAneesh Kumar K.V1-4/+9
2019-05-01powerpc/powernv/mce: Print additional information about MCE error.Mahesh Salgaonkar3-43/+86
2019-05-01powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar4-114/+123
2019-05-01powerpc/powernv/mce: Reduce MCE console logs to lesser lines.Mahesh Salgaonkar2-42/+49
2019-05-01powerpc: Add doorbell tracepointsAnton Blanchard2-0/+19
2019-05-01ocxl: remove set but not used variables 'tid' and 'lpid'YueHaibing1-3/+1
2019-05-01powerpc/64s: Remove 'dummy_copy_buffer'Mathieu Malaterre1-5/+0
2019-05-01powerpc/cacheinfo: Fix kobject memleakTobin C. Harding1-7/+6
2019-05-01powerpc/vdso: Drop unnecessary cc-ldoptionNick Desaulniers2-6/+4
2019-04-30powerpc/powernv/ioda: Handle failures correctly in pnv_pci_ioda_iommu_bypass_supported()Alexey Kardashevskiy1-2/+2
2019-04-30powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idleMichael Ellerman1-6/+46
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin12-1218/+969
2019-04-30powerpc/watchdog: Use hrtimers for per-CPU heartbeatNicholas Piggin1-41/+40
2019-04-29powerpc/pseries: Track LMB nid instead of using device treeNathan Fontenot3-10/+34
2019-04-28powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King4-7/+7
2019-04-21powerpc/mm: Fix section mismatch warningAneesh Kumar K.V1-4/+4
2019-04-21powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V5-8/+8
2019-04-21powerpc/mm: Print kernel map details to dmesgAneesh Kumar K.V1-0/+3
2019-04-21powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V4-18/+20
2019-04-21powerpc/mm: Drop the unnecessary region checkAneesh Kumar K.V1-12/+0
2019-04-21powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V4-6/+46
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V18-109/+172
2019-04-21powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V6-4/+12
2019-04-21powerc/mm/hash: Reduce hash_mm_context sizeAneesh Kumar K.V5-14/+40
2019-04-21powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V5-40/+68
2019-04-21powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V3-11/+8
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V8-44/+154
2019-04-21powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64Aneesh Kumar K.V2-17/+0
2019-04-21powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V3-15/+17
2019-04-21powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy6-0/+131
2019-04-21powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy3-14/+16
2019-04-21powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy7-1/+85
2019-04-21powerpc/8xx: Add Kernel Userspace Access ProtectionChristophe Leroy5-0/+81
2019-04-21powerpc/8xx: Add Kernel Userspace Execution PreventionChristophe Leroy3-0/+20
2019-04-21powerpc/8xx: Only define APG0 and APG1Christophe Leroy1-6/+6
2019-04-21powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy3-6/+27
2019-04-21powerpc/32: Remove MSR_PR test when returning from syscallChristophe Leroy1-5/+0
2019-04-21powerpc/mm: Detect bad KUAP faultsMichael Ellerman3-3/+29
2019-04-21powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman10-3/+176
2019-04-21powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()Russell Currey1-2/+2
2019-04-21powerpc/mm/radix: Use KUEP API for Radix MMURussell Currey2-3/+10
2019-04-21powerpc/64: Setup KUP on secondary CPUsRussell Currey2-1/+4
2019-04-21powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy10-15/+121
2019-04-21powerpc: Add skeleton for Kernel Userspace Execution PreventionChristophe Leroy5-6/+34
2019-04-21powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy4-0/+26
2019-04-21powerpc/powernv/idle: Restore AMR/UAMOR/AMOR after idleMichael Ellerman1-4/+23
2019-04-21powerpc/powernv/idle: Restore IAMR after idleRussell Currey1-0/+20
2019-04-20powerpc: Add force enable of DAWR on P9 optionMichael Neuling7-17/+123