summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-17Merge tag 'unicode-for-next-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-16Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-16Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-16Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-16Merge tag 'memblock-v5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/damon: hide kernel pointer from tracepoint eventSeongJae Park
2022-01-15mm/damon/vaddr: hide kernel pointer from damon_va_three_regions() failure logSeongJae Park
2022-01-15mm/damon/vaddr: use pr_debug() for damon_va_three_regions() failure loggingSeongJae Park
2022-01-15mm/damon/dbgfs: remove an unnecessary variableSeongJae Park
2022-01-15mm/damon: move the implementation of damon_insert_region to damon.hGuoqing Jiang
2022-01-15mm/damon: add access checking for hugetlb pagesBaolin Wang
2022-01-15Docs/admin-guide/mm/damon/usage: update for schemes statisticsSeongJae Park
2022-01-15mm/damon/dbgfs: support all DAMOS statsSeongJae Park
2022-01-15Docs/admin-guide/mm/damon/reclaim: document statistics parametersSeongJae Park
2022-01-15mm/damon/reclaim: provide reclamation statisticsSeongJae Park
2022-01-15mm/damon/schemes: account how many times quota limit has exceededSeongJae Park
2022-01-15mm/damon/schemes: account scheme actions that successfully appliedSeongJae Park
2022-01-15mm/damon: remove a mistakenly added comment for a future featureSeongJae Park
2022-01-15Docs/admin-guide/mm/damon/usage: update for kdamond_pid and (mk|rm)_contextsSeongJae Park
2022-01-15Docs/admin-guide/mm/damon/usage: mention tracepoint at the beginningSeongJae Park
2022-01-15Docs/admin-guide/mm/damon/usage: remove redundant informationSeongJae Park
2022-01-15Docs/admin-guide/mm/damon/usage: update for scheme quotas and watermarksSeongJae Park
2022-01-15mm/damon: convert macro functions to static inline functionsSeongJae Park
2022-01-15mm/damon: modify damon_rand() macro to static inline functionXin Hao
2022-01-15mm/damon: move damon_rand() definition into damon.hXin Hao
2022-01-15mm/damon/schemes: add the validity judgment of thresholdsXin Hao
2022-01-15mm/damon/vaddr: remove swap_ranges() and replace it with swap()Yihao Han
2022-01-15mm/damon: remove some unneeded function definitions in damon.hXin Hao
2022-01-15mm/damon/core: use abs() instead of diff_of()Xin Hao
2022-01-15mm/damon: add 'age' of region tracepoint supportXin Hao
2022-01-15mm/damon: unified access_check function naming rulesXin Hao
2022-01-15mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_faultAlistair Popple
2022-01-15mm: make some vars and functions static or __initTing Liu
2022-01-15mm: fix some comment errorsQuanfa Fu
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain
2022-01-15zpool: remove the list of pools_headZhaoyu Liu
2022-01-15mm/rmap: fix potential batched TLB flush raceHuang Ying
2022-01-15mm: memcg/percpu: account extra objcg space to memory cgroupsQi Zheng
2022-01-15mm/hwpoison: fix unpoison_memory()Naoya Horiguchi
2022-01-15mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGENaoya Horiguchi
2022-01-15mm/hwpoison: mf_mutex for soft offline and unpoisonNaoya Horiguchi
2022-01-15mm: ksm: fix use-after-free kasan report in ksm_might_need_to_copyNanyong Sun