summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2023-06-15powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin
2023-06-15powerpc: merge 32-bit and 64-bit _switch implementationNicholas Piggin
2023-06-14powerpc/eeh: Rely on dev->link_active_reportingMaciej W. Rozycki
2023-06-14powerpc/32: Rearrange _switch to prepare for 32/64 mergeNicholas Piggin
2023-06-14powerpc/32: Remove sync from _switchNicholas Piggin
2023-06-14powerpc/64: Rearrange 64-bit _switch to prepare for 32/64 mergeNicholas Piggin
2023-06-14powerpc/64s: move stack SLB pinning out of line from _switchNicholas Piggin
2023-06-13powerpc/legacy_serial: Handle SERIAL_8250_FSL=n build failuresUwe Kleine-König
2023-06-09watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson
2023-06-09cachestat: wire up cachestat for other architecturesNhat Pham
2023-06-09powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_use...Christophe Leroy
2023-06-09powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare()Christophe Leroy
2023-06-06powerpc/legacy_serial: Warn about 8250 devices operated without active FSL wo...Uwe Kleine-König
2023-06-05locking/atomic: treewide: use raw_atomic*_<op>()Mark Rutland
2023-06-05powerpc/vdso: Include CLANG_FLAGS explicitly in ldflags-yNathan Chancellor
2023-05-17powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV deviceGaurav Batra
2023-05-17powerpc/iommu: DMA address offset is incorrectly calculated with 2MB TCEsGaurav Batra
2023-05-17powerpc/iommu: Remove iommu_del_device()Jason Gunthorpe
2023-05-16start_kernel: Add __no_stack_protector function attributendesaulniers@google.com
2023-05-08powerpc, workqueue: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo
2023-05-08powerpc/isa-bridge: Fix ISA mapping when "ranges" is not presentRob Herring
2023-04-28Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-26powerpc: Fix merge conflict between pcrel and copy_thread changesNicholas Piggin
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-04-20powerpc/64: Don't call trace_hardirqs_on() in prep_irq_for_idle()Michael Ellerman
2023-04-20powerpc/64: Mark prep_irq_for_idle() __cpuidleMichael Ellerman
2023-04-20powerpc/irq: Mark check_return_regs_valid() notraceMichael Ellerman
2023-04-20powerpc/64: modules support building with PCREL addresingNicholas Piggin
2023-04-20powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin
2023-04-20powerpc: add CFUNC assembly label annotationNicholas Piggin
2023-04-20powerpc/64: Add support to build with prefixed instructionsNicholas Piggin
2023-04-20powerpc/64s: Run at the kernel virtual address earlier in bootNicholas Piggin
2023-04-20powerpc/64: Move initial base and TOC pointer calculationNicholas Piggin
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf
2023-04-11powerpc/32: Include thread_info.h in head_booke.hNathan Chancellor
2023-04-11powerpc: copy_thread don't set PPR in user interrupt frame regsNicholas Piggin
2023-04-11powerpc: copy_thread don't set _TIF_RESTOREALLNicholas Piggin
2023-04-11powerpc: differentiate kthread from user kernel thread startNicholas Piggin
2023-04-11powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin
2023-04-11powerpc/64: ret_from_fork avoid restoring regs twiceNicholas Piggin
2023-04-11powerpc: use switch frame for ret_from_kernel_thread parametersNicholas Piggin
2023-04-11powerpc: copy_thread make ret_from_fork register setup consistentNicholas Piggin
2023-04-11powerpc: copy_thread remove unused pkey codeNicholas Piggin
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg