summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-11-01parisc: Fix ptrace check on syscall returnHelge Deller1-1/+1
2021-10-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-25/+61
2021-10-30parisc: Use PRIV_USER instead of 3 in entry.SHelge Deller1-6/+6
2021-10-30parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.hHelge Deller1-7/+1
2021-10-30parisc: Allocate task struct with stack frame alignmentHelge Deller1-1/+2
2021-10-30parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.hHelge Deller1-0/+7
2021-10-30parisc: fix warning in flush_tlb_allSven Schnelle1-2/+2
2021-10-30parisc: disable preemption in send_IPI_allbutself()Sven Schnelle1-1/+3
2021-10-30parisc: fix preempt_count() check in entry.SSven Schnelle1-2/+2
2021-10-30parisc: deduplicate code in flush_cache_mm() and flush_cache_range()Sven Schnelle1-51/+30
2021-10-30parisc: disable preemption during local tlb flushSven Schnelle1-0/+6
2021-10-30parisc: Add KFENCE supportHelge Deller3-2/+52
2021-10-30parisc: Switch to ARCH_STACKWALK implementationHelge Deller2-17/+15
2021-10-30parisc: make parisc_acctyp() available outside of faults.cHelge Deller2-1/+2
2021-10-30parisc/unwind: use copy_from_kernel_nofault()Sven Schnelle1-1/+2
2021-10-30Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-13/+11
2021-10-30locking: Remove spin_lock_flags() etcArnd Bergmann5-64/+6
2021-10-30perf/x86/intel: Fix ICL/SPR INST_RETIRED.PREC_DIST encodingsStephane Eranian2-4/+6
2021-10-29Merge tag 'powerpc-5.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-13/+14
2021-10-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-2/+10
2021-10-29riscv: Fix asan-stack clang buildAlexandre Ghiti3-2/+10
2021-10-29riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti1-11/+0
2021-10-29Merge branch 'for-next/fixes' into for-next/coreWill Deacon1-1/+2
2021-10-29Merge branch 'for-next/vdso' into for-next/coreWill Deacon3-36/+10
2021-10-29Merge branch 'for-next/trbe-errata' into for-next/coreWill Deacon5-1/+201
2021-10-29Merge branch 'for-next/sve' into for-next/coreWill Deacon11-212/+386
2021-10-29Merge branch 'for-next/pfn-valid' into for-next/coreWill Deacon3-39/+0
2021-10-29Merge branch 'for-next/mte' into for-next/coreWill Deacon9-17/+92
2021-10-29Merge branch 'for-next/mm' into for-next/coreWill Deacon5-15/+27
2021-10-29Merge branch 'for-next/misc' into for-next/coreWill Deacon4-3/+10
2021-10-29Merge branch 'for-next/kexec' into for-next/coreWill Deacon19-340/+357
2021-10-29Merge branch 'for-next/extable' into for-next/coreWill Deacon19-158/+280
2021-10-29Merge tag 'irqchip-5.16' into irq/coreBorislav Petkov160-1007/+1193
2021-10-29x86/apic: Reduce cache line misses in __x2apic_send_IPI_mask()Eric Dumazet1-6/+21
2021-10-28bpf,x86: Respect X86_FEATURE_RETPOLINE*Peter Zijlstra3-86/+41
2021-10-28bpf,x86: Simplify computing label offsetsPeter Zijlstra1-81/+42
2021-10-28x86,bugs: Unconditionally allow spectre_v2=retpoline,amdPeter Zijlstra1-7/+0
2021-10-28x86/alternative: Add debug prints to apply_retpolines()Peter Zijlstra1-0/+6
2021-10-28x86/alternative: Try inline spectre_v2=retpoline,amdPeter Zijlstra1-2/+14
2021-10-28x86/alternative: Handle Jcc __x86_indirect_thunk_\regPeter Zijlstra1-4/+36
2021-10-28x86/alternative: Implement .retpoline_sites supportPeter Zijlstra4-5/+150
2021-10-28x86/retpoline: Create a retpoline thunk arrayPeter Zijlstra2-6/+16
2021-10-28x86/retpoline: Move the retpoline thunk declarations to nospec-branch.hPeter Zijlstra3-9/+7
2021-10-28x86/asm: Fixup odd GEN-for-each-reg.h usagePeter Zijlstra2-3/+3
2021-10-28x86/asm: Fix register orderPeter Zijlstra1-4/+10
2021-10-28x86/retpoline: Remove unused replacement symbolsPeter Zijlstra2-52/+0
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra1-0/+14
2021-10-28Merge branch irq/misc-5.16 into irq/irqchip-nextMarc Zyngier2-2/+1
2021-10-28h8300: Fix linux/irqchip.h include messMarc Zyngier2-2/+1
2021-10-28x86/Makefile: Remove unneeded whitespaces before tabsElyes HAOUAS1-1/+1