summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2021-08-20powerpc/64s: Fix scv implicit soft-mask table for relocated kernelsNicholas Piggin
2021-08-12powerpc/interrupt: Do not call single_step_exception() from other exceptionsChristophe Leroy
2021-08-12powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()Christophe Leroy
2021-08-09powerpc/kprobes: Fix kprobe Oops happens in bookePu Lehui
2021-08-07powerpc/smp: Fix OOPS in topology_init()Christophe Leroy
2021-08-07powerpc/32: Fix critical and debug interrupts on BOOKEChristophe Leroy
2021-08-07powerpc/32s: Fix napping restore in data storage interrupt (DSI)Christophe Leroy
2021-07-29powerpc/vdso: Don't use r30 to avoid breaking Go langMichael Ellerman
2021-07-09Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-08powerpc: convert to setup_initial_init_mm()Kefeng Wang
2021-07-06powerpc/64e: Fix system call illegal mtmsrd instructionNicholas Piggin
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-30powerpc/64s: move ret_from_fork etc above __end_soft_maskedNicholas Piggin
2021-06-30powerpc/64s/interrupt: clean up interrupt return labelsNicholas Piggin
2021-06-30powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbolsNicholas Piggin
2021-06-30powerpc/64: enable MSR[EE] in irq replay pt_regsNicholas Piggin
2021-06-30powerpc/64s: add a table of implicit soft-masked addressesNicholas Piggin
2021-06-30powerpc/64e: remove implicit soft-masking and interrupt exit restart logicNicholas Piggin
2021-06-30powerpc/64e: fix CONFIG_RELOCATABLE build warningsNicholas Piggin
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-26powerpc/interrupt: Use names in check_return_regs_valid()Christophe Leroy
2021-06-26powerpc/interrupt: Also use exit_must_hard_disable() on PPC32Christophe Leroy
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-06-26powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEJason Wang
2021-06-26powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()Michael Ellerman
2021-06-25powerpc/rtas-rtc: remove unused constantNathan Lynch
2021-06-25powerpc: Fix is_kvm_guest() / kvm_para_available()Michael Ellerman
2021-06-25powerpc/64s: Make prom_init require RELOCATABLEMichael Ellerman
2021-06-25powerpc/kprobes: Warn if instruction patching failedNaveen N. Rao
2021-06-25powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()Naveen N. Rao
2021-06-25powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...Naveen N. Rao
2021-06-25powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin
2021-06-25powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entryChristophe Leroy
2021-06-25powerpc/32: Reduce code duplication of system call entryChristophe Leroy
2021-06-25powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy
2021-06-25powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non bookeChristophe Leroy
2021-06-25powerpc: Remove klimitChristophe Leroy
2021-06-25powerpc: Offline CPU in stop_this_cpu()Nicholas Piggin
2021-06-25powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()Nicholas Piggin
2021-06-25powerpc/pseries: Enable hardlockup watchdog for PowerVM partitionsNicholas Piggin
2021-06-25powerpc/64s/interrupt: Check and fix srr_valid without crashingNicholas Piggin
2021-06-25powerpc/interrupt: Remove prep_irq_for_user_exit()Christophe Leroy