aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
...
| * | | | KVM: x86: announce KVM_CAP_HYPERV_ENLIGHTENED_VMCS support only when it is av...Vitaly Kuznetsov2019-09-24
| * | | | KVM: x86: svm: remove unneeded nested_enable_evmcs() hookVitaly Kuznetsov2019-09-24
| * | | | KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov2019-09-24
| * | | | KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan2019-09-24
| * | | | x86/Hyper-V: Fix definition of struct hv_vp_assist_pageTianyu Lan2019-09-24
| * | | | kvm: x86: Add Intel PMU MSRs to msrs_to_save[]Jim Mattson2019-09-24
* | | | | mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-26
* | | | | augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse2019-09-25
* | | | | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-24
* | | | | mm: remove quicklist page table cachesNicholas Piggin2019-09-24
|/ / / /
* | | | Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-21
|\ \ \ \
| * | | | um: Use real DMA barriersJohannes Berg2019-09-15
| * | | | um: Don't use generic barrier.hJohannes Berg2019-09-15
| * | | | um: Fix VDSO compiler warningJohannes Berg2019-09-15
| | |_|/ | |/| |
* | | | Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds2019-09-21
|\ \ \ \
| * | | | x86: bug.h: use asm_inline in _BUG_FLAGS definitionsRasmus Villemoes2019-09-15
| * | | | x86: alternative.h: use asm_inline for all alternative variantsRasmus Villemoes2019-09-15
* | | | | Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-20
|\ \ \ \ \
| * | | | | fs/core/vmcore: Move sev_active() reference to x86 arch codeThiago Jung Bauermann2019-08-09
| * | | | | x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific headerThiago Jung Bauermann2019-08-09
| * | | | | x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/KconfigThiago Jung Bauermann2019-08-09
* | | | | | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-20
|\ \ \ \ \ \
| * | | | | | kbuild: change *FLAGS_<basetarget>.o to take the path relative to $(obj)Masahiro Yamada2019-09-04
| * | | | | | kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-21
* | | | | | | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-19
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-intel-next-2019-07-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-08-05
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi2019-07-29
| | |\ \ \ \ \ \ \
| | * | | | | | | | x86/gpu: add TGL stolen memory supportMichel Thierry2019-07-17
* | | | | | | | | | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | swiotlb-xen: simplify cache maintainanceChristoph Hellwig2019-09-11
| * | | | | | | | | | xen: remove the exports for xen_{create,destroy}_contiguous_regionChristoph Hellwig2019-09-11
| * | | | | | | | | | dma-mapping: provide a better default ->get_required_maskChristoph Hellwig2019-09-04
| * | | | | | | | | | dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-04
| * | | | | | | | | | dma-mapping: fix filename referencesAndy Shevchenko2019-09-03
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | crypto: x86/aes-ni - use AES library instead of single-use AES cipherArd Biesheuvel2019-09-09
| * | | | | | | | | | | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede2019-09-05
| * | | | | | | | | | | crypto: x86 - Rename functions to avoid conflict with crypto/sha256.hHans de Goede2019-09-05
| * | | | | | | | | | | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede2019-08-22
| * | | | | | | | | | | crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede2019-08-22
| * | | | | | | | | | | crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel2019-08-22
| * | | | | | | | | | | crypto: x86/des - switch to library interfaceArd Biesheuvel2019-08-22
| * | | | | | | | | | | crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-22
| * | | | | | | | | | | crypto: 3des - move verification out of exported routineArd Biesheuvel2019-08-22
| * | | | | | | | | | | crypto: ghash - add comment and improve help textEric Biggers2019-07-27
| * | | | | | | | | | | crypto: aegis128l/aegis256 - remove x86 and generic implementationsArd Biesheuvel2019-07-26
| * | | | | | | | | | | crypto: morus - remove generic and x86 implementationsArd Biesheuvel2019-07-26
| * | | | | | | | | | | crypto: x86/aes - drop scalar assembler implementationsArd Biesheuvel2019-07-26
| * | | | | | | | | | | crypto: x86/aes-ni - switch to generic for fallback and key routinesArd Biesheuvel2019-07-26
| * | | | | | | | | | | crypto: aes - rename local routines to prevent future clashesArd Biesheuvel2019-07-26
| | |_|_|/ / / / / / / | |/| | | | | | | | |