summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorLines
2025-08-14powerpc/eeh: Use result of error_detected() in ueventNiklas Schnelle-1/+1
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski-6/+6
2025-08-05Merge commit 'linus' into core/bugs, to resolve conflictsIngo Molnar-6330/+431
2025-08-03Merge tag 'powerpc-6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-20/+125
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+3
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-98/+23
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-1/+0
2025-07-30Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-20/+59
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+1
2025-07-29Merge tag 'powerpc-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-218/+207
2025-07-29Merge tag 'sched-core-2025-07-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-15/+10
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+10
2025-07-29Merge tag 'tty-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-33/+31
2025-07-28Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3223/+0
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-2617/+0
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+5
2025-07-28Merge tag 'execve-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...Linus Torvalds-37/+37
2025-07-28Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2025-07-28Merge tag 'pull-simple_recursive_removal' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-40/+9
2025-07-28powerpc64/bpf: Add jit support for load_acquire and store_releasePuranjay Mohan-0/+83
2025-07-26PCI: pnv_php: Fix surprise plug detection and recoveryTimothy Pearson-0/+3
2025-07-26powerpc/eeh: Make EEH driver device hotplug safeTimothy Pearson-20/+38
2025-07-26powerpc/eeh: Export eeh_unfreeze_pe()Timothy Pearson-0/+1
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt-1/+0
2025-07-22ibmveth: Add multi buffers rx replenishment hcall supportMingming Cao-0/+1
2025-07-22arch/powerpc: Remove .interp section in vmlinuxChristophe Leroy-1/+1
2025-07-22powerpc: Drop GPL boilerplate text with obsolete FSF addressThomas Huth-52/+0
2025-07-22powerpc: Don't use %pK through printkThomas Weißschuh-5/+5
2025-07-21powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init ...Ritesh Harjani (IBM)-5/+5
2025-07-19Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac-3/+3
2025-07-14powerpc/ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin-37/+37
2025-07-14lib/crypto: powerpc/sha1: Migrate optimized code into libraryEric Biggers-690/+0
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra-12/+37
2025-07-14smpboot: introduce SDTL_INIT() helper to tidy sched topology setupLi Chen-15/+10
2025-07-13mm/balloon_compaction: convert balloon_page_delete() to balloon_page_finalize()David Hildenbrand-1/+1
2025-07-11arch: powerpc: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEXJohan Korsnes-1/+0
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple-76/+5
2025-07-09powerpc: remove checks for devmap pages and PMDs/PUDsAlistair Popple-14/+10
2025-07-09mm: update architecture and driver code to use vm_flags_tLorenzo Stoakes-4/+4
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes-2/+2
2025-07-09drivers/base/node: rename __register_one_node() to register_one_node()Donet Tom-1/+1
2025-07-09powerpc/secvar: Expose secvars relevant to the key management modeSrish Srinivasan-4/+24
2025-07-09powerpc/pseries: Correct secvar format representation for static key managementSrish Srinivasan-30/+46
2025-07-09(powerpc/512) Fix possible `dma_unmap_single()` on uninitialized pointerThomas Fourier-4/+2
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso-1/+0
2025-07-02spufs: switch to locked_recursive_removal()Al Viro-40/+9
2025-07-02fs: introduce file_getattr and file_setattr syscallsAndrey Albershteyn-0/+2
2025-06-30lib/crc: powerpc: Migrate optimized CRC code into lib/crc/Eric Biggers-2617/+0
2025-06-30lib/crypto: powerpc: Move arch/powerpc/lib/crypto/ into lib/crypto/Eric Biggers-2533/+0
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman-7/+19