aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-3018-1424/+2
|\
| * x86/mpx: remove MPX from arch/x86Dave Hansen2020-01-2314-1315/+1
| * mm: remove arch_bprm_mm_init() hookDave Hansen2020-01-231-6/+0
| * x86/mpx: remove bounds exception codeDave Hansen2020-01-231-74/+0
| * x86/mpx: remove build infrastructureDave Hansen2020-01-232-29/+0
| * x86/alternatives: add missing insn.h includeDave Hansen2020-01-231-0/+1
* | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-01-301-8/+18
|\ \
| * \ Backmerge v5.5-rc7 into drm-nextDave Airlie2020-01-2019-67/+70
| |\ \
| * \ \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-171-8/+18
| |\ \ \
| | * | | drm/gma500: Pass GPIO for Intel MID using descriptorsLinus Walleij2019-12-141-8/+18
* | | | | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-292-0/+2
|\ \ \ \ \
| * | | | | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-132-0/+2
* | | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-17/+0
|\ \ \ \ \ \
| * | | | | | compat: provide compat_ptr() on all architecturesArnd Bergmann2020-01-031-17/+0
* | | | | | | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-292-0/+2
|\ \ \ \ \ \ \
| * | | | | | | open: introduce openat2(2) syscallAleksa Sarai2020-01-182-0/+2
* | | | | | | | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | arch/x86/setup: Drop dummy_con initializationArvind Sankar2020-01-141-2/+0
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-282-9/+158
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-01-231-10/+8
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bpf: Introduce BPF_MAP_TYPE_STRUCT_OPSMartin KaFai Lau2020-01-091-10/+8
| * | | | | | | | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-199-42/+28
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-092-6/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | / / / / | | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-12-272-0/+151
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | bpf, x86: Align dispatcher branch targets to 16BBjörn Töpel2019-12-131-1/+29
| | * | | | | | | | bpf: Introduce BPF dispatcherBjörn Töpel2019-12-131-0/+122
| | * | | | | | | | bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-111-0/+1
| | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-2839-1659/+4931
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | crypto: x86/poly1305 - emit does base conversion itselfJason A. Donenfeld2020-01-221-6/+2
| * | | | | | | | | crypto: x86/poly1305 - fix .gitignore typoJason A. Donenfeld2020-01-221-1/+1
| * | | | | | | | | crypto: x86/sha - Eliminate casts on asm implementationsKees Cook2020-01-2211-102/+102
| * | | | | | | | | crypto: x86/poly1305 - wire up faster implementations for kernelJason A. Donenfeld2020-01-166-1576/+571
| * | | | | | | | | crypto: x86/poly1305 - import unmodified cryptogams implementationJason A. Donenfeld2020-01-161-0/+4159
| * | | | | | | | | crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld2020-01-162-21/+214
| * | | | | | | | | crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-6/+1
| * | | | | | | | | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-0912-45/+20
| * | | | | | | | | crypto: x86 - Regularize glue function prototypesKees Cook2019-12-1117-397/+356
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-41/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/mtrr: Require CAP_SYS_ADMIN for all accessKees Cook2019-12-091-19/+2
| * | | | | | | | | x86/mtrr: Get rid of mtrr_seq_show() forward declarationBorislav Petkov2019-12-091-22/+20
| |/ / / / / / / /
* | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-282-10/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/fpu: Deactivate FPU state after failure during state loadSebastian Andrzej Siewior2020-01-071-0/+3
| * | | | | | | | | x86/fpu/xstate: Make xfeature_is_supervisor()/xfeature_is_user() return boolYu-cheng Yu2020-01-061-3/+3
| * | | | | | | | | x86/fpu/xstate: Fix small issuesYu-cheng Yu2020-01-061-7/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-01-2825-261/+410
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/cpu: Remove redundant cpu_detect_cache_sizes() callTony W Wang-oc2020-01-202-4/+0
| * | | | | | | | | x86/cpu: Print "VMX disabled" error message iff KVM is enabledSean Christopherson2020-01-151-2/+3
| * | | | | | | | | KVM: VMX: Allow KVM_INTEL when building for Centaur and/or Zhaoxin CPUsSean Christopherson2020-01-131-6/+4
| * | | | | | | | | perf/x86: Provide stubs of KVM helpers for non-Intel CPUsSean Christopherson2020-01-131-7/+15
| * | | | | | | | | KVM: VMX: Use VMX_FEATURE_* flags to define VMCS control bitsSean Christopherson2020-01-131-50/+55