aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds7-2/+722
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+7
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds6-9/+9
2022-03-24Merge tag 'prlimit-tasklist_lock-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-3/+1
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds8-115/+220
2022-03-23Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-44/+26
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-44/+19
2022-03-23Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libataLinus Torvalds1-3/+9
2022-03-23Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds1-3/+0
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+33
2022-03-23cacheflush.h: Add forward declaration for struct folioHerbert Xu1-0/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds9-32/+44
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds12-381/+409
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds32-279/+365
2022-03-22mm/damon/core: add number of each enum type valuesSeongJae Park1-0/+4
2022-03-22mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park1-1/+1
2022-03-22mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park1-10/+0
2022-03-22mm/damon: let monitoring operations can be registered and selectedSeongJae Park1-0/+18
2022-03-22mm/damon: rename damon_primitives to damon_operationsSeongJae Park1-24/+24
2022-03-22mm/damon: remove the target id conceptSeongJae Park1-6/+5
2022-03-22mm/damon/core: move damon_set_targets() into dbgfsSeongJae Park1-2/+0
2022-03-22highmem: document kunmap_local()Ira Weiny1-0/+10
2022-03-22mm: uninline copy_overflow()Christophe Leroy1-1/+4
2022-03-22mm: remove usercopy_warn()Christophe Leroy1-2/+0
2022-03-22mm: only re-generate demotion targets when a numa node changes its N_CPU stateOscar Salvador1-0/+8
2022-03-22drivers/base/memory: determine and store zone for single-zone memory blocksDavid Hildenbrand2-4/+14
2022-03-22drivers/base/node: rename link_mem_sections() to register_memory_block_under_node()David Hildenbrand1-8/+8
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_dev_init()David Hildenbrand1-0/+4
2022-03-22mm, memory_hotplug: reorganize new pgdat initializationMichal Hocko1-1/+1
2022-03-22mm, memory_hotplug: drop arch_free_nodedataMichal Hocko1-3/+0
2022-03-22mm: handle uninitialized numa nodes gracefullyMichal Hocko1-1/+1
2022-03-22mm, memory_hotplug: make arch_alloc_nodedata independent on CONFIG_MEMORY_HOTPLUGMichal Hocko1-60/+59
2022-03-22mm/vmstat: add event for ksm swapping in copyYang Yang1-0/+3
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying2-0/+11
2022-03-22NUMA Balancing: add page promotion counterHuang Ying2-0/+8
2022-03-22mm/cma: provide option to opt out from exposing pages on activation failureHari Bathini1-0/+2
2022-03-22mm/migrate: fix race between lock page and clear PG_Isolatedandrew.yang1-1/+1
2022-03-22mm: __isolate_lru_page_prepare() in isolate_migratepages_block()Hugh Dickins1-1/+0
2022-03-22mm/fs: delete PF_SWAPWRITEHugh Dickins1-1/+0
2022-03-22userfaultfd: provide unmasked address on page-faultNadav Amit1-1/+2
2022-03-22mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VMEMMAPMuchun Song1-0/+2
2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song2-8/+14
2022-03-22mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song1-4/+74
2022-03-22mm, fault-injection: declare should_fail_alloc_page()Vlastimil Babka1-0/+2
2022-03-22mm/memory-failure.c: fix race with changing page compound againMiaohe Lin1-0/+1
2022-03-22arch/x86/mm/numa: Do not initialize nodes twiceOscar Salvador1-1/+0
2022-03-22mm: enforce pageblock_order < MAX_ORDERDavid Hildenbrand2-4/+6
2022-03-22cma: factor out minimum alignment requirementDavid Hildenbrand1-0/+9
2022-03-22mm/mmzone.h: remove unused macrosMiaohe Lin1-7/+0
2022-03-22mm: page_alloc: avoid merging non-fallbackable pageblocks with othersZi Yan1-0/+11