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
2016-03-15
mm, tracing: unify mm flags handling in tracepoints and printk
Vlastimil Babka
1
-77
/
+11
2016-03-15
mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...
Mel Gorman
1
-0
/
+49
2016-03-15
mm: filemap: remove redundant code in do_read_cache_page
Mel Gorman
1
-31
/
+12
2016-03-15
mm/debug_pagealloc: ask users for default setting of debug_pagealloc
Christian Borntraeger
2
-3
/
+21
2016-03-15
mm/page-writeback: fix dirty_ratelimit calculation
Andrey Ryabinin
1
-5
/
+6
2016-03-15
mm/page_alloc.c: rework code layout in memmap_init_zone()
Andrew Morton
1
-41
/
+38
2016-03-15
mm/page_alloc.c: introduce kernelcore=mirror option
Taku Izumi
1
-6
/
+108
2016-03-15
mm/page_alloc.c: calculate zone_start_pfn at zone_spanned_pages_in_node()
Taku Izumi
1
-11
/
+29
2016-03-15
mm/slub: support left redzone
Joonsoo Kim
1
-29
/
+71
2016-03-15
slub: relax CMPXCHG consistency restrictions
Laura Abbott
1
-3
/
+9
2016-03-15
slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKS
Laura Abbott
2
-37
/
+62
2016-03-15
slub: fix/clean free_debug_processing return paths
Laura Abbott
1
-11
/
+10
2016-03-15
slub: drop lock at the end of free_debug_processing
Laura Abbott
1
-14
/
+11
2016-03-15
mm/slab: re-implement pfmemalloc support
Joonsoo Kim
1
-168
/
+116
2016-03-15
mm/slab: avoid returning values by reference
Joonsoo Kim
1
-5
/
+8
2016-03-15
mm/slab: introduce new slab management type, OBJFREELIST_SLAB
Joonsoo Kim
1
-8
/
+86
2016-03-15
mm/slab: factor out debugging initialization in cache_init_objs()
Joonsoo Kim
1
-6
/
+18
2016-03-15
mm/slab: factor out slab list fixup code
Joonsoo Kim
1
-12
/
+13
2016-03-15
mm/slab: make criteria for off slab determination robust and simple
Joonsoo Kim
1
-28
/
+17
2016-03-15
mm/slab: do not change cache size if debug pagealloc isn't possible
Joonsoo Kim
1
-4
/
+11
2016-03-15
mm/slab: clean up cache type determination
Joonsoo Kim
1
-34
/
+71
2016-03-15
mm/slab: align cache size first before determination of OFF_SLAB candidate
Joonsoo Kim
1
-11
/
+15
2016-03-15
mm/slab: put the freelist at the end of slab page
Joonsoo Kim
1
-68
/
+22
2016-03-15
mm/slab: remove object status buffer for DEBUG_SLAB_LEAK
Joonsoo Kim
1
-32
/
+2
2016-03-15
mm/slab: alternative implementation for DEBUG_SLAB_LEAK
Joonsoo Kim
1
-22
/
+63
2016-03-15
mm/slab: clean up DEBUG_PAGEALLOC processing code
Joonsoo Kim
1
-48
/
+49
2016-03-15
mm/slab: use more appropriate condition check for debug_pagealloc
Joonsoo Kim
1
-3
/
+1
2016-03-15
mm/slab: activate debug_pagealloc in SLAB when it is actually enabled
Joonsoo Kim
1
-5
/
+10
2016-03-15
mm/slab: remove the checks for slab implementation bug
Joonsoo Kim
1
-22
/
+7
2016-03-15
mm/slab: remove useless structure define
Joonsoo Kim
1
-10
/
+1
2016-03-15
mm/slab: fix stale code comment
Joonsoo Kim
1
-1
/
+1
2016-03-15
mm: fix some spelling
Jesper Dangaard Brouer
1
-1
/
+1
2016-03-15
mm: new API kfree_bulk() for SLAB+SLUB allocators
Jesper Dangaard Brouer
3
-6
/
+28
2016-03-15
slab: implement bulk free in SLAB allocator
Jesper Dangaard Brouer
1
-6
/
+23
2016-03-15
slab: avoid running debug SLAB code with IRQs disabled for alloc_bulk
Jesper Dangaard Brouer
1
-3
/
+13
2016-03-15
slab: implement bulk alloc in SLAB allocator
Jesper Dangaard Brouer
1
-2
/
+35
2016-03-15
slab: use slab_post_alloc_hook in SLAB allocator shared with SLUB
Jesper Dangaard Brouer
1
-16
/
+6
2016-03-15
mm: kmemcheck skip object if slab allocation failed
Jesper Dangaard Brouer
1
-0
/
+3
2016-03-15
slab: use slab_pre_alloc_hook in SLAB allocator shared with SLUB
Jesper Dangaard Brouer
1
-12
/
+4
2016-03-15
mm: fault-inject take over bootstrap kmem_cache check
Jesper Dangaard Brouer
3
-14
/
+12
2016-03-15
mm/slab: move SLUB alloc hooks to common mm/slab.h
Jesper Dangaard Brouer
2
-54
/
+62
2016-03-15
slub: clean up code for kmem cgroup support to kmem_cache_free_bulk
Jesper Dangaard Brouer
1
-11
/
+11
2016-03-14
Merge branch 'core-resources-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-1
/
+1
2016-03-11
mm/mempool: avoid KASAN marking mempool poison checks as use-after-free
Matthew Dawson
1
-1
/
+1
2016-03-09
mm/hugetlb: use EOPNOTSUPP in hugetlb sysctl handlers
Jan Stancek
1
-2
/
+2
2016-03-09
mm, thp: fix migration of PTE-mapped transparent huge pages
Kirill A. Shutemov
1
-1
/
+1
2016-03-09
kasan: add functions to clear stack poison
Mark Rutland
1
-0
/
+20
2016-03-09
mm: __delete_from_page_cache show Bad page if mapped
Hugh Dickins
1
-1
/
+24
2016-03-09
mm/hugetlb: hugetlb_no_page: rate-limit warning message
Geoffrey Thomas
1
-1
/
+1
2016-03-04
Merge tag 'v4.5-rc6' into core/resources, to resolve conflict
Ingo Molnar
25
-215
/
+307
[next]