index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
udbg_16550.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
mm/page_alloc: don't pass pfn to free_unref_page_commit()
Nicolas Saenz Julienne
1
-11
/
+6
2022-03-22
mm/mmzone.h: remove unused macros
Miaohe Lin
1
-7
/
+0
2022-03-22
mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()
Peter Collingbourne
1
-3
/
+4
2022-03-22
mm: page_alloc: avoid merging non-fallbackable pageblocks with others
Zi Yan
2
-23
/
+32
2022-03-22
mm/vmalloc: fix comments about vmap_area struct
Bang Li
1
-2
/
+2
2022-03-22
mm/vmalloc.c: fix "unused function" warning
Jiapeng Chong
1
-11
/
+11
2022-03-22
mm/vmalloc: eliminate an extra orig_gfp_mask
Uladzislau Rezki (Sony)
1
-6
/
+5
2022-03-22
mm/vmalloc: add adjust_search_size parameter
Uladzislau Rezki
1
-9
/
+28
2022-03-22
mm/vmalloc: Move draining areas out of caller context
Uladzislau Rezki (Sony)
1
-13
/
+17
2022-03-22
mm/vmalloc: remove unneeded function forward declaration
Miaohe Lin
1
-1
/
+0
2022-03-22
mm/sparse: make mminit_validate_memmodel_limits() static
Miaohe Lin
2
-12
/
+1
2022-03-22
mm/mremap:: use vma_lookup() instead of find_vma()
Miaohe Lin
1
-2
/
+2
2022-03-22
mm/mmap: remove obsolete comment in ksys_mmap_pgoff
Miaohe Lin
1
-2
/
+0
2022-03-22
mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK
Hugh Dickins
1
-0
/
+1
2022-03-22
mm/memory.c: use helper macro min and max in unmap_mapping_range_tree()
Miaohe Lin
1
-6
/
+2
2022-03-22
mm/memory.c: use helper function range_in_vma()
Miaohe Lin
1
-1
/
+1
2022-03-22
mm/mmap: return 1 from stack_guard_gap __setup() handler
Randy Dunlap
1
-1
/
+1
2022-03-22
mm: rework swap handling of zap_pte_range
Peter Xu
1
-15
/
+6
2022-03-22
mm: change zap_details.zap_mapping into even_cows
Peter Xu
1
-9
/
+7
2022-03-22
mm: rename zap_skip_check_mapping() to should_zap_page()
Peter Xu
1
-9
/
+8
2022-03-22
mm: don't skip swap entry even if zap_details specified
Peter Xu
1
-9
/
+31
2022-03-22
mm: replace multiple dcache flush with flush_dcache_folio()
Muchun Song
1
-6
/
+2
2022-03-22
mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_at...
Muchun Song
1
-0
/
+3
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: remove mmu_gathers storage from remaining architectures
Stafford Horne
3
-5
/
+0
2022-03-22
mm: merge pte_mkhuge() call into arch_make_huge_pte()
Anshuman Khandual
6
-6
/
+6
2022-03-22
selftests, x86: fix how check_cc.sh is being invoked
Guillaume Tucker
2
-6
/
+6
2022-03-22
memcg: enable accounting for tty-related objects
Vasily Averin
1
-1
/
+1
2022-03-22
mm: memcontrol: rename memcg_cache_id to memcg_kmem_id
Muchun Song
2
-6
/
+6
2022-03-22
mm: list_lru: rename list_lru_per_memcg to list_lru_memcg
Muchun Song
2
-10
/
+10
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
4
-243
/
+73
2022-03-22
mm: list_lru: rename memcg_drain_all_list_lrus to memcg_reparent_list_lrus
Muchun Song
3
-16
/
+16
2022-03-22
mm: list_lru: allocate list_lru_one only when needed
Muchun Song
3
-57
/
+77
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
4
-8
/
+18
2022-03-22
mm: dcache: use kmem_cache_alloc_lru() to allocate dentry
Muchun Song
1
-1
/
+2
2022-03-22
f2fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-2
/
+6
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
57
-57
/
+57
2022-03-22
fs: introduce alloc_inode_sb() to allocate filesystems specific inode
Muchun Song
3
-1
/
+18
2022-03-22
mm: introduce kmem_cache_alloc_lru
Muchun Song
9
-53
/
+198
2022-03-22
mm: list_lru: transpose the array of per-node per-memcg lru lists
Muchun Song
2
-137
/
+86
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...
Johannes Weiner
1
-6
/
+18
[next]