summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2024-10-10powerpc/vdso: Fix VDSO data access when running in a non-root time namespaceChristophe Leroy
2024-10-04powerpc/vdso: Inconditionally use CFUNC macroChristophe Leroy
2024-10-04powerpc/8xx: Fix kernel vs user address comparisonChristophe Leroy
2024-09-18powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUALChristophe Leroy
2024-09-12powerpc/vdso: Don't discard rela sectionsChristophe Leroy
2024-09-04Revert "change alloc_pages name in dma_map_ops to avoid name conflicts"Greg Kroah-Hartman
2024-08-29change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan
2024-08-03powerpc/prom: Add CPU info to hardware description string laterNathan Lynch
2024-07-25powerpc/eeh: avoid possible crash when edev->pdev changesGanesh Goudar
2024-07-11powerpc/64s: Fix unnecessary copy to 0 when kernel is booted at address 0Jinglin Wen
2024-07-11powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar
2024-07-05syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann
2024-07-05powerpc: restore some missing spu syscallsArnd Bergmann
2024-06-27kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-04-27powerpc/ftrace: Ignore ftrace locations in exit text sectionsNaveen N Rao
2024-04-03powerpc/smp: Increase nr_cpu_ids to include the boot CPUMichael Ellerman
2024-04-03powerpc/smp: Adjust nr_cpu_ids to cover all threads of a coreMichael Ellerman
2024-03-06powerpc/rtas: use correct function name for resetting TCE tablesNathan Lynch
2024-03-01powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controllerGaurav Batra
2024-02-23powerpc/cputable: Add missing PPC_FEATURE_BOOKE on PPC64 Book-EDavid Engraf
2024-02-23powerpc/64: Set task pt_regs->link to the LR value on scv entryNaveen N Rao
2024-02-23Revert "powerpc/pseries/iommu: Fix iommu initialisation during DLPAR add"Michael Ellerman
2024-02-23powerpc/6xx: set High BAT Enable flag on G2_LE coresMatthias Schiffer
2024-02-23powerpc/pseries/iommu: Fix iommu initialisation during DLPAR addGaurav Batra
2024-02-23work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-02-05powerpc: Fix build error due to is_valid_bugaddr()Michael Ellerman
2024-01-25powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()Nathan Lynch
2023-12-13powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao
2023-12-08powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson
2023-12-08KVM: PPC: Book3S HV: Fix KVM_RUN clobbering FP/VEC user registersNicholas Piggin
2023-11-20powerpc: Hide empty pt_regs at base of the stackMichael Ellerman
2023-11-20powerpc: Only define __parse_fpscr() when requiredChristophe Leroy
2023-10-23powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman
2023-10-11powerpc/47x: Fix 47x syscall return crashMichael Ellerman
2023-10-10powerpc/85xx: Fix math emulation exceptionChristophe Leroy
2023-09-22powerpc/stacktrace: Fix arch_stack_walk_reliable()Michael Ellerman
2023-09-18powerpc/dexcr: Move HASHCHK trap handlerBenjamin Gray
2023-09-18powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray
2023-09-18powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray
2023-09-18powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-25powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey
2023-08-24powerpc: Drop zalloc_maybe_bootmem()Michael Ellerman
2023-08-23powerpc/85xx: Mark some functions static and add missing includes to fix no p...Christophe Leroy
2023-08-22powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao
2023-08-22powerpc/ftrace: Implement ftrace_replace_code()Naveen N Rao