summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: hand a context_t over to slice_mask_for_size() instead of mm_structChristophe Leroy2019-05-021-17/+17
* powerpc/mm: no slice for nohash/64Christophe Leroy2019-05-023-15/+5
* powerpc/mm: fix erroneous duplicate slb_addr_limit initChristophe Leroy2019-05-021-6/+0
* powerpc/mm: Move nohash specifics in subdirectory mm/nohashChristophe Leroy2019-05-0212-16/+19
* powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64Christophe Leroy2019-05-026-2/+4
* powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy2019-05-0222-90/+124
* powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy2019-05-0217-17/+17
* powerpc/nohash64: clean pgtable.hChristophe Leroy2019-05-021-5/+0
* powerpc/book3e: drop BUG_ON() in map_kernel_page()Christophe Leroy2019-05-021-3/+0
* powerpc/tm: Avoid machine crash on rt_sigreturn()Breno Leitao2019-05-011-1/+26
* powerpc/mm/radix: Fix kernel crash when running subpage protect testAneesh Kumar K.V2019-05-011-4/+9
* powerpc/powernv/mce: Print additional information about MCE error.Mahesh Salgaonkar2019-05-013-43/+86
* powerpc/powernv/mce: Print correct severity for MCE error.Mahesh Salgaonkar2019-05-014-114/+123
* powerpc/powernv/mce: Reduce MCE console logs to lesser lines.Mahesh Salgaonkar2019-05-012-42/+49
* powerpc: Add doorbell tracepointsAnton Blanchard2019-05-012-0/+19
* powerpc/64s: Remove 'dummy_copy_buffer'Mathieu Malaterre2019-05-011-5/+0
* powerpc/cacheinfo: Fix kobject memleakTobin C. Harding2019-05-011-7/+6
* powerpc/vdso: Drop unnecessary cc-ldoptionNick Desaulniers2019-05-012-6/+4
* powerpc/powernv/ioda: Handle failures correctly in pnv_pci_ioda_iommu_bypass_...Alexey Kardashevskiy2019-04-301-2/+2
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2019-04-3022-1277/+1227
|\
| * powerpc/powernv/idle: Restore AMR/UAMOR/AMOR/IAMR after idleMichael Ellerman2019-04-301-6/+46
| * powerpc/64s: Reimplement book3s idle code in CNicholas Piggin2019-04-3012-1218/+969
| * powerpc: Add force enable of DAWR on P9 optionMichael Neuling2019-04-206-17/+91
| * powerpc/xive: add OPAL extensions for the XIVE native exploitation supportCédric Le Goater2019-04-115-3/+127
* | powerpc/watchdog: Use hrtimers for per-CPU heartbeatNicholas Piggin2019-04-301-41/+40
* | powerpc/pseries: Track LMB nid instead of using device treeNathan Fontenot2019-04-293-10/+34
* | powerpc/mm: fix spelling mistake "Outisde" -> "Outside"Colin Ian King2019-04-284-7/+7
* | powerpc/mm: Fix section mismatch warningAneesh Kumar K.V2019-04-211-4/+4
* | powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V2019-04-215-8/+8
* | powerpc/mm: Print kernel map details to dmesgAneesh Kumar K.V2019-04-211-0/+3
* | powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V2019-04-214-18/+20
* | powerpc/mm: Drop the unnecessary region checkAneesh Kumar K.V2019-04-211-12/+0
* | powerpc/mm: Validate address values against different region limitsAneesh Kumar K.V2019-04-214-6/+46
* | powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-2116-107/+170
* | powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-216-4/+12
* | powerc/mm/hash: Reduce hash_mm_context sizeAneesh Kumar K.V2019-04-215-14/+40
* | powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V2019-04-215-40/+68
* | powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V2019-04-213-11/+8
* | powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V2019-04-218-44/+154
* | powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64Aneesh Kumar K.V2019-04-212-17/+0
* | powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V2019-04-213-15/+17
* | powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy2019-04-216-0/+131
* | powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy2019-04-213-14/+16
* | powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy2019-04-217-1/+85
* | powerpc/8xx: Add Kernel Userspace Access ProtectionChristophe Leroy2019-04-215-0/+81
* | powerpc/8xx: Add Kernel Userspace Execution PreventionChristophe Leroy2019-04-213-0/+20
* | powerpc/8xx: Only define APG0 and APG1Christophe Leroy2019-04-211-6/+6
* | powerpc/32: Prepare for Kernel Userspace Access ProtectionChristophe Leroy2019-04-213-6/+27
* | powerpc/32: Remove MSR_PR test when returning from syscallChristophe Leroy2019-04-211-5/+0
* | powerpc/mm: Detect bad KUAP faultsMichael Ellerman2019-04-213-3/+29