index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
kasan, slub: fix handling of kasan_slab_free hook
Andrey Konovalov
2018-04-11
1
-23
/
+34
*
mm/thp: don't count ZONE_MOVABLE as the target for freepage reserving
Joonsoo Kim
2018-04-11
1
-1
/
+9
*
mm/cma: remove ALLOC_CMA
Joonsoo Kim
2018-04-11
3
-29
/
+4
*
mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE
Joonsoo Kim
2018-04-11
3
-16
/
+125
*
mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request
Joonsoo Kim
2018-04-11
1
-11
/
+14
*
mm: unclutter THP migration
Michal Hocko
2018-04-11
4
-39
/
+34
*
mm, migrate: remove reason argument from new_page_t
Michal Hocko
2018-04-11
7
-29
/
+11
*
mm, numa: rework do_pages_move
Michal Hocko
2018-04-11
3
-175
/
+139
*
mm/swapfile.c: make pointer swap_avail_heads static
Colin Ian King
2018-04-11
1
-1
/
+1
*
memcg: fix per_node_info cleanup
Michal Hocko
2018-04-11
1
-0
/
+3
*
swap: divide-by-zero when zero length swap file on ssd
Tom Abraham
2018-04-11
1
-0
/
+4
*
mm: memcg: make sure memory.events is uptodate when waking pollers
Johannes Weiner
2018-04-11
2
-13
/
+17
*
mm/ksm.c: fix inconsistent accounting of zero pages
Claudio Imbrenda
2018-04-11
1
-0
/
+7
*
mm/z3fold.c: use gfpflags_allow_blocking
Matthew Wilcox
2018-04-11
1
-1
/
+1
*
z3fold: fix memory leak
Xidong Wang
2018-04-11
1
-2
/
+7
*
memcg, thp: do not invoke oom killer on thp charges
Michal Hocko
2018-04-11
3
-10
/
+5
*
mm/migrate: properly preserve write attribute in special migrate entry
Ralph Campbell
2018-04-11
1
-1
/
+2
*
sched/numa: avoid trapping faults and attempting migration of file-backed dir...
Mel Gorman
2018-04-11
2
-0
/
+16
*
mm/hmm.c: remove superfluous RCU protection around radix tree lookup
Tejun Heo
2018-04-11
1
-10
/
+2
*
mm/hmm: use device driver encoding for HMM pfn
Jérôme Glisse
2018-04-11
1
-41
/
+58
*
mm/hmm: change hmm_vma_fault() to allow write fault on page basis
Jérôme Glisse
2018-04-11
1
-33
/
+118
*
mm/hmm: factor out pte and pmd handling to simplify hmm_vma_walk_pmd()
Jérôme Glisse
2018-04-11
1
-72
/
+102
*
mm/hmm: move hmm_pfns_clear() closer to where it is used
Jérôme Glisse
2018-04-11
1
-8
/
+8
*
mm/hmm: rename HMM_PFN_DEVICE_UNADDRESSABLE to HMM_PFN_DEVICE_PRIVATE
Jérôme Glisse
2018-04-11
1
-1
/
+1
*
mm/hmm: do not differentiate between empty entry or missing directory
Jérôme Glisse
2018-04-11
1
-30
/
+15
*
mm/hmm: cleanup special vma handling (VM_SPECIAL)
Jérôme Glisse
2018-04-11
1
-20
/
+20
*
mm/hmm: use uint64_t for HMM pfn instead of defining hmm_pfn_t to ulong
Jérôme Glisse
2018-04-11
1
-13
/
+13
*
mm/hmm: remove HMM_PFN_READ flag and ignore peculiar architecture
Jérôme Glisse
2018-04-11
1
-10
/
+34
*
mm/hmm: use struct for hmm_vma_fault(), hmm_vma_get_pfns() parameters
Jérôme Glisse
2018-04-11
1
-50
/
+28
*
mm/hmm: hmm_pfns_bad() was accessing wrong struct
Jérôme Glisse
2018-04-11
1
-1
/
+2
*
mm/hmm: unregister mmu_notifier when last HMM client quit
Jérôme Glisse
2018-04-11
1
-3
/
+35
*
mm/hmm: HMM should have a callback before MM is destroyed
Ralph Campbell
2018-04-11
1
-1
/
+28
*
mm, vmscan, tracing: use pointer to reclaim_stat struct in trace event
Steven Rostedt
2018-04-11
1
-17
/
+1
*
mm/vmscan: don't mess with pgdat->flags in memcg reclaim
Andrey Ryabinin
2018-04-11
2
-37
/
+78
*
mm/vmscan: don't change pgdat state on base of a single LRU list state
Andrey Ryabinin
2018-04-11
1
-51
/
+75
*
mm/vmscan: remove redundant current_may_throttle() check
Andrey Ryabinin
2018-04-11
1
-1
/
+1
*
mm/vmscan: update stale comments
Andrey Ryabinin
2018-04-11
1
-5
/
+5
*
mm: treat indirectly reclaimable memory as free in overcommit logic
Roman Gushchin
2018-04-11
1
-0
/
+7
*
mm: treat indirectly reclaimable memory as available in MemAvailable
Roman Gushchin
2018-04-11
1
-0
/
+7
*
mm: introduce NR_INDIRECTLY_RECLAIMABLE_BYTES
Roman Gushchin
2018-04-11
1
-0
/
+1
*
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-07
1
-1
/
+1
|
\
|
*
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
1
-1
/
+1
|
|
\
|
|
*
mm: make memblock_alloc_base_nid() non-static
Nicholas Piggin
2018-03-30
1
-1
/
+1
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-04-06
40
-580
/
+874
|
\
\
\
|
*
|
|
mm,oom_reaper: check for MMF_OOM_SKIP before complaining
Tetsuo Handa
2018-04-05
1
-1
/
+2
|
*
|
|
mm/ksm: fix interaction with THP
Claudio Imbrenda
2018-04-05
1
-0
/
+28
|
*
|
|
mm/memblock.c: cast constant ULLONG_MAX to phys_addr_t
Stefan Agner
2018-04-05
1
-2
/
+2
|
*
|
|
headers: untangle kmemleak.h from mm.h
Randy Dunlap
2018-04-05
2
-0
/
+2
|
*
|
|
mm/page_isolation.c: make start_isolate_page_range() fail if already isolated
Mike Kravetz
2018-04-05
2
-5
/
+21
|
*
|
|
mm, oom: remove 3% bonus for CAP_SYS_ADMIN processes
David Rientjes
2018-04-05
1
-7
/
+0
[next]