aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-12-22powerpc/32: Restore disabling of interrupts at interrupt/syscall exitChristophe Leroy (CS GROUP)2-16/+4
2025-12-22powerpc: Add reloc_offset() to font bitmap pointer used for bootx_printf()Finn Thain1-1/+2
2025-12-06Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-19/+17
2025-12-05Merge tag 'powerpc-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-19/+49
2025-12-04Merge tag 'iommu-updates-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2025-11-18powerpc/64s/slb: Fix SLB multihit issue during SLB preloadDonet Tom1-5/+0
2025-11-14powerpc/smp: Expose die_id and die_cpumaskSrikar Dronamraju1-0/+23
2025-11-11powerpc/vmlinux.lds: Drop .interp descriptionNathan Chancellor1-1/+0
2025-11-11powerpc/32: Fix unpaired stwcx. on interrupt exitChristophe Leroy1-6/+4
2025-11-11powerpc/32: Restore clearing of MSR[RI] at interrupt/syscall exitChristophe Leroy2-2/+18
2025-11-11powerpc/8xx: Remove specific code from fast_exception_returnChristophe Leroy1-4/+1
2025-11-11powerpc/kdump: Add support for crashkernel CMA reservationSourabh Jain1-1/+3
2025-11-03arch: hookup listns() system callChristian Brauner1-0/+1
2025-10-29powerpc: Convert to physical address DMA mappingLeon Romanovsky2-19/+17
2025-10-27iommu: Pass in old domain to attach_dev callback functionsNicolin Chen1-2/+3
2025-10-13powerpc/fadump: skip parameter area allocation when fadump is disabledSourabh Jain1-0/+3
2025-10-06Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-10-03Merge tag 'dma-mapping-6.18-2025-09-30' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+2
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-16/+12
2025-09-29Merge tag 'powerpc-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds9-57/+87
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-22powerpc/time: Expose boot_tb via accessorAboorva Devarajan1-1/+7
2025-09-16powerpc/ftrace: support CONFIG_FUNCTION_GRAPH_RETVALAditya Bodkhe1-17/+25
2025-09-15powerpc64/modules: replace stub allocation sentinel with an explicit counterJoe Lawrence1-18/+8
2025-09-15powerpc64/modules: correctly iterate over stubs in setup_ftrace_ool_stubsJoe Lawrence1-1/+1
2025-09-15powerpc/ftrace: ensure ftrace record ops are always set for NOPsJoe Lawrence1-2/+8
2025-09-15powerpc/8xx: Remove left-over instruction and comments in DataStoreTLBMiss ha...Christophe Leroy1-8/+1
2025-09-15powerpc/pseries: Define HVPIPE specific macrosHaren Myneni2-0/+26
2025-09-12dma-mapping: convert dma_direct_*map_page to be phys_addr_t basedLeon Romanovsky1-2/+2
2025-09-06powerpc/vdso: Include asm/syscalls.h for sys_ni_syscall()Christophe Leroy1-2/+1
2025-09-06powerpc/8xx: Remove offset in SPRN_M_TWBChristophe Leroy1-7/+9
2025-09-03sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra1-16/+11
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-09-01powerpc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth1-2/+2
2025-08-20powerpc/prom_init: Fix shellcheck warningsMadhavan Srinivasan1-8/+8
2025-08-20powerpc/kvm: Fix ifdef to remove build warningMadhavan Srinivasan1-4/+4
2025-08-20powerpc: use always-y instead of extra-y in MakefilesMasahiro Yamada1-1/+3
2025-08-20powerpc/64: Drop unnecessary 'rc' variableXichao Zhao1-4/+1
2025-08-14powerpc/eeh: Use result of error_detected() in ueventNiklas Schnelle1-1/+1
2025-08-03Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-20/+42
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-07-29Merge tag 'powerpc-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-65/+32
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-15/+10
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-31/+31
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds1-37/+37
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2025-07-26PCI: pnv_php: Fix surprise plug detection and recoveryTimothy Pearson1-0/+3
2025-07-26powerpc/eeh: Make EEH driver device hotplug safeTimothy Pearson2-20/+38