index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
mm/mmap.c: rb_parent is not necessary in __vma_link_list()
Wei Yang
2019-12-01
4
-9
/
+5
*
|
mm/mmap.c: extract __vma_unlink_list() as counterpart for __vma_link_list()
Wei Yang
2019-12-01
4
-18
/
+17
*
|
mm/mmap.c: __vma_unlink_prev() is not necessary now
Wei Yang
2019-12-01
1
-8
/
+1
*
|
mm/mmap.c: prev could be retrieved from vma->vm_prev
Wei Yang
2019-12-01
1
-13
/
+7
*
|
mm/swap.c: piggyback lru_add_drain_all() calls
Konstantin Khlebnikov
2019-12-01
1
-1
/
+15
*
|
mm/mmap.c: remove a never-triggered warning in __vma_adjust()
Wei Yang
2019-12-01
1
-2
/
+0
*
|
rss_stat: add support to detect RSS updates of external mm
Joel Fernandes (Google)
2019-12-01
1
-2
/
+2
*
|
mm: emit tracepoint when RSS changes
Joel Fernandes (Google)
2019-12-01
1
-0
/
+6
*
|
shmem: pin the file in shmem_fault() if mmap_sem is dropped
Kirill A. Shutemov
2019-12-01
1
-5
/
+6
*
|
mm: drop mmap_sem before calling balance_dirty_pages() in write fault
Johannes Weiner
2019-12-01
3
-32
/
+48
*
|
mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()
Shakeel Butt
2019-12-01
2
-121
/
+5
*
|
mm: memcontrol: try harder to set a new memory.high
Johannes Weiner
2019-12-01
1
-6
/
+24
*
|
mm: memcontrol: remove dead code from memory_max_write()
Johannes Weiner
2019-12-01
1
-3
/
+1
*
|
mm, memcg: clean up reclaim iter array
Yafang Shao
2019-12-01
1
-8
/
+3
*
|
mm/swap.c: trivial mark_page_accessed() cleanup
Fengguang Wu
2019-12-01
1
-4
/
+9
*
|
mm, swap: disallow swapon() on zoned block devices
Naohiro Aota
2019-12-01
1
-0
/
+7
*
|
mm/gup.c: fix comments of __get_user_pages() and get_user_pages_remote()
Liu Xiang
2019-12-01
1
-10
/
+22
*
|
mm/gup.c: allow CMA migration to propagate errors back to caller
zhong jiang
2019-12-01
1
-3
/
+5
*
|
mm/filemap.c: warn if stale pagecache is left after direct write
Konstantin Khlebnikov
2019-12-01
1
-3
/
+5
*
|
fs/direct-io.c: keep dio_warn_stale_pagecache() when CONFIG_BLOCK=n
Konstantin Khlebnikov
2019-12-01
1
-0
/
+21
*
|
mm/filemap.c: remove redundant cache invalidation after async direct-io write
Konstantin Khlebnikov
2019-12-01
1
-2
/
+4
*
|
mm/slub.c: clean up validate_slab()
Yu Zhao
2019-12-01
1
-13
/
+8
*
|
mm/slub.c: update comments
Yu Zhao
2019-12-01
1
-4
/
+2
*
|
mm: slub: print the offset of fault addresses
Miles Chen
2019-12-01
1
-3
/
+6
*
|
mm, slab_common: use enum kmalloc_cache_type to iterate over kmalloc caches
Pengfei Li
2019-12-01
1
-2
/
+3
*
|
mm, slab: remove unused kmalloc_size()
Pengfei Li
2019-12-01
2
-5
/
+5
*
|
mm, slab: make kmalloc_info[] contain all types of names
Pengfei Li
2019-12-01
3
-44
/
+51
*
|
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-11-30
3
-491
/
+591
|
\
\
|
*
|
mm/hmm: remove hmm_range_dma_map and hmm_range_dma_unmap
Christoph Hellwig
2019-11-23
1
-147
/
+0
|
*
|
mm/hmm: make full use of walk_page_range()
Ralph Campbell
2019-11-23
1
-64
/
+56
|
*
|
mm/hmm: remove hmm_mirror and related
Jason Gunthorpe
2019-11-23
2
-278
/
+8
|
*
|
mm/hmm: allow hmm_range to be used with a mmu_interval_notifier or hmm_mirror
Jason Gunthorpe
2019-11-23
1
-6
/
+19
|
*
|
mm/mmu_notifier: add an interval tree notifier
Jason Gunthorpe
2019-11-23
2
-26
/
+519
|
*
|
mm/mmu_notifier: define the header pre-processor parts even if disabled
Jason Gunthorpe
2019-11-12
1
-0
/
+13
|
*
|
mm/hmm: allow snapshot of the special zero page
Ralph Campbell
2019-10-29
1
-2
/
+8
*
|
|
Merge tag 'drm-vmwgfx-coherent-2019-11-29' of git://anongit.freedesktop.org/d...
Linus Torvalds
2019-11-30
4
-3
/
+415
|
\
\
\
|
*
\
\
Merge branch 'vmwgfx-coherent' of git://people.freedesktop.org/~thomash/linux...
Dave Airlie
2019-11-28
4
-3
/
+415
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
mm: Add write-protect and clean utilities for address space ranges
Thomas Hellstrom
2019-11-06
3
-0
/
+319
|
|
*
|
mm: Add a walk_page_mapping() function to the pagewalk code
Thomas Hellstrom
2019-11-06
1
-1
/
+93
|
|
*
|
mm: pagewalk: Take the pagetable lock in walk_pte_range()
Thomas Hellstrom
2019-11-06
1
-2
/
+3
|
|
|
/
*
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-26
1
-1
/
+1
|
\
\
\
|
*
|
|
locking/lockdep: Remove unused @nested argument from lock_release()
Qian Cai
2019-10-09
1
-1
/
+1
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-11-25
3
-7
/
+98
|
\
\
\
\
|
*
|
|
|
mm: Implement no-MMU variant of vmalloc_user_node_flags
Andrii Nakryiko
2019-11-25
1
-2
/
+13
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-22
2
-10
/
+20
|
|
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-20
1
-0
/
+20
|
|
\
\
\
\
\
|
|
*
|
|
|
|
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
1
-0
/
+20
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-16
9
-86
/
+95
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-09
7
-25
/
+61
|
|
\
\
\
\
\
\
\
|
|
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
/
/
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
uaccess: Add strict non-pagefault kernel-space read function
Daniel Borkmann
2019-11-02
1
-1
/
+24
[prev]
[next]