summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds8-26/+16
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds30-473/+1254
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds4-349/+2
2024-01-09Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-6/+31
2024-01-09Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-44/+58
2024-01-09Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+21
2024-01-09Merge tag 'smp-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+1
2024-01-09Merge tag 'core-entry-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+91
2024-01-09Merge tag 'locking-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-9/+99
2024-01-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds4-20/+46
2024-01-09Merge tag 'm68k-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2024-01-09mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov4-12/+12
2024-01-09mm, treewide: introduce NR_PAGE_ORDERSKirill A. Shutemov1-2/+4
2024-01-09Merge tag 'edac_updates_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2024-01-08Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2024-01-08Merge tag 'vfs-6.8.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds4-45/+169
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-3/+10
2024-01-08Merge tag 'vfs-6.8.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3-15/+41
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds7-44/+55
2024-01-08Merge branch 'sched/urgent' into sched/core, to pick up pending v6.7 fixes fo...Ingo Molnar3-1/+7
2024-01-05mm/vmstat: move pgdemote_* out of CONFIG_NUMA_BALANCINGLi Zhijian1-1/+1
2024-01-05mm/memcontrol: remove __mod_lruvec_page_state()Matthew Wilcox (Oracle)1-18/+18
2024-01-05mm: remove inc/dec lruvec page state functionsMatthew Wilcox (Oracle)1-24/+0
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+7
2024-01-05mm/mglru: remove CONFIG_MEMCGKinsey Ho2-28/+2
2024-01-05mm/mglru: add CONFIG_LRU_GEN_WALKS_MMUKinsey Ho3-5/+11
2024-01-05mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNGKinsey Ho1-1/+1
2024-01-05mm/rmap: silence VM_WARN_ON_FOLIO() in __folio_rmap_sanity_checks()David Hildenbrand1-2/+9
2024-01-05Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+0
2024-01-03nubus: Make nubus_bus_type static and constantGreg Kroah-Hartman1-2/+0
2024-01-02net: phy: linux/phy.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2024-01-02Merge tag 'v6.7-rc8' into locking/core, to pick up dependent changesIngo Molnar50-179/+257
2023-12-30locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.cDavid Laight1-5/+0
2023-12-30zswap: memcontrol: implement zswap writeback disablingNhat Pham2-0/+19
2023-12-29kdump: remove redundant DEFAULT_CRASH_KERNEL_LOW_SIZEYouling Tang1-6/+0
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion2-9/+2
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand1-25/+71
2023-12-29mm/rmap: remove page_try_dup_anon_rmap()David Hildenbrand1-13/+3
2023-12-29mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand2-50/+106
2023-12-29mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()David Hildenbrand1-5/+54
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand1-3/+1
2023-12-29mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()David Hildenbrand1-0/+6
2023-12-29mm/rmap: remove RMAP_COMPOUNDDavid Hildenbrand1-9/+3
2023-12-29mm/rmap: remove page_add_anon_rmap()David Hildenbrand1-2/+0
2023-12-29mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()David Hildenbrand1-0/+6
2023-12-29mm/rmap: remove page_add_file_rmap()David Hildenbrand1-2/+0
2023-12-29mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...David Hildenbrand1-2/+44
2023-12-29mm/rmap: introduce and use hugetlb_try_share_anon_rmap()David Hildenbrand1-0/+25
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand2-3/+27
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand1-0/+8