summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V16-107/+170
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 Leroy9-14/+120
2019-04-21powerpc: Add skeleton for Kernel Userspace Execution PreventionChristophe Leroy4-5/+33
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/numa: document topology_updates_enabled, disable by defaultNathan Lynch1-4/+10
2019-04-20powerpc/numa: improve control of topology updatesNathan Lynch1-6/+12
2019-04-20powerpc/powernv: Squash sparse warnings in opal-call.cAndrew Donnellan1-0/+2
2019-04-20powerpc/crypto: Use cheaper random numbers for crc-vpmsum self-testGeorge Spelvin1-7/+3
2019-04-20powerpc: Remove duplicate headersJagadeesh Pagadala3-3/+0
2019-04-20powerpc/8xx: Fix possible device node reference leakWen Yang1-2/+1
2019-04-20powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar3-1/+85
2019-04-20powerpc/83xx: Add missing of_node_put() after of_device_is_available()Julia Lawall1-1/+3
2019-04-20powerpc/pseries/pmem: Fix a set but not used valueQian Cai1-2/+1
2019-04-20powerpc/pseries/iommu: Fix set but not used valuesQian Cai1-8/+5
2019-04-20powerpc/mm: Silence unused-but-set-variable warningsQian Cai2-2/+4
2019-04-20powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier4-16/+13
2019-04-20powerpc/mm/radix: Don't do SLB preload when using the radix MMUAneesh Kumar K.V1-1/+2
2019-04-20powerpc/configs: Enable CONFIG_USB_XHCI_HCD by defaultThomas Huth1-0/+1
2019-04-20powerpc/pseries/mce: Improve array initialization.Mahesh Salgaonkar1-26/+26
2019-04-20powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWXRussell Currey1-1/+3
2019-04-20powerpc/embedded6xx: Remove unused functions holly_power_off and holly_haltMathieu Malaterre1-12/+0
2019-04-20powerpc/embedded6xx: Make some functions staticMathieu Malaterre1-3/+4
2019-04-20powerpc: vdso: Make vdso32 installation conditional in vdso_installBen Hutchings1-0/+2
2019-04-20powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZEMichael Ellerman4-16/+18
2019-04-20powerpc/highmem: Change BUG_ON() to WARN_ON()Christophe Leroy1-10/+4
2019-04-20powerpc: Fix defconfig choice logic when cross compilingMichael Ellerman1-5/+4
2019-04-20powerpc/32: Add ppc_defconfigMichael Ellerman1-0/+4
2019-04-20Merge branch 'fixes' into nextMichael Ellerman4-10/+14