summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/83xx: Add missing of_node_put() after of_device_is_available()Julia Lawall2019-04-201-1/+3
* powerpc/pseries/pmem: Fix a set but not used valueQian Cai2019-04-201-2/+1
* powerpc/pseries/iommu: Fix set but not used valuesQian Cai2019-04-201-8/+5
* powerpc/mm: Silence unused-but-set-variable warningsQian Cai2019-04-202-2/+4
* powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier2019-04-204-16/+13
* powerpc/mm/radix: Don't do SLB preload when using the radix MMUAneesh Kumar K.V2019-04-201-1/+2
* powerpc/configs: Enable CONFIG_USB_XHCI_HCD by defaultThomas Huth2019-04-201-0/+1
* powerpc/pseries/mce: Improve array initialization.Mahesh Salgaonkar2019-04-201-26/+26
* powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWXRussell Currey2019-04-201-1/+3
* powerpc/embedded6xx: Remove unused functions holly_power_off and holly_haltMathieu Malaterre2019-04-201-12/+0
* powerpc/embedded6xx: Make some functions staticMathieu Malaterre2019-04-201-3/+4
* powerpc: vdso: Make vdso32 installation conditional in vdso_installBen Hutchings2019-04-201-0/+2
* powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZEMichael Ellerman2019-04-204-16/+18
* powerpc/highmem: Change BUG_ON() to WARN_ON()Christophe Leroy2019-04-201-10/+4
* powerpc: Fix defconfig choice logic when cross compilingMichael Ellerman2019-04-201-5/+4
* powerpc/32: Add ppc_defconfigMichael Ellerman2019-04-201-0/+4
* Merge branch 'fixes' into nextMichael Ellerman2019-04-204-10/+14
|\
| * powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configsMichael Ellerman2019-04-101-1/+1