summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-01-21maple_tree: remove struct maple_allocSidhartha Kumar1-8/+0
2026-01-21mm/block/fs: remove laptop_modeJohannes Weiner2-7/+0
2026-01-21mm/damon/core: implement max_nr_snapshotsSeongJae Park1-0/+5
2026-01-21mm/damon: update damos kerneldoc for stat fieldSeongJae Park1-3/+1
2026-01-21mm/damon/core: introduce nr_snapshots damos statSeongJae Park1-0/+3
2026-01-21mm: memcontrol: rename mem_cgroup_from_slab_obj()Johannes Weiner1-2/+2
2026-01-21memcg: remove mem_cgroup_size()Chen Ridong1-11/+7
2026-01-21mm: folio_zero_user: clear page rangesAnkur Arora1-0/+35
2026-01-21highmem: introduce clear_user_highpages()Ankur Arora1-1/+44
2026-01-21mm: introduce clear_pages() and clear_user_pages()Ankur Arora2-0/+53
2026-01-21treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-2/+22
2026-01-21mm: enable lazy_mmu sections to nestKevin Brodsky3-7/+157
2026-01-21mm: bail out of lazy_mmu_mode_* in interrupt contextKevin Brodsky1-1/+16
2026-01-21mm: introduce generic lazy_mmu helpersKevin Brodsky1-4/+25
2026-01-21mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky1-1/+1
2026-01-21mm: clarify lazy_mmu sleeping constraintsKevin Brodsky1-5/+9
2026-01-21Merge tag 'mm-hotfixes-stable-2026-01-20-13-09' of git://git.kernel.org/pub/s...Linus Torvalds4-12/+41
2026-01-20Merge tag 'dma-mapping-6.19-2026-01-20' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+5
2026-01-20mm: do not copy page tables unnecessarily for VM_UFFD_WPLorenzo Stoakes1-1/+5
2026-01-20mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)2-5/+11
2026-01-20mm/hugetlb: fix hugetlb_pmd_shared()David Hildenbrand (Red Hat)1-1/+1
2026-01-19fs/writeback: skip AS_NO_DATA_INTEGRITY mappings in wait_sb_inodes()Joanne Koong1-0/+11
2026-01-19mm: take into account mm_cid size for mm_struct static definitionsMathieu Desnoyers1-2/+5
2026-01-19mm: rename cpu_bitmap field to flexible_arrayMathieu Desnoyers1-4/+9
2026-01-18Merge tag 'usb-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+3
2026-01-18Merge tag 'sched-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2026-01-16Merge tag 'pci-v6.19-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2026-01-16Merge tag 'pm-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2026-01-16Merge branch 'pm-em'Rafael J. Wysocki1-1/+1
2026-01-15Merge tag 'nfs-for-6.19-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2026-01-15Merge tag 'mm-hotfixes-stable-2026-01-15-08-03' of git://git.kernel.org/pub/s...Linus Torvalds4-0/+4
2026-01-15Merge tag 'net-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-9/+27
2026-01-15can: propagate CAN device capabilities via ml_privOliver Hartkopp2-0/+25
2026-01-15Revert "can: raw: instantly reject unsupported CAN frames"Oliver Hartkopp1-7/+0
2026-01-15powerpc/watchdog: add support for hardlockup_sys_info sysctlFeng Tang1-0/+1
2026-01-15mm, kfence: describe @slab parameter in __kfence_obj_info()Bagas Sanjaya1-0/+1
2026-01-15textsearch: describe @list member in ts_ops searchBagas Sanjaya1-0/+1
2026-01-15mm: describe @flags parameter in memalloc_flags_save()Bagas Sanjaya1-0/+1
2026-01-14mm_zone: Generalise has_managed_dma()Robin Murphy1-4/+5
2026-01-13sched: Provide idle_rq() helperPeter Zijlstra1-1/+0
2026-01-13net: airoha: Fix typo in airoha_ppe_setup_tc_block_cb definitionLorenzo Bianconi1-2/+2
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+14
2026-01-12PCI: Provide pci_free_irq_vectors() stubBoqun Feng1-0/+4
2026-01-11treewide: Update email addressThomas Gleixner12-12/+12
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-2/+7
2026-01-08Merge tag 'trace-v6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+10
2026-01-08Merge tag 'net-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-5/+6
2026-01-08PM: EM: Fix incorrect description of the cost field in struct em_perf_stateYaxiong Tian1-1/+1
2026-01-08cgroup: Eliminate cgrp_ancestor_storage in cgroup_rootMichal Koutný1-11/+14
2026-01-07tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt1-0/+9