summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-21powerpc/pesries: Get STF barrier requirement from H_GET_CPU_CHARACTERISTICSNicholas Piggin2-0/+4
2021-06-21powerpc/security: Add a security feature for STF barrierNicholas Piggin2-5/+6
2021-06-21powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...Nicholas Piggin2-0/+8
2021-06-21powerpc/boot: add zImage.lds to targetsNicholas Piggin1-1/+1
2021-06-21powerpc/powernv: Fix machine check reporting of async store errorsNicholas Piggin1-8/+40
2021-06-20crypto/nx: Register and unregister VAS interface on PowerVMHaren Myneni2-0/+9
2021-06-20crypto/nx: Add sysfs interface to export NX capabilitiesHaren Myneni1-0/+43
2021-06-20crypto/nx: Get NX capabilities for GZIP coprocessor typeHaren Myneni1-0/+87
2021-06-20crypto/nx: Rename nx-842-pseries file name to nx-common-pseriesHaren Myneni2-1/+1
2021-06-20powerpc/pseries/vas: Setup IRQ and fault handlingHaren Myneni1-0/+102
2021-06-20powerpc/pseries/vas: Integrate API with open/close windowsHaren Myneni3-0/+228
2021-06-20powerpc/pseries/vas: Implement getting capabilities from hypervisorHaren Myneni1-0/+122
2021-06-20powerpc/pseries/vas: Add hcall wrappers for VAS handlingHaren Myneni1-0/+147
2021-06-20powerpc/vas: Define QoS credit flag to allocate windowHaren Myneni1-1/+5
2021-06-20powerpc/pseries/vas: Define VAS/NXGZIP hcalls and structsHaren Myneni3-0/+162
2021-06-20powerpc/vas: Define and use common vas_window structHaren Myneni6-126/+144
2021-06-20powerpc/vas: Move update_csb/dump_crb to common book3s platformHaren Myneni3-146/+179
2021-06-20powerpc/vas: Create take/drop pid and mm reference functionsHaren Myneni5-59/+91
2021-06-20powerpc/vas: Add platform specific user window operationsHaren Myneni4-25/+91
2021-06-20powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni4-5/+24
2021-06-20powerpc/vas: Move VAS API to book3s common platformHaren Myneni9-18/+24
2021-06-20powerpc/powernv/vas: Release reference to tgid during window closeHaren Myneni1-4/+5
2021-06-17Merge branch 'topic/ppc-kvm' into nextMichael Ellerman31-1517/+1586
2021-06-17powerpc/mm/book3s64: Fix possible build errorAneesh Kumar K.V1-9/+17
2021-06-17powerpc/signal64: Don't read sigaction arguments back from user memoryMichael Ellerman1-2/+2
2021-06-17powerpc/watchdog: include linux/processor.h for spin_until_condSudeep Holla1-0/+1
2021-06-17powerpc/64: drop redundant defination of spin_until_condSudeep Holla1-11/+0
2021-06-17powerpc/signal32: Remove impossible #ifdef combinationsChristophe Leroy1-55/+0
2021-06-17powerpc/32: Display modules range in virtual memory layoutChristophe Leroy1-0/+4
2021-06-17powerpc: make stack walking KASAN-safeDaniel Axtens3-7/+8
2021-06-17selftests/powerpc: EBB selftest for MMCR0 control for PMU SPRs in ISA v3.1Athira Rajeev2-1/+64
2021-06-17selftests/powerpc: Fix "no_handler" EBB selftestAthira Rajeev1-2/+0
2021-06-17powerpc: Move update_power8_hid0() into its only userChristophe Leroy2-10/+10
2021-06-17powerpc: Remove proc_trap()Christophe Leroy1-2/+0
2021-06-17powerpc/32: Remove __main()Christophe Leroy1-6/+0
2021-06-17powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEChristophe Leroy2-4/+4
2021-06-17powerpc: Define swapper_pg_dir[] in CChristophe Leroy10-81/+10
2021-06-17powerpc: Define empty_zero_page[] in CChristophe Leroy7-28/+3
2021-06-17powerpc/selftests: Use gettid() instead of getppid() for null_syscallChristophe Leroy1-1/+2
2021-06-17powerpc/nohash: Remove DEBUG_HARDERChristophe Leroy1-32/+0
2021-06-17powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXTChristophe Leroy1-4/+1
2021-06-17powerpc/nohash: Remove DEBUG_MAP_CONSISTENCYChristophe Leroy1-46/+1
2021-06-17powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_context.hChristophe Leroy1-42/+24
2021-06-17powerpc/nohash: Convert set_context() to CChristophe Leroy7-48/+27
2021-06-17powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy7-67/+8
2021-06-17powerpc/kuap: Force inlining of all first level KUAP helpers.Christophe Leroy1-11/+11
2021-06-17powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy4-14/+10
2021-06-17powerpc/kuap: Remove KUAP_CURRENT_XXXChristophe Leroy2-12/+3
2021-06-17powerpc/32s: Activate KUAP and KUEP by defaultChristophe Leroy1-2/+2
2021-06-17powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy4-73/+104