index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-03
mm/damon/reclaim: use monitoring attributes parameters generator macro
SeongJae Park
1
-42
/
+5
2022-10-03
mm/damon/lru_sort: use monitoring attributes parameters generaotr macro
SeongJae Park
1
-42
/
+5
2022-10-03
mm/damon: implement a monitoring attributes module parameters generator macro
SeongJae Park
1
-0
/
+18
2022-10-03
mm/damon/lru_sort: use 'struct damon_attrs' for storing parameters for it
SeongJae Park
1
-19
/
+21
2022-10-03
mm/damon/reclaim: use 'struct damon_attrs' for storing parameters for it
SeongJae Park
1
-17
/
+19
2022-10-03
mm/damon/core: reduce parameters for damon_set_attrs()
SeongJae Park
6
-30
/
+36
2022-10-03
mm/damon/core: use a dedicated struct for monitoring attributes
SeongJae Park
5
-34
/
+44
2022-10-03
mm/damon/core: factor out 'damos_quota' private fileds initialization
SeongJae Park
1
-9
/
+14
2022-10-03
mm/damon/core: copy struct-to-struct instead of field-to-field in damon_new_scheme()
SeongJae Park
1
-17
/
+4
2022-10-03
mm/damon/paddr: deduplicate damon_pa_{mark_accessed,deactivate_pages}()
SeongJae Park
1
-14
/
+12
2022-10-03
mm/damon/paddr: make supported DAMOS actions of paddr clear
SeongJae Park
1
-0
/
+3
2022-10-03
mm/damon: simplify scheme create in damon_lru_sort_apply_parameters
Xin Hao
1
-6
/
+4
2022-10-03
zram: keep comments within 80-columns limit
Sergey Senozhatsky
1
-8
/
+11
2022-10-03
zram: do not waste zram_table_entry flags bits
Sergey Senozhatsky
2
-8
/
+9
2022-10-03
mm/damon: improve damon_new_region strategy
Dawei Li
1
-2
/
+17
2022-10-03
mm/damon/sysfs: use the wrapper directly to check if the kdamond is running
Kaixu Xia
1
-2
/
+1
2022-10-03
mm/damon/sysfs: change few functions execute order
Xin Hao
1
-10
/
+14
2022-10-03
mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
Liu Shixin
2
-5
/
+4
2022-10-03
writeback: remove unused macro DIRTY_FULL_SCOPE
Miaohe Lin
1
-8
/
+0
2022-10-03
mm: use nth_page instead of mem_map_offset mem_map_next
Cheng Li
3
-51
/
+27
2022-10-03
mm/damon: remove duplicate get_monitoring_region() definitions
Xin Hao
4
-70
/
+46
2022-10-03
mm: kfence: convert to DEFINE_SEQ_ATTRIBUTE
Liu Shixin
1
-13
/
+2
2022-10-03
zsmalloc: use correct types in _first_obj_offset functions
Alexey Romanov
1
-4
/
+4
2022-10-03
mm/shuffle: convert module_param_call to module_param_cb
Liu Shixin
1
-11
/
+10
2022-10-03
Docs/admin-guide/mm/damon/usage: note DAMON debugfs interface deprecation plan
SeongJae Park
1
-0
/
+5
2022-10-03
Docs/admin-guide/mm/damon/start: mention the dependency as sysfs instead of debugfs
SeongJae Park
1
-10
/
+3
2022-10-03
mm/damon/Kconfig: notify debugfs deprecation plan
SeongJae Park
1
-0
/
+3
2022-10-03
Docs/admin-guide/mm/damon: rename the title of the document
SeongJae Park
1
-3
/
+3
2022-10-03
mm/damon/core-test: test damon_set_regions
SeongJae Park
1
-0
/
+23
2022-10-03
mm/damon/core: avoid holes in newly set monitoring target ranges
SeongJae Park
1
-0
/
+30
2022-10-03
selftest/damon: add a test for duplicate context dirs creation
SeongJae Park
2
-0
/
+28
2022-10-03
tmpfs: add support for an i_version counter
Jeff Layton
2
-3
/
+31
2022-10-03
mm/damon/vaddr: add a comment for 'default' case in damon_va_apply_scheme()
Kaixu Xia
1
-0
/
+3
2022-10-03
mm/damon: introduce struct damos_access_pattern
Yajun Deng
6
-75
/
+106
2022-10-03
mm/rodata_test: use PAGE_ALIGNED() helper
Xiu Jianfeng
1
-5
/
+3
2022-10-03
mm/hwpoison: add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
1
-2
/
+2
2022-10-03
memcg: reduce size of memcg vmstats structures
Shakeel Butt
1
-10
/
+44
2022-10-03
memcg: rearrange code
Shakeel Butt
1
-23
/
+23
2022-10-03
memcg: extract memcg_vmstats from struct mem_cgroup
Shakeel Butt
2
-42
/
+52
2022-10-03
memblock tests: add new pageblock related macro
Kefeng Wang
1
-0
/
+2
2022-10-03
mm: add pageblock_aligned() macro
Kefeng Wang
5
-19
/
+15
2022-10-03
mm: add pageblock_align() macro
Kefeng Wang
3
-4
/
+5
2022-10-03
mm: reuse pageblock_start/end_pfn() macro
Kefeng Wang
6
-18
/
+16
2022-10-03
mm/page_owner.c: remove redundant drain_all_pages
Zhenhua Huang
1
-2
/
+0
2022-10-03
mm/damon: simplify damon_ctx check in damon_sysfs_before_terminate
Xin Hao
1
-1
/
+1
2022-10-03
mm/damon/core: iterate the regions list from current point in damon_set_regions()
Kaixu Xia
2
-1
/
+10
2022-10-03
mm/hmm/test: use char dev with struct device to get device node
Mika Penttilä
2
-13
/
+10
2022-10-03
kasan: better invalid/double-free report header
Andrey Konovalov
3
-9
/
+19
2022-10-03
kasan: move tests to mm/kasan/
Andrey Konovalov
5
-8
/
+10
2022-10-03
kasan: add another use-after-free test
Andrey Konovalov
1
-0
/
+24
[prev]
[next]