summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2022-09-28powerpc/64: mark irqs hard disabled in boot pacaNicholas Piggin
2022-09-28powerpc/64/interrupt: Fix false warning in context tracking due to idle stateNicholas Piggin
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt
2022-09-28powerpc/64s: Allow double call of kernel_[un]map_linear_page()Christophe Leroy
2022-09-28powerpc/64s: Remove unneeded #ifdef CONFIG_DEBUG_PAGEALLOC in hash_utilsChristophe Leroy
2022-09-28powerpc/64s: Add DEBUG_PAGEALLOC for radixNicholas Miehlbradt
2022-09-28powerpc/64s: update cpu selection optionsNicholas Piggin
2022-09-28powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5Nicholas Piggin
2022-09-28powerpc/64s: Make POWER10 and later use pause_short in cpu_relax loopsNicholas Piggin
2022-09-28powerpc: add ISA v3.0 / v3.1 wait opcode macroNicholas Piggin
2022-09-28powerpc/time: avoid programming DEC at the start of the timer interruptNicholas Piggin
2022-09-28powerpc: Add support for early debugging via Serial 16550 consolePali Rohár
2022-09-28powerpc/64/kdump: Limit kdump base to 512MBHari Bathini
2022-09-28powerpc: Provide syscall wrapperRohan McLure
2022-09-28powerpc: Change system_call_exception calling conventionRohan McLure
2022-09-28powerpc: Use common syscall handler typeRohan McLure
2022-09-28powerpc: Enable compile-time check for syscall handlersRohan McLure
2022-09-28powerpc: Include all arch-specific syscall prototypesRohan McLure
2022-09-28powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlersRohan McLure
2022-09-28powerpc: Provide do_ppc64_personality helperRohan McLure
2022-09-28powerpc: Remove direct call to mmap2 syscall handlersRohan McLure
2022-09-28KVM: PPC: Book3S HV P9: Restore stolen time logging in dtlNicholas Piggin
2022-09-28KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new APINicholas Piggin
2022-09-28KVM: PPC: Book3S HV P9: Fix irq disabling in tick accountingNicholas Piggin
2022-09-28KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqsNicholas Piggin
2022-09-28KVM: PPC: Book3S HV: Fix decrementer migrationFabiano Rosas
2022-09-26powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)
2022-09-26Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-09-26Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-09-26powerpc/64s/radix: don't need to broadcast IPI for radix pmd collapse flushYang Shi
2022-09-26KVM: remove KVM_REQ_UNHALTPaolo Bonzini
2022-09-26powerpc: Remove direct call to personality syscall handlerRohan McLure
2022-09-26powerpc/32: Remove powerpc select specialisationRohan McLure
2022-09-26powerpc: Use generic fallocate compatibility syscallRohan McLure
2022-09-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure
2022-09-26powerpc/64s: Fix comment on interrupt handler prologueRohan McLure
2022-09-26powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRSRohan McLure
2022-09-26powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.SRohan McLure
2022-09-26powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlersRohan McLure
2022-09-26powerpc: Add ZEROIZE_GPRS macros for register clearsRohan McLure
2022-09-26powerpc: Save caller r3 prior to system_call_exceptionRohan McLure
2022-09-26powerpc: Remove asmlinkage from syscall handler definitionsRohan McLure
2022-09-26powerpc/irq: Refactor irq_soft_mask_{set,or}_return()Christophe Leroy
2022-09-26powerpc: Remove impossible mmu_psize_defs[] on nohashChristophe Leroy
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy
2022-09-26powerpc: Simplify redundant Kconfig testsChristophe Leroy
2022-09-26powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Christophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy