summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2026-04-21Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-0/+38
2026-04-21Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-4/+20
2026-04-21Merge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+15
2026-04-21tpm: avoid -Wunused-but-set-variableArnd Bergmann-2/+7
2026-04-21kgdb: update outdated references to kgdb_wait()Kexin Sun-3/+4
2026-04-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-90/+1257
2026-04-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-23/+346
2026-04-21spi: Fix the error description in the `ptp_sts_word_post` commentDewei Meng-1/+1
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+20
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev-2/+5
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev-0/+18
2026-04-21net: add address list snapshot and reconciliation infrastructureStanislav Fomichev-0/+7
2026-04-21netfilter: nf_tables: add hook transactions for device deletionsPablo Neira Ayuso-0/+13
2026-04-21rculist: add list_splice_rcu() for private listsPablo Neira Ayuso-0/+29
2026-04-20rhashtable: Bounce deferred worker kick through irq_workTejun Heo-1/+5
2026-04-20Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+5
2026-04-20Merge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2/+3
2026-04-20Merge tag 'core-urgent-2026-04-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-15/+5
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-18/+48
2026-04-20net: mctp: fix don't require received header reserved bits to be zeroYuan Zhaoming-0/+3
2026-04-20pppoe: drop PFC framesQingfang Deng-0/+16
2026-04-20Merge tag 'mfd-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds-14/+30
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-253/+465
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-760/+365
2026-04-20Merge branch 'for-7.1-printf-kunit-build' into for-linusPetr Mladek-4951/+22277
2026-04-20spi: fix explicit controller deregistrationMark Brown-171/+165
2026-04-19Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+45
2026-04-19Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-44/+319
2026-04-19rhashtable: Restore insecure_elasticity toggleHerbert Xu-2/+5
2026-04-19Merge tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-7/+58
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-196/+286
2026-04-18Merge tag 'pinctrl-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1/+4
2026-04-18f2fs: add page-order information for large folio reads in iostatDaniel Lee-4/+17
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+0
2026-04-18tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet-1/+1
2026-04-18tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet-1/+1
2026-04-18tcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet-3/+7
2026-04-18mailbox: update kdoc for struct mbox_controllerWolfram Sang-4/+5
2026-04-18mm/sparse: fix comment for section map alignmentMuchun Song-15/+10
2026-04-18shmem, userfaultfd: implement shmem uffd operations using vm_uffd_opsMike Rapoport (Microsoft)-19/+14
2026-04-18userfaultfd: introduce vm_uffd_ops->alloc_folio()Mike Rapoport (Microsoft)-0/+6
2026-04-18shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUEMike Rapoport (Microsoft)-0/+7
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)-0/+11
2026-04-18userfaultfd: move vma_can_userfault out of lineMike Rapoport (Microsoft)-33/+2
2026-04-18mm/damon/core: fix damos_walk() vs kdamond_fn() exit raceSeongJae Park-0/+1
2026-04-18mm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park-0/+1
2026-04-18mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge-1/+3
2026-04-18liveupdate: make unregister functions return voidPasha Tatashin-8/+6
2026-04-18liveupdate: protect FLB lists with luo_register_rwlockPasha Tatashin-0/+1
2026-04-18liveupdate: prevent double management of filesPasha Tatashin-0/+2