summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-06-04af_unix: Fix up unix_edge.successor for embryo socket.Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Save listener for embryo socket.Kuniyuki Iwashima1-0/+1
2025-06-04af_unix: Detect Strongly Connected Components.Kuniyuki Iwashima1-0/+3
2025-06-04af_unix: Iterate all vertices by DFS.Kuniyuki Iwashima1-0/+2
2025-06-04af_unix: Link struct unix_edge when queuing skb.Kuniyuki Iwashima2-0/+3
2025-06-04af_unix: Allocate struct unix_edge for each inflight AF_UNIX fd.Kuniyuki Iwashima2-0/+11
2025-06-04af_unix: Allocate struct unix_vertex for each inflight AF_UNIX fd.Kuniyuki Iwashima2-0/+12
2025-06-04af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima1-3/+4
2025-06-04af_unix: Try to run GC async.Kuniyuki Iwashima2-2/+11
2025-06-04af_unix: Return struct unix_sock from unix_get_socket().Kuniyuki Iwashima1-1/+1
2025-06-04hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker1-0/+1
2025-06-04ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai1-0/+2
2025-06-04espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-1/+0
2025-06-04btrfs: correct the order of prelim_ref arguments in btrfs__prelim_refGoldwyn Rodrigues1-1/+1
2025-06-04drm/atomic: clarify the rules around drm_atomic_state->allow_modesetSimona Vetter1-2/+21
2025-06-04perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)1-1/+7
2025-06-04rcu: fix header guard for rcu_all_qs()Ankur Arora1-1/+1
2025-06-04rcu: handle unstable rdp in rcu_read_unlock_strict()Ankur Arora1-1/+1
2025-06-04r8152: add vendor/device ID pair for Dell Alienware AW1022zAleksander Jan Bajkowski1-0/+1
2025-06-04net/mlx4_core: Avoid impossible mlx4_db_alloc() order valueKees Cook1-1/+1
2025-06-04genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookieJason Gunthorpe1-21/+12
2025-06-04ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7Maciej S. Szmigiero1-0/+1
2025-06-04crypto: lzo - Fix compression buffer overrunHerbert Xu1-0/+8
2025-06-04ipv6: save dontfrag in corkWillem de Bruijn1-0/+1
2025-06-04RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()Maher Sanalla1-1/+1
2025-06-04tracing: Mark binary printing functions with __printf() attributeAndy Shevchenko2-6/+6
2025-06-04dma-mapping: avoid potential unused data compilation warningMarek Szyprowski1-4/+8
2025-05-22netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-3/+0
2025-05-22netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso1-0/+4
2025-05-22netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal1-1/+1
2025-05-22scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES bufferSteve Siwinski1-0/+1
2025-05-22Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()Michael Kelley1-7/+0
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang1-0/+15
2025-05-22tpm: tis: Double the timeout B to 4sMichal Suchanek1-1/+1
2025-05-22binfmt: Fix whitespace issuesKees Cook1-1/+1
2025-05-18x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra1-0/+5
2025-05-18x86/its: Enable Indirect Target Selection mitigationPawan Gupta1-0/+2
2025-05-18types: Complement the aligned types with signed 64-bit oneAndy Shevchenko2-1/+3
2025-05-18ipv4: Drop tos parameter from flowi4_update_output()Guillaume Nault2-6/+3
2025-05-18rcu/kvfree: Add kvfree_rcu_mightsleep() and kfree_rcu_mightsleep()Uladzislau Rezki (Sony)1-0/+3
2025-05-09net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untaggedVladimir Oltean1-0/+2
2025-05-09cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki1-29/+54
2025-05-02tracing: Remove pointer (asterisk) and brackets from cpumask_t fieldSteven Rostedt (Google)1-2/+8
2025-05-02xdp: Reset bpf_redirect_info before running a xdp's BPF prog.Sebastian Andrzej Siewior1-1/+8
2025-05-02wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih1-0/+13
2025-05-02ASoC: qcom: q6dsp: add support to more display portsSrinivas Kandagatla1-0/+8
2025-05-02PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár1-0/+1
2025-05-02net: dsa: add support for mac_prepare() and mac_finish() callsRussell King (Oracle)1-0/+6
2025-05-02tracing: Add __print_dynamic_array() helperSteven Rostedt2-0/+9
2025-05-02tracing: Add __cpumask to denote a trace event field that is a cpumask_tSteven Rostedt (Google)9-0/+64