index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-22
mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()
Huang Ying
1
-2
/
+0
2017-03-20
mm/swap: don't BUG_ON() due to uninitialized swap slot cache
Linus Torvalds
1
-1
/
+1
2017-03-17
mm: add private lock to serialize memory hotplug operations
Heiko Carstens
1
-1
/
+5
2017-03-17
mm: don't warn when vmalloc() fails due to a fatal signal
Dmitry Vyukov
1
-1
/
+2
2017-03-17
z3fold: fix spinlock unlocking in page reclaim
Vitaly Wool
1
-0
/
+1
2017-03-15
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-5
/
+7
2017-03-13
mm, gup: fix typo in gup_p4d_range()
Kirill A. Shutemov
1
-1
/
+1
2017-03-10
Merge branch 'prep-for-5level'
Linus Torvalds
16
-104
/
+495
2017-03-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
8
-28
/
+117
2017-03-10
kasan: fix races in quarantine_remove_cache()
Dmitry Vyukov
1
-6
/
+36
2017-03-10
kasan: resched in quarantine_remove_cache()
Dmitry Vyukov
1
-1
/
+8
2017-03-10
mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
Tahsin Erdogan
1
-3
/
+8
2017-03-10
thp: fix another corner case of munlock() vs. THPs
Kirill A. Shutemov
1
-5
/
+4
2017-03-10
rmap: fix NULL-pointer dereference on THP munlocking
Kirill A. Shutemov
1
-6
/
+7
2017-03-10
mm/memblock.c: fix memblock_next_valid_pfn()
AKASHI Takahiro
1
-1
/
+4
2017-03-10
userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED
Andrea Arcangeli
1
-3
/
+41
2017-03-10
mm/cgroup: avoid panic when init with low memory
Laurent Dufour
1
-2
/
+5
2017-03-10
mm/vmstats: add thp_split_pud event for clarity
Yisheng Xie
2
-1
/
+4
2017-03-10
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-15
/
+28
2017-03-09
mm: introduce __p4d_alloc()
Kirill A. Shutemov
1
-0
/
+23
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
16
-104
/
+472
2017-03-08
mm, page_alloc: Add missing check for memory holes
Tony Luck
1
-1
/
+2
2017-03-08
bdi: Fix use-after-free in wb_congested_put()
Jan Kara
1
-15
/
+21
2017-03-08
block: Allow bdi re-registration
Jan Kara
1
-0
/
+7
2017-03-06
percpu: remove unused chunk_alloc parameter from pcpu_get_pages()
Tahsin Erdogan
1
-4
/
+3
2017-03-06
percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
Tahsin Erdogan
1
-1
/
+4
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
34
-11
/
+70
2017-03-03
statx: Add a system call to make enhanced file info available
David Howells
1
-3
/
+3
2017-03-03
sched/headers: Move task_struct::signal and task_struct::sighand types and ac...
Ingo Molnar
1
-1
/
+1
2017-03-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-3
/
+3
2017-03-02
Merge remote-tracking branch 'ovl/for-viro' into for-linus
Al Viro
2
-3
/
+3
2017-03-02
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...
Ingo Molnar
2
-0
/
+2
2017-03-02
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
3
-0
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
7
-0
/
+8
2017-03-02
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
2
-0
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
6
-1
/
+6
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
3
-0
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
4
-3
/
+4
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
5
-0
/
+5
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
14
-0
/
+14
2017-03-02
kasan, sched/headers: Uninline kasan_enable/disable_current()
Ingo Molnar
1
-0
/
+10
2017-03-02
mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...
Ingo Molnar
2
-6
/
+6
2017-03-01
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-4
/
+2
[next]