index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mm: rework swap handling of zap_pte_range
Peter Xu
2022-03-22
1
-15
/
+6
*
mm: change zap_details.zap_mapping into even_cows
Peter Xu
2022-03-22
1
-9
/
+7
*
mm: rename zap_skip_check_mapping() to should_zap_page()
Peter Xu
2022-03-22
1
-9
/
+8
*
mm: don't skip swap entry even if zap_details specified
Peter Xu
2022-03-22
1
-9
/
+31
*
mm: replace multiple dcache flush with flush_dcache_folio()
Muchun Song
2022-03-22
1
-6
/
+2
*
mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...
Muchun Song
2022-03-22
1
-0
/
+3
*
mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
Muchun Song
2022-03-22
1
-1
/
+3
*
mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
Muchun Song
2022-03-22
1
-1
/
+2
*
mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
Muchun Song
2022-03-22
1
-0
/
+2
*
mm: fix missing cache flush for all tail pages of compound page
Muchun Song
2022-03-22
1
-2
/
+5
*
mm: thp: fix wrong cache flush in remove_migration_pmd()
Muchun Song
2022-03-22
1
-1
/
+2
*
mm: remove mmu_gathers storage from remaining architectures
Stafford Horne
2022-03-22
3
-5
/
+0
*
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
2022-03-22
6
-6
/
+6
*
selftests, x86: fix how check_cc.sh is being invoked
Guillaume Tucker
2022-03-22
2
-6
/
+6
*
memcg: enable accounting for tty-related objects
Vasily Averin
2022-03-22
1
-1
/
+1
*
mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
Muchun Song
2022-03-22
2
-6
/
+6
*
mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
Muchun Song
2022-03-22
2
-10
/
+10
*
mm: memcontrol: fix cannot alloc the maximum memcg ID
Muchun Song
2022-03-22
1
-2
/
+1
*
mm: memcontrol: reuse memory cgroup ID for kmem ID
Muchun Song
2022-03-22
1
-36
/
+3
*
mm: list_lru: replace linear array with xarray
Muchun Song
2022-03-22
4
-243
/
+73
*
mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
Muchun Song
2022-03-22
3
-16
/
+16
*
mm: list_lru: allocate list_lru_one only when needed
Muchun Song
2022-03-22
3
-57
/
+77
*
mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
Muchun Song
2022-03-22
1
-21
/
+16
*
xarray: use kmem_cache_alloc_lru to allocate xa_node
Muchun Song
2022-03-22
4
-8
/
+18
*
mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
Muchun Song
2022-03-22
1
-1
/
+2
*
f2fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
1
-2
/
+6
*
fs: allocate inode by using alloc_inode_sb()
Muchun Song
2022-03-22
57
-57
/
+57
*
fs: introduce alloc_inode_sb() to allocate filesystems specific inode
Muchun Song
2022-03-22
3
-1
/
+18
*
mm: introduce kmem_cache_alloc_lru
Muchun Song
2022-03-22
9
-53
/
+198
*
mm: list_lru: transpose the array of per-node per-memcg lru lists
Muchun Song
2022-03-22
2
-137
/
+86
*
mm/memcg: disable migration instead of preemption in drain_all_stock().
Sebastian Andrzej Siewior
2022-03-22
1
-2
/
+3
*
mm/memcg: protect memcg_stock with a local_lock_t
Sebastian Andrzej Siewior
2022-03-22
1
-21
/
+38
*
mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj...
Johannes Weiner
2022-03-22
1
-6
/
+18
*
mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where...
Sebastian Andrzej Siewior
2022-03-22
1
-1
/
+55
*
mm/memcg: disable threshold event handlers on PREEMPT_RT
Sebastian Andrzej Siewior
2022-03-22
2
-2
/
+14
*
mm/memcg: revert ("mm/memcg: optimize user context object stock access")
Michal Hocko
2022-03-22
1
-67
/
+27
*
mm/memcontrol: return 1 from cgroup.memory __setup() handler
Randy Dunlap
2022-03-22
1
-1
/
+1
*
memcg: synchronously enforce memory.high for large overcharges
Shakeel Butt
2022-03-22
1
-0
/
+5
*
selftests: memcg: test high limit for single entry allocation
Shakeel Butt
2022-03-22
3
-3
/
+91
*
memcg: unify force charging conditions
Shakeel Butt
2022-03-22
1
-10
/
+7
*
memcg: refactor mem_cgroup_oom
Shakeel Butt
2022-03-22
1
-27
/
+17
*
mm/memcg: retrieve parent memcg from css.parent
Wei Yang
2022-03-22
1
-3
/
+1
*
mm/memcg: mem_cgroup_per_node is already set to 0 on allocation
Wei Yang
2022-03-22
1
-2
/
+0
*
memcg: add per-memcg total kernel memory stat
Yosry Ahmed
2022-03-22
3
-6
/
+27
*
memcg: replace in_interrupt() with !in_task()
Shakeel Butt
2022-03-22
1
-2
/
+2
*
mm: shmem: use helper macro __ATTR_RW
Miaohe Lin
2022-03-22
1
-2
/
+1
*
tmpfs: do not allocate pages on read
Hugh Dickins
2022-03-22
2
-14
/
+12
*
shmem: mapping_set_exiting() to help mapped resilience
Hugh Dickins
2022-03-22
1
-0
/
+1
*
tmpfs: support for file creation time
Xavier Roche
2022-03-22
2
-3
/
+14
*
mm/swap: fix confusing comment in folio_mark_accessed
Bang Li
2022-03-22
1
-1
/
+1
[prev]
[next]