aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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: implement primitives for the virtual memory address spacesSeongJae Park1-0/+13
2021-09-08mm/idle_page_tracking: make PG_idle reusableSeongJae Park3-6/+6
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 Song1-1/+3
2021-09-08highmem: don't disable preemption on RT in kmap_atomic()Sebastian Andrzej Siewior1-5/+22
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 policyDavid 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-08time: Handle negative seconds correctly in timespec64_to_ns()Lukas Hannen1-2/+7
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/git/helgaas/pciLinus Torvalds5-131/+106
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds5-3/+42
2021-09-07Merge tag 'linux-watchdog-5.15-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+10
2021-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-81/+205
2021-09-07Merge tag 'rproc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds1-3/+2
2021-09-07Merge tag 'mfd-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds4-1/+879
2021-09-07Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds6-42/+20
2021-09-07PM: EM: fix kernel-doc commentsLukasz Luba1-4/+4
2021-09-07Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-10/+17
2021-09-07Revert "mm/gup: remove try_get_page(), call try_get_compound_head() directly"Linus Torvalds1-1/+9
2021-09-07Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-1/+57
2021-09-07net: phylink: add suspend/resume supportRussell King (Oracle)1-0/+3
2021-09-06Merge tag 'libata-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji1-3/+17
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji1-1/+1
2021-09-06vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji1-0/+3
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji1-2/+6
2021-09-06vdpa: Fix some coding style issuesXie Yongji1-17/+17
2021-09-06file: Export receive_fd() to modulesXie Yongji1-4/+3
2021-09-06Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini14-91/+71
2021-09-06KVM: stats: Add VM stat for remote tlb flush requestsJing Zhang2-1/+3
2021-09-06cpufreq: Add of_perf_domain_get_sharing_cpumaskHector.Yuan1-1/+57
2021-09-05net: create netdev->dev_addr assignment helpersJakub Kicinski2-0/+30
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+52
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds3-11/+16