summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2026-06-01Merge tag 'v7.1-rc6' into tty-nextGreg Kroah-Hartman27-173/+264
2026-05-29sched/topology: Provide arch_llc_mask for cache aware schedulingShrikanth Hegde1-0/+7
2026-05-28mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song1-2/+3
2026-05-25Merge tag 'v7.1-rc5' into driver-core-nextDanilo Krummrich27-173/+264
2026-05-23char: dtlk: remove driver for ISA speech synthesizer cardEthan Nelson-Moore1-1/+0
2026-05-21Merge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2026-05-21Revert "drivers: net: 3com: 3c509: Remove this driver"Maciej W. Rozycki1-0/+1
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-05-20console: mdacon: remove this obsolete driverEthan Nelson-Moore1-2/+2
2026-05-20powerpc: Remove unused functionsMukesh Kumar Chaurasiya4-159/+0
2026-05-20powerpc: Enable GENERIC_ENTRY featureMukesh Kumar Chaurasiya7-656/+124
2026-05-20powerpc: Prepare for IRQ entry exitMukesh Kumar Chaurasiya1-0/+358
2026-05-20powerpc: add exit_flags field in pt_regsMukesh Kumar Chaurasiya3-5/+13
2026-05-20powerpc: Introduce syscall exit arch functionsMukesh Kumar Chaurasiya1-0/+49
2026-05-20powerpc: introduce arch_enter_from_user_modeMukesh Kumar Chaurasiya1-0/+118
2026-05-20powerpc: Prepare to build with generic entry/exit frameworkMukesh Kumar Chaurasiya4-0/+20
2026-05-20powerpc: rename arch_irq_disabled_regsMukesh Kumar Chaurasiya7-16/+16
2026-05-14powerpc/time: Remove redundant preempt_disable|enable() calls from arch_irq_w...Sayali Patil1-2/+4
2026-05-12powerpc/hv-gpci: fix preempt count leak in sysfs show pathsAboorva Devarajan1-8/+16
2026-05-12powerpc: fix dead default for GUEST_STATE_BUFFER_TESTJulian Braha1-2/+1
2026-05-12powerpc/powermac: Remove pmac_low_i2c_{lock,unlock}()Bart Van Assche2-38/+0
2026-05-12powerpc/warp: Fix error handling in pika_dtm_threadMa Ke1-0/+2
2026-05-12powerpc: 82xx: fix uninitialized pointers with free attributeAlly Heev1-2/+2
2026-05-12powerpc/g5: Enable all windfarms by defaultLinus Walleij1-0/+2
2026-05-11fs: add icount_read_once() and stop open-coding ->i_count loadsMateusz Guzik1-1/+1
2026-05-11tty: synclink_gt: remove broken driverEthan Nelson-Moore1-1/+0
2026-05-06powerpc/pasemi: Drop redundant res assignmentKrzysztof Kozlowski1-2/+1
2026-05-06powerpc/ps3: Drop redundant result assignmentKrzysztof Kozlowski1-3/+1
2026-05-06powerpc/vdso: Drop -DCC_USING_PATCHABLE_FUNCTION_ENTRY from 32-bit flags with...Nathan Chancellor1-0/+6
2026-05-06arch/powerpc: Drop CONFIG_FIRMWARE_EDID from defconfig filesThomas Zimmermann8-8/+0
2026-05-06powerpc/perf: Update check for PERF_SAMPLE_DATA_SRC marked eventsShivani Nittor1-2/+3
2026-05-06powerpc/8xx: Fix interrupt mask in cpm1_gpiochip_add16()Christophe Leroy (CS GROUP)1-2/+2
2026-05-06powerpc/vmx: avoid KASAN instrumentation in enter_vmx_ops() for kexecSourabh Jain1-1/+8
2026-05-06powerpc/kdump: fix KASAN sanitization flag for core_$(BITS).oSourabh Jain1-1/+1
2026-05-06pseries/papr-hvpipe: Fix style and checkpatch issues in enable_hvpipe_IRQ()Ritesh Harjani (IBM)1-7/+6
2026-05-06pseries/papr-hvpipe: Refactor and simplify hvpipe_rtas_recv_msg()Ritesh Harjani (IBM)1-26/+26
2026-05-06pseries/papr-hvpipe: Kill task_struct pointer from struct hvpipe_source_infoRitesh Harjani (IBM)2-4/+2
2026-05-06pseries/papr-hvpipe: Simplify spin unlock usage in papr_hvpipe_handle_release()Ritesh Harjani (IBM)1-3/+2
2026-05-06pseries/papr-hvpipe: Fix the usage of copy_to_user()Ritesh Harjani (IBM)1-9/+14
2026-05-06pseries/papr-hvpipe: Fix & simplify error handling in papr_hvpipe_init()Ritesh Harjani (IBM)1-11/+17
2026-05-06pseries/papr-hvpipe: Fix null ptr deref in papr_hvpipe_dev_create_handle()Ritesh Harjani (IBM)1-27/+30
2026-05-06pseries/papr-hvpipe: Prevent kernel stack memory leak to userspaceRitesh Harjani (IBM)1-1/+1
2026-05-06pseries/papr-hvpipe: Fix race with interrupt handlerRitesh Harjani (IBM)1-9/+11
2026-05-06powerpc/pseries/htmdump: Add memory configuration dump support to htmdump moduleAthira Rajeev1-0/+70
2026-05-06powerpc/pseries/htmdump: Fix the offset value used in htm status dumpAthira Rajeev1-3/+16
2026-05-06powerpc/pseries/htmdump: Fix the offset value used in processor configuration...Athira Rajeev1-2/+15
2026-05-06powerpc/pseries/htmdump: Free the global buffers in htmdump module exitAthira Rajeev1-14/+17
2026-04-26driver core: Replace dev->offline + ->offline_disabled with accessorsDouglas Anderson1-2/+2
2026-04-26driver core: Replace dev->dma_ops_bypass with dev_dma_ops_bypass()Douglas Anderson1-4/+4
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-19/+0