summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-08-15net: usbnet: Avoid potential RCU stall on LINK_CHANGE eventJohn Ernberg
2025-08-15sched/core: Remove ifdeffery for saved_stateElliot Berman
2025-08-15ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet
2025-08-15sched: Add test_and_clear_wake_up_bit() and atomic_dec_and_wake_up()NeilBrown
2025-08-15module: Restore the moduleparam prefix length checkPetr Pavlu
2025-08-15proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie
2025-08-15sched/psi: Optimize psi_group_change() cpu_clock() usagePeter Zijlstra
2025-08-15pps: fix poll supportDenis OSTERLAND-HEIM
2025-08-15fs_context: fix parameter name in infofc() macroRubenKelevra
2025-08-15audit,module: restore audit logging in load failure caseRichard Guy Briggs
2025-08-01sprintf.h requires stdarg.hStephen Rothwell
2025-08-01s390/ism: fix concurrency management in ism_cmd()Halil Pasic
2025-07-17crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()Lukas Wunner
2025-07-17mm: fix the inaccurate memory statistics issue for usersBaolin Wang
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-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-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-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-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: 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-04hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYINGFrederic Weisbecker
2025-06-04highmem: add folio_test_partial_kmap()Matthew Wilcox (Oracle)
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-04net/mlx5: Change POOL_NEXT_SIZE define value and make it globalPatrisious Haddad
2025-06-04crypto: lzo - Fix compression buffer overrunHerbert Xu
2025-06-04ipv6: save dontfrag in corkWillem de Bruijn
2025-06-04bpf: Allow pre-ordering for bpf cgroup progsYonghong Song