index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
Age
Commit message (
Expand
)
Author
Lines
2026-05-12
powerpc/powermac: Remove pmac_low_i2c_{lock,unlock}()
Bart Van Assche
-34
/
+0
2026-05-12
powerpc/warp: Fix error handling in pika_dtm_thread
Ma Ke
-0
/
+2
2026-05-12
powerpc: 82xx: fix uninitialized pointers with free attribute
Ally Heev
-2
/
+2
2026-05-06
powerpc/pasemi: Drop redundant res assignment
Krzysztof Kozlowski
-2
/
+1
2026-05-06
powerpc/ps3: Drop redundant result assignment
Krzysztof Kozlowski
-3
/
+1
2026-05-06
powerpc/8xx: Fix interrupt mask in cpm1_gpiochip_add16()
Christophe Leroy (CS GROUP)
-2
/
+2
2026-05-06
pseries/papr-hvpipe: Fix style and checkpatch issues in enable_hvpipe_IRQ()
Ritesh Harjani (IBM)
-7
/
+6
2026-05-06
pseries/papr-hvpipe: Refactor and simplify hvpipe_rtas_recv_msg()
Ritesh Harjani (IBM)
-26
/
+26
2026-05-06
pseries/papr-hvpipe: Kill task_struct pointer from struct hvpipe_source_info
Ritesh Harjani (IBM)
-4
/
+2
2026-05-06
pseries/papr-hvpipe: Simplify spin unlock usage in papr_hvpipe_handle_release()
Ritesh Harjani (IBM)
-3
/
+2
2026-05-06
pseries/papr-hvpipe: Fix the usage of copy_to_user()
Ritesh Harjani (IBM)
-9
/
+14
2026-05-06
pseries/papr-hvpipe: Fix & simplify error handling in papr_hvpipe_init()
Ritesh Harjani (IBM)
-11
/
+17
2026-05-06
pseries/papr-hvpipe: Fix null ptr deref in papr_hvpipe_dev_create_handle()
Ritesh Harjani (IBM)
-27
/
+30
2026-05-06
pseries/papr-hvpipe: Prevent kernel stack memory leak to userspace
Ritesh Harjani (IBM)
-1
/
+1
2026-05-06
pseries/papr-hvpipe: Fix race with interrupt handler
Ritesh Harjani (IBM)
-9
/
+11
2026-05-06
powerpc/pseries/htmdump: Add memory configuration dump support to htmdump module
Athira Rajeev
-0
/
+70
2026-05-06
powerpc/pseries/htmdump: Fix the offset value used in htm status dump
Athira Rajeev
-3
/
+16
2026-05-06
powerpc/pseries/htmdump: Fix the offset value used in processor configuration...
Athira Rajeev
-2
/
+15
2026-05-06
powerpc/pseries/htmdump: Free the global buffers in htmdump module exit
Athira Rajeev
-14
/
+17
2026-04-18
Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-10
/
+1
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-2
/
+2
2026-04-14
Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-44
/
+35
2026-04-13
Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-1
/
+0
2026-04-05
mm: rename zap_vma_pages() to zap_vma()
David Hildenbrand (Arm)
-2
/
+2
2026-04-01
powerpc: opal-core: pair alloc_pages_exact() with free_pages_exact()
Mike Rapoport (Microsoft)
-10
/
+1
2026-04-01
powerpc: pci-ioda: Optimize pnv_ioda_pick_m64_pe()
Yury Norov (NVIDIA)
-13
/
+6
2026-04-01
powerpc: pci-ioda: use bitmap_alloc() in pnv_ioda_pick_m64_pe()
Yury Norov (NVIDIA)
-6
/
+2
2026-04-01
powerpc/ps3: spu.c: fix enum and Return kernel-doc warnings
Randy Dunlap
-4
/
+6
2026-04-01
powerpc: Move GameCube/Wii options under EMBEDDED6xx
J. Neuschäfer
-15
/
+16
2026-04-01
powerpc/44x/uic: Consolidate chained IRQ handler install/remove
Chen Ni
-2
/
+2
2026-04-01
powerpc/52xx/mpc52xx_gpt: consolidate chained IRQ handler install/remove
Chen Ni
-2
/
+1
2026-04-01
powerpc/52xx/media5200: Consolidate chained IRQ handler install/remove
Chen Ni
-2
/
+2
2026-03-13
powerpc: drop unneeded dependency on OF_GPIO
Bartosz Golaszewski
-1
/
+0
2026-03-07
powerpc/pseries: Correct MSI allocation tracking
Nam Cao
-1
/
+1
2026-03-07
powerpc: 83xx: km83xx: Fix keymile vendor prefix
J. Neuschäfer
-2
/
+2
2026-03-04
powerpc/e500: Always use 64 bits PTE
Christophe Leroy
-2
/
+2
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-4
/
+3
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-16
/
+8
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-72
/
+72
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-118
/
+110
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-44
/
+12
2026-02-11
Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-7
/
+2
2026-02-10
Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
-47
/
+818
2026-02-10
Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+1
2026-02-11
powerpc/pseries: plpks: export plpks_wrapping_is_supported
Srish Srinivasan
-0
/
+1
2026-02-10
Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-3
/
+3
2026-02-03
powerpc/wii: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-3
/
+1
2026-02-03
powerpc/fsp2: Simplify with scoped for each OF child loop
Krzysztof Kozlowski
-4
/
+1
2026-01-31
mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
David Hildenbrand (Red Hat)
-1
/
+1
[next]