summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...Nicholas Piggin2021-06-212-0/+8
| * | | | | | | powerpc/boot: add zImage.lds to targetsNicholas Piggin2021-06-211-1/+1
| * | | | | | | powerpc/powernv: Fix machine check reporting of async store errorsNicholas Piggin2021-06-211-8/+40
| * | | | | | | powerpc/pseries/vas: Setup IRQ and fault handlingHaren Myneni2021-06-201-0/+102
| * | | | | | | powerpc/pseries/vas: Integrate API with open/close windowsHaren Myneni2021-06-203-0/+228
| * | | | | | | powerpc/pseries/vas: Implement getting capabilities from hypervisorHaren Myneni2021-06-201-0/+122
| * | | | | | | powerpc/pseries/vas: Add hcall wrappers for VAS handlingHaren Myneni2021-06-201-0/+147
| * | | | | | | powerpc/vas: Define QoS credit flag to allocate windowHaren Myneni2021-06-201-1/+5
| * | | | | | | powerpc/pseries/vas: Define VAS/NXGZIP hcalls and structsHaren Myneni2021-06-203-0/+162
| * | | | | | | powerpc/vas: Define and use common vas_window structHaren Myneni2021-06-206-126/+144
| * | | | | | | powerpc/vas: Move update_csb/dump_crb to common book3s platformHaren Myneni2021-06-203-146/+179
| * | | | | | | powerpc/vas: Create take/drop pid and mm reference functionsHaren Myneni2021-06-205-59/+91
| * | | | | | | powerpc/vas: Add platform specific user window operationsHaren Myneni2021-06-204-25/+91
| * | | | | | | powerpc/powernv/vas: Rename register/unregister functionsHaren Myneni2021-06-203-2/+21
| * | | | | | | powerpc/vas: Move VAS API to book3s common platformHaren Myneni2021-06-209-18/+24
| * | | | | | | powerpc/powernv/vas: Release reference to tgid during window closeHaren Myneni2021-06-201-4/+5
| * | | | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-06-1731-1517/+1586
| |\ \ \ \ \ \ \
| * | | | | | | | powerpc/mm/book3s64: Fix possible build errorAneesh Kumar K.V2021-06-171-9/+17
| * | | | | | | | powerpc/signal64: Don't read sigaction arguments back from user memoryMichael Ellerman2021-06-171-2/+2
| * | | | | | | | powerpc/watchdog: include linux/processor.h for spin_until_condSudeep Holla2021-06-171-0/+1
| * | | | | | | | powerpc/64: drop redundant defination of spin_until_condSudeep Holla2021-06-171-11/+0
| * | | | | | | | powerpc/signal32: Remove impossible #ifdef combinationsChristophe Leroy2021-06-171-55/+0
| * | | | | | | | powerpc/32: Display modules range in virtual memory layoutChristophe Leroy2021-06-171-0/+4
| * | | | | | | | powerpc: make stack walking KASAN-safeDaniel Axtens2021-06-173-7/+8
| * | | | | | | | powerpc: Move update_power8_hid0() into its only userChristophe Leroy2021-06-172-10/+10
| * | | | | | | | powerpc: Remove proc_trap()Christophe Leroy2021-06-171-2/+0
| * | | | | | | | powerpc/32: Remove __main()Christophe Leroy2021-06-171-6/+0
| * | | | | | | | powerpc/32s: Rename PTE_SIZE to PTE_T_SIZEChristophe Leroy2021-06-172-4/+4
| * | | | | | | | powerpc: Define swapper_pg_dir[] in CChristophe Leroy2021-06-1710-81/+10
| * | | | | | | | powerpc: Define empty_zero_page[] in CChristophe Leroy2021-06-177-28/+3
| * | | | | | | | powerpc/nohash: Remove DEBUG_HARDERChristophe Leroy2021-06-171-32/+0
| * | | | | | | | powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXTChristophe Leroy2021-06-171-4/+1
| * | | | | | | | powerpc/nohash: Remove DEBUG_MAP_CONSISTENCYChristophe Leroy2021-06-171-46/+1
| * | | | | | | | powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_context.hChristophe Leroy2021-06-171-42/+24
| * | | | | | | | powerpc/nohash: Convert set_context() to CChristophe Leroy2021-06-177-48/+27
| * | | | | | | | powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy2021-06-177-67/+8
| * | | | | | | | powerpc/kuap: Force inlining of all first level KUAP helpers.Christophe Leroy2021-06-171-11/+11
| * | | | | | | | powerpc/kuap: Remove to/from/size parameters of prevent_user_access()Christophe Leroy2021-06-174-14/+10
| * | | | | | | | powerpc/kuap: Remove KUAP_CURRENT_XXXChristophe Leroy2021-06-172-12/+3
| * | | | | | | | powerpc/32s: Activate KUAP and KUEP by defaultChristophe Leroy2021-06-171-2/+2
| * | | | | | | | powerpc/32s: Rework Kernel Userspace Access ProtectionChristophe Leroy2021-06-174-73/+104
| * | | | | | | | powerpc/32s: Allow disabling KUAP at boot timeChristophe Leroy2021-06-172-5/+34
| * | | | | | | | powerpc/32s: Allow disabling KUEP at boot timeChristophe Leroy2021-06-172-5/+12
| * | | | | | | | powerpc/32s: Initialise KUAP and KUEP in CChristophe Leroy2021-06-174-6/+16
| * | | | | | | | powerpc/32s: Simplify calculation of segment register contentChristophe Leroy2021-06-171-19/+23
| * | | | | | | | powerpc/32s: Convert switch_mmu_context() to CChristophe Leroy2021-06-174-63/+40
| * | | | | | | | powerpc/32s: move CTX_TO_VSID() into mmu-hash.hChristophe Leroy2021-06-173-16/+10
| * | | | | | | | powerpc/32s: Refactor update of user segment registersChristophe Leroy2021-06-174-41/+49
| * | | | | | | | powerpc/32s: Move setup_{kuep/kuap}() into {kuep/kuap}.cChristophe Leroy2021-06-174-20/+20
| * | | | | | | | powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy2021-06-172-6/+48