summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-06-19io_uring: add io_file_can_poll() helperJens Axboe
2025-06-19HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse()Terry Junge
2025-06-19block: Fix bvec_set_folio() for very large foliosMatthew Wilcox (Oracle)
2025-06-19bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAPMatthew Wilcox (Oracle)
2025-06-19net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj
2025-06-19Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz
2025-06-19Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz
2025-06-19net: phy: fix up const issues in to_mdio_device() and to_phy_device()Greg Kroah-Hartman
2025-06-19RDMA/mlx5: Fix error flow upon firmware failure for RQ destructionPatrisious Haddad
2025-06-19firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHESHuang Yiwei
2025-06-04NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust
2025-06-04coredump: hand a pidfd to the usermode coredump helperChristian Brauner
2025-06-04af_unix: Add dead flag to struct scm_fp_list.Kuniyuki Iwashima
2025-06-04af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima
2025-06-04af_unix: Remove lock dance in unix_peek_fds().Kuniyuki Iwashima
2025-06-04af_unix: Replace garbage collection algorithm.Kuniyuki Iwashima
2025-06-04af_unix: Assign a unique index to SCC.Kuniyuki Iwashima
2025-06-04af_unix: Save O(n) setup of Tarjan's algo.Kuniyuki Iwashima
2025-06-04af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima
2025-06-04af_unix: Save listener for embryo socket.Kuniyuki Iwashima
2025-06-04af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima
2025-06-04af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima
2025-06-04af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima
2025-06-04af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima
2025-06-04af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima
2025-06-04af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima
2025-06-04af_unix: Remove io_uring code for GC.Kuniyuki Iwashima
2025-06-04af_unix: Try to run GC async.Kuniyuki Iwashima
2025-06-04af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima
2025-06-04hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker
2025-06-04drm/gem: Internally test import_attach for imported objectsThomas Zimmermann
2025-06-04highmem: add folio_test_partial_kmap()Matthew Wilcox (Oracle)
2025-06-04ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai
2025-06-04dmaengine: idxd: add wq driver name support for accel-config user toolDave Jiang
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-06-04btrfs: correct the order of prelim_ref arguments in btrfs__prelim_refGoldwyn Rodrigues
2025-06-04drm/atomic: clarify the rules around drm_atomic_state->allow_modesetSimona Vetter
2025-06-04perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)
2025-06-04rcu: fix header guard for rcu_all_qs()Ankur Arora
2025-06-04rcu: handle unstable rdp in rcu_read_unlock_strict()Ankur Arora
2025-06-04r8152: add vendor/device ID pair for Dell Alienware AW1022zAleksander Jan Bajkowski
2025-06-04net/mlx4_core: Avoid impossible mlx4_db_alloc() order valueKees Cook
2025-06-04media: v4l: Memset argument to 0 before calling get_mbus_config pad opSakari Ailus
2025-06-04genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookieJason Gunthorpe
2025-06-04crypto: ahash - Set default reqsize from ahash_algHerbert Xu
2025-06-04net/mlx5: Change POOL_NEXT_SIZE define value and make it globalPatrisious Haddad
2025-06-04ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7Maciej S. Szmigiero
2025-06-04drm/gem: Test for imported GEM buffers with helperThomas Zimmermann
2025-06-04crypto: lzo - Fix compression buffer overrunHerbert Xu
2025-06-04ipv6: save dontfrag in corkWillem de Bruijn