summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson2018-03-231-0/+13
| * | | | | KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon2018-03-211-0/+2
| * | | | | x86/kvm/vmx: avoid expensive rdmsr for MSR_GS_BASEVitaly Kuznetsov2018-03-161-0/+5
| * | | | | x86/kvm/vmx: read MSR_{FS,KERNEL_GS}_BASE from current->threadVitaly Kuznetsov2018-03-161-0/+5
| * | | | | KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li2018-03-161-0/+1
| * | | | | KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-161-0/+1
| * | | | | KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li2018-03-161-0/+2
| * | | | | KVM: x86: Emulate only IN/OUT instructions when accessing VMware backdoorLiran Alon2018-03-161-0/+1
| * | | | | KVM: x86: Add emulation_type to not raise #UD on emulation failureLiran Alon2018-03-161-0/+1
| * | | | | KVM: x86: add kvm_fast_pio() to consolidate fast PIO codeSean Christopherson2018-03-161-2/+1
| * | | | | x86/kvm/hyper-v: remove stale entries from vec_bitmap/auto_eoi_bitmap on vect...Vitaly Kuznetsov2018-03-161-0/+2
| * | | | | x86/kvm/hyper-v: add reenlightenment MSRs supportVitaly Kuznetsov2018-03-161-0/+4
| * | | | | x86/msr: Add AMD Core Perf Extension MSRsJanakarajan Natarajan2018-03-161-0/+14
| * | | | | KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATEDWanpeng Li2018-03-062-2/+12
| * | | | | KVM: x86: KVM_CAP_SYNC_REGSKen Hofsass2018-03-061-1/+18
| * | | | | kvm: x86: hyperv: guest->host event signaling via eventfdRoman Kagan2018-03-062-0/+4
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \ \ \ \
| * | | | | treewide: Align function definition open/close bracesJoe Perches2018-03-261-1/+1
* | | | | | Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-04-051-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2018-03-281-0/+1
| |\ \ \ \ \ \
| | * | | | | | ASoC: Intel: sst: Free streams on suspend, re-alloc on resumeHans de Goede2018-03-011-0/+1
* | | | | | | | Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-044-1/+19
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman2018-03-2810-66/+40
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | Drivers: hv: vmbus: Implement Direct Mode for stimer0Michael Kelley2018-03-064-1/+19
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-04-044-105/+22
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers2018-03-031-4/+3
| * | | | | | | crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers2018-03-031-62/+0
| * | | | | | | crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers2018-03-031-1/+3
| * | | | | | | crypto: x86/camellia - remove XTS algorithmEric Biggers2018-03-031-1/+2
| * | | | | | | crypto: x86/camellia - remove LRW algorithmEric Biggers2018-03-031-10/+0
| * | | | | | | crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers2018-03-031-0/+1
| * | | | | | | crypto: x86/twofish-3way - remove XTS algorithmEric Biggers2018-03-031-8/+0
| * | | | | | | crypto: x86/twofish-3way - remove LRW algorithmEric Biggers2018-03-031-11/+0
| * | | | | | | crypto: x86/serpent-avx,avx2 - convert to skcipher interfaceEric Biggers2018-03-031-2/+5
| * | | | | | | crypto: x86/serpent-avx - remove LRW algorithmEric Biggers2018-03-031-10/+0
| * | | | | | | crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers2018-03-031-0/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-022-68/+2
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | syscalls/x86: auto-create compat_sys_*() prototypesDominik Brodowski2018-04-021-64/+0
| * | | | | | x86: fix sys_sigreturn() return type to be long, not unsigned longDominik Brodowski2018-04-021-1/+1
| * | | | | | x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()Dominik Brodowski2018-04-021-0/+1
| * | | | | | x86: remove compat_sys_x86_waitpid()Dominik Brodowski2018-04-021-3/+0
* | | | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-021-15/+11
|\ \ \ \ \ \ \
| * | | | | | | x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3Sai Praneeth2018-03-121-15/+10
| * | | | | | | efi: Use efi_mm in x86 as well as ARMSai Praneeth2018-03-121-0/+1
| * | | | | | | Merge branch 'x86/mm' into efi/coreIngo Molnar2018-03-121-0/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-026-69/+5
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'linus' into x86/dma, to resolve a conflict with upstreamIngo Molnar2018-03-241-0/+1
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | dma/direct: Handle the memory encryption bit in common codeChristoph Hellwig2018-03-201-23/+2
| * | | | | | | | dma/swiotlb: Remove swiotlb_set_mem_attributes()Christoph Hellwig2018-03-201-2/+0
| * | | | | | | | x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig2018-03-201-11/+0
OpenPOWER on IntegriCloud