aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-09-13mm: convert core mm to mm_flags_*() accessorsLorenzo Stoakes6-9/+11
2025-09-13mm: add bitmap mm->flags fieldLorenzo Stoakes2-1/+69
2025-09-13mm: add largest_zero_folio() routinePankaj Raghav1-0/+22
2025-09-13mm: add persistent huge zero folioPankaj Raghav1-0/+16
2025-09-13mm: rename MMF_HUGE_ZERO_PAGE to MMF_HUGE_ZERO_FOLIOPankaj Raghav1-1/+1
2025-09-13mm: rename vm_ops->find_special_page() to vm_ops->find_normal_page()David Hildenbrand1-5/+13
2025-09-13mm: introduce and use vm_normal_page_pud()David Hildenbrand1-0/+2
2025-09-13mm/memory: convert print_bad_pte() to print_bad_page_map()David Hildenbrand1-0/+18
2025-09-13mm/rmap: convert "enum rmap_level" to "enum pgtable_level"David Hildenbrand2-34/+36
2025-09-13treewide: remove MIGRATEPAGE_SUCCESSDavid Hildenbrand1-9/+1
2025-09-13mm/migrate: remove MIGRATEPAGE_UNMAPDavid Hildenbrand1-1/+0
2025-09-13mm/damon: update expired description of damos_actionSang-Heon Jeon1-5/+5
2025-09-13mm/slub: allow to set node and align in k[v]reallocVitaly Wool2-16/+25
2025-09-13mm/vmalloc: allow to set node and align in vreallocVitaly Wool1-3/+9
2025-09-13mm: correct misleading comment on mmap_lock field in mm_structAdrian Huang (Lenovo)1-3/+3
2025-09-13mm, swap: remove fragment clusters counterKairui Song1-1/+0
2025-09-13mm: limit the scope of vma_start_read()Suren Baghdasaryan1-85/+0
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu1-0/+9
2025-09-13mm: memory-tiering: fix PGPROMOTE_CANDIDATE countingRuan Shiyang1-1/+15
2025-09-13mempolicy: clarify what zone reclaim meansJoshua Hahn1-3/+9
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds4-21/+52
2025-08-28Merge tag 'drm-fixes-2025-08-29' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-5/+5
2025-08-28Merge tag 'net-6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-2/+21
2025-08-28Merge tag 'dma-mapping-6.17-2025-08-28' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3
2025-08-28Merge tag 'fixes-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2025-08-29Merge tag 'drm-misc-fixes-2025-08-28' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-5/+5
2025-08-27mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo2-6/+36
2025-08-27mm: move page table sync declarations to linux/pgtable.hHarry Yoo2-16/+16
2025-08-27kexec: add KEXEC_FILE_NO_CMA as a legal flagBrian Mak1-1/+2
2025-08-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-4/+2
2025-08-27Merge tag 'media/v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-0/+1
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai1-5/+13
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai1-0/+8
2025-08-26memblock: fix kernel-doc for MEMBLOCK_RSRV_NOINITMike Rapoport (Microsoft)1-2/+3
2025-08-26vhost: Fix ioctl # for VHOST_[GS]ET_FORK_FROM_OWNERNamhyung Kim1-2/+2
2025-08-26Revert "virtio: reject shm region if length is zero"Igor Torrente1-2/+0
2025-08-25drm/gpuvm: fix various typos in .c and .h gpuvm fileAlice Ryhl1-5/+5
2025-08-23Merge tag 'usb-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-38/+9
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-0/+1
2025-08-22Merge tag 'drm-fixes-2025-08-23-1' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-6/+1
2025-08-22Bluetooth: hci_sync: fix set_local_name race conditionPavel Shpakovskiy1-1/+1
2025-08-22Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-8/+0
2025-08-22Merge tag 'block-6.17-20250822' of git://git.kernel.dk/linuxLinus Torvalds2-1/+2
2025-08-22Merge tag 'sound-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-5/+6
2025-08-22Merge tag 'nfs-for-6.17-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2025-08-22Merge tag 'mm-hotfixes-stable-2025-08-21-18-17' of git://git.kernel.org/pub/s...Linus Torvalds2-9/+16
2025-08-21net: Introduce skb_copy_datagram_from_iter_full()Will Deacon1-0/+2
2025-08-21Merge tag 'acpi-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+1
2025-08-21Merge tag 'net-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-11/+49
2025-08-21Merge tag 'loongarch-fixes-6.17-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1