summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracingVitaly Kuznetsov2019-04-161-2/+2
* KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-164-9/+16
* KVM: x86: fix warning Using plain integer as NULL pointerHariprasad Kelam2019-04-161-1/+1
* selftests: kvm: add a selftest for SMMVitaly Kuznetsov2019-04-164-6/+191
* selftests: kvm: fix for compilers that do not support -no-piePaolo Bonzini2019-04-161-1/+7
* selftests: kvm/evmcs_test: complete I/O before migrating guest statePaolo Bonzini2019-04-164-16/+17
* KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson2019-04-162-4/+16
* KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson2019-04-161-10/+11
* KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson2019-04-163-16/+10
* KVM: x86: Open code kvm_set_hflagsSean Christopherson2019-04-163-18/+19
* KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson2019-04-166-92/+92
* KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon2019-04-161-0/+25
* KVM: x86: Raise #GP when guest vCPU do not support PMULiran Alon2019-04-161-0/+4
* x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao2019-04-164-6/+12
* KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov2019-04-161-0/+3
* svm/avic: Fix invalidate logical APIC id entrySuthikulpanit, Suravee2019-04-161-1/+2
* Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee2019-04-161-4/+15
* kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon2019-04-164-16/+15
* KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini2019-04-162-2/+21
* KVM: nVMX: allow tests to use bad virtual-APIC page addressPaolo Bonzini2019-04-163-10/+19
* KVM: x86/mmu: Fix an inverted list_empty() check when zapping sptesSean Christopherson2019-04-151-1/+1
* Bluetooth: btusb: request wake pin with NOAUTOENBrian Norris2019-04-091-1/+1
* Merge tag 'mips_fixes_5.1_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-093-3/+11
|\
| * MIPS: generic: Add switchdev, pinctrl and fit to ocelot_defconfigHoratiu Vultur2019-04-041-0/+8
| * MIPS: SGI-IP27: Fix use of unchecked pointer in shutdown_bridge_irqThomas Bogendoerfer2019-03-281-2/+1
| * MIPS: KGDB: fix kgdb support for SMP platforms.Chong Qiao2019-03-281-1/+2
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-092-2/+6
|\ \
| * | aio: use kmem_cache_free() instead of kfree()Wei Yongjun2019-04-041-1/+1
| * | iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing2019-04-031-0/+4
| * | aio: Fix an error code in __io_submit_one()Dan Carpenter2019-04-031-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-0814-28/+89
|\ \ \
| * \ \ Merge branch 'bnxt_en-fixes'David S. Miller2019-04-081-3/+13
| |\ \ \
| | * | | bnxt_en: Reset device on RX buffer errors.Michael Chan2019-04-081-0/+6
| | * | | bnxt_en: Improve RX consumer index validity check.Michael Chan2019-04-081-3/+7
| |/ / /
| * | | net: macb driver, check for SKBTX_HW_TSTAMPPaul Thomas2019-04-081-1/+3
| * | | Merge branch 'ethtool-fix-use-of-SPEED_UNKNOWN-constant'David S. Miller2019-04-084-8/+8
| |\ \ \
| | * | | qlogic: qlcnic: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-081-1/+1
| | * | | broadcom: tg3: fix use of SPEED_UNKNOWN ethtool constantMichael Zhivich2019-04-082-6/+6
| | * | | ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()Michael Zhivich2019-04-081-1/+1
| |/ / /
| * | | Merge branch 'erspan-use-after-free'David S. Miller2019-04-082-12/+23
| |\ \ \
| | * | | net: ip6_gre: fix possible use-after-free in ip6erspan_rcvLorenzo Bianconi2019-04-081-7/+13
| | * | | net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi2019-04-081-5/+10
| |/ / /
| * | | r8169: disable ASPM againHeiner Kallweit2019-04-081-0/+6
| * | | MAINTAINERS: ieee802154: update documentation file patternStefan Schmidt2019-04-081-1/+1
| * | | net: vrf: Fix ping failed when vrf mtu is set to 0Miaohe Lin2019-04-071-2/+6
| * | | selftests: add a tc matchall test caseNicolas Dichtel2019-04-071-0/+20
| * | | nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-04-061-1/+1
| * | | NFC: nci: Add some bounds checking in nci_hci_cmd_received()Dan Carpenter2019-04-061-0/+8
* | | | Merge branch 'fixes-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2019-04-087-21/+108
|\ \ \ \
| * | | | selftests/tpm2: Open tpm dev in unbuffered modeTadeusz Struk2019-04-081-2/+2