summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/mm/cpa: Flush direct map alias during cpaRick Edgecombe2020-04-301-4/+8
* x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-253-14/+43
* x86/unwind/orc: Fix error path for bad ORC entry typeJosh Poimboeuf2020-04-251-1/+1
* x86/unwind/orc: Prevent unwinding before ORC initializationJosh Poimboeuf2020-04-251-3/+3
* x86/unwind/orc: Don't skip the first frame for inactive tasksMiroslav Benes2020-04-251-1/+1
* x86/unwind: Prevent false warnings for non-current tasksJosh Poimboeuf2020-04-253-18/+28
* x86/unwind/orc: Convert global variables to staticJosh Poimboeuf2020-04-251-5/+5
* x86/entry/64: Fix unwind hints in rewind_stack_do_exit()Jann Horn2020-04-251-1/+1
* x86/entry/64: Fix unwind hints in __switch_to_asm()Josh Poimboeuf2020-04-251-3/+2
* x86/entry/64: Fix unwind hints in kernel exit pathJosh Poimboeuf2020-04-251-1/+2
* x86/entry/64: Fix unwind hints in register clearing codeJosh Poimboeuf2020-04-251-19/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-252-9/+37
|\
| * bpf, x86_32: Fix logic error in BPF_LDX zero-extensionWang YanQing2020-04-251-1/+1
| * bpf, x86_32: Fix clobbering of dst for BPF_JSETLuke Nelson2020-04-251-4/+18
| * bpf, x86_32: Fix incorrect encoding in BPF_LDX zero-extensionLuke Nelson2020-04-251-1/+3
| * bpf, x86: Fix encoding for lower 8-bit registers in BPF_STX BPF_BLuke Nelson2020-04-211-3/+15
* | Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-242-60/+68
|\ \
| * | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-60/+68
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-04-211-1/+1
|\ \ \
| * | | mm/userfaultfd: disable userfaultfd-wp on x86_32Peter Xu2020-04-211-1/+1
| |/ /
* | | Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-04-2178-395/+1090
|\| |
| * | Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-196-21/+56
| |\ \ | | |/ | |/|
| | * x86/split_lock: Add Tremont family CPU modelsTony Luck2020-04-181-0/+3
| | * x86/split_lock: Bits in IA32_CORE_CAPABILITIES are not architecturalTony Luck2020-04-181-14/+31
| | * x86/resctrl: Preserve CDP enable over CPU hotplugJames Morse2020-04-173-0/+16
| | * x86/resctrl: Fix invalid attempt at removing the default resource groupReinette Chatre2020-04-171-1/+2
| | * x86/split_lock: Update to use X86_MATCH_INTEL_FAM6_MODEL()Tony Luck2020-04-171-4/+2
| | * x86/umip: Make umip_insns staticJason Yan2020-04-151-1/+1
| | * x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen2020-04-141-1/+1
| * | Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-162-4/+14
| |\ \
| | * | efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel2020-04-141-0/+2
| | * | efi/x86: Don't remap text<->rodata gap read-only for mixed modeArd Biesheuvel2020-04-141-2/+10
| | * | efi/x86: Fix the deletion of variables in mixed modeGary Lin2020-04-141-2/+2
| | |/
| * | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-142-3/+17
| |\ \ | | |/ | |/|
| | * x86/Hyper-V: Report crash data in die() when panic_on_oops is setTianyu Lan2020-04-111-1/+5
| | * x86/Hyper-V: Report crash register data or kmsg before running crash kernelTianyu Lan2020-04-111-0/+10
| | * x86: hyperv: report value of misc_featuresOlaf Hering2020-04-091-2/+2
| * | Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-124-9/+79
| |\ \
| | * | KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li2020-04-111-3/+34
| | * | KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li2020-04-111-1/+11
| | * | x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-112-5/+34
| * | | Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-123-0/+522
| |\ \ \
| | * | | perf/x86/intel/uncore: Add Ice Lake server uncore supportKan Liang2020-04-083-0/+522
| * | | | Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-1120-277/+91
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-0812-62/+6
| | * | | crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean'Masahiro Yamada2020-04-081-2/+0
| | * | | crypto: x86 - rework configuration based on KconfigJason A. Donenfeld2020-04-081-87/+65
| | * | | x86: add comments about the binutils version to support code in as-instrMasahiro Yamada2020-04-081-0/+10
| | * | | x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld2020-04-083-10/+19
| | * | | x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada2020-04-0813-89/+21