summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-10-29gpio: regmap: add the .fixed_direction_output configuration parameterIoana Ciornei
2025-10-29gpio: regmap: Allow to allocate regmap-irq deviceMathieu Dubois-Briand
2025-10-29treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand
2025-10-29mm/migrate: remove MIGRATEPAGE_UNMAPDavid Hildenbrand
2025-10-29of/irq: Convert of_msi_map_id() callers to of_msi_xlate()Lorenzo Pieralisi
2025-10-29firmware: arm_ffa: Add support for IMPDEF value in the memory access descriptorSudeep Holla
2025-10-29virtio-net: zero unused hash fieldsJason Wang
2025-10-29hung_task: fix warnings caused by unaligned lock pointersLance Yang
2025-10-29net: datagram: introduce datagram_poll_queue for custom receive queuesRalf Lici
2025-10-29cgroup/misc: fix misc_res_type kernel-doc warningRandy Dunlap
2025-10-29expfs: Fix exportfs_can_encode_fh() for EXPORT_FH_FIDJan Kara
2025-10-23PM: hibernate: Fix pm_hibernation_mode_is_suspend() build breakageRafael J. Wysocki
2025-10-23net: phy: bcm54811: Fix GMII/MII/MII-Lite selectionKamil Horák - 2N
2025-10-23usb: gadget: Introduce free_usb_request helperKuen-Han Tsai
2025-10-23usb: gadget: Store endpoint pointer in usb_requestKuen-Han Tsai
2025-10-23PM: hibernate: Add pm_hibernation_mode_is_suspend()Mario Limonciello (AMD)
2025-10-23ata: libata-core: relax checks in ata_read_log_directory()Damien Le Moal
2025-10-19pidfs: validate extensible ioctlsChristian Brauner
2025-10-19mm/ksm: fix incorrect KSM counter handling in mm_struct during forkDonet Tom
2025-10-19vfs: add ATTR_CTIME_SET flagJeff Layton
2025-10-19iio: frequency: adf4350: Fix ADF4350_REG3_12BIT_CLKDIV_MODEMichael Hennerich
2025-10-19nfsd: unregister with rpcbind when deleting a transportOlga Kornievskaia
2025-10-19cpufreq: Make drivers using CPUFREQ_ETERNAL specify transition latencyRafael J. Wysocki
2025-10-19PM: runtime: Update kerneldoc return codesBrian Norris
2025-10-19page_pool: Fix PP_MAGIC_MASK to avoid crashing on some 32-bit archesToke Høiland-Jørgensen
2025-10-19memcg: skip cgroup_file_notify if spinning is not allowedShakeel Butt
2025-10-19rseq: Protect event mask against membarrier IPIThomas Gleixner
2025-10-15mm/ksm: fix flag-dropping behavior in ksm_madviseJakub Acs
2025-10-15nfs/localio: avoid issuing misaligned IO using O_DIRECTMike Snitzer
2025-10-15coresight: Avoid enable programming clock duplicatelyLeo Yan
2025-10-15coresight: Appropriately disable programming clocksLeo Yan
2025-10-15wifi: brcmfmac: fix 43752 SDIO FWVID incorrectly labelled as Cypress (CYW)Gokul Sivakumar
2025-10-15dmaengine: Fix dma_async_tx_descriptor->tx_submit documentationNathan Lynch
2025-10-15net: phy: introduce phy_id_compare_vendor() PHY ID helperChristian Marangi
2025-10-15HID: i2c-hid: Make elan touch controllers power on after panel is enabledPin-yen Lin
2025-10-15mptcp: Fix up subflow's memcg when CONFIG_SOCK_CGROUP_DATA=n.Kuniyuki Iwashima
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-10-15once: fix race by moving DO_ONCE to separate sectionQi Xi
2025-10-15bpf: Mark kfuncs as __nocloneAndrea Righi
2025-10-15power: supply: max77705_charger: use regfields for config registersDzmitry Sankouski
2025-10-15block: factor out a helper bio_submit_split_bioset()Yu Kuai
2025-10-15block: cleanup bio_issueYu Kuai
2025-10-15PCI/MSI: Add startup/shutdown for per device domainsInochi Amaoto
2025-10-15genirq: Add irq_chip_(startup/shutdown)_parent()Inochi Amaoto
2025-10-15bpf: Tidy verifier bug messagePaul Chaignon
2025-10-15sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()Peter Zijlstra
2025-10-12driver core/PM: Set power.no_callbacks along with power.no_pmRafael J. Wysocki
2025-09-28Merge tag 'mm-hotfixes-stable-2025-09-27-22-35' of git://git.kernel.org/pub/s...Linus Torvalds
2025-09-26Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-09-25include/linux/pgtable.h: convert arch_enter_lazy_mmu_mode() and friends to st...Andrew Morton