summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6 days1-12/+12
|\
| * powerpc/secvar: Constify 'struct bin_attribute'Thomas Weißschuh2025-02-211-6/+6
| * powerpc/secvar: Mark __init functions as suchThomas Weißschuh2025-02-211-6/+6
* | Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds6 days1-1/+1
|\ \
| * | powerpc/crash: use generic crashkernel reservationSourabh Jain2025-03-161-1/+1
| |/
* | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6 days1-2/+0
|\ \
| * | arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)2025-03-171-2/+0
| |/
* | Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8 days2-8/+4
|\ \
| * | powerpc/ftrace: Use RCU in all users of __module_text_address().Sebastian Andrzej Siewior2025-03-102-8/+4
| |/
* | Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds11 days15-534/+124
|\ \
| * | powerpc: Fix 'intra_function_call not a direct call' warningChristophe Leroy2025-03-101-1/+0
| * | powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7Andreas Schwab2025-03-071-2/+2
| * | powerpc: Remove UDBG_RTAS_CONSOLEMichael Ellerman2025-02-262-78/+0
| * | powerpc/io: Use standard barrier macros in io.cMichael Ellerman2025-02-261-18/+24
| * | powerpc/io: Rename _insw_ns() etc.Michael Ellerman2025-02-261-8/+8
| * | powerpc/io: Remove PPC_INDIRECT_MMIOMichael Ellerman2025-02-261-1/+1
| * | powerpc/io: Remove PPC_IO_WORKAROUNDSMichael Ellerman2025-02-262-199/+0
| * | powerpc: Remove PPC_OF_PLATFORM_PCIMichael Ellerman2025-02-262-103/+1
| * | powerpc: Remove some Cell leftoversMichael Ellerman2025-02-261-1/+1
| * | powerpc/cell: Remove support for IBM Cell BladesMichael Ellerman2025-02-261-55/+0
| * | powerpc/static_call: Implement inline static callsChristophe Leroy2025-02-261-1/+23
| * | powerpc: Prepare arch_static_call_transform() for supporting inline static callsChristophe Leroy2025-02-261-15/+21
| * | powerpc/time: Define div128_by_32() static and __initChristophe Leroy2025-02-241-33/+32
| * | powerpc/vmlinux: Remove etext, edata and endChristophe Leroy2025-02-241-9/+0
| * | powerpc/fadump: fix additional param memory reservation for HASH MMUSourabh Jain2025-02-111-10/+11
| * | powerpc: export MIN RMA sizeSourabh Jain2025-02-111-1/+1
| |/
* | Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13 days10-121/+31
|\ \
| * | powerpc/vdso: Switch to generic storage implementationThomas Weißschuh2025-02-219-120/+30
| * | vdso: Rename included MakefileThomas Weißschuh2025-02-211-1/+1
| |/
* | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds13 days1-2/+1
|\ \
| * | powerpc/watchdog: Switch to use hrtimer_setup()Nam Cao2025-02-181-2/+1
| |/
* | Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14 days1-2/+1
|\ \
| * | powerpc: Rely on generic printing of preemption modelSebastian Andrzej Siewior2025-03-171-2/+1
| |/
* | Merge tag 'seccomp-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2025-03-241-1/+1
|\ \
| * | seccomp: remove the 'sd' argument from __secure_computing()Oleg Nesterov2025-02-101-1/+1
| |/
* | Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2025-03-241-1/+1
|\ \
| * | powerpc/crash: Use note name macrosAkihiko Odaki2025-02-101-1/+1
| |/
* / fs: add open_tree_attr()Christian Brauner2025-02-121-0/+1
|/
* Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2025-01-311-2/+22
|\
| * modules: Support extended MODVERSIONS infoMatthew Maurer2025-01-111-2/+22
* | treewide: const qualify ctl_tables where applicableJoel Granados2025-01-281-1/+1
* | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2025-01-264-21/+7
|\ \
| * | mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang2025-01-254-21/+7
| |/
* | Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2025-01-212-17/+7
|\ \
| * | fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)2024-12-262-5/+7
| * | fgraph: Get ftrace recursion lock in function_graph_enterMasami Hiramatsu (Google)2024-12-232-12/+0
| |/
* | powerpc/prom_init: Use IS_ENABLED()Michael Ellerman2025-01-111-25/+14
* | powerpc/pseries/iommu: IOMMU incorrectly marks MMIO range in DDWGaurav Batra2025-01-111-1/+1
* | powerpc: Use str_on_off() helper in check_cache_coherency()Thorsten Blum2024-12-231-2/+2
* | powerpc: Add preempt lazy supportShrikanth Hegde2024-12-191-2/+2