summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-09-01USB: gadget: fix NULL pointer dereference in gadget_dev_ioctl()Lovekesh Solanki1-1/+2
2026-09-01usb: gadget: f_midi: initialize work in f_midi_alloc()Jeffin Philip1-1/+1
2026-09-01usb: gadget: f_midi2: fix use-after-free in string attribute show pathIvy Lopez1-6/+6
2026-09-01usb: typec: tipd: Fix Thunderbolt altmode VDOs for cd321xSven Peter2-6/+15
2026-09-01usb: gadget: midi2: Fix null-pointer dereference in f_midi2_free_ep_reqsAleksandr Nogikh1-3/+2
2026-09-01usb: typec: hd3ss3220: track VBUS enable state per consumerChang Wu1-2/+7
2026-09-01usb: dwc3: clear forceRM when issuing EndTransferElson Serrao2-9/+14
2026-09-01usb: dwc3: google: Initialise probe properties with DWC3_DEFAULT_PROPERTIESRadhey Shyam Pandey1-0/+1
2026-09-01usb: typec: mux: avoid duplicated mux switchesMarek Vasut1-2/+15
2026-09-01usb: typec: mux: Fix typec_switch_match()Marek Vasut1-1/+3
2026-09-01usb: image: mdc800: change kmalloc() to kzalloc()Griffin Kroah-Hartman1-2/+2
2026-09-01selftests/hid: prepare test_rdesc_fixup_get_data_overflow for the new verifierBenjamin Tissoires1-8/+17
2026-09-01selftests/hid: Add a test to ensure we can write fields in hid_deviceBenjamin Tissoires3-0/+55
2026-09-01HID: bpf: mark struct hid_device as safe BPF pointerBenjamin Tissoires1-0/+6
2026-09-01staging: sm750fb: fix mono image source stride mismatch in lynxfb_ops_imagebl...Muhammad Bilal4-9/+5
2026-09-01dm cache: fix demotion stats in passthrough modeMing-Hung Tsai1-1/+3
2026-09-01net: psp: do not inherit the Rx association on cloneNorbert Szetei1-0/+3
2026-09-01dm-integrity: fix infinite loop on discard with large tag sizeBen Cressey1-1/+1
2026-09-01dm-integrity: fix buffer overflow with keyed discardBen Cressey1-1/+1
2026-09-01dm-integrity: require stable writes for internal hash modesChen Cheng1-0/+4
2026-09-01dm cache: fix issue with background work lockingBenjamin Marzinski1-27/+28
2026-09-01dm-crypt: fix a tiny race condition in crypt_dec_pendingBen Cressey1-2/+1
2026-09-01s390/zcrypt: Fix uninitialized padding in CRT key structureHarald Freudenberger1-0/+1
2026-09-01s390/mm: Simplify crst_table_upgrade()Heiko Carstens1-53/+36
2026-09-01s390/boot: Bound command line facility rangesVasily Gorbik2-3/+4
2026-09-01s390/boot: Avoid IPL parameter append past command lineVasily Gorbik1-14/+12
2026-09-01s390/boot: Fix physical memory search rangeVasily Gorbik1-1/+1
2026-09-01ALSA: usb-audio: Add mixer map quirk for Audient iD24Peter Drabik1-0/+18
2026-09-01ALSA: hda: restore MFG widget enumeration after core splitXu Rao1-2/+3
2026-09-01ALSA: usb-audio: fix OOB write in snd_usbmidi_us122l_output()HyeongJun An1-0/+2
2026-09-01net: bonding: annotate lockless writes with WRITE_ONCE()Eric Dumazet3-10/+10
2026-09-01staging: rtl8723bs: fix OOB read in rtw_restruct_wmm_ie()Muhammad Bilal1-0/+3
2026-09-01staging: rtl8723bs: fix OOB read in rtw_action_frame_parse()Muhammad Bilal1-0/+3
2026-09-01staging: rtl8723bs: fix OOB read / stack overflow in rtw_get_wps_attr()Muhammad Bilal1-0/+4
2026-09-01staging: fbtft: make dirty_lock IRQ-safeHui Su1-4/+5
2026-09-01mac802154: fix data race and NULL deref on local->assoc_devKaiwen Shi3-14/+45
2026-09-01drm/nouveau/dmem: fix callocated underflow on large folio splitZhenhao Wan1-0/+14
2026-09-01drm/nouveau/dmem: fix mismatched DMA unmap size for large foliosZhenhao Wan1-2/+2
2026-09-01nouveau/instmem: handle iomapping already existingDave Airlie1-0/+3
2026-09-01af_packet: Don't cast tpacket_hdr.tp_len to int in tpacket_parse_header().Kuniyuki Iwashima1-2/+3
2026-09-01drm/nouveau/uvmm: clear the dirty flag when unwinding an OP_UNMAP_SPARSEZhenhao Wan1-0/+1
2026-09-01drm/nouveau/uvmm: fix premature region free on failed OP_UNMAP_SPARSEZhenhao Wan1-0/+2
2026-09-01drm/nouveau/uvmm: fix NULL deref unwinding an OP_MAP_SPARSE opZhenhao Wan1-1/+2
2026-09-01Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard13269-221528/+831269
2026-08-31block: flag zoned disks with GENHD_FL_NO_PARTDamien Le Moal1-0/+7
2026-08-31Merge tag 'edac_updates_for_v7.3_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds20-394/+387
2026-08-31net: ntb_netdev: Fix statistics racesKoichiro Den1-13/+34
2026-08-31ipv6: sr: restore network header before routing and forwardingEric Dumazet1-2/+2
2026-08-31tipc: Dont send random pad bytes in RESET/ACTIVATE messagesDavid Laight1-3/+3
2026-08-31tipc: fix NULL deref in tipc_named_node_up() on empty publication listTung Nguyen1-4/+26