summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | x86/paravirt: Replace the paravirt patch asm magicThomas Gleixner2019-04-251-4/+0
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-086-37/+87
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/stackframe/32: Allow int3_emulate_push()Peter Zijlstra2019-06-251-2/+0
| * | | | | | | | x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra2019-06-253-33/+3
| * | | | | | | | x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra2019-06-251-0/+49
| * | | | | | | | Merge tag 'v5.2-rc6' into x86/asm, to refresh the branchIngo Molnar2019-06-255-26/+26
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | x86/asm: Pin sensitive CR0 bitsKees Cook2019-06-221-1/+14
| * | | | | | | | x86/asm: Pin sensitive CR4 bitsKees Cook2019-06-221-1/+21
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-089-178/+206
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/percpu: Optimize raw_cpu_xchg()Peter Zijlstra2019-06-171-4/+16
| * | | | | | | | x86/percpu, x86/irq: Relax {set,get}_irq_regs()Peter Zijlstra2019-06-171-2/+2
| * | | | | | | | x86/percpu: Relax smp_processor_id()Peter Zijlstra2019-06-171-1/+2
| * | | | | | | | x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}()Peter Zijlstra2019-06-171-112/+112
| * | | | | | | | x86/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra2019-06-173-10/+10
| * | | | | | | | x86/jump_label: Batch jump label updatesDaniel Bristot de Oliveira2019-06-171-0/+2
| * | | | | | | | x86/alternative: Batch of patch operationsDaniel Bristot de Oliveira2019-06-171-0/+15
| * | | | | | | | Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-1713-87/+17
| |\| | | | | | |
| * | | | | | | | locking/atomic, x86: Use s64 for atomic64Mark Rutland2019-06-032-53/+51
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-081-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/speculation/mds: Eliminate leaks by trace_hardirqs_on()Zhenzhong Duan2019-06-261-2/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-4/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/hpet: Move clockevents into channelsThomas Gleixner2019-06-281-3/+3
| * | | | | | | | x86/hpet: Remove the unused hpet_msi_read() functionThomas Gleixner2019-06-281-1/+0
| |/ / / / / / /
* | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-085-9/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/fsgsbase: Revert FSGSBASE supportThomas Gleixner2019-07-033-54/+9
| * | | | | | | | x86/umwait: Initialize umwait control valuesFenghua Yu2019-06-241-0/+9
| * | | | | | | | x86/cpufeatures: Enumerate user wait instructionsFenghua Yu2019-06-241-0/+1
| * | | | | | | | x86/cpu: Create Zhaoxin processors architecture support fileTony W Wang-oc2019-06-221-1/+2
| * | | | | | | | x86/cpu: Split Tremont based Atoms from the restAndy Shevchenko2019-06-221-0/+1
| * | | | | | | | x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2Andi Kleen2019-06-221-0/+3
| * | | | | | | | x86/entry/64: Introduce the FIND_PERCPU_BASE macroChang S. Bae2019-06-221-0/+15
| * | | | | | | | x86/fsgsbase/64: Enable FSGSBASE instructions in helper functionsChang S. Bae2019-06-221-15/+12
| * | | | | | | | x86/fsgsbase/64: Add intrinsics for FSGSBASE instructionsAndi Kleen2019-06-221-0/+30
| * | | | | | | | x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructionsFenghua Yu2019-06-202-1/+4
| * | | | | | | | x86/cpufeatures: Combine word 11 and 12 into a new scattered features wordFenghua Yu2019-06-202-9/+12
| * | | | | | | | x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDSAaron Lewis2019-06-141-0/+2
| * | | | | | | | x86/cpu: Add Ice Lake NNPI to Intel familyRajneesh Bhardwaj2019-06-131-0/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-07-081-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()Sebastian Andrzej Siewior2019-07-071-1/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-081-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/vsyscall: Show something useful on a read faultAndy Lutomirski2019-06-281-2/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-083-3/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/irq: Seperate unused system vectors from spurious entry againThomas Gleixner2019-07-031-0/+2
| * | | | | | | | x86/irq: Handle spurious interrupt after shutdown gracefullyThomas Gleixner2019-07-031-1/+2
| * | | | | | | | x86/timer: Skip PIT initialization on modern chipsetsThomas Gleixner2019-06-292-0/+3
| * | | | | | | | x86/apic: Make apic_bsp_setup() staticThomas Gleixner2019-06-161-1/+0
| * | | | | | | | x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period'Daniel Drake2019-05-091-1/+1
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-087-146/+330
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clocksource/drivers: Continue making Hyper-V clocksource ISA agnosticMichael Kelley2019-07-032-71/+12
| * | | | | | | | | clocksource/drivers: Make Hyper-V clocksource ISA agnosticMichael Kelley2019-07-031-0/+6