aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2019-07-09x86/ldt: Initialize the context lock for init_mmGravatar Sebastian Andrzej Siewior 1-0/+1
2019-07-08Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-1/+21
2019-07-08Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 3-1/+13
2019-07-08Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-14/+7
2019-07-08Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-37/+87
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 9-178/+206
2019-07-08Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+2
2019-07-08Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+3
2019-07-08Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-9/+30
2019-07-08Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2019-07-08Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-2/+4
2019-07-08Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-3/+8
2019-07-08Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 7-146/+330
2019-07-07x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Gravatar Sebastian Andrzej Siewior 1-1/+0
2019-07-03x86/fsgsbase: Revert FSGSBASE supportGravatar Thomas Gleixner 3-54/+9
2019-07-03clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticGravatar Michael Kelley 2-71/+12
2019-07-03clocksource/drivers: Make Hyper-V clocksource ISA agnosticGravatar Michael Kelley 1-0/+6
2019-07-03x86/irq: Seperate unused system vectors from spurious entry againGravatar Thomas Gleixner 1-0/+2
2019-07-03x86/irq: Handle spurious interrupt after shutdown gracefullyGravatar Thomas Gleixner 1-1/+2
2019-06-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+3
2019-06-29x86/timer: Skip PIT initialization on modern chipsetsGravatar Thomas Gleixner 2-0/+3
2019-06-28x86/hpet: Move clockevents into channelsGravatar Thomas Gleixner 1-3/+3
2019-06-28x86/hpet: Remove the unused hpet_msi_read() functionGravatar Thomas Gleixner 1-1/+0
2019-06-28x86/vsyscall: Show something useful on a read faultGravatar Andy Lutomirski 1-2/+4
2019-06-26x86/speculation/mds: Eliminate leaks by trace_hardirqs_on()Gravatar Zhenzhong Duan 1-2/+2
2019-06-26lib/vdso: Make delta calculation work correctlyGravatar Thomas Gleixner 1-0/+27
2019-06-25x86/stackframe/32: Allow int3_emulate_push()Gravatar Peter Zijlstra 1-2/+0
2019-06-25x86/stackframe/32: Provide consistent pt_regsGravatar Peter Zijlstra 3-33/+3
2019-06-25x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hGravatar Peter Zijlstra 1-0/+49
2019-06-25Merge tag 'v5.2-rc6' into x86/asm, to refresh the branchGravatar Ingo Molnar 5-26/+26
2019-06-24perf/x86: Disable extended registers for non-supported PMUsGravatar Kan Liang 1-0/+3
2019-06-24x86/umwait: Initialize umwait control valuesGravatar Fenghua Yu 1-0/+9
2019-06-24x86/cpufeatures: Enumerate user wait instructionsGravatar Fenghua Yu 1-0/+1
2019-06-24x86/vdso: Give the [ph]vclock_page declarations real typesGravatar Andy Lutomirski 1-12/+24
2019-06-22x86/vdso: Add clock_getres() entry pointGravatar Vincenzo Frascino 1-0/+31
2019-06-22x86/vdso: Switch to generic vDSO implementationGravatar Vincenzo Frascino 5-76/+243
2019-06-22x86/asm: Pin sensitive CR0 bitsGravatar Kees Cook 1-1/+14
2019-06-22x86/asm: Pin sensitive CR4 bitsGravatar Kees Cook 1-1/+21
2019-06-22x86/cpu: Create Zhaoxin processors architecture support fileGravatar Tony W Wang-oc 1-1/+2
2019-06-22x86/cpu: Split Tremont based Atoms from the restGravatar Andy Shevchenko 1-0/+1
2019-06-22x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Gravatar Andi Kleen 1-0/+3
2019-06-22x86/entry/64: Introduce the FIND_PERCPU_BASE macroGravatar Chang S. Bae 1-0/+15
2019-06-22x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsGravatar Chang S. Bae 1-15/+12
2019-06-22x86/fsgsbase/64: Add intrinsics for FSGSBASE instructionsGravatar Andi Kleen 1-0/+30
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 4-15/+4
2019-06-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-11/+22
2019-06-20x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructionsGravatar Fenghua Yu 2-1/+4
2019-06-20x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordGravatar Fenghua Yu 2-9/+12
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 2-8/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Gravatar Thomas Gleixner 2-7/+2