summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-09x86/ldt: Initialize the context lock for init_mmSebastian Andrzej Siewior1-0/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+21
2019-07-08Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1/+13
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-14/+7
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-37/+87
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-178/+206
2019-07-08Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.hMichael Kelley1-143/+5
2019-07-08Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2019-07-08Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+3
2019-07-08Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-9/+30
2019-07-08Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2019-07-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+4
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+8
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-146/+330
2019-07-07x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Sebastian Andrzej Siewior1-1/+0
2019-07-05KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson1-1/+0
2019-07-03x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner3-54/+9
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley2-71/+12
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley1-0/+6
2019-07-03x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner1-0/+2
2019-07-03x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner1-1/+2
2019-07-02KVM: X86: Yield to IPI target if necessaryWanpeng Li1-0/+1
2019-07-01x86: don't use asm-generic/ptrace.hChristoph Hellwig1-5/+25
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner2-0/+3
2019-06-28x86/boot: Add xloadflags bits to check for 5-level paging supportBaoquan He1-0/+2
2019-06-28x86/hpet: Move clockevents into channelsThomas Gleixner1-3/+3
2019-06-28x86/hpet: Remove the unused hpet_msi_read() functionThomas Gleixner1-1/+0
2019-06-28x86/vsyscall: Show something useful on a read faultAndy Lutomirski1-2/+4
2019-06-26x86/speculation/mds: Eliminate leaks by trace_hardirqs_on()Zhenzhong Duan1-2/+2
2019-06-26lib/vdso: Make delta calculation work correctlyThomas Gleixner1-0/+27
2019-06-25x86/stackframe/32: Allow int3_emulate_push()Peter Zijlstra1-2/+0
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra3-33/+3
2019-06-25x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra1-0/+49
2019-06-25Merge tag 'v5.2-rc6' into x86/asm, to refresh the branchIngo Molnar5-26/+26
2019-06-24perf/x86: Disable extended registers for non-supported PMUsKan Liang1-0/+3
2019-06-24x86/umwait: Initialize umwait control valuesFenghua Yu1-0/+9
2019-06-24x86/cpufeatures: Enumerate user wait instructionsFenghua Yu1-0/+1
2019-06-24x86/vdso: Give the [ph]vclock_page declarations real typesAndy Lutomirski1-12/+24
2019-06-22x86/vdso: Add clock_getres() entry pointVincenzo Frascino1-0/+31
2019-06-22x86/vdso: Switch to generic vDSO implementationVincenzo Frascino5-76/+243
2019-06-22x86/asm: Pin sensitive CR0 bitsKees Cook1-1/+14
2019-06-22x86/asm: Pin sensitive CR4 bitsKees Cook1-1/+21
2019-06-22x86/cpu: Create Zhaoxin processors architecture support fileTony W Wang-oc1-1/+2
2019-06-22x86/cpu: Split Tremont based Atoms from the restAndy Shevchenko1-0/+1
2019-06-22x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen1-0/+3
2019-06-22x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae1-0/+15
2019-06-22x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae1-15/+12
2019-06-22x86/fsgsbase/64: Add intrinsics for FSGSBASE instructionsAndi Kleen1-0/+30