index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
Kirill A. Shutemov
2017-03-18
2
-6
/
+6
*
mm/gup: Provide callback to check if __GUP_fast() is allowed for the range
Kirill A. Shutemov
2017-03-18
1
-3
/
+21
*
mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...
Kirill A. Shutemov
2017-03-18
1
-2
/
+85
*
mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()
Kirill A. Shutemov
2017-03-18
1
-0
/
+5
*
mm/gup: Move page table entry dereference into helper function
Kirill A. Shutemov
2017-03-18
1
-8
/
+12
*
mm/gup: Move permission checks into helpers
Kirill A. Shutemov
2017-03-18
1
-5
/
+10
*
mm/gup: Drop the arch_pte_access_permitted() MMU callback
Kirill A. Shutemov
2017-03-18
1
-3
/
+0
*
x86/mm: Correct fixmap header usage on adaptable MODULES_END
Thomas Garnier
2017-03-18
1
-4
/
+0
*
Merge branch 'linus' into x86/mm, to pick up a bugfix
Ingo Molnar
2017-03-17
3
-6
/
+8
|
\
|
*
Merge branch 'for-4.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-03-14
2
-5
/
+7
|
|
\
|
|
*
percpu: remove unused chunk_alloc parameter from pcpu_get_pages()
Tahsin Erdogan
2017-03-06
1
-4
/
+3
|
|
*
percpu: acquire pcpu_lock when updating pcpu_nr_empty_pop_pages
Tahsin Erdogan
2017-03-06
1
-1
/
+4
|
*
|
mm, gup: fix typo in gup_p4d_range()
Kirill A. Shutemov
2017-03-13
1
-1
/
+1
*
|
|
x86/mm: Adapt MODULES_END based on fixmap section size
Thomas Garnier
2017-03-16
1
-0
/
+4
|
/
/
*
|
Merge branch 'prep-for-5level'
Linus Torvalds
2017-03-10
16
-104
/
+495
|
\
\
|
*
|
mm: introduce __p4d_alloc()
Kirill A. Shutemov
2017-03-09
1
-0
/
+23
|
*
|
mm: convert generic code to 5-level paging
Kirill A. Shutemov
2017-03-09
16
-104
/
+472
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-03-10
8
-28
/
+117
|
\
\
\
|
*
|
|
kasan: fix races in quarantine_remove_cache()
Dmitry Vyukov
2017-03-10
1
-6
/
+36
|
*
|
|
kasan: resched in quarantine_remove_cache()
Dmitry Vyukov
2017-03-10
1
-1
/
+8
|
*
|
|
mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
Tahsin Erdogan
2017-03-10
1
-3
/
+8
|
*
|
|
thp: fix another corner case of munlock() vs. THPs
Kirill A. Shutemov
2017-03-10
1
-5
/
+4
|
*
|
|
rmap: fix NULL-pointer dereference on THP munlocking
Kirill A. Shutemov
2017-03-10
1
-6
/
+7
|
*
|
|
mm/memblock.c: fix memblock_next_valid_pfn()
AKASHI Takahiro
2017-03-10
1
-1
/
+4
|
*
|
|
userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED
Andrea Arcangeli
2017-03-10
1
-3
/
+41
|
*
|
|
mm/cgroup: avoid panic when init with low memory
Laurent Dufour
2017-03-10
1
-2
/
+5
|
*
|
|
mm/vmstats: add thp_split_pud event for clarity
Yisheng Xie
2017-03-10
2
-1
/
+4
|
|
/
/
*
|
|
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-03-10
1
-15
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bdi: Fix use-after-free in wb_congested_put()
Jan Kara
2017-03-08
1
-15
/
+21
|
*
|
block: Allow bdi re-registration
Jan Kara
2017-03-08
1
-0
/
+7
|
|
/
*
/
mm, page_alloc: Add missing check for memory holes
Tony Luck
2017-03-08
1
-1
/
+2
|
/
*
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-03-03
1
-3
/
+3
|
\
|
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-03
1
-3
/
+3
*
|
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-03-03
34
-11
/
+70
|
\
\
|
|
/
|
/
|
|
*
sched/headers: Move task_struct::signal and task_struct::sighand types and ac...
Ingo Molnar
2017-03-03
1
-1
/
+1
|
*
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
*
sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sc...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
*
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...
Ingo Molnar
2017-03-02
2
-0
/
+2
|
*
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
*
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
3
-0
/
+3
|
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
7
-0
/
+8
|
*
sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
2017-03-02
2
-0
/
+2
|
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
6
-1
/
+6
|
*
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
|
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
3
-0
/
+3
|
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
|
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
4
-3
/
+4
|
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
5
-0
/
+5
|
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
14
-0
/
+14
[next]