summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-06-19overflow: Introduce __DEFINE_FLEX for having no initializerKees Cook
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-19finish_automount(): don't leak MNT_LOCKED from parent to childAl Viro
2025-06-19fs: convert mount flags to enumStephen Brennan
2025-06-19wifi: cfg80211/mac80211: correctly parse S1G beacon optional elementsLachlan Hodges
2025-06-19nvme: fix command limits status codeKeith Busch
2025-06-19coresight: Fixes device's owner field for registered using coresight_init_dri...Junhao He
2025-06-19PCI: endpoint: Retain fixed-size BAR size as well as aligned sizeJerome Brunet
2025-06-19PCI: pciehp: Ignore Link Down/Up caused by Secondary Bus ResetLukas Wunner
2025-06-19exportfs: require ->fh_to_parent() to encode connectable file handlesAmir Goldstein
2025-06-19nfs_localio: change nfsd_file_put_local() to take a pointer to __rcu pointerNeilBrown
2025-06-19nfs_localio: always hold nfsd net ref with nfsd_file refNeilBrown
2025-06-19iomap: don't lose folio dropbehind state for overwritesJens Axboe
2025-06-19netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells
2025-06-19netfs: Fix the request's work item to not require a refDavid Howells
2025-06-19netfs: Fix setting of transferred bytes with short DIO readsPaulo Alcantara
2025-06-19net: phy: fix up const issues in to_mdio_device() and to_phy_device()Greg Kroah-Hartman
2025-06-19bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song
2025-06-19vsock/virtio: fix `rx_bytes` accounting for stream socketsStefano Garzarella
2025-06-19RDMA/mlx5: Fix error flow upon firmware failure for RQ destructionPatrisious Haddad
2025-06-19xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu
2025-06-19page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen
2025-06-19page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen
2025-06-19overflow: Fix direct struct member initialization in _DEFINE_FLEX()Gustavo A. R. Silva
2025-06-19firmware: SDEI: Allow sdei initialization without ACPI_APEI_GHESHuang Yiwei
2025-06-19PM: runtime: Add new devm functionsBence Csókás
2025-06-04iommu: Handle yet another race around registrationRobin Murphy
2025-06-04coredump: hand a pidfd to the usermode coredump helperChristian Brauner
2025-05-25Disable FOP_DONTCACHE for now due to bugsLinus Torvalds
2025-05-25Merge tag 'mm-hotfixes-stable-2025-05-25-00-58' of git://git.kernel.org/pub/s...Linus Torvalds
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo Cañuelo Navarro
2025-05-25alloc_tag: allocate percpu counters for module tags dynamicallySuren Baghdasaryan
2025-05-24Merge tag 'spi-fix-v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-05-22Merge tag 'net-6.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-05-22spi: use container_of_cont() for to_spi_device()Greg Kroah-Hartman
2025-05-20highmem: add folio_test_partial_kmap()Matthew Wilcox (Oracle)
2025-05-20mm: fix VM_UFFD_MINOR == VM_SHADOW_STACK on USERFAULTFD=y && ARM64_GCS=yFlorent Revest
2025-05-20mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabledIgnacio Moreno Gonzalez
2025-05-17Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/s...Linus Torvalds
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-05-16Merge tag 'nfs-for-6.15-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-05-16NFS: Avoid flushing data while holding directory locks in nfs_rename()Trond Myklebust
2025-05-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2025-05-16Merge tag 'sound-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-05-15Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-05-14Drivers: hv: vmbus: Remove vmbus_sendpacket_pagebuffer()Michael Kelley
2025-05-15tpm: tis: Double the timeout B to 4sMichal Suchanek
2025-05-15tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen