summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2025-09-04powerpc/kvm: Fix ifdef to remove build warningMadhavan Srinivasan
2025-08-28PCI: pnv_php: Fix surprise plug detection and recoveryTimothy Pearson
2025-08-28powerpc/eeh: Make EEH driver device hotplug safeTimothy Pearson
2025-08-28powerpc/eeh: Rely on dev->link_active_reportingMaciej W. Rozycki
2025-08-28powerpc/eeh: Export eeh_unfreeze_pe()Timothy Pearson
2025-06-27powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recoveryNarayana Murty N
2025-06-04powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7Andreas Schwab
2025-05-02powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()Nathan Lynch
2024-12-14powerpc/prom_init: Fixup missing powermac #size-cellsMichael Ellerman
2024-10-17powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUALChristophe Leroy
2024-08-19powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar
2024-07-27powerpc/eeh: avoid possible crash when edev->pdev changesGanesh Goudar
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-03-01powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray
2024-03-01powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructionsRavi Bangoria
2024-02-23powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman
2024-01-15powerpc: update ppc_save_regs to save current r1 in pt_regsAditya Gupta
2023-12-20powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao
2023-12-20powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao
2023-12-08powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson
2023-11-08powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman
2023-10-10powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray
2023-09-19powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey
2023-09-19powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain
2023-08-26powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch
2023-05-17powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch
2023-04-20powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V
2023-04-20powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITYAneesh Kumar K.V
2023-04-05powerpc: Don't try to copy PPR for task with NULL pt_regsJens Axboe
2023-03-17powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman
2023-03-17powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman
2023-03-17powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure
2023-03-11powerpc/eeh: Set channel state after notifying the driversGanesh Goudar
2023-03-11powerpc/eeh: Small refactor of eeh_handle_normal_event()Daniel Axtens
2023-03-11powerpc/rtas: ensure 4KB alignment for rtas_data_bufNathan Lynch
2023-03-11powerpc/rtas: make all exports GPLNathan Lynch
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
2023-01-14powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch
2023-01-14powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch
2023-01-04arch: ensure parisc/powerpc handle PF_IO_WORKER in copy_thread()Jens Axboe
2023-01-04powerpc: add support for TIF_NOTIFY_SIGNALJens Axboe
2022-10-26powerpc/pci_dn: Add missing of_node_put()Liang He
2022-09-08powerpc: align syscall table for ppc32Masahiro Yamada
2022-08-25powerpc/64: Init jump labels before parse_early_param()Zhouyi Zhou
2022-08-25powerpc/pci: Fix get_phb_number() lockingMichael Ellerman
2022-08-21powerpc/pci: Fix PHB numbering when using opal-phbidMichael Ellerman
2022-08-21powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and aliasPali Rohár
2022-08-21powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman
2022-07-07powerpc/prom_init: Fix kernel config grepLiam Howlett
2022-07-02powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao