aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada1-1/+4
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada1-1/+1
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy1-23/+0
2022-02-16asm-generic: Define 'func_desc_t' to commonly describe function descriptorsChristophe Leroy1-0/+4
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy1-2/+0
2022-02-16powerpc: Remove 'struct ppc64_opd_entry'Christophe Leroy1-8/+0
2022-02-16powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'Christophe Leroy1-2/+2
2022-02-16powerpc: Move and rename func_descr_tChristophe Leroy3-7/+7
2022-02-16powerpc/papr_scm: Implement initial support for injecting smart errorsVaibhav Jain1-0/+18
2022-02-16powerpc/ftrace: Have arch_ftrace_get_regs() return NULL unless FL_SAVE_REGS i...Christophe Leroy1-1/+2
2022-02-14powerpc: Don't allow the use of EMIT_BUG_ENTRY with BUGFLAG_WARNINGChristophe Leroy1-3/+10
2022-02-12powerpc: Fix STACKTRACE=n buildMichael Ellerman1-1/+1
2022-02-12powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V1-1/+4
2022-02-12powerpc/pseries: make pseries_devicetree_update() staticNathan Lynch1-1/+0
2022-02-12powerpc/vdso: Move cvdso_call macro into gettimeofday.SChristophe Leroy1-50/+2
2022-02-12powerpc/vdso: Remove cvdso_call_time macroChristophe Leroy1-27/+10
2022-02-12powerpc/vdso: augment VDSO32 functions to support 64 bits buildChristophe Leroy1-0/+2
2022-02-12powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy1-1/+11
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-11/+14
2022-02-07powerpc/ftrace: directly call of function graph tracer by ftrace callerChristophe Leroy1-0/+6
2022-02-07powerpc/ftrace: Implement CONFIG_DYNAMIC_FTRACE_WITH_ARGSChristophe Leroy2-3/+18
2022-02-07powerpc/ftrace: Prepare PPC32's ftrace_caller() for CONFIG_DYNAMIC_FTRACE_WIT...Christophe Leroy1-38/+1
2022-02-07powerpc/ftrace: Add support for livepatch to PPC32Christophe Leroy2-4/+6
2022-02-07powerpc/32: Remove _ENTRY() macroChristophe Leroy1-4/+0
2022-02-07powerpc/32: Remove remaining .stabs annotationsChristophe Leroy1-1/+0
2022-02-07powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy2-15/+12
2022-02-07powerpc/machdep: Remove CONFIG_PPC_HAS_FEATURE_CALLSChristophe Leroy1-5/+0
2022-02-03powerpc/32s: Make pte_update() non atomic on 603 coreChristophe Leroy1-15/+22
2022-02-03powerpc/nohash: Remove pte_same()Christophe Leroy2-6/+0
2022-02-03powerpc/epapr: Fix parmeters typoBhaskar Chowdhury1-1/+1
2022-02-02KVM: PPC: Merge powerpc's debugfs entry content into generic entryAlexey Kardashevskiy2-4/+4
2022-01-30asm/user.h: killed unused macrosAl Viro1-5/+0
2022-01-29agp: define proper stubs for empty helpersArnd Bergmann1-2/+2
2022-01-25KVM: PPC: Book3S HV Nested: Fix nested HFSCR being clobbered with multiple vCPUsNicholas Piggin2-1/+1
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy5-2/+9
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-3/+8
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-2/+0
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-9/+7
2022-01-16powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy1-0/+2
2022-01-16powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32Christophe Leroy1-1/+1
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-2/+0
2022-01-15powerpc/audit: Fix syscall_get_arch()Christophe Leroy2-2/+4
2022-01-15powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao1-0/+1
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds71-562/+938
2022-01-04powerpc/sched: Remove unused TASK_SIZE_OFGuo Ren1-5/+1
2022-01-04powerpc/floppy: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-3/+5
2021-12-23powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy1-0/+8
2021-12-23powerpc/code-patching: Move instr_is_branch_{i/b}form() in code-patching.hChristophe Leroy1-0/+15
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy3-7/+10
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy1-1/+0