summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-07-17block: reject bs > ps block devices when THP is disabledPankaj Raghav
2025-07-17wifi: mac80211: correctly identify S1G short beaconLachlan Hodges
2025-07-17mm: fix the inaccurate memory statistics issue for usersBaolin Wang
2025-07-17io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe
2025-07-17KVM: SVM: Add missing member in SNP_LAUNCH_START command structureNikunj A Dadhania
2025-07-10x86/bugs: Add a Transient Scheduler Attacks mitigationBorislav Petkov (AMD)
2025-07-10usb: acpi: fix device link removalHeikki Krogerus
2025-07-10ata: libata-acpi: Do not assume 40 wire cable if no devices are enabledTasos Sahanidis
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-10firmware: arm_ffa: Fix the missing entry in struct ffa_indirect_msg_hdrViresh Kumar
2025-07-10usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera
2025-06-27mtd: spinand: winbond: Prevent unsupported frequencies on dual/quad I/O variantsMiquel Raynal
2025-06-27mtd: spinand: Use more specific naming for the (quad IO) read from cache opsMiquel Raynal
2025-06-27mtd: spinand: Use more specific naming for the (quad output) read from cache opsMiquel Raynal
2025-06-27mtd: spinand: Use more specific naming for the (dual IO) read from cache opsMiquel Raynal
2025-06-27mtd: spinand: Use more specific naming for the (dual output) read from cache opsMiquel Raynal
2025-06-27mtd: spinand: Use more specific naming for the (single) read from cache opsMiquel Raynal
2025-06-27atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima
2025-06-27Revert "mm/execmem: Unify early execmem_cache behaviour"Mike Rapoport (Microsoft)
2025-06-27x86/its: move its_pages array to struct mod_arch_specificMike Rapoport (Microsoft)
2025-06-27f2fs: fix to bail out in get_new_segment()Chao Yu
2025-06-27tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
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-27mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn
2025-06-27mtd: rawnand: qcom: Pass 18 bit offset from NANDc base to BAM baseMd Sadre Alam
2025-06-27bus: firewall: Fix missing static inline annotations for stubsKrzysztof Kozlowski
2025-06-27fs: add S_ANON_INODEChristian Brauner
2025-06-27alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan
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