summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-06-19Linux 6.6.94v6.6.94Greg Kroah-Hartman1-1/+1
2025-06-19drm/meson: Use 1000ULL when operating with mode->clockI Hsin Cheng1-2/+2
2025-06-19net: usb: aqc111: debug info before sanitationOliver Neukum1-4/+4
2025-06-19regulator: dt-bindings: mt6357: Drop fixed compatible requirementNĂ­colas F. R. A. Prado1-11/+1
2025-06-19calipso: unlock rcu before returning -EAFNOSUPPORTEric Dumazet1-2/+4
2025-06-19x86/iopl: Cure TIF_IO_BITMAP inconsistenciesThomas Gleixner2-4/+15
2025-06-19xen/arm: call uaccess_ttbr0_enable for dm_op hypercallStefano Stabellini1-1/+20
2025-06-19usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()Amit Sunil Dhamne1-1/+2
2025-06-19usb: Flush altsetting 0 endpoints before reinitializating them after reset.Mathias Nyman1-2/+14
2025-06-19usb: cdnsp: Fix issue with detecting USB 3.2 speedPawel Laszczak2-1/+6
2025-06-19usb: cdnsp: Fix issue with detecting command completion eventPawel Laszczak1-1/+17
2025-06-19VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notifyWupeng Ma1-6/+5
2025-06-19usb: usbtmc: Fix read_stb function and get_stb ioctlDave Penkler1-8/+9
2025-06-19kbuild: Disable -Wdefault-const-init-unsafeNathan Chancellor1-0/+12
2025-06-19posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov1-0/+9
2025-06-19Revert "io_uring: ensure deferred completions are posted for multishot"Greg Kroah-Hartman1-8/+0
2025-06-19io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()Jens Axboe1-1/+1
2025-06-19io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAITJens Axboe1-6/+16
2025-06-19io_uring: add io_file_can_poll() helperJens Axboe6-6/+20
2025-06-19HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge4-20/+24
2025-06-19ALSA: usb-audio: Add implicit feedback quirk for RODE AI-1David Heimann1-0/+1
2025-06-19tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal1-1/+1
2025-06-19block: Fix bvec_set_folio() for very large foliosMatthew Wilcox (Oracle)1-2/+5
2025-06-19bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAPMatthew Wilcox (Oracle)1-1/+1
2025-06-19perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra1-4/+30
2025-06-19nvmet-fcloop: access fcpreq only when holding reqlockDaniel Wagner1-15/+16
2025-06-19fs/filesystems: Fix potential unsigned integer underflow in fs_name()Zijun Hu1-5/+9
2025-06-19net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet1-1/+1
2025-06-19net_sched: tbf: fix a race in tbf_change()Eric Dumazet1-1/+1
2025-06-19net_sched: red: fix a race in __red_change()Eric Dumazet1-1/+1
2025-06-19net_sched: prio: fix a race in prio_tune()Eric Dumazet1-1/+1
2025-06-19net/mlx5e: Fix leak of Geneve TLV option objectJianbo Liu1-6/+6
2025-06-19net/mlx5: Fix return value when searching for existing flow groupPatrisious Haddad1-1/+4
2025-06-19net/mlx5: Fix ECVF vports unload on shutdown flowAmir Tzin1-8/+13
2025-06-19net/mlx5: Ensure fw pages are always allocated on same NUMAMoshe Shemesh1-1/+1
2025-06-19Bluetooth: MGMT: Fix sparse errorsLuiz Augusto von Dentz1-2/+2
2025-06-19Bluetooth: hci_sync: Fix broadcast/PA when using an existing instanceLuiz Augusto von Dentz1-5/+15
2025-06-19Bluetooth: Fix NULL pointer deference on eir_get_service_dataLuiz Augusto von Dentz1-4/+6
2025-06-19net/mdiobus: Fix potential out-of-bounds clause 45 read/write accessJakub Raczynski1-0/+6
2025-06-19net/mdiobus: Fix potential out-of-bounds read/write accessJakub Raczynski1-0/+6
2025-06-19macsec: MACsec SCI assignment for ES = 0Carlos Fernandez1-6/+34
2025-06-19net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-19ACPI: CPPC: Fix NULL pointer dereference when nosmp is usedYunhui Cui1-1/+1
2025-06-19i40e: retry VFLR handling if there is ongoing VF resetRobert Malz1-1/+4
2025-06-19i40e: return false from i40e_reset_vf if reset is in progressRobert Malz1-3/+3
2025-06-19drm/meson: fix more rounding issues with 59.94Hz modesMartin Blumenstingl1-21/+34
2025-06-19drm/meson: use vclk_freq instead of pixel_freq in debug printMartin Blumenstingl1-3/+3
2025-06-19drm/meson: fix debug log statement when setting the HDMI clocksMartin Blumenstingl1-1/+1
2025-06-19drm/meson: use unsigned long long / Hz for frequency typesMartin Blumenstingl5-115/+126
2025-06-19powerpc/vas: Return -EINVAL if the offset is non-zero in mmap()Haren Myneni1-0/+9