index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmalloc.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
mm/vmalloc: don't allow VM_NO_GUARD on vmap()
Peter Zijlstra
2
-1
/
+8
2021-11-06
mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()
Vasily Averin
1
-3
/
+4
2021-11-06
mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FN
Gang Li
1
-32
/
+12
2021-11-06
mm: mmap_lock: remove redundant newline in TP_printk
Gang Li
1
-3
/
+3
2021-11-06
include/linux/io-mapping.h: remove fallback for writecombine
Lucas De Marchi
1
-6
/
+0
2021-11-06
mm/mremap: don't account pages in vma_to_resize()
Dmitry Safonov
1
-28
/
+22
2021-11-06
mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()
Liu Song
1
-1
/
+4
2021-11-06
memory: remove unused CONFIG_MEM_BLOCK_SIZE
Lukas Bulwahn
1
-1
/
+0
2021-11-06
Documentation: update pagemap with shmem exceptions
Tiberiu A Georgescu
1
-0
/
+22
2021-11-06
mm: remove redundant smp_wmb()
Qi Zheng
2
-30
/
+24
2021-11-06
mm: introduce pmd_install() helper
Qi Zheng
3
-27
/
+19
2021-11-06
mm: add zap_skip_check_mapping() helper
Peter Xu
2
-24
/
+21
2021-11-06
mm: drop first_index/last_index in zap_details
Peter Xu
2
-15
/
+18
2021-11-06
mm: clear vmf->pte after pte_unmap_same() returns
Peter Xu
1
-6
/
+6
2021-11-06
mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte
Peter Xu
2
-3
/
+1
2021-11-06
mm/memory.c: avoid unnecessary kernel/user pointer conversion
Amit Daniel Kachhap
1
-3
/
+1
2021-11-06
mm: use __pfn_to_section() instead of open coding it
Rolf Eike Beer
1
-2
/
+2
2021-11-06
mm/mmap.c: fix a data race of mm->total_vm
Peng Liu
2
-2
/
+2
2021-11-06
memcg: prohibit unconditional exceeding the limit of dying tasks
Vasily Averin
1
-19
/
+8
2021-11-06
mm, oom: do not trigger out_of_memory from the #PF
Michal Hocko
1
-14
/
+8
2021-11-06
mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
Vasily Averin
1
-0
/
+3
2021-11-06
mm: list_lru: only add memcg-aware lrus to the global lru list
Muchun Song
1
-19
/
+16
2021-11-06
mm: memcontrol: remove the kmem states
Muchun Song
2
-12
/
+2
2021-11-06
mm: memcontrol: remove kmemcg_id reparenting
Muchun Song
1
-15
/
+4
2021-11-06
mm: list_lru: fix the return value of list_lru_count_one()
Muchun Song
1
-1
/
+4
2021-11-06
mm: list_lru: remove holding lru lock
Muchun Song
1
-11
/
+0
2021-11-06
memcg, kmem: further deprecate kmem.limit_in_bytes
Shakeel Butt
2
-43
/
+7
2021-11-06
mm/list_lru.c: prefer struct_size over open coded arithmetic
Len Baker
1
-4
/
+3
2021-11-06
mm/memcg: remove obsolete memcg_free_kmem()
Waiman Long
1
-11
/
+3
2021-11-06
memcg: unify memcg stat flushing
Shakeel Butt
1
-9
/
+10
2021-11-06
memcg: flush stats only if updated
Shakeel Butt
1
-23
/
+55
2021-11-06
mm/memcg: drop swp_entry_t* in mc_handle_file_pte()
Peter Xu
1
-2
/
+2
2021-11-06
mm: optimise put_pages_list()
Matthew Wilcox (Oracle)
1
-7
/
+16
2021-11-06
mm/swapfile: fix an integer overflow in swap_show()
Rafael Aquini
1
-2
/
+2
2021-11-06
mm/swapfile: remove needless request_queue NULL pointer check
Xu Wang
1
-1
/
+1
2021-11-06
mm/gup: further simplify __gup_device_huge()
John Hubbard
1
-4
/
+1
2021-11-06
mm: move more expensive part of XA setup out of mapping check
Jens Axboe
1
-18
/
+25
2021-11-06
mm/filemap.c: remove bogus VM_BUG_ON
Matthew Wilcox (Oracle)
1
-1
/
+0
2021-11-06
mm: don't read i_size of inode unless we need it
Jens Axboe
1
-4
/
+3
2021-11-06
mm: simplify bdi refcounting
Christoph Hellwig
2
-8
/
+8
2021-11-06
mm: don't automatically unregister bdis
Christoph Hellwig
1
-2
/
+1
2021-11-06
fs: explicitly unregister per-superblock BDIs
Christoph Hellwig
2
-0
/
+4
2021-11-06
mtd: call bdi_unregister explicitly
Christoph Hellwig
1
-0
/
+1
2021-11-06
mm: export bdi_unregister
Christoph Hellwig
1
-0
/
+1
2021-11-06
mm: stop filemap_read() from grabbing a superfluous page
David Howells
1
-0
/
+3
2021-11-06
mm/page_ext.c: fix a comment
Yinan Zhang
1
-1
/
+1
2021-11-06
percpu: add __alloc_size attributes for better bounds checking
Kees Cook
1
-3
/
+3
2021-11-06
mm/page_alloc: add __alloc_size attributes for better bounds checking
Kees Cook
1
-2
/
+2
2021-11-06
mm/vmalloc: add __alloc_size attributes for better bounds checking
Kees Cook
1
-11
/
+11
2021-11-06
mm/kvmalloc: add __alloc_size attributes for better bounds checking
Kees Cook
1
-8
/
+8
[prev]
[next]