summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-24Merge tag 'arm-soc-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds72-4355/+435
2022-03-24Merge tag 'arm-defconfig-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-83/+232
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds367-17119/+435
2022-03-24Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds75-867/+1437
2022-03-24Merge tag 'm68knommu-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-9/+10
2022-03-24Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds393-7600/+23343
2022-03-24Merge tag 'media/v5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds883-8853/+34700
2022-03-24Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds54-233/+189
2022-03-24Merge tag 'mmc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds34-123/+1076
2022-03-24Merge tag 'ata-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds57-534/+456
2022-03-23Merge tag 'linux-kselftest-kunit-5.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds7-787/+420
2022-03-23Merge tag 'linux-kselftest-next-5.18-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds18-23/+140
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds4-9/+10
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-38/+20
2022-03-23Merge tag 'slab-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds4-83/+54
2022-03-23Merge tag 'trace-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds39-570/+4169
2022-03-23Merge tag 'trace-rtla-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds13-28/+903
2022-03-23Merge tag 'printk-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-36/+161
2022-03-23cacheflush.h: Add forward declaration for struct folioHerbert Xu1-0/+2
2022-03-23ARM: configs: multi_v5: Enable Allwinner F1C100Andre Przywara1-0/+5
2022-03-23Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds94-875/+849
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds100-3020/+2900
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds262-2646/+6762
2022-03-23mm/damon/sysfs: remove repeat container_of() in damon_sysfs_kdamond_release()Xin Hao1-1/+1
2022-03-23Docs/ABI/testing: add DAMON sysfs interface ABI documentSeongJae Park2-0/+275
2022-03-23Docs/admin-guide/mm/damon/usage: document DAMON sysfs interfaceSeongJae Park1-6/+344
2022-03-23selftests/damon: add a test for DAMON sysfs interfaceSeongJae Park2-0/+307
2022-03-23mm/damon/sysfs: support DAMOS statsSeongJae Park1-0/+150
2022-03-23mm/damon/sysfs: support DAMOS watermarksSeongJae Park1-5/+215
2022-03-23mm/damon/sysfs: support schemes prioritizationSeongJae Park1-3/+149
2022-03-23mm/damon/sysfs: support DAMOS quotasSeongJae Park1-1/+145
2022-03-23mm/damon/sysfs: support DAMON-based Operation SchemesSeongJae Park1-0/+410
2022-03-23mm/damon/sysfs: support the physical address space monitoringSeongJae Park1-5/+271
2022-03-23mm/damon/sysfs: link DAMON for virtual address spaces monitoringSeongJae Park1-3/+189
2022-03-23mm/damon: implement a minimal stub for sysfs-based DAMON interfaceSeongJae Park3-0/+1092
2022-03-23mm/damon/core: add number of each enum type valuesSeongJae Park1-0/+4
2022-03-23mm/damon/core: allow non-exclusive DAMON start/stopSeongJae Park4-11/+18
2022-03-23Docs/damon: update outdated term 'regions update interval'SeongJae Park2-8/+10
2022-03-23Docs/vm/damon/design: update DAMON-Idle Page Tracking interference handlingSeongJae Park1-3/+4
2022-03-23Docs/vm/damon: call low level monitoring primitives the operationsSeongJae Park2-13/+13
2022-03-23mm/damon: remove unnecessary CONFIG_DAMON optiontangmeng1-1/+1
2022-03-23mm/damon/paddr,vaddr: remove damon_{p,v}a_{target_valid,set_operations}()SeongJae Park3-43/+2
2022-03-23mm/damon/dbgfs-test: fix is_target_id() changeSeongJae Park1-1/+3
2022-03-23mm/damon/dbgfs: use operations id for knowing if the target has pidSeongJae Park1-3/+3
2022-03-23mm/damon/dbgfs: use damon_select_ops() instead of damon_{v,p}a_set_operations()SeongJae Park1-3/+13
2022-03-23mm/damon/reclaim: use damon_select_ops() instead of damon_{v,p}a_set_operatio...SeongJae Park1-1/+3
2022-03-23mm/damon/paddr,vaddr: register themselves to DAMON in subsys_initcallSeongJae Park2-0/+40
2022-03-23mm/damon: let monitoring operations can be registered and selectedSeongJae Park2-0/+84
2022-03-23mm/damon: rename damon_primitives to damon_operationsSeongJae Park12-95/+96
2022-03-23mm/damon: remove redundant page validationBaolin Wang1-6/+0