summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-04-23Merge tag 'kgdb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-3/+4
2026-04-22Merge tag 'hyperv-next-signed-20260421' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-1/+26
2026-04-22x86/hyperv: Skip LP/VP creation on kexecJork Loeser3-0/+23
2026-04-22Merge tag 'drm-next-2026-04-22' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+38
2026-04-22Merge tag 'f2fs-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+20
2026-04-22Merge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+15
2026-04-21kgdb: update outdated references to kgdb_wait()Kexin Sun1-3/+4
2026-04-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds23-90/+1257
2026-04-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds9-23/+346
2026-04-21Merge tag 'pull-dcache-busy-wait' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+20
2026-04-21Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2026-04-21Merge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+3
2026-04-21Merge tag 'core-urgent-2026-04-20' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+5
2026-04-20Merge tag 'platform-drivers-x86-v7.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-18/+48
2026-04-20Merge tag 'mfd-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds8-14/+30
2026-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds21-253/+465
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds18-760/+365
2026-04-20Merge branch 'for-7.1-printf-kunit-build' into for-linusPetr Mladek409-4951/+22277
2026-04-19Merge tag 'driver-core-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+45
2026-04-19Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-44/+319
2026-04-19Merge tag 'tty-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds6-7/+58
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds18-196/+286
2026-04-19Merge tag 'pinctrl-v7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-1/+4
2026-04-19f2fs: add page-order information for large folio reads in iostatDaniel Lee1-4/+17
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-9/+0
2026-04-18mm/sparse: fix comment for section map alignmentMuchun Song1-15/+10
2026-04-18shmem, userfaultfd: implement shmem uffd operations using vm_uffd_opsMike Rapoport (Microsoft)2-19/+14
2026-04-18userfaultfd: introduce vm_uffd_ops->alloc_folio()Mike Rapoport (Microsoft)1-0/+6
2026-04-18shmem, userfaultfd: use a VMA callback to handle UFFDIO_CONTINUEMike Rapoport (Microsoft)1-0/+7
2026-04-18userfaultfd: introduce vm_uffd_opsMike Rapoport (Microsoft)2-0/+11
2026-04-18userfaultfd: move vma_can_userfault out of lineMike Rapoport (Microsoft)1-33/+2
2026-04-18mm/damon/core: fix damos_walk() vs kdamond_fn() exit raceSeongJae Park1-0/+1
2026-04-18mm/damon/core: fix damon_call() vs kdamond_fn() exit raceSeongJae Park1-0/+1
2026-04-18mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge2-1/+3
2026-04-18liveupdate: make unregister functions return voidPasha Tatashin1-8/+6
2026-04-18liveupdate: protect FLB lists with luo_register_rwlockPasha Tatashin1-0/+1
2026-04-18liveupdate: prevent double management of filesPasha Tatashin1-0/+2
2026-04-18kho: kexec-metadata: track previous kernel chainBreno Leitao1-0/+46
2026-04-18kho: persist blob size in KHO FDTBreno Leitao2-6/+19
2026-04-18kho: rename fdt parameter to blob in kho_add/remove_subtree()Breno Leitao1-4/+4
2026-04-18kho: add size parameter to kho_add_subtree()Breno Leitao1-2/+2
2026-04-18mm: memcontrol: correct the nr_pages parameter type of mem_cgroup_update_lru_...Qi Zheng1-1/+1
2026-04-18mm: memcontrol: change val type to long in __mod_memcg_{lruvec_}state()Qi Zheng1-5/+5
2026-04-18mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpersMuchun Song1-0/+6
2026-04-18mm: memcontrol: eliminate the problem of dying memory cgroup for LRU foliosMuchun Song1-52/+25
2026-04-18mm: memcontrol: convert objcg to be per-memcg per-node typeQi Zheng2-12/+13
2026-04-18mm: workingset: use lruvec_lru_size() to get the number of lru pagesQi Zheng1-0/+1
2026-04-18mm: vmscan: prepare for reparenting MGLRU foliosQi Zheng1-0/+17
2026-04-18mm: vmscan: prepare for reparenting traditional LRU foliosQi Zheng1-0/+21
2026-04-18mm: memcontrol: prepare for reparenting LRU pages for lruvec lockMuchun Song2-19/+18