summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2022-03-01powerpc/lib/sstep: Fix 'sthcx' instructionAnders Roxell
2022-03-01powerpc/Makefile: Don't pass -mcpu=powerpc64 when building 32-bitMichael Ellerman
2022-03-01powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()Daniel Henrique Barboza
2022-03-01powerpc/interrupt: Remove struct interrupt_stateChristophe Leroy
2022-03-01powerpc/fadump: register for fadump as early as possibleHari Bathini
2022-02-25usercopy: Check valid lifetime via stack depthKees Cook
2022-02-25Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann
2022-02-25uaccess: generalize access_ok()Arnd Bergmann
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-02-25uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-24powerpc/module_64: fix array_size.cocci warningGuo Zhengkui
2022-02-24powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin
2022-02-23powerpc: Remove remaining stab codesChristophe Leroy
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy
2022-02-16powerpc: Prepare func_desc_t for refactorisationChristophe Leroy
2022-02-16powerpc: Remove 'struct ppc64_opd_entry'Christophe Leroy
2022-02-16powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'Christophe Leroy
2022-02-16powerpc: Move and rename func_descr_tChristophe Leroy
2022-02-16powerpc: Fix 'sparse' checking on PPC64leChristophe Leroy
2022-02-16powerpc/papr_scm: Implement initial support for injecting smart errorsVaibhav Jain
2022-02-16powerpc/ftrace: Style cleanup in ftrace_mprofile.SChristophe Leroy
2022-02-16powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS i...Christophe Leroy
2022-02-16powerpc/ftrace: Add recursion protection in prepare_ftrace_return()Christophe Leroy
2022-02-16powerpc/ftrace: Also save r1 in ftrace_caller()Christophe Leroy
2022-02-15powerpc/lib/sstep: fix 'ptesync' build errorAnders Roxell
2022-02-15powerpc/boot: Add `otheros-too-big.bld` to .gitignorePaul Menzel
2022-02-14powerpc: Don't allow the use of EMIT_BUG_ENTRY with BUGFLAG_WARNINGChristophe Leroy
2022-02-12powerpc: Fix STACKTRACE=n buildMichael Ellerman
2022-02-12powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V
2022-02-12powerpc/pseries: make pseries_devicetree_update() staticNathan Lynch
2022-02-12powerpc/vdso: Move cvdso_call macro into gettimeofday.SChristophe Leroy
2022-02-12powerpc/vdso: Remove cvdso_call_time macroChristophe Leroy
2022-02-12powerpc/vdso: Merge vdso64 and vdso32 into a single directoryChristophe Leroy
2022-02-12powerpc/vdso: Rework VDSO32 makefile to add a prefix to object filesChristophe Leroy
2022-02-12powerpc/vdso: augment VDSO32 functions to support 64 bits buildChristophe Leroy
2022-02-12powerpc/lib/sstep: use truncate_if_32bit()Christophe Leroy
2022-02-12powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__Christophe Leroy
2022-02-12powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencodingChristophe Leroy
2022-02-12powerpc: Use the newly added is_tsk_32bit_task() macroChristophe Leroy
2022-02-12powerpc/32s: Enable STRICT_MODULE_RWX for the 603 coreChristophe Leroy
2022-02-12powerpc/bpf: Always reallocate BPF_REG_5, BPF_REG_AX and TMP_REG when possibleChristophe Leroy
2022-02-12powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy
2022-02-12powerpc/set_memory: Avoid spinlock recursion in change_page_attr()Christophe Leroy
2022-02-12powerpc/ftrace: Remove ftrace_32.SChristophe Leroy