aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-15powerpc64/ftrace: fix module loading without patchable function entriesAnthony Iliopoulos1-4/+0
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-12/+12
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+0
2025-03-30Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus Torvalds2-8/+4
2025-03-27Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds15-534/+124
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-121/+31
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2025-03-24Merge tag 'seccomp-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2025-03-24Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-2/+0
2025-03-17powerpc: Rely on generic printing of preemption modelSebastian Andrzej Siewior1-2/+1
2025-03-16powerpc/crash: use generic crashkernel reservationSourabh Jain1-1/+1
2025-03-10powerpc/ftrace: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior2-8/+4
2025-03-10powerpc: Fix 'intra_function_call not a direct call' warningChristophe Leroy1-1/+0
2025-03-07powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7Andreas Schwab1-2/+2
2025-02-26powerpc: Remove UDBG_RTAS_CONSOLEMichael Ellerman2-78/+0
2025-02-26powerpc/io: Use standard barrier macros in io.cMichael Ellerman1-18/+24
2025-02-26powerpc/io: Rename _insw_ns() etc.Michael Ellerman1-8/+8
2025-02-26powerpc/io: Remove PPC_INDIRECT_MMIOMichael Ellerman1-1/+1
2025-02-26powerpc/io: Remove PPC_IO_WORKAROUNDSMichael Ellerman2-199/+0
2025-02-26powerpc: Remove PPC_OF_PLATFORM_PCIMichael Ellerman2-103/+1
2025-02-26powerpc: Remove some Cell leftoversMichael Ellerman1-1/+1
2025-02-26powerpc/cell: Remove support for IBM Cell BladesMichael Ellerman1-55/+0
2025-02-26powerpc/static_call: Implement inline static callsChristophe Leroy1-1/+23
2025-02-26powerpc: Prepare arch_static_call_transform() for supporting inline static callsChristophe Leroy1-15/+21
2025-02-24powerpc/time: Define div128_by_32() static and __initChristophe Leroy1-33/+32
2025-02-24powerpc/vmlinux: Remove etext, edata and endChristophe Leroy1-9/+0
2025-02-21powerpc/vdso: Switch to generic storage implementationThomas Weißschuh9-120/+30
2025-02-21vdso: Rename included MakefileThomas Weißschuh1-1/+1
2025-02-21powerpc/secvar: Constify 'struct bin_attribute'Thomas Weißschuh1-6/+6
2025-02-21powerpc/secvar: Mark __init functions as suchThomas Weißschuh1-6/+6
2025-02-18powerpc/watchdog: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-12fs: add open_tree_attr()Christian Brauner1-0/+1
2025-02-11powerpc/fadump: fix additional param memory reservation for HASH MMUSourabh Jain1-10/+11
2025-02-11powerpc: export MIN RMA sizeSourabh Jain1-1/+1
2025-02-10powerpc/crash: Use note name macrosAkihiko Odaki1-1/+1
2025-02-10seccomp: remove the 'sd' argument from __secure_computing()Oleg Nesterov1-1/+1
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+22
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-21/+7
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang4-21/+7
2025-01-21Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-17/+7
2025-01-11powerpc/prom_init: Use IS_ENABLED()Michael Ellerman1-25/+14
2025-01-11powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDWGaurav Batra1-1/+1
2025-01-11modules: Support extended MODVERSIONS infoMatthew Maurer1-2/+22
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)2-5/+7
2024-12-23fgraph: Get ftrace recursion lock in function_graph_enterMasami Hiramatsu (Google)2-12/+0
2024-12-23powerpc: Use str_on_off() helper in check_cache_coherency()Thorsten Blum1-2/+2