summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-07-31x86: math-emu: Fix up 'cmp' insn for clang iasArnd Bergmann1-1/+1
2020-07-31arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEPWill Deacon1-2/+2
2020-07-31x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior1-2/+2
2020-07-31xtensa: update *pos in cpuinfo_op.nextMax Filippov1-1/+2
2020-07-31xtensa: fix __sync_fetch_and_{and,or}_4 declarationsMax Filippov1-2/+2
2020-07-22MIPS: Fix build for LTS kernel caused by backporting lpj adjustmentHuacai Chen1-9/+4
2020-07-22ARC: elf: use right ELF_ARCHVineet Gupta1-1/+1
2020-07-22ARC: entry: fix potential EFA clobber when TIF_SYSCALL_TRACEVineet Gupta1-11/+5
2020-07-22KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini1-1/+1
2020-07-22arm64: kgdb: Fix single-step exception handling oopsWei Li1-1/+1
2020-07-22KVM: s390: reduce number of IO pins to 1Christian Borntraeger1-4/+4
2020-07-09MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-06-30arm64: perf: Report the PC value in REGS_ABI_32 modeJiping Ma1-3/+22
2020-06-30KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li1-2/+2
2020-06-30ARM: imx5: add missing put_device() call in imx_suspend_alloc_ocram()yu kuai1-2/+4
2020-06-30fix a braino in "sparc32: fix register window handling in genregs32_[gs]et()"Al Viro1-2/+7
2020-06-30kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa1-13/+3
2020-06-30x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu1-2/+20
2020-06-30powerpc/kprobes: Fixes for kprobe_lookup_name() on BENaveen N. Rao1-1/+2
2020-06-30sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()Al Viro1-11/+2
2020-06-30openrisc: Fix issue with argument clobbering for clone/forkStafford Horne1-2/+2
2020-06-30powerpc/ps3: Fix kexec shutdown hangGeoff Levand1-10/+12
2020-06-30powerpc/pseries/ras: Fix FWNMI_VALID off by oneNicholas Piggin1-2/+3
2020-06-30powerpc/crashkernel: Take "mem=" option into accountPingfan Liu1-3/+5
2020-06-30s390: fix syscall_get_error for compat processesDmitry V. Levin1-1/+11
2020-06-20ARM: tegra: Correct PL310 Auxiliary Control Register initializationDmitry Osipenko1-2/+2
2020-06-20sparc32: fix register window handling in genregs32_[gs]et()Al Viro1-130/+98
2020-06-20MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe()YuanJunQing1-3/+3
2020-06-20m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain3-20/+8
2020-06-20x86/mm: Stop printing BRK addressesArvind Sankar1-2/+0
2020-06-20mips: Add udelay lpj numbers adjustmentSerge Semin1-0/+70
2020-06-20mips: cm: Fix an invalid error code of INTVN_*_ERRSerge Semin1-3/+3
2020-06-20powerpc/spufs: fix copy_to_user while atomicJeremy Kerr1-38/+75
2020-06-20MIPS: Make sparse_init() using top-down allocationTiezhu Yang1-0/+10
2020-06-20ARM: 8978/1: mm: make act_mm() respect THREAD_SIZELinus Walleij1-1/+2
2020-06-20KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier1-2/+4
2020-06-20KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson1-1/+1
2020-06-20KVM: nSVM: leave ASID aside in copy_vmcb_control_areaPaolo Bonzini1-1/+1
2020-06-20x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser1-2/+5
2020-06-20x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser1-37/+49
2020-06-20x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky3-7/+24
2020-06-20x86/speculation: Change misspelled STIPB to STIBPWaiman Long2-4/+4
2020-06-20x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma1-0/+8
2020-06-20x86/speculation: Prevent rogue cross-process SSBD shutdownAnthony Steinhauser1-18/+10
2020-06-20x86_64: Fix jiffies ODR violationBob Haarman2-6/+2
2020-06-20ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hookFredrik Strupe1-2/+2
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross5-0/+144
2020-06-11x86/cpu: Add 'table' argument to cpu_matches()Mark Gross1-10/+13
2020-06-11x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2-1/+33
2020-06-11x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang18-47/+47