summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-07-10x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)
2025-07-10fs: export anon_inode_make_secure_inode() and fix secretmem LSM bypassShivank Garg
2025-07-10module: Provide EXPORT_SYMBOL_GPL_FOR_MODULES() helperPeter Zijlstra
2025-07-10ata: libata-acpi: Do not assume 40 wire cable if no devices are enabledTasos Sahanidis
2025-07-10scsi: ufs: core: Add OPP support for scaling clocks and regulatorsManivannan Sadhasivam
2025-07-10f2fs: add tracepoint for f2fs_vm_page_mkwrite()Chao Yu
2025-07-10Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima
2025-07-10usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera
2025-07-06Revert "ipv6: save dontfrag in cork"Brett A C Sheffield (Librecast)
2025-07-06vsock/uapi: fix linux/vm_sockets.h userspace compilation errorsStefano Garzarella
2025-07-06tty: vt: make consw::con_switch() return a boolJiri Slaby (SUSE)
2025-07-06tty: vt: sanitize arguments of consw::con_clear()Jiri Slaby (SUSE)
2025-07-06tty: vt: make init parameter of consw::con_init() a boolJiri Slaby (SUSE)
2025-07-06Drivers: hv: vmbus: Add utility function for querying ring sizeSaurabh Sengar
2025-06-27net: make for_each_netdev_dump() a little more bug-proofJakub Kicinski
2025-06-27erofs: remove unused trace event erofs_destroy_inodeGao Xiang
2025-06-27bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETEPaul Chaignon
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-06-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn
2025-06-27atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima
2025-06-27ACPI: Add missing prototype for non CONFIG_SUSPEND/CONFIG_X86 caseMario Limonciello
2025-06-27ACPICA: Avoid sequence overread in call to strncmp()Ahmed Salem
2025-06-27mmc: Add quirk to disable DDR50 tuningErick Shepherd
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