Age | Commit message (Expand) | Author | Files | Lines |
2019-11-21 | x86/mm/pat: Rename pat_rbtree.c to pat_interval.c | Davidlohr Bueso | 2 | -1/+1 |
2019-11-21 | x86/mm/pat: Drop the rbt_ prefix from external memtype calls | Davidlohr Bueso | 3 | -20/+20 |
2019-11-21 | x86/mm/pat: Do not pass 'rb_root' down the memtype tree helper functions | Davidlohr Bueso | 1 | -13/+8 |
2019-11-21 | x86/mm/pat: Convert the PAT tree to a generic interval tree | Davidlohr Bueso | 1 | -120/+42 |
2019-11-21 | KVM: x86: create mmu/ subdirectory | Paolo Bonzini | 4 | -2/+2 |
2019-11-21 | KVM: nVMX: Remove unnecessary TLB flushes on L1<->L2 switches when L1 use api... | Liran Alon | 1 | -7/+0 |
2019-11-21 | KVM: x86: remove set but not used variable 'called' | Mao Wenan | 1 | -3/+2 |
2019-11-21 | KVM: nVMX: Do not mark vmcs02->apic_access_page as dirty when unpinning | Liran Alon | 1 | -3/+3 |
2019-11-21 | Merge branch 'kvm-tsx-ctrl' into HEAD | Paolo Bonzini | 35 | -207/+1098 |
2019-11-21 | KVM: vmx: use MSR_IA32_TSX_CTRL to hard-disable TSX on guest that lack it | Paolo Bonzini | 1 | -14/+30 |
2019-11-21 | KVM: vmx: implement MSR_IA32_TSX_CTRL disable RTM functionality | Paolo Bonzini | 2 | -21/+40 |
2019-11-21 | KVM: x86: implement MSR_IA32_TSX_CTRL effect on CPUID | Paolo Bonzini | 3 | -4/+9 |
2019-11-21 | KVM: x86: do not modify masked bits of shared MSRs | Paolo Bonzini | 1 | -2/+3 |
2019-11-21 | KVM: x86: fix presentation of TSX feature in ARCH_CAPABILITIES | Paolo Bonzini | 1 | -2/+8 |
2019-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 5 | -104/+496 |
2019-11-21 | x86/ioperm: Fix use of deprecated config option | Alexander Duyck | 1 | -2/+1 |
2019-11-20 | KVM: nVMX: Assume TLB entries of L1 and L2 are tagged differently if L0 use EPT | Liran Alon | 1 | -2/+4 |
2019-11-20 | KVM: x86: Unexport kvm_vcpu_reload_apic_access_page() | Liran Alon | 1 | -1/+0 |
2019-11-20 | KVM: nVMX: add CR4_LA57 bit to nested CR4_FIXED1 | Chenyi Qiang | 1 | -0/+1 |
2019-11-20 | KVM: nVMX: Use semi-colon instead of comma for exit-handlers initialization | Liran Alon | 1 | -13/+13 |
2019-11-20 | KVM: x86: Zero the IOAPIC scan request dest vCPUs bitmap | Nitesh Narayan Lal | 1 | -0/+1 |
2019-11-19 | x86/xen/32: Simplify ring check in xen_iret_crit_fixup() | Jan Beulich | 1 | -11/+4 |
2019-11-19 | x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout | Jan Beulich | 2 | -55/+33 |
2019-11-19 | x86/stackframe/32: Repair 32-bit Xen PV | Jan Beulich | 2 | -2/+14 |
2019-11-19 | Merge tag 'perf-core-for-mingo-5.5-20191119' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -6/+12 |
2019-11-19 | Merge tag 'v5.4-rc8' into WIP.x86/mm, to pick up fixes | Ingo Molnar | 253 | -8046/+4651 |
2019-11-19 | x86/insn: Add some Intel instructions to the opcode map | Adrian Hunter | 1 | -6/+12 |
2019-11-18 | Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependencies | Ingo Molnar | 20 | -94/+863 |
2019-11-18 | x86: Remove unused asm/rio.h | Thomas Gleixner | 1 | -64/+0 |
2019-11-18 | x86: Fix typos in comments | Cao jin | 2 | -4/+4 |
2019-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 24 | -107/+892 |
2019-11-17 | crypto: curve25519 - x86_64 library and KPP implementations | Jason A. Donenfeld | 2 | -0/+2476 |
2019-11-17 | crypto: blake2s - x86_64 SIMD implementation | Jason A. Donenfeld | 3 | -0/+493 |
2019-11-17 | int128: move __uint128_t compiler test to Kconfig | Ard Biesheuvel | 1 | -1/+1 |
2019-11-17 | crypto: x86/poly1305 - expose existing driver as poly1305 library | Ard Biesheuvel | 1 | -16/+41 |
2019-11-17 | crypto: x86/poly1305 - depend on generic library not generic shash | Ard Biesheuvel | 1 | -11/+55 |
2019-11-17 | crypto: x86/poly1305 - unify Poly1305 state struct with generic code | Ard Biesheuvel | 1 | -59/+29 |
2019-11-17 | crypto: poly1305 - move core routines into a separate library | Ard Biesheuvel | 1 | -1/+1 |
2019-11-17 | crypto: x86/chacha - expose SIMD ChaCha routine as library function | Ard Biesheuvel | 1 | -25/+66 |
2019-11-17 | crypto: x86/chacha - depend on generic chacha library instead of crypto driver | Ard Biesheuvel | 1 | -55/+35 |
2019-11-17 | crypto: chacha - move existing library code into lib/crypto | Ard Biesheuvel | 1 | -1/+1 |
2019-11-17 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -4/+2 |
2019-11-16 | x86/speculation: Fix redundant MDS mitigation message | Waiman Long | 1 | -0/+13 |
2019-11-16 | x86/speculation: Fix incorrect MDS/TAA mitigation status | Waiman Long | 1 | -2/+15 |
2019-11-16 | x86/entry/64: Remove pointless jump in paranoid_exit | Thomas Gleixner | 1 | -2/+1 |
2019-11-16 | x86/entry/32: Remove unused resume_userspace label | Thomas Gleixner | 1 | -1/+0 |
2019-11-16 | x86/entry/32: Clarify register saving in __switch_to_asm() | Thomas Gleixner | 1 | -1/+7 |
2019-11-16 | x86/ioperm: Extend IOPL config to control ioperm() as well | Thomas Gleixner | 7 | -20/+65 |
2019-11-16 | x86/iopl: Remove legacy IOPL option | Thomas Gleixner | 10 | -119/+17 |
2019-11-16 | x86/iopl: Restrict iopl() permission scope | Thomas Gleixner | 6 | -47/+139 |