index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-04
mm: update uffd-stress to handle EINVAL for unset config features
Audra Mitchell
1
-5
/
+9
2024-07-04
get_task_mm: check PF_KTHREAD lockless
Oleg Nesterov
1
-6
/
+5
2024-07-04
memcg: mm_update_next_owner: move for_each_thread() into try_to_set_owner()
Oleg Nesterov
1
-16
/
+24
2024-07-04
memcg: mm_update_next_owner: kill the "retry" logic
Oleg Nesterov
1
-30
/
+27
2024-07-04
mm: memcg: put struct task_struct::in_user_fault under CONFIG_MEMCG_V1
Roman Gushchin
2
-21
/
+21
2024-07-04
mm: memcg: put struct task_struct::memcg_in_oom under CONFIG_MEMCG_V1
Roman Gushchin
1
-1
/
+3
2024-07-04
mm: memcg: guard memcg1-specific members of struct mem_cgroup_per_node
Roman Gushchin
1
-0
/
+2
2024-07-04
mm: memcg: put memcg1-specific struct mem_cgroup's members under CONFIG_MEMCG_V1
Roman Gushchin
1
-50
/
+53
2024-07-04
mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.c
Roman Gushchin
1
-2
/
+7
2024-07-04
mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()
Roman Gushchin
3
-5
/
+12
2024-07-04
mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()
Roman Gushchin
1
-0
/
+2
2024-07-04
mm: memcg: factor out legacy socket memory accounting code
Roman Gushchin
4
-17
/
+40
2024-07-04
mm: memcg: move memcg_account_kmem() to memcontrol-v1.c
Roman Gushchin
3
-21
/
+24
2024-07-04
mm: add swappiness= arg to memory.reclaim
Dan Schatzberg
5
-22
/
+81
2024-07-04
mm: add defines for min/max swappiness
Dan Schatzberg
3
-7
/
+9
2024-07-04
MAINTAINERS: add mm/memcontrol-v1.c/h to the list of maintained files
Roman Gushchin
1
-0
/
+2
2024-07-04
mm: memcg: put cgroup v1-specific code under a config option
Roman Gushchin
5
-8
/
+49
2024-07-04
mm: memcg: group cgroup v1 memcg related declarations
Roman Gushchin
2
-109
/
+122
2024-07-04
mm: memcg: make memcg1_update_tree() static
Roman Gushchin
2
-2
/
+1
2024-07-04
mm: memcg: move cgroup v1 interface files to memcontrol-v1.c
Roman Gushchin
3
-755
/
+757
2024-07-04
mm: memcg: rename memcg_oom_recover()
Roman Gushchin
3
-7
/
+7
2024-07-04
mm: memcg: move cgroup v1 oom handling code into memcontrol-v1.c
Roman Gushchin
3
-217
/
+231
2024-07-04
mm: memcg: rename memcg_check_events()
Roman Gushchin
3
-8
/
+8
2024-07-04
mm: memcg: move legacy memcg event code into memcontrol-v1.c
Roman Gushchin
4
-694
/
+709
2024-07-04
mm: memcg: rename charge move-related functions
Roman Gushchin
3
-15
/
+15
2024-07-04
mm: memcg: move charge migration code to memcontrol-v1.c
Roman Gushchin
3
-996
/
+1019
2024-07-04
mm: memcg: rename soft limit reclaim-related functions
Roman Gushchin
5
-18
/
+18
2024-07-04
mm: memcg: move soft limit reclaim code to memcontrol-v1.c
Roman Gushchin
3
-333
/
+353
2024-07-04
mm: memcg: introduce memcontrol-v1.c
Roman Gushchin
3
-1
/
+12
2024-07-04
mm/ksm: optimize the chain()/chain_prune() interfaces
Chengming Zhou
1
-125
/
+27
2024-07-04
mm/ksm: don't waste time searching stable tree for fast changing page
Chengming Zhou
1
-15
/
+17
2024-07-04
mm/ksm: refactor out try_to_merge_with_zero_page()
Chengming Zhou
2
-31
/
+40
2024-07-04
hugetlb: force allocating surplus hugepages on mempolicy allowed nodes
Aristeu Rozanski
1
-19
/
+28
2024-07-04
mm/damon/paddr: initialize nr_succeeded in __damon_pa_migrate_folio_list()
SeongJae Park
1
-1
/
+1
2024-07-04
mm: refactor folio_undo_large_rmappable()
Kefeng Wang
5
-27
/
+22
2024-07-03
selftests/damon/damon_nr_regions: test online-tuned max_nr_regions
SeongJae Park
1
-0
/
+60
2024-07-03
_damon_sysfs: implement commit() for online parameters update
SeongJae Park
1
-0
/
+19
2024-07-03
selftests/damon: implement test for min/max_nr_regions
SeongJae Park
2
-1
/
+86
2024-07-03
selftests/damon/_damon_sysfs: implement kdamonds stop function
SeongJae Park
1
-0
/
+11
2024-07-03
selftests/damon: implement DAMOS tried regions test
SeongJae Park
2
-0
/
+66
2024-07-03
selftests/damon: implement a program for even-numbered memory regions access
SeongJae Park
2
-1
/
+43
2024-07-03
selftests/damon/_damon_sysfs: support schemes_update_tried_regions
SeongJae Park
1
-1
/
+34
2024-07-03
selftests/damon/access_memory: use user-defined region size
SeongJae Park
1
-1
/
+1
2024-07-03
readahead: simplify gotos in page_cache_sync_ra()
Jan Kara
1
-17
/
+9
2024-07-03
readahead: fold try_context_readahead() into its single caller
Jan Kara
1
-62
/
+22
2024-07-03
readahead: disentangle async and sync readahead
Jan Kara
1
-85
/
+77
2024-07-03
readahead: drop dead code in ondemand_readahead()
Jan Kara
1
-19
/
+2
2024-07-03
readahead: drop dead code in page_cache_ra_order()
Jan Kara
1
-5
/
+0
2024-07-03
readahead: drop index argument of page_cache_async_readahead()
Jan Kara
3
-7
/
+5
2024-07-03
readahead: drop pointless index from force_page_cache_ra()
Jan Kara
1
-4
/
+1
[next]