index
:
pub/scm/linux/kernel/git/nathan/linux.git
master
Nathan Chancellor development tree
Nathan Chancellor
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-06
powerpc/pseries: Limit PVR list to 16 entries for CAS negotiation
Mahesh Salgaonkar
1
-6
/
+28
2026-08-05
net: tulip: remove xircom_cb driver
Pablo VallespĂn Aranguren
1
-1
/
+0
2026-08-04
mm: decouple protnone helpers from CONFIG_NUMA_BALANCING
Kiryl Shutsemau (Meta)
2
-4
/
+5
2026-08-03
KVM: PPC: Validate irqchip index in MPIC routing
Yanfei Xu
1
-1
/
+2
2026-08-03
tty: remove the ipwireless driver
Qingfang Deng
1
-1
/
+0
2026-08-03
powerpc/64s: Clarify copy_and_flush() cache sync loop comment
Nikhil Kumar Singh
1
-8
/
+12
2026-08-03
powerpc/irq: Fix missing r2 clobber in PCREL inline assembly
Saket Kumar Bhaskar
1
-4
/
+12
2026-08-03
powerpc64/bpf: Fix build break for arch_bpf_timed_may_goto
Saket Kumar Bhaskar
1
-1
/
+1
2026-08-03
powerpc64/bpf: Fix build break in bpf_jit_emit_func_call_rel()
Madhavan Srinivasan
1
-3
/
+3
2026-08-03
powerpc/syscall: Fix syscall skip handling for seccomp and ptrace
Mukesh Kumar Chaurasiya (IBM)
3
-0
/
+10
2026-08-03
powerpc/crash: stop watchdogs before booting kdump kernel
Sourabh Jain
2
-0
/
+20
2026-08-03
powerpc/pseries: Handle and log pseries-wdt registration failures
Sourabh Jain
1
-2
/
+12
2026-08-03
powerpc/pseries: Move H_WATCHDOG definitions to a common header
Sourabh Jain
1
-0
/
+58
2026-08-03
KVM: PPC: Book3S HV: Validate arch_compat against host compatibility mode
Amit Machhiwal
3
-1
/
+32
2026-08-03
powerpc/smp: add NULL guard for cause_ipi in smp_muxed_ipi_message_pass
Gou Hao
1
-0
/
+3
2026-08-03
powerpc/xive: defer setting cause_ipi until IPI init succeeds
Gou Hao
1
-3
/
+7
2026-08-03
powerpc/xive: propagate IPI init errors to prevent use-after-free
Gou Hao
3
-10
/
+16
2026-08-03
powerpc/xive: add error return value to xive_smp_probe()
Gou Hao
2
-3
/
+5
2026-08-03
powerpc/xive: make xive IPI allocation NULL-safe
Gou Hao
1
-2
/
+10
2026-07-31
powerpc/kexec_file: Prevent kexec range truncation
Jinjie Ruan
1
-7
/
+5
2026-07-31
powerpc/kexec_file: Fix null-ptr-def in extra size calculation
Jinjie Ruan
1
-1
/
+1
2026-07-31
powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr()
Jinjie Ruan
1
-1
/
+1
2026-07-31
powerpc/44x: Set GPIO chip parent
Rosen Penev
1
-0
/
+1
2026-07-31
powerpc: implement get_direction() in cpm2
Christophe Leroy (CS GROUP)
1
-0
/
+13
2026-07-31
powerpc/serial: Use generic BASE_BAUD in asm/serial.h
Thorsten Blum
1
-2
/
+2
2026-07-31
powerpc/boot: Remove unused sprintf()
Thorsten Blum
2
-14
/
+0
2026-07-31
powerpc/pseries: Avoid strlen() in do_{remove,update}_property()
Thorsten Blum
1
-2
/
+2
2026-07-31
powerpc/powernv: Avoid strlen() in pnv_restart()
Thorsten Blum
1
-1
/
+1
2026-07-31
powerpc/powermac: Simplify bootx_scan_dt_build_struct()
Thorsten Blum
1
-3
/
+1
2026-07-31
powerpc/ps3: Use cpu_relax() in ps3_create_spu()
Thorsten Blum
1
-6
/
+4
2026-07-31
powerpc/dt_cpu_ftrs: Avoid separate strlen() in scan_callback()
Thorsten Blum
1
-4
/
+3
2026-07-31
powerpc/pseries/ras: Use struct_size() to simplify fwnmi_get_errinfo()
Thorsten Blum
1
-9
/
+7
2026-07-31
powerpc/rtasd: Use struct_size() to simplify log_rtas_len()
Thorsten Blum
1
-13
/
+6
2026-07-31
powerpc/pseries: Simplify attribute description check in papr_init()
Thorsten Blum
1
-5
/
+1
2026-07-31
powerpc: rtas: use get_user to simplify manage_flash_write
Thorsten Blum
1
-17
/
+10
2026-07-31
powerpc/boot: drop redundant assignment in serial_edit_cmdline
Thorsten Blum
1
-1
/
+0
2026-07-31
powerpc/kexec_file: use snprintf to simplify setup_kdump_cmdline
Thorsten Blum
1
-10
/
+4
2026-07-31
powerpc: enable to run posix cpu timers in task context
Shrikanth Hegde
1
-0
/
+1
2026-07-31
KVM: powerpc: Use generic xfer to guest work function
Vishal Chourasia
4
-23
/
+55
2026-07-31
powerpc: Enable Rust for ppc64le
Mukesh Kumar Chaurasiya (IBM)
2
-1
/
+7
2026-07-31
rust: Add PowerPC support
Link Mauve
2
-0
/
+3
2026-07-31
powerpc/jump_label: adjust inline asm to be consistent
Mukesh Kumar Chaurasiya (IBM)
1
-10
/
+13
2026-07-31
dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED
Aneesh Kumar K.V (Arm)
1
-1
/
+1
2026-07-31
coco: arm64: s390: powerpc: Mark secure guests with CC_ATTR_GUEST_MEM_ENCRYPT
Aneesh Kumar K.V (Arm)
1
-0
/
+1
2026-07-30
mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVES
Usama Arif
2
-2
/
+2
2026-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-53
/
+54
2026-07-29
powerpc: Move CONFIG_QE_GPIO to SoC
Christophe Leroy (CS GROUP)
1
-8
/
+0
2026-07-28
mm/hugetlb: refactor early boot gigantic hugepage allocation
Muchun Song
1
-8
/
+5
2026-07-28
powerpc/mm: fix wrong addr_pfn tracking in compound vmemmap population
Muchun Song
1
-6
/
+1
2026-07-28
KVM: PPC: Use CLASS(kvm_vcpu_map_local) to patch dcbz
Sean Christopherson
1
-7
/
+4
[prev]
[next]