summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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-04pid: add pidfd_prepare()Christian 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: 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-04ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai
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-04genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookieJason Gunthorpe
2025-06-04ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7Maciej S. Szmigiero
2025-06-04crypto: lzo - Fix compression buffer overrunHerbert Xu
2025-06-04ipv6: save dontfrag in corkWillem de Bruijn
2025-06-04RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()Maher Sanalla
2025-06-04tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko
2025-06-04dma-mapping: avoid potential unused data compilation warningMarek Szyprowski
2025-05-22netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2025-05-22netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2025-05-22netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2025-05-22scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski
2025-05-22Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()Michael Kelley
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-22tpm: tis: Double the timeout B to 4sMichal Suchanek
2025-05-22binfmt: Fix whitespace issuesKees Cook
2025-05-18x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra
2025-05-18x86/its: Enable Indirect Target Selection mitigationPawan Gupta
2025-05-18types: Complement the aligned types with signed 64-bit oneAndy Shevchenko
2025-05-18ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault
2025-05-18rcu/kvfree: Add kvfree_rcu_mightsleep() and kfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2025-05-09net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untaggedVladimir Oltean