aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds18-45/+328
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds70-292/+6706
2022-01-16Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds8-23/+54
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds94-1734/+2613
2022-01-16Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds11-87/+65
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds33-749/+702
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds13-25/+71
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds59-358/+507
2022-01-16Merge tag 'memblock-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblockLinus Torvalds1-2/+0
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds211-1608/+3829
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park2-5/+7
2022-01-15mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park1-2/+8
2022-01-15mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park1-1/+1
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park1-3/+2
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang2-13/+11
2022-01-15mm/damon: add access checking for hugetlb pagesBaolin Wang1-0/+96
2022-01-15Docs/admin-guide/mm/damon/usage: update for schemes statisticsSeongJae Park1-4/+5
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park1-2/+4
2022-01-15Docs/admin-guide/mm/damon/reclaim: document statistics parametersSeongJae Park1-0/+25
2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park1-0/+46
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park2-0/+4
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park5-33/+53
2022-01-15mm/damon: remove a mistakenly added comment for a future featureSeongJae Park1-1/+1
2022-01-15Docs/admin-guide/mm/damon/usage: update for kdamond_pid and (mk|rm)_contextsSeongJae Park1-3/+49
2022-01-15Docs/admin-guide/mm/damon/usage: mention tracepoint at the beginningSeongJae Park1-1/+8
2022-01-15Docs/admin-guide/mm/damon/usage: remove redundant informationSeongJae Park1-22/+22
2022-01-15Docs/admin-guide/mm/damon/usage: update for scheme quotas and watermarksSeongJae Park1-25/+98
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park3-9/+20
2022-01-15mm/damon: modify damon_rand() macro to static inline functionXin Hao1-1/+4
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao3-8/+4
2022-01-15mm/damon/schemes: add the validity judgment of thresholdsXin Hao1-0/+7
2022-01-15mm/damon/vaddr: remove swap_ranges() and replace it with swap()Yihao Han1-13/+3
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao3-34/+16
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao1-4/+2
2022-01-15mm/damon: add 'age' of region tracepoint supportXin Hao1-2/+5
2022-01-15mm/damon: unified access_check function naming rulesXin Hao1-4/+4
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple3-2/+69
2022-01-15mm: make some vars and functions static or __initTing Liu3-5/+4
2022-01-15mm: fix some comment errorsQuanfa Fu4-4/+4
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain1-9/+2
2022-01-15zpool: remove the list of pools_headZhaoyu Liu1-12/+0
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying2-8/+37
2022-01-15mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng2-5/+23
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi4-19/+122
2022-01-15mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi3-6/+0
2022-01-15mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi1-44/+18
2022-01-15mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copyNanyong Sun1-2/+2
2022-01-15mm/thp: drop unused trace events hugepage_[invalidate|splitting]Anshuman Khandual1-35/+0
2022-01-15mm/migrate: remove redundant variables used in a for-loopColin Ian King1-3/+2
2022-01-15mm/migrate: move node demotion code to near its userHuang Ying1-133/+132