summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-07-09mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEED...Hao Ge
2025-07-09mm/memfd: reserve hugetlb folios before allocationVivek Kasireddy
2025-07-09mm/hugetlb: make hugetlb_reserve_pages() return nr of entries updatedVivek Kasireddy
2025-07-09mm/damon: fix minor typos in damon headerNathan Gao
2025-07-09mm: update core kernel code to use vm_flags_t consistentlyLorenzo Stoakes
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes
2025-07-09highmem: remove a use of folio->pageMatthew Wilcox (Oracle)
2025-07-09mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()David Hildenbrand
2025-07-09mm: remove zero_user()Matthew Wilcox (Oracle)
2025-07-09mm: madvise: use per_vma lock for MADV_FREEBarry Song
2025-07-09mm/memory-tier: fix abstract distance calculation overflowLi Zhijian
2025-07-09alloc_tag: add sequence number for module and iteratorDavid Wang
2025-07-09mm/pagewalk: split walk_page_range_novma() into kernel/user partsLorenzo Stoakes
2025-07-09mm/filemap: allow arch to request folio size for exec memoryRyan Roberts
2025-07-09mm/readahead: store folio order in struct file_ra_stateRyan Roberts
2025-07-09mm/readahead: make space in struct file_ra_stateRyan Roberts
2025-07-09proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie
2025-07-09userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SETTal Zussman
2025-07-09userfaultfd: correctly prevent registering VM_DROPPABLE regionsTal Zussman
2025-07-09drivers/base/node: rename __register_one_node() to register_one_node()Donet Tom
2025-07-09drivers/base/node: rename register_memory_blocks_under_node() and remove cont...Donet Tom
2025-07-09drivers/base/node: remove register_memory_blocks_under_node() function call f...Donet Tom
2025-07-09drivers/base/node: optimize memory block registration to reduce boot timeDonet Tom
2025-07-09mm: remove the for_reclaim field from struct writeback_controlChristoph Hellwig
2025-07-09mm: stop passing a writeback_control structure to swap_writeoutChristoph Hellwig
2025-07-09mm: stop passing a writeback_control structure to shmem_writeoutChristoph Hellwig
2025-07-09mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDERZi Yan
2025-07-09mm/gup: remove (VM_)BUG_ONsDavid Hildenbrand
2025-07-09mm: prevent KSM from breaking VMA merging for new VMAsLorenzo Stoakes
2025-07-09mm: ksm: have KSM VMA checks not require a VMA pointerLorenzo Stoakes
2025-07-04Merge tag 'pm-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-04Merge branch 'pm-sleep'Rafael J. Wysocki
2025-07-04Merge tag 'soc-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2025-07-04Merge tag 'spi-fix-v6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-07-04Merge tag 'usb-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-03Merge tag 'ffa-fixes-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2025-07-01netfs: Renumber the NETFS_RREQ_* flags to make traces easier to readDavid Howells
2025-07-01netfs: Merge i_size update functionsDavid Howells
2025-06-30spi: spi-qpic-snand: avoid memory corruptionMark Brown
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello
2025-06-29spi: Raise limit on number of chip selects to 24Marc Kleine-Budde
2025-06-29mtd: nand: qpic_common: prevent out of bounds access of BAM arraysGabor Juhos
2025-06-29Merge tag 'locking_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-06-28Merge tag 'i2c-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-26PM: Restrict swap use to later in the suspend sequenceMario Limonciello
2025-06-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2025-06-25mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...Hao Ge