summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-26powerpc/toc: Future proof kernel tocAlan Modra2-6/+4
2024-01-26powerpc: Mark .opd section read-onlyChristophe Leroy1-6/+6
2023-12-20powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao1-2/+2
2023-12-20powerpc/ftrace: Create a dummy stackframe to fix stack unwindNaveen N Rao1-2/+11
2023-12-08powerpc: Don't clobber f0/vs0 during fp|altivec register saveTimothy Pearson2-0/+15
2023-11-20powerpc: Only define __parse_fpscr() when requiredChristophe Leroy1-0/+2
2023-11-08powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman1-0/+2
2023-11-08powerpc/85xx: Fix math emulation exceptionChristophe Leroy1-1/+1
2023-10-25powerpc/47x: Fix 47x syscall return crashMichael Ellerman1-3/+5
2023-10-25powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy4-3/+41
2023-10-06powerpc/watchpoints: Annotate atomic context in more placesBenjamin Gray1-0/+9
2023-10-06powerpc/watchpoint: Disable pagefaults when getting user instructionBenjamin Gray1-1/+6
2023-10-06powerpc/watchpoints: Disable preemption in thread_change_pc()Benjamin Gray1-1/+6
2023-09-19powerpc/iommu: Fix notifiers being shared by PCI and VIO busesRussell Currey1-3/+14
2023-09-19powerpc/fadump: reset dump area size if fadump memory reserve failsSourabh Jain1-0/+1
2023-08-26powerpc/rtas_flash: allow user copy to flash block cache objectsNathan Lynch1-3/+3
2023-07-23powerpc/security: Fix Speculation_Store_Bypass reporting on Power10Michael Ellerman1-18/+19
2023-07-23powerpc: update ppc_save_regs to save current r1 in pt_regsAditya Gupta1-3/+3
2023-07-23powerpc: simplify ppc_save_regsNicholas Piggin1-42/+15
2023-07-23powerpc/signal32: Force inlining of __unsafe_save_user_regs() and save_tm_use...Christophe Leroy1-6/+9
2023-07-23powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare()Christophe Leroy1-2/+1
2023-05-24powerpc/iommu: Incorrect DDW Table is referenced for SR-IOV deviceGaurav Batra1-1/+3
2023-05-11powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch1-1/+1
2023-04-05powerpc: Don't try to copy PPR for task with NULL pt_regsJens Axboe1-0/+6
2023-03-17powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman1-1/+4
2023-03-17powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman1-0/+1
2023-03-17powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure1-2/+2
2023-03-17powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+1
2023-02-25powerpc/vmlinux.lds: Add an explicit symbol for the SRWX boundaryMichael Ellerman1-2/+7
2023-02-25powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page alignedMichael Ellerman1-1/+4
2023-02-14powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin1-2/+4
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman1-4/+4
2023-01-12powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch1-1/+6
2023-01-12powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch1-3/+10
2022-10-26powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()Li Huafei1-1/+7
2022-10-26powerpc: Fix fallocate and fadvise64_64 compat parameter combinationRohan McLure2-15/+3
2022-10-26powerpc/pci_dn: Add missing of_node_put()Liang He1-0/+1
2022-10-15Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch2-86/+0
2022-09-08powerpc: align syscall table for ppc32Masahiro Yamada1-0/+1
2022-08-25powerpc/64: Init jump labels before parse_early_param()Zhouyi Zhou1-0/+7
2022-08-25powerpc/32: Set an IBAT covering up to _einittext during initChristophe Leroy1-2/+2
2022-08-25powerpc/pci: Fix get_phb_number() lockingMichael Ellerman1-6/+10
2022-08-17powerpc/pci: Fix PHB numbering when using opal-phbidMichael Ellerman1-4/+6
2022-08-17powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and aliasPali Rohár1-8/+19
2022-08-17powerpc/iommu: Fix iommu_table_in_use for a small default DMA window caseAlexey Kardashevskiy1-0/+5
2022-08-17powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman1-0/+1
2022-07-12powerpc/tm: Fix more userspace r13 corruptionNicholas Piggin1-9/+16
2022-07-12powerpc: flexible GPR range save/restore macrosNicholas Piggin9-75/+42
2022-07-07powerpc/prom_init: Fix kernel config grepLiam Howlett1-1/+1
2022-07-02powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao1-3/+12