aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2026-05-12powerpc/powermac: Remove pmac_low_i2c_{lock,unlock}()Bart Van Assche1-34/+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-06powerpc/pasemi: Drop redundant res assignmentKrzysztof Kozlowski1-2/+1
2026-05-06powerpc/ps3: Drop redundant result assignmentKrzysztof Kozlowski1-3/+1
2026-05-06powerpc/8xx: Fix interrupt mask in cpm1_gpiochip_add16()Christophe Leroy (CS GROUP)1-2/+2
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 dumpAthira Rajeev1-2/+15
2026-05-06powerpc/pseries/htmdump: Free the global buffers in htmdump module exitAthira Rajeev1-14/+17
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-10/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-2/+2
2026-04-14Merge tag 'powerpc-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-44/+35
2026-04-13Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-1/+0
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)2-2/+2
2026-04-01powerpc: opal-core: pair alloc_pages_exact() with free_pages_exact()Mike Rapoport (Microsoft)1-10/+1
2026-04-01powerpc: pci-ioda: Optimize pnv_ioda_pick_m64_pe()Yury Norov (NVIDIA)1-13/+6
2026-04-01powerpc: pci-ioda: use bitmap_alloc() in pnv_ioda_pick_m64_pe()Yury Norov (NVIDIA)1-6/+2
2026-04-01powerpc/ps3: spu.c: fix enum and Return kernel-doc warningsRandy Dunlap1-4/+6
2026-04-01powerpc: Move GameCube/Wii options under EMBEDDED6xxJ. Neuschäfer1-15/+16
2026-04-01powerpc/44x/uic: Consolidate chained IRQ handler install/removeChen Ni1-2/+2
2026-04-01powerpc/52xx/mpc52xx_gpt: consolidate chained IRQ handler install/removeChen Ni1-2/+1
2026-04-01powerpc/52xx/media5200: Consolidate chained IRQ handler install/removeChen Ni1-2/+2
2026-03-13powerpc: drop unneeded dependency on OF_GPIOBartosz Golaszewski1-1/+0
2026-03-07powerpc/pseries: Correct MSI allocation trackingNam Cao1-1/+1
2026-03-07powerpc: 83xx: km83xx: Fix keymile vendor prefixJ. Neuschäfer1-2/+2
2026-03-04powerpc/e500: Always use 64 bits PTEChristophe Leroy1-2/+2
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook3-4/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds6-16/+8
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds47-72/+72
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook59-118/+110
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-44/+12
2026-02-11Merge tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds2-7/+2
2026-02-10Merge tag 'powerpc-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-47/+818
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2026-02-11powerpc/pseries: plpks: export plpks_wrapping_is_supportedSrish Srinivasan1-0/+1
2026-02-10Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2026-02-03powerpc/wii: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-3/+1
2026-02-03powerpc/fsp2: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-4/+1
2026-01-31mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOONDavid Hildenbrand (Red Hat)1-1/+1