summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-2110-3/+176
* | powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()Russell Currey2019-04-211-2/+2
* | powerpc/mm/radix: Use KUEP API for Radix MMURussell Currey2019-04-212-3/+10
* | powerpc/64: Setup KUP on secondary CPUsRussell Currey2019-04-212-1/+4
* | powerpc: Add a framework for Kernel Userspace Access ProtectionChristophe Leroy2019-04-219-14/+120
* | powerpc: Add skeleton for Kernel Userspace Execution PreventionChristophe Leroy2019-04-214-5/+33
* | powerpc: Add framework for Kernel Userspace ProtectionChristophe Leroy2019-04-214-0/+26
* | powerpc/powernv/idle: Restore AMR/UAMOR/AMOR after idleMichael Ellerman2019-04-211-4/+23
* | powerpc/powernv/idle: Restore IAMR after idleRussell Currey2019-04-211-0/+20
* | powerpc/numa: document topology_updates_enabled, disable by defaultNathan Lynch2019-04-201-4/+10
* | powerpc/numa: improve control of topology updatesNathan Lynch2019-04-201-6/+12
* | powerpc/powernv: Squash sparse warnings in opal-call.cAndrew Donnellan2019-04-201-0/+2
* | powerpc/crypto: Use cheaper random numbers for crc-vpmsum self-testGeorge Spelvin2019-04-201-7/+3
* | powerpc: Remove duplicate headersJagadeesh Pagadala2019-04-203-3/+0
* | powerpc/8xx: Fix possible device node reference leakWen Yang2019-04-201-2/+1
* | powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar2019-04-203-1/+85