summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
7 daysxhci: Fix NULL pointer dereference when reading portli debugfs filesMathias Nyman
7 daysusb: xhci: Prevent interrupt storm on host controller error (HCE)Dayu Jiang
7 daysusb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan
7 daysusb: class: cdc-wdm: fix reordering issue in read code pathOliver Neukum
7 daysusb: renesas_usbhs: fix use-after-free in ISR during device removalFan Wu
7 daysusb: cdc-acm: Restore CAP_BRK functionnality to CH343Marc Zyngier
7 daysusb: gadget: f_mass_storage: Fix potential integer overflow in check_command_...Seungjin Bae
7 daysusb: gadget: f_hid: fix SuperSpeed descriptorsJohn Keeping
7 daysusb: core: new quirk to handle devices with zero configurationsJie Deng
7 daysusb: misc: uss720: properly clean up reference in uss720_probe()Greg Kroah-Hartman
7 daysUSB: core: Limit the length of unkillable synchronous timeoutsAlan Stern
7 daysUSB: usbtmc: Use usb_bulk_msg_killable() with user-specified timeoutsAlan Stern
7 daysUSB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern
7 daysusb: core: don't power off roothub PHYs if phy_set_mode() failsGabor Juhos
2026-02-25usb: image: mdc800: kill download URB on timeoutZiyi Guo
2026-02-25usb: mdc800: handle signal and read racingOliver Neukum
2026-02-23usb: yurex: fix race in probeOliver Neukum
2026-02-23usb: gadget: f_ncm: Fix atomic context locking issueKuen-Han Tsai
2026-02-23usb: legacy: ncm: Fix NPE in gncm_bindKuen-Han Tsai
2026-02-23usb: gadget: f_tcm: Fix NULL pointer dereferences in nexus handlingJiasheng Jiang
2026-02-23USB: add QUIRK_NO_BOS for video capture several devicesA1RM4X
2026-02-22Linux 7.0-rc1v7.0-rc1Linus Torvalds
2026-02-22Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-22Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-22CREDITS: Add -next to Stephen Rothwell's entryMark Brown
2026-02-22x509: select CONFIG_CRYPTO_LIB_SHA256Arnd Bergmann
2026-02-22xz: fix arm fdt compile error for kmalloc replacementHaiyue Wang
2026-02-22Merge tag 'rtc-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds
2026-02-22Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21add default_gfp() helper macro and use it in the new *alloc_obj() helpersLinus Torvalds
2026-02-21slab.h: disable completely broken overflow handling in flex allocationsLinus Torvalds
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-21Merge tag 'cocci-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2026-02-21Merge tag 'ntb-7.0' of https://github.com/jonmason/ntbLinus Torvalds
2026-02-21Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-21Merge tag 'fixes-2026-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-02-21Merge tag 'sched_ext-for-7.0-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-21Merge tag 'v7.0-rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2026-02-21Documentation: Coccinelle: document debug log handlingBenjamin Philip
2026-02-21scripts: coccicheck: warn on unset debug fileBenjamin Philip
2026-02-21scripts: coccicheck: simplify debug file handlingBenjamin Philip
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-21compiler_types: Disable __builtin_counted_by_ref for ClangKees Cook