summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | powerpc/vdso: Mark the vDSO code read-only after initChristophe Leroy2024-12-182-2/+2
* | powerpc/64: Use get_user() in start_thread()Michael Ellerman2024-12-181-2/+2
* | powerpc/32: Replace mulhdu() by mul_u64_u64_shr()Christophe Leroy2024-12-101-26/+0
|/
* powerpc/prom_init: Fixup missing powermac #size-cellsMichael Ellerman2024-11-271-2/+27
* Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-11-2328-344/+679
|\
| * powerpc/Makefile: Allow overriding CPPArnd Bergmann2024-11-151-1/+1
| * powerpc/vdso: Remove unused clockmode asm offsetsThomas Weißschuh2024-11-141-2/+0
| * powerpc/irq: use seq_put_decimal_ull_width() for decimal valuesDavid Wang2024-11-101-22/+22
| * powerpc/pseries: Fix KVM guest detection for disabling hardlockup detectorGautam Menghani2024-11-101-0/+1
| * fadump: reserve param area if below boot_mem_topSourabh Jain2024-11-101-1/+1
| * powerpc/fadump: allocate memory for additional parameters earlyHari Bathini2024-11-102-5/+13
| * powerpc: Use str_enabled_disabled() helper functionThorsten Blum2024-11-051-2/+3
| * powerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clangNathan Chancellor2024-11-041-2/+6
| * powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLSNaveen N Rao2024-10-313-29/+99
| * powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPSNaveen N Rao2024-10-313-9/+90
| * powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubsNaveen N Rao2024-10-312-4/+25
| * powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao2024-10-314-37/+303
| * powerpc/ftrace: Move ftrace stub used for init text before _einittextNaveen N Rao2024-10-311-2/+1
| * powerpc/ftrace: Skip instruction patching if the instructions are the sameNaveen N Rao2024-10-311-1/+1
| * powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftraceNaveen N Rao2024-10-312-62/+56
| * powerpc/module_64: Convert #ifdef to IS_ENABLED()Naveen N Rao2024-10-311-8/+2
| * powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry codeNaveen N Rao2024-10-312-4/+6
| * powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.xNaveen N Rao2024-10-311-1/+5
| * powerpc/kprobes: Use ftrace to determine if a probe is at function entryNaveen N Rao2024-10-311-10/+8
| * powerpc/trace: Account for -fpatchable-function-entry support by toolchainNaveen N Rao2024-10-311-4/+7
| * powerpc/64: Remove maple platformMichael Ellerman2024-10-294-116/+4
| * powerpc/machdep: Drop include of dma-mapping.hMichael Ellerman2024-10-291-0/+1
| * powerpc/64: Drop IPI_PRIORITY from asm-offsetsMichael Ellerman2024-10-291-1/+0
| * powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init()Ritesh Harjani (IBM)2024-10-212-7/+5
| * powerpc/fadump: Reserve page-aligned boot_memory_size during fadump_reserve_memRitesh Harjani (IBM)2024-10-211-12/+22
| * powerpc/fadump: Refactor and prepare fadump_cma_init for late initRitesh Harjani (IBM)2024-10-211-14/+9
| * powerpc/vdso: Implement __arch_get_vdso_rng_data()Christophe Leroy2024-10-163-4/+2
| * powerpc/vdso: Add a page for non-time dataChristophe Leroy2024-10-167-16/+18
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-11-2315-15/+15
|\ \
| * | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-0715-15/+15
* | | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-202-2/+2
|\ \ \
| * | | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-292-2/+2
* | | | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-11-202-3/+3
|\ \ \ \
| * | | | ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2024-10-102-3/+3
| |/ / /
* | | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-191-14/+7
|\ \ \ \
| * | | | powerpc/rtas: Use fsleep() to minimize additional sleep durationAnna-Maria Behnsen2024-10-161-14/+7
| |/ / /
* | | | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-195-33/+45
|\ \ \ \
| * | | | powerpc: Split systemcfg struct definitions out from vdsoThomas Weißschuh2024-11-024-0/+4
| * | | | powerpc: Split systemcfg data out of vdso data pageThomas Weißschuh2024-11-025-26/+36
| * | | | powerpc: Add kconfig option for the systemcfg pageThomas Weißschuh2024-11-021-2/+2
| * | | | powerpc/procfs: Propagate error of remap_pfn_range()Thomas Weißschuh2024-11-021-4/+3
| * | | | powerpc/vdso: Remove timekeeper includesThomas Weißschuh2024-10-151-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'pull-xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-11-181-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | fs/xattr: add *at family syscallsChristian Göttsche2024-11-061-0/+4
| | |/ | |/|
* | | powerpc/8xx: Fix kernel DTLB miss on dcbzChristophe Leroy2024-10-111-0/+1
| |/ |/|