summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-03-11KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()Namhyung Kim1-1/+1
2026-03-11KVM: x86: hyper-v: Validate all GVAs during PV TLB flushManuel Andreas1-4/+5
2026-03-11KVM: x86: synthesize CPUID bits only if CPU capability is setCarlos López1-1/+4
2026-03-11KVM: PPC: e500: Rip out "struct tlbe_ref"Sean Christopherson2-52/+45
2026-03-11KVM: PPC: e500: Fix build error due to using kmalloc_obj() with wrong typeSean Christopherson1-2/+2
2026-03-11KVM: selftests: Increase 'maxnode' for guest_memfd testsKai Huang1-1/+1
2026-03-11Merge tag 'kvmarm-fixes-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini5-8/+26
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini15-75/+72
2026-03-11Merge tag 'kvm-riscv-fixes-7.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini8-44/+109
2026-03-11Merge tag 'kvmarm-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini5-35/+42
2026-03-11slab: fix memory leak when refill_sheaf() failsQing Wang1-0/+4
2026-03-11x86/hyperv: Use __naked attribute to fix stackless C functionArd Biesheuvel1-39/+43
2026-03-11Revert "mshv: expose the scrub partition hypercall"Wei Liu2-2/+0
2026-03-11Merge tag 'rproc-v7.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-3/+42
2026-03-11Merge tag 'powerpc-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds35-661/+460
2026-03-11mtd: rawnand: brcmnand: skip DMA during panic writeKamal Dasu1-4/+2
2026-03-11mtd: rawnand: serialize lock/unlock against other NAND operationsKamal Dasu1-2/+12
2026-03-11ASoC: detect empty DMI stringsCasey Connolly1-1/+4
2026-03-11dt-bindings: mtd: st,spear600-smi: Fix exampleMiquel Raynal1-1/+1
2026-03-11dt-bindings: mtd: st,spear600-smi: #address/size-cells is mandatoryMiquel Raynal1-0/+2
2026-03-11dt-bindings: mtd: st,spear600-smi: Fix descriptionMiquel Raynal1-6/+16
2026-03-11gpu: nova-core: gsp: fix UB in DmaGspMem pointer accessorsDanilo Krummrich2-88/+84
2026-03-11gpib: lpvo_usb: fix unintended binding of FTDI 8U232AM devicesJohan Hovold1-3/+4
2026-03-11usb: roles: get usb role switch from parent only for usb-b-connectorXu Yang1-1/+6
2026-03-11Revert "tcpm: allow looking for role_sw device in the main node"Xu Yang1-1/+1
2026-03-11usb: gadget: f_ncm: Fix net_device lifecycle with device_moveKuen-Han Tsai4-14/+74
2026-03-11Revert "usb: gadget: u_ether: add gether_opts for config caching"Kuen-Han Tsai3-234/+0
2026-03-11Revert "usb: gadget: u_ether: use <linux/hex.h> header file"Kuen-Han Tsai1-1/+0
2026-03-11Revert "usb: gadget: u_ether: Add auto-cleanup helper for freeing net_device"Kuen-Han Tsai2-17/+0
2026-03-11Revert "usb: gadget: f_ncm: align net_device lifecycle with bind/unbind"Kuen-Han Tsai2-66/+66
2026-03-11Revert "usb: legacy: ncm: Fix NPE in gncm_bind"Kuen-Han Tsai1-10/+3
2026-03-11Revert "usb: gadget: f_ncm: Fix atomic context locking issue"Kuen-Han Tsai3-13/+28
2026-03-11usb: typec: altmode/displayport: set displayport signaling rate in configure ...RD Babiera1-1/+6
2026-03-11usb: dwc3: pci: add support for the Intel Nova Lake -HHeikki Krogerus1-0/+2
2026-03-11usb/core/quirks: Add Huawei ME906S-device to wakeup quirkChristoffer Sandberg1-0/+4
2026-03-11usb: gadget: uvc: fix interval_duration calculationJunzhong Pan1-1/+1
2026-03-11xhci: Fix NULL pointer dereference when reading portli debugfs filesMathias Nyman1-1/+9
2026-03-11usb: xhci: Prevent interrupt storm on host controller error (HCE)Dayu Jiang1-0/+1
2026-03-11usb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan1-2/+2
2026-03-11usb: class: cdc-wdm: fix reordering issue in read code pathOliver Neukum1-1/+3
2026-03-11usb: renesas_usbhs: fix use-after-free in ISR during device removalFan Wu1-0/+9
2026-03-11usb: cdc-acm: Restore CAP_BRK functionnality to CH343Marc Zyngier2-0/+6
2026-03-11usb: gadget: f_mass_storage: Fix potential integer overflow in check_command_...Seungjin Bae1-2/+10
2026-03-11usb: gadget: f_hid: fix SuperSpeed descriptorsJohn Keeping1-0/+4
2026-03-11usb: core: new quirk to handle devices with zero configurationsJie Deng4-1/+16
2026-03-11usb: misc: uss720: properly clean up reference in uss720_probe()Greg Kroah-Hartman1-1/+1
2026-03-11USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern2-14/+16
2026-03-11USB: usbtmc: Use usb_bulk_msg_killable() with user-specified timeoutsAlan Stern1-3/+3
2026-03-11USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern2-12/+72
2026-03-11usb: core: don't power off roothub PHYs if phy_set_mode() failsGabor Juhos1-7/+1