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
2018-05-18
mm: don't allow deferred pages with NEED_PER_CPU_KM
Pavel Tatashin
1
-0
/
+1
2018-05-17
proc: do not access cmdline nor environ from file-backed areas
Willy Tarreau
1
-0
/
+3
2018-05-16
proc: introduce proc_create_seq_private
Christoph Hellwig
1
-15
/
+3
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
2
-57
/
+10
2018-05-14
mempool: Add mempool_init()/mempool_exit()
Kent Overstreet
1
-27
/
+81
2018-05-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-73
/
+106
2018-05-11
mm, oom: fix concurrent munlock and oom reaper unmap, v3
David Rientjes
2
-56
/
+69
2018-05-11
mm: migrate: fix double call of radix_tree_replace_slot()
Naoya Horiguchi
1
-3
/
+1
2018-05-11
mm: don't show nr_indirectly_reclaimable in /proc/vmstat
Roman Gushchin
1
-1
/
+5
2018-05-11
mm: sections are not offlined during memory hotremove
Pavel Tatashin
1
-1
/
+1
2018-05-11
z3fold: fix reclaim lock-ups
Vitaly Wool
1
-12
/
+30
2018-05-11
mmap: introduce sane default mmap limits
Linus Torvalds
1
-0
/
+32
2018-05-09
arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbol
Christoph Hellwig
1
-1
/
+1
2018-05-04
Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2018-05-03
bdi: Fix use after free bug in debugfs_remove()
Tetsuo Handa
1
-0
/
+1
2018-05-03
bdi: wake up concurrent wb_shutdown() callers.
Tetsuo Handa
1
-1
/
+1
2018-04-27
mm/ksm: docs: extend overview comment and make it "DOC:"
Mike Rapoport
1
-1
/
+18
2018-04-27
Merge tag 'v4.17-rc2' into docs-next
Jonathan Corbet
7
-23
/
+57
2018-04-27
docs/admin-guide/mm: start moving here files from Documentation/vm
Mike Rapoport
1
-2
/
+3
2018-04-25
x86/pti: Filter at vma->vm_page_prot population
Dave Hansen
1
-1
/
+10
2018-04-20
mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
Matthew Wilcox
1
-5
/
+4
2018-04-20
mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()
Minchan Kim
1
-1
/
+1
2018-04-20
mm: enable thp migration for shmem thp
Naoya Horiguchi
3
-7
/
+20
2018-04-20
writeback: safer lock nesting
Greg Thelen
1
-9
/
+9
2018-04-20
mm: fix do_pages_move status handling
Michal Hocko
1
-0
/
+3
2018-04-16
Merge branch 'mm-rst' into docs-next
Jonathan Corbet
10
-17
/
+17
2018-04-16
docs/vm: rename documentation files to .rst
Mike Rapoport
10
-17
/
+17
2018-04-16
mm,vmscan: Allow preallocating memory for register_shrinker().
Tetsuo Handa
1
-1
/
+20
2018-04-13
mm, slab: reschedule cache_reap() on the same CPU
Vlastimil Babka
1
-1
/
+2
2018-04-13
mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU
Arnd Bergmann
1
-1
/
+5
2018-04-13
mm/gup.c: document return value
Michael S. Tsirkin
2
-3
/
+7
2018-04-13
get_user_pages_fast(): return -EFAULT on access_ok failure
Michael S. Tsirkin
1
-1
/
+4
2018-04-13
mm/gup_benchmark: handle gup failures
Michael S. Tsirkin
1
-1
/
+3
2018-04-11
page cache: use xa_lock
Matthew Wilcox
13
-185
/
+176
2018-04-11
xen, mm: allow deferred page initialization for xen pv domains
Pavel Tatashin
1
-4
/
+0
2018-04-11
mm: introduce MAP_FIXED_NOREPLACE
Michal Hocko
1
-0
/
+11
2018-04-11
exec: pass stack rlimit into mm layout functions
Kees Cook
1
-1
/
+1
2018-04-11
kasan, slub: fix handling of kasan_slab_free hook
Andrey Konovalov
1
-23
/
+34
2018-04-11
mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving
Joonsoo Kim
1
-1
/
+9
2018-04-11
mm/cma: remove ALLOC_CMA
Joonsoo Kim
3
-29
/
+4
2018-04-11
mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
Joonsoo Kim
3
-16
/
+125
2018-04-11
mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
Joonsoo Kim
1
-11
/
+14
2018-04-11
mm: unclutter THP migration
Michal Hocko
4
-39
/
+34
2018-04-11
mm, migrate: remove reason argument from new_page_t
Michal Hocko
7
-29
/
+11
2018-04-11
mm, numa: rework do_pages_move
Michal Hocko
3
-175
/
+139
2018-04-11
mm/swapfile.c: make pointer swap_avail_heads static
Colin Ian King
1
-1
/
+1
2018-04-11
memcg: fix per_node_info cleanup
Michal Hocko
1
-0
/
+3
2018-04-11
swap: divide-by-zero when zero length swap file on ssd
Tom Abraham
1
-0
/
+4
2018-04-11
mm: memcg: make sure memory.events is uptodate when waking pollers
Johannes Weiner
2
-13
/
+17
2018-04-11
mm/ksm.c: fix inconsistent accounting of zero pages
Claudio Imbrenda
1
-0
/
+7
[prev]
[next]