summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-timers-2020-03-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-301-16/+112
|\
| * x86/tsc_msr: Make MSR derived TSC frequency more accurateHans de Goede2020-03-111-11/+86
| * x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devicesHans de Goede2020-03-111-2/+15
| * x86/tsc_msr: Use named struct initializersHans de Goede2020-03-111-10/+18
* | Merge tag 'x86-splitlock-2020-03-30' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-03-308-3/+236
|\ \
| * | x86/split_lock: Avoid runtime reads of the TEST_CTRL MSRXiaoyao Li2020-03-271-5/+4
| * | x86/split_lock: Rework the initialization flow of split lock detectionXiaoyao Li2020-03-271-33/+42
| * | x86/split_lock: Enable split lock detection by kernelPeter Zijlstra (Intel)2020-02-208-3/+228
* | | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-3043-1261/+1165
|\ \ \
| * | | x86/entry: Fix build error x86 with !CONFIG_POSIX_TIMERSBrian Gerst2020-03-251-1/+1
| * | | x86/entry: Rename ___preempt_schedulePeter Zijlstra2020-03-213-12/+12
| * | | x86: Remove unneeded includesBrian Gerst2020-03-217-12/+0
| * | | x86/entry: Drop asmlinkage from syscallsBrian Gerst2020-03-215-22/+19
| * | | x86/entry/32: Enable pt_regs based syscallsBrian Gerst2020-03-216-114/+64
| * | | x86/entry/32: Use IA32-specific wrappers for syscalls taking 64-bit argumentsBrian Gerst2020-03-215-75/+79
| * | | x86/entry/32: Rename 32-bit specific syscallsBrian Gerst2020-03-212-30/+30
| * | | x86/entry/32: Clean up syscall_32.tblBrian Gerst2020-03-211-289/+289
| * | | x86/entry: Remove ABI prefixes from functions in syscall tablesBrian Gerst2020-03-216-799/+791
| * | | x86/entry/64: Add __SYSCALL_COMMON()Brian Gerst2020-03-214-20/+9
| * | | x86/entry: Remove syscall qualifier supportBrian Gerst2020-03-216-22/+14
| * | | x86/entry/64: Remove ptregs qualifier from syscall tableBrian Gerst2020-03-211-10/+10
| * | | x86/entry: Move max syscall number calculation to syscallhdr.shBrian Gerst2020-03-2112-72/+24
| * | | x86/entry/64: Split X32 syscall table into its own fileBrian Gerst2020-03-213-25/+29
| * | | x86/entry/64: Move sys_ni_syscall stub to common.cBrian Gerst2020-03-213-7/+10
| * | | x86/entry/64: Use syscall wrappers for x32_rt_sigreturnBrian Gerst2020-03-213-7/+2
| * | | x86/entry: Refactor SYS_NI macrosBrian Gerst2020-03-211-9/+23
| * | | x86/entry: Refactor COND_SYSCALL macrosBrian Gerst2020-03-211-18/+26
| * | | x86/entry: Refactor SYSCALL_DEFINE0 macrosBrian Gerst2020-03-211-41/+32
| * | | x86/entry: Refactor SYSCALL_DEFINEx macrosBrian Gerst2020-03-211-25/+24
| * | | x86/entry/64: Trace irqflags unconditionally as ON when returning to user spaceThomas Gleixner2020-03-102-3/+3
| * | | x86/entry/32: Remove unused label restore_nocheckThomas Gleixner2020-03-101-1/+1
| * | | x86/entry/32: Remove the 0/-1 distinction from exception entriesThomas Gleixner2020-02-291-3/+3
| * | | x86/traps: Stop using ist_enter/exit() in do_int3()Andy Lutomirski2020-02-271-6/+15
| * | | x86/entry/entry_32: Route int3 through common_exceptionThomas Gleixner2020-02-271-8/+2
| * | | x86/irq: Remove useless return value from do_IRQ()Thomas Gleixner2020-02-272-3/+2
| * | | x86/traps: Remove redundant declaration of do_double_fault()Thomas Gleixner2020-02-271-7/+7
| * | | x86/traps: Document do_spurious_interrupt_bug()Thomas Gleixner2020-02-271-0/+19
| * | | x86/traps: Remove pointless irq enable from do_spurious_interrupt_bug()Thomas Gleixner2020-02-271-1/+0
| * | | x86/entry/32: Force MCE through do_mce()Thomas Gleixner2020-02-273-4/+4
| * | | x86/mce: Disable tracing and kprobes on do_machine_check()Andy Lutomirski2020-02-272-5/+10
| * | | x86/entry/32: Add missing ASM_CLAC to general_protection entryThomas Gleixner2020-02-271-0/+1
* | | | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-3045-291/+326
|\ \ \ \
| * | | | um: Fix header inclusionVincenzo Frascino2020-03-231-0/+6
| * | | | arm64: vdso32: Enable Clang CompilationVincenzo Frascino2020-03-211-0/+11
| * | | | arm: vdso: Enable arm to use common headersVincenzo Frascino2020-03-215-31/+64
| * | | | x86/vdso: Enable x86 to use common headersVincenzo Frascino2020-03-212-11/+24
| * | | | mips: vdso: Enable mips to use common headersVincenzo Frascino2020-03-213-19/+28
| * | | | arm64: vdso32: Include common headers in the vdso libraryVincenzo Frascino2020-03-212-3/+1
| * | | | arm64: vdso: Include common headers in the vdso libraryVincenzo Frascino2020-03-212-3/+0
| * | | | arm64: Introduce asm/vdso/processor.hVincenzo Frascino2020-03-212-5/+19