summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-23mt76: mt7615: fix EEPROM buffer sizeFelix Fietkau2-3/+2
2020-06-23mt76: mt7663u: fix memory leaks in mt7663u_probeLorenzo Bianconi2-10/+23
2020-06-23mt76: mt76x02: do not access uninitialized NAPI structsFelix Fietkau1-2/+3
2020-06-23Merge tag 'mt76-for-kvalo-2020-06-07' of https://github.com/nbd168/wirelessKalle Valo13-46/+75
2020-06-23iwlwifi: fix crash in iwl_dbg_tlv_alloc_triggerJiri Slaby1-2/+14
2020-06-23iwlwifi: mvm: don't call iwl_mvm_free_inactive_queue() under RCUJohannes Berg1-5/+3
2020-06-23iommu/vt-d: Fix misuse of iommu_domain_identity_map()Lu Baolu1-1/+3
2020-06-23iommu/vt-d: Update scalable mode paging structure coherencyLu Baolu1-3/+10
2020-06-23iommu/vt-d: Enable PCI ACS for platform opt in hintLu Baolu1-1/+2
2020-06-23iommu/vt-d: Don't apply gfx quirks to untrusted devicesRajat Jain1-0/+37
2020-06-23iommu/vt-d: Set U/S bit in first level page table by defaultLu Baolu2-3/+3
2020-06-23iommu/vt-d: Make Intel SVM code 64-bit onlyLu Baolu1-1/+1
2020-06-23USB: serial: option: add GosunCn GM500 seriesJörgen Storvist1-0/+3
2020-06-23USB: serial: cypress_m8: enable Simply Automated UPB PIMJames Hilliard2-0/+5
2020-06-23mei: me: add tiger lake point device ids for H platforms.Alexander Usyskin4-0/+16
2020-06-23mei: me: disable mei interface on Mehlow server platformsTomas Winkler4-18/+73
2020-06-23binder: fix null deref of proc->contextTodd Kjos1-7/+7
2020-06-23GUE: Fix a typoAiden Leong1-1/+1
2020-06-23mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang1-2/+0
2020-06-23ethtool: Fix check in ethtool_rx_flow_rule_createGaurav Singh1-1/+1
2020-06-23hsr: avoid to create proc file after unregisterTaehee Yoo4-24/+25
2020-06-23ARM: dts: imx6ul-kontron: Change WDOG_ANY signal from push-pull to open-drainFrieder Schrempf1-1/+1
2020-06-23ARM: dts: imx6ul-kontron: Move watchdog from Kontron i.MX6UL/ULL board to SoMFrieder Schrempf2-13/+13
2020-06-23xfs: fix use-after-free on CIL context on shutdownDave Chinner2-6/+6
2020-06-23KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROLSean Christopherson3-26/+0
2020-06-23usbnet: smsc95xx: Fix use-after-free after removalTuomas Tynkkynen1-1/+1
2020-06-23mlxsw: spectrum: Do not rely on machine endiannessIdo Schimmel4-9/+7
2020-06-23net: phy: smsc: fix printing too many logsDejin Zheng1-4/+7
2020-06-23KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson5-10/+11
2020-06-23libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headersAndrii Nakryiko1-0/+2
2020-06-22MAINTAINERS: update email address for Felix FietkauFelix Fietkau1-1/+1
2020-06-22drm/msm: Fix up the rest of the messed up address sizesJordan Crouse5-5/+5
2020-06-22IB/mad: Fix use after free when destroying MAD agentShay Drory1-1/+1
2020-06-22RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udataLeon Romanovsky1-1/+1
2020-06-22KVM: x86/mmu: Avoid mixing gpa_t with gfn_t in walk_addr_generic()Vitaly Kuznetsov1-6/+3
2020-06-22KVM: LAPIC: ensure APIC map is up to date on concurrent update requestsPaolo Bonzini2-21/+32
2020-06-22RDMA/counter: Query a counter before releaseMark Zhang1-1/+3
2020-06-22security: fix the key_permission LSM hook function typeSami Tolvanen1-1/+1
2020-06-22gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2Andy Shevchenko1-1/+6
2020-06-22Merge tag 'spi-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-58/+90
2020-06-22kvm: lapic: fix broken vcpu hotplugIgor Mammedov1-0/+1
2020-06-22Merge tag 'regulator-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-24/+41
2020-06-22Merge tag 'regmap-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-56/+50
2020-06-22tools/virtio: Use tools/include/list.h instead of stubsEugenio Pérez4-9/+6
2020-06-22tools/virtio: Reset index in virtio_test --reset.Eugenio Pérez1-2/+24
2020-06-22tools/virtio: Extract virtqueue initialization in vq_resetEugenio Pérez1-7/+14
2020-06-22tools/virtio: Use __vring_new_virtqueue in virtio_test.cEugenio Pérez1-4/+3
2020-06-22tools/virtio: Add --resetEugenio Pérez3-4/+95
2020-06-22tools/virtio: Add --batch=random optionEugenio Pérez1-4/+14
2020-06-22tools/virtio: Add --batch optionEugenio Pérez1-10/+37