summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-114-40/+5
|\
| * x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-102-39/+3
| * x86/pgtable/32: Fix LOWMEM_PAGES constantArnd Bergmann2019-07-101-1/+1
| * x86/ldt: Initialize the context lock for init_mmSebastian Andrzej Siewior2019-07-091-0/+1
* | Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-0/+1
|\ \
| * | arch: handle arches who do not yet define clone3Christian Brauner2019-06-211-0/+1
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-093-3/+3
|\ \ \
| * \ \ Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-1436-319/+36
| |\ \ \
| * | | | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-083-3/+3
| | |/ / | |/| |
* | | | Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-07-091-0/+2
|\ \ \ \
| * | | | x86/mm: Identify the end of the kernel area to be reservedThomas Lendacky2019-06-201-0/+2
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-091-0/+2
|\ \ \ \ \
| * | | | | x86/boot: Add xloadflags bits to check for 5-level paging supportBaoquan He2019-06-281-0/+2
* | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | signal/x86: Remove task parameter from send_sigtrapEric W. Biederman2019-05-291-2/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-083-1/+21
|\ \ \ \ \
| * | | | | topology: Create core_cpus and die_cpus sysfs attributesLen Brown2019-05-232-0/+2
| * | | | | x86/topology: Define topology_logical_die_id()Len Brown2019-05-232-0/+6
| * | | | | x86/topology: Define topology_die_id()Len Brown2019-05-231-0/+1
| * | | | | x86/topology: Create topology_max_die_per_package()Len Brown2019-05-232-1/+10
| * | | | | x86/topology: Add CPUID.1F multi-die/package supportLen Brown2019-05-231-1/+3
| |/ / / /
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-083-1/+13
|\ \ \ \ \
| * | | | | x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vectorZhao Yakui2019-06-111-0/+11
| * | | | | x86: Add support for Linux guests on an ACRN hypervisorZhao Yakui2019-06-111-0/+1
| * | | | | x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbolZhao Yakui2019-06-111-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-081-14/+7
|\ \ \ \ \
| * | | | | x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::typeIngo Molnar2019-04-291-2/+2
| * | | | | x86/paravirt: Standardize 'insn_buff' variable namesIngo Molnar2019-04-291-8/+5
| * | | | | 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