summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-06-04tpm: tis: Double the timeout B to 4sMichal Suchanek
2025-06-04coredump: hand a pidfd to the usermode coredump helperChristian Brauner
2025-06-04pid: add pidfd_prepare()Christian Brauner
2025-06-04ALSA: pcm: Fix race of buffer access at PCM OSS layerTakashi Iwai
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-04rcu: fix header guard for rcu_all_qs()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-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-22x86/its: Use dynamic thunks for indirect branchesPeter Zijlstra
2025-05-22x86/its: Enable Indirect Target Selection mitigationPawan Gupta
2025-05-22net_sched: Flush gso_skb list too during ->change()Cong Wang
2025-05-18types: Complement the aligned types with signed 64-bit oneAndy Shevchenko
2025-05-18rcu/kvfree: Add kvfree_rcu_mightsleep() and kfree_rcu_mightsleep()Uladzislau Rezki (Sony)
2025-05-02xdp: Reset bpf_redirect_info before running a xdp's BPF prog.Sebastian Andrzej Siewior
2025-05-02PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár
2025-05-02soc: samsung: exynos-chipid: Pass revision reg offsetsSam Protsenko
2025-05-02Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz
2025-05-02net: defer final 'struct net' free in netns dismantleEric Dumazet
2025-05-02blk-cgroup: support to track if policy is onlineYu Kuai
2025-05-02sched/task_stack: fix object_is_on_stack() for KASAN tagged pointersQun-Wei Lin
2025-05-02net: make sock_inuse_add() availableEric Dumazet
2025-05-02landlock: Add the errata interfaceMickaël Salaün
2025-05-02nfs: add missing selections of CONFIG_CRC32Eric Biggers
2025-05-02nfs: move nfs_fhandle_hash to common include fileJeff Layton
2025-05-02writeback: fix false warning in inode_to_wb()Andreas Gruenbacher
2025-05-02scsi: libsas: Add struct sas_tmf_taskJohn Garry
2025-05-02scsi: libsas: Delete lldd_clear_aca callbackJohn Garry
2025-05-02sctp: detect and prevent references to a freed transport in sendmsgRicardo Cañuelo Navarro
2025-05-02drm/amdkfd: clamp queue size to minimumDavid Yat Sin
2025-05-02xen/mcelog: Add __nonstring annotations for unterminated stringsKees Cook
2025-04-10sched/smt: Always inline sched_smt_active()Josh Poimboeuf
2025-04-10RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin
2025-04-10of: property: Increase NR_FWNODE_REFERENCE_ARGSZijun Hu
2025-04-10drm/dp_mst: Fix drm RAD printWayne Lin
2025-04-10lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*()Sebastian Andrzej Siewior
2025-04-10PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki
2025-04-10proc: fix UAF in proc_get_inode()Ye Bin
2025-04-10ASoC: ops: Consistently treat platform_max as control valueCharles Keepax
2025-04-10fuse: don't truncate cached, mutated symlinkMiklos Szeredi
2025-04-10slab: Introduce kmalloc_size_roundup()Kees Cook