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
2017-03-22
bdi: Rename cgwb_bdi_destroy() to cgwb_bdi_unregister()
Jan Kara
1
-3
/
+3
2017-03-22
bdi: Do not wait for cgwbs release in bdi_unregister()
Jan Kara
1
-21
/
+1
2017-03-22
bdi: Shutdown writeback on all cgwbs in cgwb_bdi_destroy()
Jan Kara
1
-0
/
+22
2017-03-22
bdi: Unify bdi->wb_list handling for root wb_writeback
Jan Kara
1
-6
/
+28
2017-03-22
bdi: Make wb->bdi a proper reference
Jan Kara
1
-2
/
+11
2017-03-22
bdi: Mark congested->bdi as internal
Jan Kara
1
-5
/
+5
2017-03-21
mm, swap: Remove WARN_ON_ONCE() in free_swap_slot()
Huang Ying
1
-2
/
+0
2017-03-19
mm/swap: don't BUG_ON() due to uninitialized swap slot cache
Linus Torvalds
1
-1
/
+1
2017-03-18
x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
Kirill A. Shutemov
2
-6
/
+6
2017-03-18
mm/gup: Provide callback to check if __GUP_fast() is allowed for the range
Kirill A. Shutemov
1
-3
/
+21
2017-03-18
mm/gup: Implement the dev_pagemap() logic in the generic get_user_pages_fast(...
Kirill A. Shutemov
1
-2
/
+85
2017-03-18
mm/gup: Mark all pages PageReferenced in generic get_user_pages_fast()
Kirill A. Shutemov
1
-0
/
+5
2017-03-18
mm/gup: Move page table entry dereference into helper function
Kirill A. Shutemov
1
-8
/
+12
2017-03-18
mm/gup: Move permission checks into helpers
Kirill A. Shutemov
1
-5
/
+10
2017-03-18
mm/gup: Drop the arch_pte_access_permitted() MMU callback
Kirill A. Shutemov
1
-3
/
+0
2017-03-18
x86/mm: Correct fixmap header usage on adaptable MODULES_END
Thomas Garnier
1
-4
/
+0
2017-03-17
Merge branch 'linus' into x86/mm, to pick up a bugfix
Ingo Molnar
3
-6
/
+8
2017-03-16
mm: add private lock to serialize memory hotplug operations
Heiko Carstens
1
-1
/
+5
2017-03-16
mm: don't warn when vmalloc() fails due to a fatal signal
Dmitry Vyukov
1
-1
/
+2
2017-03-16
z3fold: fix spinlock unlocking in page reclaim
Vitaly Wool
1
-0
/
+1
2017-03-16
locking/lockdep: Handle statically initialized PER_CPU locks properly
Thomas Gleixner
1
-14
/
+23
2017-03-16
x86/mm: Adapt MODULES_END based on fixmap section size
Thomas Garnier
1
-0
/
+4
2017-03-14
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-09
kasan: fix races in quarantine_remove_cache()
Dmitry Vyukov
1
-6
/
+36
2017-03-09
kasan: resched in quarantine_remove_cache()
Dmitry Vyukov
1
-1
/
+8
2017-03-09
mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
Tahsin Erdogan
1
-3
/
+8
2017-03-09
thp: fix another corner case of munlock() vs. THPs
Kirill A. Shutemov
1
-5
/
+4
2017-03-09
rmap: fix NULL-pointer dereference on THP munlocking
Kirill A. Shutemov
1
-6
/
+7
2017-03-09
mm/memblock.c: fix memblock_next_valid_pfn()
AKASHI Takahiro
1
-1
/
+4
2017-03-09
userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED
Andrea Arcangeli
1
-3
/
+41
2017-03-09
mm/cgroup: avoid panic when init with low memory
Laurent Dufour
1
-2
/
+5
2017-03-09
mm/vmstats: add thp_split_pud event for clarity
Yisheng Xie
2
-1
/
+4
2017-03-09
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-02
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-02
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
[prev]
[next]