summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-25Merge tag 'livepatching-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-11-25Merge tag 'for-linus-5.5a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-11-25Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-25Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-11-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-11-24bpf: Simplify __bpf_arch_text_poke poke type handlingDaniel Borkmann
2019-11-24bpf, x86: Emit patchable direct jump as tail callDaniel Borkmann
2019-11-24bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumpsDaniel Borkmann
2019-11-23kvm: nVMX: Relax guest IA32_FEATURE_CONTROL constraintsJim Mattson
2019-11-23KVM: x86: Grab KVM's srcu lock when setting nested stateSean Christopherson
2019-11-23KVM: x86: Open code shared_msr_update() in its only callerSean Christopherson
2019-11-23KVM: x86: Remove a spurious export of a static functionSean Christopherson
2019-11-22crypto: x86/chacha - only unregister algorithms if registeredEric Biggers
2019-11-21KVM: x86: create mmu/ subdirectoryPaolo Bonzini
2019-11-21KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use api...Liran Alon
2019-11-21KVM: x86: remove set but not used variable 'called'Mao Wenan
2019-11-21KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinningLiran Alon
2019-11-21Merge branch 'kvm-tsx-ctrl' into HEADPaolo Bonzini
2019-11-21KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack itPaolo Bonzini
2019-11-21KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionalityPaolo Bonzini
2019-11-21KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUIDPaolo Bonzini
2019-11-21KVM: x86: do not modify masked bits of shared MSRsPaolo Bonzini
2019-11-21KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIESPaolo Bonzini
2019-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-11-20KVM: nVMX: Assume TLB entries of L1 and L2 are tagged differently if L0 use EPTLiran Alon
2019-11-20KVM: x86: Unexport kvm_vcpu_reload_apic_access_page()Liran Alon
2019-11-20KVM: nVMX: add CR4_LA57 bit to nested CR4_FIXED1Chenyi Qiang
2019-11-20KVM: nVMX: Use semi-colon instead of comma for exit-handlers initializationLiran Alon
2019-11-20KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmapNitesh Narayan Lal
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-17crypto: curve25519 - x86_64 library and KPP implementationsJason A. Donenfeld
2019-11-17crypto: blake2s - x86_64 SIMD implementationJason A. Donenfeld
2019-11-17int128: move __uint128_t compiler test to KconfigArd Biesheuvel
2019-11-17crypto: x86/poly1305 - expose existing driver as poly1305 libraryArd Biesheuvel
2019-11-17crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel
2019-11-17crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel
2019-11-17crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel
2019-11-17crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel
2019-11-17crypto: x86/chacha - depend on generic chacha library instead of crypto driverArd Biesheuvel
2019-11-17crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel
2019-11-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-15bpf: Support attaching tracing BPF program to other BPF programsAlexei Starovoitov
2019-11-15bpf: Reserve space for BPF trampoline in BPF programsAlexei Starovoitov
2019-11-15bpf: Introduce BPF trampolineAlexei Starovoitov
2019-11-15bpf: Add bpf_arch_text_poke() helperAlexei Starovoitov
2019-11-15bpf: Refactor x86 JIT into helpersAlexei Starovoitov