index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-02
mm/gup: fix __get_user_pages() on fault retry of hugetlb
Peter Xu
1
-0
/
+10
2020-04-02
mm/gup: rename "nonblocking" to "locked" where proper
Peter Xu
2
-27
/
+25
2020-04-02
mm/vma: make is_vma_temporary_stack() available for general use
Anshuman Khandual
3
-17
/
+3
2020-04-02
mm/vma: move VM_NO_KHUGEPAGED into generic header
Anshuman Khandual
1
-2
/
+0
2020-04-02
mm/mapping_dirty_helpers: update huge page-table entry callbacks
Thomas Hellstrom
1
-4
/
+38
2020-04-02
mm: memcg: make memory.oom.group tolerable to task migration
Roman Gushchin
1
-0
/
+8
2020-04-02
mm, memcg: prevent mem_cgroup_protected store tearing
Chris Down
1
-4
/
+4
2020-04-02
mm, memcg: prevent memory.swap.max load tearing
Chris Down
1
-3
/
+4
2020-04-02
mm, memcg: prevent memory.min load/store tearing
Chris Down
2
-6
/
+8
2020-04-02
mm, memcg: prevent memory.low load/store tearing
Chris Down
1
-3
/
+5
2020-04-02
mm, memcg: prevent memory.max load tearing
Chris Down
1
-6
/
+6
2020-04-02
mm, memcg: prevent memory.high load/store tearing
Chris Down
1
-6
/
+7
2020-04-02
mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unused
Vincenzo Frascino
1
-1
/
+2
2020-04-02
memcg: css_tryget_online cleanups
Shakeel Butt
1
-5
/
+9
2020-04-02
mm: memcontrol: recursive memory.low protection
Johannes Weiner
1
-4
/
+47
2020-04-02
mm: memcontrol: clean up and document effective low/min calculations
Johannes Weiner
1
-92
/
+83
2020-04-02
mm: memcontrol: fix memory.low proportional distribution
Johannes Weiner
2
-13
/
+3
2020-04-02
mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()
Roman Gushchin
2
-22
/
+22
2020-04-02
mm: memcg/slab: cache page number in memcg_(un)charge_slab()
Roman Gushchin
1
-10
/
+12
2020-04-02
mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()
Roman Gushchin
2
-5
/
+5
2020-04-02
mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()
Roman Gushchin
2
-6
/
+6
2020-04-02
mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments
Roman Gushchin
1
-1
/
+1
2020-04-02
mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments
Roman Gushchin
2
-6
/
+4
2020-04-02
mm: memcg/slab: use mem_cgroup_from_obj()
Roman Gushchin
2
-14
/
+3
2020-04-02
mm/memcontrol.c: allocate shrinker_map on appropriate NUMA node
Kirill Tkhai
1
-2
/
+2
2020-04-02
mm, memcg: fix build error around the usage of kmem_caches
Yafang Shao
2
-2
/
+3
2020-04-02
mm/swap_state.c: use the same way to count page in [add_to|delete_from]_swap_...
Wei Yang
1
-1
/
+1
2020-04-02
mm: swap: use smp_mb__after_atomic() to order LRU bit set
Yang Shi
1
-2
/
+2
2020-04-02
mm: swap: make page_evictable() inline
Yang Shi
2
-23
/
+23
2020-04-02
mm/swap_slots.c: assign|reset cache slot by value directly
Wei Yang
1
-7
/
+5
2020-04-02
mm/swapfile: fix data races in try_to_unuse()
Qian Cai
1
-4
/
+4
2020-04-02
mm/swap.c: not necessary to export __pagevec_lru_add()
Wei Yang
1
-1
/
+0
2020-04-02
mm/swapfile.c: fix comments for swapcache_prepare
Chen Wandun
1
-1
/
+1
2020-04-02
mm/gup: fix omission of check on FOLL_LONGTERM in gup fast path
Pingfan Liu
1
-0
/
+8
2020-04-02
mm/gup: rename nr as nr_pinned in get_user_pages_fast()
Pingfan Liu
1
-13
/
+13
2020-04-02
mm/gup/writeback: add callbacks for inaccessible pages
Claudio Imbrenda
2
-4
/
+35
2020-04-02
mm: dump_page(): additional diagnostics for huge pinned pages
John Hubbard
1
-5
/
+16
2020-04-02
mm: improve dump_page() for compound pages
Matthew Wilcox (Oracle)
1
-10
/
+23
2020-04-02
mm/gup_benchmark: support pin_user_pages() and related calls
John Hubbard
1
-5
/
+66
2020-04-02
mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
John Hubbard
2
-0
/
+15
2020-04-02
mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
John Hubbard
4
-8
/
+84
2020-04-02
mm/gup: track FOLL_PIN pages
John Hubbard
3
-86
/
+309
2020-04-02
mm/gup: require FOLL_GET for get_user_pages_fast()
John Hubbard
1
-2
/
+17
2020-04-02
mm/gup: pass gup flags to two more routines
John Hubbard
1
-9
/
+10
2020-04-02
mm/gup: pass a flags arg to __gup_device_* functions
John Hubbard
1
-10
/
+18
2020-04-02
mm/gup: split get_user_pages_remote() into two routines
John Hubbard
1
-23
/
+33
2020-04-02
mm/filemap.c: rewrite pagecache_get_page documentation
Matthew Wilcox (Oracle)
1
-26
/
+23
2020-04-02
mm/filemap.c: unexport find_get_entry
Matthew Wilcox (Oracle)
1
-1
/
+0
2020-04-02
mm/page-writeback.c: use VM_BUG_ON_PAGE in clear_page_dirty_for_io
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-04-02
mm/filemap.c: use vm_fault error code directly
Matthew Wilcox (Oracle)
1
-1
/
+1
[prev]
[next]