summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-202-1/+3
|\
| * kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-041-1/+2
| * kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-0/+1
* | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-191-0/+1
|\ \
| * \ Merge tag 'drm-intel-next-2019-07-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-08-061-0/+1
| |\ \
| | * \ Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-07-29344-6049/+8008
| | |\ \
| | * | | x86/gpu: add TGL stolen memory supportMichel Thierry2019-07-171-0/+1
* | | | | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-197-21/+7
|\ \ \ \ \
| * | | | | swiotlb-xen: simplify cache maintainanceChristoph Hellwig2019-09-111-14/+0
| * | | | | xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig2019-09-111-2/+0
| * | | | | dma-mapping: provide a better default ->get_required_maskChristoph Hellwig2019-09-041-0/+1
| * | | | | dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-042-0/+4
| * | | | | dma-mapping: fix filename referencesAndy Shevchenko2019-09-033-5/+2
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-1831-5538/+132
|\ \ \ \ \ \
| * | | | | | crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel2019-09-091-11/+6
| * | | | | | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede2019-09-051-1/+1
| * | | | | | crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-051-6/+6
| * | | | | | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede2019-08-221-0/+2
| * | | | | | crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede2019-08-222-2/+2
| * | | | | | crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel2019-08-229-18/+81
| * | | | | | crypto: x86/des - switch to library interfaceArd Biesheuvel2019-08-221-19/+23
| * | | | | | crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
| * | | | | | crypto: 3des - move verification out of exported routineArd Biesheuvel2019-08-221-0/+4
| * | | | | | crypto: ghash - add comment and improve help textEric Biggers2019-07-271-2/+1
| * | | | | | crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-265-2113/+0
| * | | | | | crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-269-2726/+0
| * | | | | | crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-264-621/+0
| * | | | | | crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-262-20/+7
| * | | | | | crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-261-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'driver-core-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-181-10/+7
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.3-rc4 into driver-core-nextGreg Kroah-Hartman2019-08-1234-149/+418
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | olpc: x01: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-021-10/+7
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-1818-446/+617
|\ \ \ \ \ \
| * | | | | | KVM: X86: Use IPI shorthands in kvm guest when supportWanpeng Li2019-09-141-12/+0
| * | | | | | KVM: x86: Fix INIT signal handling in various CPU statesLiran Alon2019-09-115-4/+46
| * | | | | | KVM: VMX: Introduce exit reason for receiving INIT signal on guest-modeLiran Alon2019-09-111-0/+2
| * | | | | | KVM: VMX: Stop the preemption timer during vCPU resetWanpeng Li2019-09-111-0/+1
| * | | | | | KVM: LAPIC: Micro optimize IPI latencyWanpeng Li2019-09-111-5/+4
| * | | | | | kvm: Nested KVM MMUs need PAE root tooJiří Paleček2019-09-111-8/+22
| * | | | | | KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-09-112-0/+8
| * | | | | | KVM: x86: always stop emulation on page faultJan Dakinevich2019-09-111-1/+3
| * | | | | | KVM: nVMX: trace nested VM-Enter failures detected by H/WSean Christopherson2019-09-113-8/+30
| * | | | | | KVM: nVMX: add tracepoint for failed nested VM-EnterSean Christopherson2019-09-113-123/+152
| * | | | | | x86: KVM: svm: Fix a check in nested_svm_vmrun()Dan Carpenter2019-09-111-1/+1
| * | | | | | KVM: x86: Return to userspace with internal error on unexpected exit reasonLiran Alon2019-09-112-5/+15
| * | | | | | KVM: x86: Add kvm_emulate_{rd,wr}msr() to consolidate VXM/SVM codeSean Christopherson2019-09-104-54/+41
| * | | | | | KVM: x86: Refactor up kvm_{g,s}et_msr() to simplify callersSean Christopherson2019-09-105-80/+60
| * | | | | | KVM: X86: Tune PLE Window tracepointPeter Xu2019-09-104-31/+23
| * | | | | | KVM: VMX: Change ple_window type to unsigned intPeter Xu2019-09-103-7/+8
| * | | | | | KVM: X86: Remove tailing newline for tracepointsPeter Xu2019-09-101-2/+2