summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-212-12/+2
|\
| * um: Use real DMA barriersJohannes Berg2019-09-151-3/+0
| * um: Don't use generic barrier.hJohannes Berg2019-09-151-8/+1
| * um: Fix VDSO compiler warningJohannes Berg2019-09-151-1/+1
* | Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds2019-09-212-9/+9
|\ \
| * | x86: bug.h: use asm_inline in _BUG_FLAGS definitionsRasmus Villemoes2019-09-151-2/+2
| * | x86: alternative.h: use asm_inline for all alternative variantsRasmus Villemoes2019-09-151-7/+7
* | | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-204-5/+16
|\ \ \
| * | | fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann2019-08-092-1/+5
| * | | x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific headerThiago Jung Bauermann2019-08-092-1/+10
| * | | x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/KconfigThiago Jung Bauermann2019-08-091-3/+1
* | | | 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