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
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
Muchun Song
1
-1
/
+3
2022-03-22
mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
Muchun Song
1
-1
/
+2
2022-03-22
mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
Muchun Song
1
-0
/
+2
2022-03-22
mm: fix missing cache flush for all tail pages of compound page
Muchun Song
1
-2
/
+5
2022-03-22
mm: thp: fix wrong cache flush in remove_migration_pmd()
Muchun Song
1
-1
/
+2
2022-03-22
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
2
-3
/
+1
2022-03-22
mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
Muchun Song
1
-4
/
+4
2022-03-22
mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
Muchun Song
1
-9
/
+9
2022-03-22
mm: memcontrol: fix cannot alloc the maximum memcg ID
Muchun Song
1
-2
/
+1
2022-03-22
mm: memcontrol: reuse memory cgroup ID for kmem ID
Muchun Song
1
-36
/
+3
2022-03-22
mm: list_lru: replace linear array with xarray
Muchun Song
2
-209
/
+71
2022-03-22
mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
Muchun Song
2
-15
/
+15
2022-03-22
mm: list_lru: allocate list_lru_one only when needed
Muchun Song
2
-54
/
+73
2022-03-22
mm: memcontrol: move memcg_online_kmem() to mem_cgroup_css_online()
Muchun Song
1
-21
/
+16
2022-03-22
xarray: use kmem_cache_alloc_lru to allocate xa_node
Muchun Song
1
-1
/
+1
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-1
/
+1
2022-03-22
mm: introduce kmem_cache_alloc_lru
Muchun Song
6
-53
/
+177
2022-03-22
mm: list_lru: transpose the array of per-node per-memcg lru lists
Muchun Song
1
-130
/
+76
2022-03-22
mm/memcg: disable migration instead of preemption in drain_all_stock().
Sebastian Andrzej Siewior
1
-2
/
+3
2022-03-22
mm/memcg: protect memcg_stock with a local_lock_t
Sebastian Andrzej Siewior
1
-21
/
+38
2022-03-22
mm/memcg: opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()
Johannes Weiner
1
-6
/
+18
2022-03-22
mm/memcg: protect per-CPU counter by disabling preemption on PREEMPT_RT where needed.
Sebastian Andrzej Siewior
1
-1
/
+55
2022-03-22
mm/memcg: disable threshold event handlers on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+12
2022-03-22
mm/memcg: revert ("mm/memcg: optimize user context object stock access")
Michal Hocko
1
-67
/
+27
2022-03-22
mm/memcontrol: return 1 from cgroup.memory __setup() handler
Randy Dunlap
1
-1
/
+1
2022-03-22
memcg: synchronously enforce memory.high for large overcharges
Shakeel Butt
1
-0
/
+5
2022-03-22
memcg: unify force charging conditions
Shakeel Butt
1
-10
/
+7
2022-03-22
memcg: refactor mem_cgroup_oom
Shakeel Butt
1
-27
/
+17
2022-03-22
mm/memcg: mem_cgroup_per_node is already set to 0 on allocation
Wei Yang
1
-2
/
+0
2022-03-22
memcg: add per-memcg total kernel memory stat
Yosry Ahmed
1
-6
/
+21
2022-03-22
memcg: replace in_interrupt() with !in_task()
Shakeel Butt
1
-2
/
+2
2022-03-22
mm: shmem: use helper macro __ATTR_RW
Miaohe Lin
1
-2
/
+1
2022-03-22
tmpfs: do not allocate pages on read
Hugh Dickins
2
-14
/
+12
2022-03-22
shmem: mapping_set_exiting() to help mapped resilience
Hugh Dickins
1
-0
/
+1
2022-03-22
tmpfs: support for file creation time
Xavier Roche
1
-3
/
+13
2022-03-22
mm/swap: fix confusing comment in folio_mark_accessed
Bang Li
1
-1
/
+1
2022-03-22
mm/gup: remove unused get_user_pages_locked()
John Hubbard
1
-59
/
+0
2022-03-22
mm: change lookup_node() to use get_user_pages_fast()
John Hubbard
1
-12
/
+9
2022-03-22
mm/gup: remove unused pin_user_pages_locked()
John Hubbard
1
-29
/
+0
2022-03-22
mm/gup: follow_pfn_pte(): -EEXIST cleanup
John Hubbard
2
-5
/
+15
2022-03-22
mm: fix invalid page pointer returned with FOLL_PIN gups
Peter Xu
1
-1
/
+1
2022-03-22
mm/writeback: minor clean up for highmem_dirtyable_memory
Miaohe Lin
1
-12
/
+0
2022-03-22
filemap: remove find_get_pages()
Miaohe Lin
1
-5
/
+6
2022-03-22
mm/memremap: avoid calling kasan_remove_zero_shadow() for device private memory
Miaohe Lin
1
-1
/
+2
2022-03-22
remove congestion tracking framework
NeilBrown
1
-57
/
+0
2022-03-22
remove bdi_congested() and wb_congested() and related functions
NeilBrown
1
-3
/
+1
2022-03-22
remove inode_congested()
NeilBrown
3
-25
/
+3
2022-03-22
mm: improve cleanup when ->readpages doesn't process all pages
NeilBrown
1
-2
/
+17
2022-03-22
mm: document and polish read-ahead code
NeilBrown
1
-0
/
+99
2022-03-21
Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2
-2
/
+30
[prev]
[next]