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/page_alloc.c: use helper function zone_spans_pfn()
Miaohe Lin
2021-11-06
1
-1
/
+1
*
mm/page_alloc.c: fix obsolete comment in free_pcppages_bulk()
Miaohe Lin
2021-11-06
1
-7
/
+1
*
mm/page_alloc.c: simplify the code by using macro K()
Miaohe Lin
2021-11-06
1
-7
/
+5
*
mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()
Miaohe Lin
2021-11-06
1
-3
/
+1
*
mm/large system hash: avoid possible NULL deref in alloc_large_system_hash
Eric Dumazet
2021-11-06
1
-1
/
+2
*
lib/test_vmalloc.c: use swap() to make code cleaner
Changcheng Deng
2021-11-06
1
-4
/
+2
*
mm/vmalloc: introduce alloc_pages_bulk_array_mempolicy to accelerate memory a...
Chen Wandun
2021-11-06
3
-4
/
+102
*
mm/vmalloc: be more explicit about supported gfp flags
Michal Hocko
2021-11-06
1
-2
/
+10
*
kasan: arm64: fix pcpu_page_first_chunk crash with KASAN_VMALLOC
Kefeng Wang
2021-11-06
4
-0
/
+28
*
arm64: support page mapping percpu first chunk allocator
Kefeng Wang
2021-11-06
2
-10
/
+76
*
vmalloc: choose a better start address in vm_area_register_early()
Kefeng Wang
2021-11-06
1
-6
/
+12
*
vmalloc: back off when the current task is OOM-killed
Vasily Averin
2021-11-06
1
-0
/
+3
*
mm/vmalloc: check various alignments when debugging
Uladzislau Rezki (Sony)
2021-11-06
1
-4
/
+4
*
mm/vmalloc: do not adjust the search size for alignment overhead
Uladzislau Rezki (Sony)
2021-11-06
1
-9
/
+13
*
mm/vmalloc: make sure to dump unpurged areas in /proc/vmallocinfo
Eric Dumazet
2021-11-06
1
-1
/
+2
*
mm/vmalloc: make show_numa_info() aware of hugepage mappings
Eric Dumazet
2021-11-06
1
-3
/
+3
*
mm/vmalloc: don't allow VM_NO_GUARD on vmap()
Peter Zijlstra
2021-11-06
2
-1
/
+8
*
mm/vmalloc: repair warn_alloc()s in __vmalloc_area_node()
Vasily Averin
2021-11-06
1
-3
/
+4
*
mm: mmap_lock: use DECLARE_EVENT_CLASS and DEFINE_EVENT_FN
Gang Li
2021-11-06
1
-32
/
+12
*
mm: mmap_lock: remove redundant newline in TP_printk
Gang Li
2021-11-06
1
-3
/
+3
*
include/linux/io-mapping.h: remove fallback for writecombine
Lucas De Marchi
2021-11-06
1
-6
/
+0
*
mm/mremap: don't account pages in vma_to_resize()
Dmitry Safonov
2021-11-06
1
-28
/
+22
*
mm/mprotect.c: avoid repeated assignment in do_mprotect_pkey()
Liu Song
2021-11-06
1
-1
/
+4
*
memory: remove unused CONFIG_MEM_BLOCK_SIZE
Lukas Bulwahn
2021-11-06
1
-1
/
+0
*
Documentation: update pagemap with shmem exceptions
Tiberiu A Georgescu
2021-11-06
1
-0
/
+22
*
mm: remove redundant smp_wmb()
Qi Zheng
2021-11-06
2
-30
/
+24
*
mm: introduce pmd_install() helper
Qi Zheng
2021-11-06
3
-27
/
+19
*
mm: add zap_skip_check_mapping() helper
Peter Xu
2021-11-06
2
-24
/
+21
*
mm: drop first_index/last_index in zap_details
Peter Xu
2021-11-06
2
-15
/
+18
*
mm: clear vmf->pte after pte_unmap_same() returns
Peter Xu
2021-11-06
1
-6
/
+6
*
mm/shmem: unconditionally set pte dirty in mfill_atomic_install_pte
Peter Xu
2021-11-06
2
-3
/
+1
*
mm/memory.c: avoid unnecessary kernel/user pointer conversion
Amit Daniel Kachhap
2021-11-06
1
-3
/
+1
*
mm: use __pfn_to_section() instead of open coding it
Rolf Eike Beer
2021-11-06
1
-2
/
+2
*
mm/mmap.c: fix a data race of mm->total_vm
Peng Liu
2021-11-06
2
-2
/
+2
*
memcg: prohibit unconditional exceeding the limit of dying tasks
Vasily Averin
2021-11-06
1
-19
/
+8
*
mm, oom: do not trigger out_of_memory from the #PF
Michal Hocko
2021-11-06
1
-14
/
+8
*
mm, oom: pagefault_out_of_memory: don't force global OOM for dying tasks
Vasily Averin
2021-11-06
1
-0
/
+3
*
mm: list_lru: only add memcg-aware lrus to the global lru list
Muchun Song
2021-11-06
1
-19
/
+16
*
mm: memcontrol: remove the kmem states
Muchun Song
2021-11-06
2
-12
/
+2
*
mm: memcontrol: remove kmemcg_id reparenting
Muchun Song
2021-11-06
1
-15
/
+4
*
mm: list_lru: fix the return value of list_lru_count_one()
Muchun Song
2021-11-06
1
-1
/
+4
*
mm: list_lru: remove holding lru lock
Muchun Song
2021-11-06
1
-11
/
+0
*
memcg, kmem: further deprecate kmem.limit_in_bytes
Shakeel Butt
2021-11-06
2
-43
/
+7
*
mm/list_lru.c: prefer struct_size over open coded arithmetic
Len Baker
2021-11-06
1
-4
/
+3
*
mm/memcg: remove obsolete memcg_free_kmem()
Waiman Long
2021-11-06
1
-11
/
+3
*
memcg: unify memcg stat flushing
Shakeel Butt
2021-11-06
1
-9
/
+10
*
memcg: flush stats only if updated
Shakeel Butt
2021-11-06
1
-23
/
+55
*
mm/memcg: drop swp_entry_t* in mc_handle_file_pte()
Peter Xu
2021-11-06
1
-2
/
+2
*
mm: optimise put_pages_list()
Matthew Wilcox (Oracle)
2021-11-06
1
-7
/
+16
*
mm/swapfile: fix an integer overflow in swap_show()
Rafael Aquini
2021-11-06
1
-2
/
+2
[next]