summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+22
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-21/+7
2025-01-26mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang4-21/+7
2025-01-22Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus 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-10modules: Support extended MODVERSIONS infoMatthew Maurer1-2/+22
2024-12-26fgraph: Pass ftrace_regs to entryfuncMasami Hiramatsu (Google)2-5/+7
2024-12-24fgraph: 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
2024-12-19powerpc: Add preempt lazy supportShrikanth Hegde1-2/+2
2024-12-18powerpc/vdso: Mark the vDSO code read-only after initChristophe Leroy2-2/+2
2024-12-18powerpc/64: Use get_user() in start_thread()Michael Ellerman1-2/+2
2024-12-10powerpc/32: Replace mulhdu() by mul_u64_u64_shr()Christophe Leroy1-26/+0
2024-11-27powerpc/prom_init: Fixup missing powermac #size-cellsMichael Ellerman1-2/+27
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds28-344/+679
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds15-15/+15
2024-11-21Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2024-11-20Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-3/+3
2024-11-20Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-14/+7
2024-11-20Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-33/+45
2024-11-18Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+4
2024-11-15powerpc/Makefile: Allow overriding CPPArnd Bergmann1-1/+1
2024-11-14powerpc/vdso: Remove unused clockmode asm offsetsThomas Weißschuh1-2/+0
2024-11-10powerpc/irq: use seq_put_decimal_ull_width() for decimal valuesDavid Wang1-22/+22
2024-11-10powerpc/pseries: Fix KVM guest detection for disabling hardlockup detectorGautam Menghani1-0/+1
2024-11-10fadump: reserve param area if below boot_mem_topSourabh Jain1-1/+1
2024-11-10powerpc/fadump: allocate memory for additional parameters earlyHari Bathini2-5/+13
2024-11-08asm-generic: introduce text-patching.hMike Rapoport (Microsoft)15-15/+15
2024-11-06fs/xattr: add *at family syscallsChristian Göttsche1-0/+4
2024-11-05powerpc: Use str_enabled_disabled() helper functionThorsten Blum1-2/+3
2024-11-04powerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clangNathan Chancellor1-2/+6
2024-11-02powerpc: Split systemcfg struct definitions out from vdsoThomas Weißschuh4-0/+4
2024-11-02powerpc: Split systemcfg data out of vdso data pageThomas Weißschuh5-26/+36
2024-11-02powerpc: Add kconfig option for the systemcfg pageThomas Weißschuh1-2/+2
2024-11-02powerpc/procfs: Propagate error of remap_pfn_range()Thomas Weißschuh1-4/+3
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLSNaveen N Rao3-29/+99
2024-10-31powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPSNaveen N Rao3-9/+90
2024-10-31powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubsNaveen N Rao2-4/+25
2024-10-31powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao4-37/+303
2024-10-31powerpc/ftrace: Move ftrace stub used for init text before _einittextNaveen N Rao1-2/+1
2024-10-31powerpc/ftrace: Skip instruction patching if the instructions are the sameNaveen N Rao1-1/+1
2024-10-31powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftraceNaveen N Rao2-62/+56
2024-10-31powerpc/module_64: Convert #ifdef to IS_ENABLED()Naveen N Rao1-8/+2
2024-10-31powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry codeNaveen N Rao2-4/+6
2024-10-31powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.xNaveen N Rao1-1/+5
2024-10-31powerpc/kprobes: Use ftrace to determine if a probe is at function entryNaveen N Rao1-10/+8
2024-10-31powerpc/trace: Account for -fpatchable-function-entry support by toolchainNaveen N Rao1-4/+7
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2-2/+2