summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-09-09Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-10/+25
2021-09-09Merge branch 'work.gfs2' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2021-09-09Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2021-09-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+5
2021-09-09Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-1/+1
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-34/+7
2021-09-09Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-10/+38
2021-09-08Merge branches 'akpm' and 'akpm-hotfixes' (patches from Andrew)Linus Torvalds5-49/+27
2021-09-08mmap_lock: change trace and locking orderLiam Howlett1-4/+4
2021-09-08mm/hugetlb: initialize hugetlb_usage in mm_initLiu Zixian1-0/+9
2021-09-08Merge tag 'pm-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+71
2021-09-08Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2021-09-08Merge branch 'for-5.15/fsdax-cleanups' into for-5.15/libnvdimmDan Williams1-34/+7
2021-09-08Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+1
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann2-12/+0
2021-09-08compat: remove some compat entry pointsArnd Bergmann2-25/+5
2021-09-08mm: simplify compat numa syscallsArnd Bergmann1-8/+9
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-59/+442
2021-09-08Merge tag 'mm-slub-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+15
2021-09-08pid: cleanup the stale comment mentioning pidmap_init().Takahiro Itazuri1-1/+1
2021-09-08fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin1-1/+2
2021-09-08units: add the HZ macrosDaniel Lezcano1-0/+4
2021-09-08units: change from 'L' to 'UL'Daniel Lezcano1-3/+3
2021-09-08include/linux/once.h: fix trivia typo Not -> NoteAndy Shevchenko1-1/+1
2021-09-08mm/damon: implement a debugfs-based user space interfaceSeongJae Park1-0/+3
2021-09-08mm/damon: add a tracepointSeongJae Park1-0/+43
2021-09-08mm/damon: implement primitives for the virtual memory address spacesSeongJae Park1-0/+13
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park4-7/+7
2021-09-08mm/damon: adaptively adjust regionsSeongJae Park1-8/+22
2021-09-08mm/damon/core: implement region-based samplingSeongJae Park1-3/+74
2021-09-08mm: introduce Data Access MONitor (DAMON)SeongJae Park1-0/+167
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2-3/+5
2021-09-08highmem: don't disable preemption on RT in kmap_atomic()Sebastian Andrzej Siewior1-5/+22
2021-09-08mm/early_ioremap.c: remove redundant early_ioremap_shutdown()Weizhao Ouyang1-6/+0
2021-09-08mm: move ioremap_page_range to vmalloc.cChristoph Hellwig1-3/+0
2021-09-08mm: remove redundant compound_head() callingMuchun Song1-4/+3
2021-09-08mm/memory_hotplug: improved dynamic memory group aware "auto-movable" online ...David Hildenbrand1-0/+3
2021-09-08mm/memory_hotplug: memory group aware "auto-movable" online policyDavid Hildenbrand1-1/+2
2021-09-08mm/memory_hotplug: track present pages in memory groupsDavid Hildenbrand2-4/+15
2021-09-08drivers/base/memory: introduce "memory groups" to logically group memory blocksDavid Hildenbrand2-1/+50
2021-09-08mm: track present early pages per zoneDavid Hildenbrand2-1/+8
2021-09-08mm/memory_hotplug: remove nid parameter from remove_memory() and friendsDavid Hildenbrand1-5/+5
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand1-2/+1
2021-09-08mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()David Hildenbrand1-2/+2
2021-09-08mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONEMike Rapoport1-12/+0
2021-09-08Merge branch 'pm-cpufreq'Rafael J. Wysocki1-4/+71
2021-09-07Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-132/+107
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds8-5/+47
2021-09-07Merge tag 'linux-watchdog-5.15-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2-0/+39
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-85/+212