index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
target
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
lkdtm: disable KASAN for rodata.o
Marco Elver
1
-0
/
+1
2020-12-15
kasan: update documentation for generic kasan
Walter Wu
1
-2
/
+3
2020-12-15
lib/test_kasan.c: add workqueue test case
Walter Wu
1
-0
/
+29
2020-12-15
kasan: print workqueue stack
Walter Wu
2
-5
/
+2
2020-12-15
workqueue: kasan: record workqueue stack
Walter Wu
1
-0
/
+3
2020-12-15
mm/vmalloc.c: fix kasan shadow poisoning size
Vincenzo Frascino
1
-1
/
+1
2020-12-15
docs/vm: remove unused 3 items explanation for /proc/vmstat
Alex Shi
1
-15
/
+0
2020-12-15
mm/vmalloc: Fix unlock order in s_stop()
Waiman Long
1
-2
/
+2
2020-12-15
mm/vmalloc.c: remove unnecessary return statement
Baolin Wang
1
-1
/
+0
2020-12-15
mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse
Alex Shi
1
-0
/
+1
2020-12-15
mm/vmalloc: rework the drain logic
Uladzislau Rezki (Sony)
2
-45
/
+53
2020-12-15
mm/vmalloc: use free_vm_area() if an allocation fails
Uladzislau Rezki (Sony)
1
-2
/
+1
2020-12-15
mm/vmalloc.c:__vmalloc_area_node(): avoid 32-bit overflow
Andrew Morton
1
-1
/
+3
2020-12-15
locking/selftests: add testcases for fs_reclaim
Daniel Vetter
1
-0
/
+47
2020-12-15
mm: extract might_alloc() debug check
Daniel Vetter
3
-8
/
+19
2020-12-15
mm: track mmu notifiers in fs_reclaim_acquire/release
Daniel Vetter
2
-18
/
+20
2020-12-15
mm: forbid splitting special mappings
Dmitry Safonov
6
-76
/
+16
2020-12-15
mremap: check if it's possible to split original vma
Dmitry Safonov
1
-1
/
+10
2020-12-15
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
5
-10
/
+11
2020-12-15
mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio
Dmitry Safonov
5
-5
/
+12
2020-12-15
mm/mremap: for MREMAP_DONTUNMAP check security_vm_enough_memory_mm()
Dmitry Safonov
1
-23
/
+13
2020-12-15
mm/mremap: account memory on do_munmap() failure
Dmitry Safonov
1
-1
/
+2
2020-12-15
mm: move free_unref_page to mm/internal.h
Matthew Wilcox (Oracle)
2
-2
/
+3
2020-12-15
sparc: fix handling of page table constructor failure
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-12-15
mm: mmap_lock: add tracepoints around lock acquisition
Axel Rasmussen
4
-6
/
+427
2020-12-15
mm/page_vma_mapped.c: add colon to fix kernel-doc markups error for check_pte
Alex Shi
1
-4
/
+5
2020-12-15
mm/mapping_dirty_helpers: enhance the kernel-doc markups
Alex Shi
1
-2
/
+4
2020-12-15
mm: cleanup: remove unused tsk arg from __access_remote_vm
John Hubbard
4
-13
/
+12
2020-12-15
x86: mremap speedup - Enable HAVE_MOVE_PUD
Kalesh Singh
1
-0
/
+1
2020-12-15
arm64: mremap speedup - enable HAVE_MOVE_PUD
Kalesh Singh
2
-0
/
+2
2020-12-15
mm: speedup mremap on 1GB or larger regions
Kalesh Singh
2
-40
/
+197
2020-12-15
kselftests: vm: add mremap tests
Kalesh Singh
4
-0
/
+357
2020-12-15
xen/unpopulated-alloc: consolidate pgmap manipulation
Dan Williams
1
-7
/
+7
2020-12-15
mm: memcontrol: account pagetables per node
Shakeel Butt
9
-14
/
+19
2020-12-15
mm: move lruvec stats update functions to vmstat.h
Shakeel Butt
3
-111
/
+121
2020-12-15
mm/memcg: remove incorrect comment
Alex Shi
1
-1
/
+0
2020-12-15
mm: memcontrol: sssign boolean values to a bool variable
Kaixu Xia
1
-2
/
+2
2020-12-15
mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state
Muchun Song
4
-15
/
+15
2020-12-15
mm: memcg: remove obsolete memcg_has_children()
Lukas Bulwahn
1
-13
/
+0
2020-12-15
mm/page_counter: use page_counter_read in page_counter_set_max
Hui Su
1
-2
/
+2
2020-12-15
cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy
Roman Gushchin
2
-22
/
+0
2020-12-15
docs: cgroup-v1: reflect the deprecation of the non-hierarchical mode
Roman Gushchin
2
-32
/
+16
2020-12-15
mm: memcg: deprecate the non-hierarchical mode
Roman Gushchin
3
-89
/
+13
2020-12-15
mm: memcg: fix obsolete code comments
Roman Gushchin
2
-10
/
+2
2020-12-15
mm/memcg: update page struct member in comments
Alex Shi
1
-2
/
+2
2020-12-15
mm/rmap: always do TTU_IGNORE_ACCESS
Shakeel Butt
7
-27
/
+11
2020-12-15
mm: memcg/slab: fix use after free in obj_cgroup_charge
Muchun Song
1
-1
/
+3
2020-12-15
mm: memcg/slab: fix return of child memcg objcg for root memcg
Muchun Song
1
-0
/
+1
2020-12-15
mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
Miaohe Lin
1
-7
/
+2
2020-12-15
mm: memcontrol: remove unused mod_memcg_obj_state()
Muchun Song
3
-19
/
+2
[next]