index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-16
Merge tag 'powerpc-6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
6
-7
/
+19
2025-06-13
powerpc: Fix struct termio related ioctl macros
Madhavan Srinivasan
1
-4
/
+4
2025-06-13
powerpc: dts: mpc8315erdb: Add GPIO controller node
J. Neuschäfer
1
-0
/
+10
2025-06-13
powerpc/microwatt: Fix model property in device tree
J. Neuschäfer
1
-1
/
+1
2025-06-13
powerpc/eeh: Fix missing PE bridge reconfiguration during VFIO EEH recovery
Narayana Murty N
1
-0
/
+2
2025-06-13
powerpc/vdso: Fix build of VDSO32 with pcrel
Christophe Leroy
2
-2
/
+2
2025-06-11
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
3
-3
/
+3
2025-06-10
powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()
Haren Myneni
1
-0
/
+9
2025-06-10
powerpc/powernv/memtrace: Fix out of bounds issue in memtrace mmap
Ritesh Harjani (IBM)
1
-2
/
+6
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-2
/
+3
2025-06-07
Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2025-06-07
arch: use always-$(KBUILD_BUILTIN) for vmlinux.lds
Masahiro Yamada
1
-1
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-28
/
+79
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-2
/
+0
2025-05-27
Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-4
/
+4
2025-05-27
Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
25
-52
/
+64
2025-05-26
Merge tag 'perf-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-8
/
+7
2025-05-26
Merge tag 'powerpc-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
55
-460
/
+3006
2025-05-26
Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
29
-1041
/
+435
2025-05-26
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
6
-8
/
+8
2025-05-21
powerpc/perf: Remove driver-specific throttle support
Kan Liang
2
-6
/
+3
2025-05-21
crypto: powerpc/poly1305 - add depends on BROKEN for now
Eric Biggers
1
-0
/
+1
2025-05-21
Revert "crypto: powerpc/poly1305 - Add SIMD fallback"
Herbert Xu
3
-40
/
+4
2025-05-16
powerpc: Switch to irq_find_mapping()
Jiri Slaby (SUSE)
14
-15
/
+15
2025-05-16
powerpc: Switch irq_domain_add_nomap() to use fwnode
Jiri Slaby (SUSE)
2
-2
/
+2
2025-05-16
powerpc: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
21
-33
/
+45
2025-05-16
powerpc: Switch to of_fwnode_handle()
Jiri Slaby (SUSE)
2
-2
/
+2
2025-05-15
powerpc/iommu: Use str_disabled_enabled() helper
Thorsten Blum
1
-2
/
+3
2025-05-15
powerpc/powermac: Use str_enabled_disabled() and str_on_off() helpers
Thorsten Blum
2
-3
/
+4
2025-05-15
powerpc/mm/fault: Use str_write_read() helper function
Thorsten Blum
1
-2
/
+3
2025-05-15
powerpc: Replace strcpy() with strscpy() in proc_ppc64_init()
Thorsten Blum
1
-1
/
+2
2025-05-15
powerpc/pseries/iommu: Fix kmemleak in TCE table userspace view
Gaurav Batra
1
-1
/
+1
2025-05-14
crypto: powerpc/poly1305 - Add SIMD fallback
Herbert Xu
3
-4
/
+40
2025-05-14
powerpc/kernel: Fix ppc_save_regs inclusion in build
Madhavan Srinivasan
1
-2
/
+0
2025-05-14
powerpc: Transliterate author name and remove FIXME
Thorsten Blum
1
-5
/
+1
2025-05-12
crypto: tcrypt - rename CRYPTO_TEST to CRYPTO_BENCHMARK
Eric Biggers
5
-5
/
+5
2025-05-12
crypto: lib/chacha - add array bounds to function prototypes
Eric Biggers
1
-2
/
+2
2025-05-12
crypto: lib/chacha - strongly type the ChaCha state
Eric Biggers
2
-11
/
+10
2025-05-12
powerpc/pseries/htmdump: Include header file to get is_kvm_guest() definition
Athira Rajeev
1
-0
/
+1
2025-05-12
KVM: PPC: Book3S HV: Fix IRQ map warnings with XICS on pSeries KVM Guest
Amit Machhiwal
1
-4
/
+16
2025-05-12
powerpc/8xx: Reduce alignment constraint for kernel memory
Christophe Leroy
2
-20
/
+22
2025-05-11
powerpc: mm: call ctor/dtor for kernel PTEs
Kevin Brodsky
1
-17
/
+13
2025-05-11
mm: pass mm down to pagetable_{pte,pmd}_ctor
Kevin Brodsky
2
-2
/
+2
2025-05-11
mm/ptdump: split note_page() into level specific callbacks
Anshuman Khandual
1
-2
/
+44
2025-05-11
syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
1
-0
/
+10
2025-05-11
syscall.h: add syscall_set_arguments()
Dmitry V. Levin
1
-0
/
+10
2025-05-11
arch: remove mk_pmd()
Matthew Wilcox (Oracle)
2
-6
/
+0
2025-05-11
mm: introduce a common definition of mk_pte()
Matthew Wilcox (Oracle)
1
-2
/
+1
2025-05-10
crypto: powerpc/poly1305 - Add poly1305_emit_arch wrapper
Herbert Xu
2
-6
/
+13
2025-05-09
lib/crc: make arch-optimized code use subsys_initcall
Eric Biggers
2
-2
/
+2
[next]