index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-06
slub: tidy up initialization ordering
Alexander Potapenko
1
-2
/
+2
2017-09-06
dax: remove DAX code from page_cache_tree_insert()
Ross Zwisler
1
-11
/
+2
2017-09-06
mm: add vm_insert_mixed_mkwrite()
Ross Zwisler
1
-7
/
+43
2017-09-06
Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux
Linus Torvalds
1
-33
/
+31
2017-09-04
mm/nommu: switch do_mmap_private to kernel_read
Christoph Hellwig
1
-6
/
+1
2017-09-04
fs: support IOCB_NOWAIT in generic_file_buffered_read
Milosz Tanski
1
-0
/
+9
2017-09-04
fs: pass iocb to do_generic_file_read
Christoph Hellwig
1
-7
/
+8
2017-09-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-3
/
+27
2017-09-04
Merge branch 'linus' into locking/core, to fix up conflicts
Ingo Molnar
8
-66
/
+116
2017-08-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+12
2017-08-31
mm, madvise: ensure poisoned pages are removed from per-cpu lists
Mel Gorman
1
-0
/
+6
2017-08-31
mm,page_alloc: don't call __node_reclaim() with oom_lock held.
Tetsuo Handa
1
-3
/
+6
2017-08-31
mm/mmu_notifier: kill invalidate_page
Jérôme Glisse
1
-14
/
+0
2017-08-31
mm/rmap: update to new mmu_notifier semantic v2
Jérôme Glisse
1
-3
/
+32
2017-08-31
dax: update to new mmu_notifier semantic
Jérôme Glisse
1
-5
/
+21
2017-08-29
Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"
Linus Torvalds
1
-30
/
+22
2017-08-28
page waitqueue: always add new entries at the end
Linus Torvalds
1
-1
/
+1
2017-08-27
Avoid page waitqueue race leaving possible page locker waiting
Linus Torvalds
1
-4
/
+5
2017-08-27
Minor page waitqueue cleanups
Linus Torvalds
1
-5
/
+6
2017-08-26
Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts
Ingo Molnar
26
-159
/
+278
2017-08-25
mm/memblock.c: reversed logic in memblock_discard()
Pavel Tatashin
1
-1
/
+1
2017-08-25
mm/madvise.c: fix freeing of locked page with MADV_FREE
Eric Biggers
1
-1
/
+1
2017-08-25
mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled
Kirill A. Shutemov
1
-2
/
+2
2017-08-25
PM/hibernate: touch NMI watchdog when creating snapshot
Chen Yu
1
-2
/
+18
2017-08-25
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
12
-96
/
+120
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-8
/
+9
2017-08-20
Sanitize 'move_pages()' permission checks
Linus Torvalds
1
-8
/
+3
2017-08-18
mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM
Laura Abbott
1
-5
/
+8
2017-08-18
mm/mempolicy: fix use after free when calling get_mempolicy
zhong jiang
1
-5
/
+0
2017-08-18
mm/cma_debug.c: fix stack corruption due to sprintf usage
Prakash Gupta
1
-1
/
+1
2017-08-18
mm, oom: fix potential data corruption when oom_reaper races with writer
Michal Hocko
2
-34
/
+42
2017-08-18
mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS
Michal Hocko
1
-1
/
+11
2017-08-18
slub: fix per memcg cache leak on css offline
Vladimir Davydov
1
-1
/
+2
2017-08-18
mm: discard memblock data later
Pavel Tatashin
3
-37
/
+21
2017-08-18
mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
Johannes Weiner
2
-15
/
+43
2017-08-17
x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
Tony Luck
1
-0
/
+2
2017-08-15
mm/hugetlb: Allow arch to override and call the weak function
Aneesh Kumar K.V
1
-1
/
+3
2017-08-11
mm, locking: Fix up flush_tlb_pending() related merge in do_huge_pmd_numa_page()
Peter Zijlstra
1
-17
/
+5
2017-08-11
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
11
-47
/
+96
2017-08-10
rmap: do not call mmu_notifier_invalidate_page() under ptl
Kirill A. Shutemov
1
-22
/
+30
2017-08-10
mm: fix list corruptions on shmem shrinklist
Cong Wang
1
-2
/
+10
2017-08-10
mm/balloon_compaction.c: don't zero ballooned pages
Wei Wang
1
-1
/
+1
2017-08-10
mm: fix KSM data corruption
Minchan Kim
1
-1
/
+2
2017-08-10
mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem
Minchan Kim
1
-2
/
+16
2017-08-10
mm: make tlb_flush_pending global
Minchan Kim
1
-4
/
+0
2017-08-10
mm: refactor TLB gathering API
Minchan Kim
1
-7
/
+21
2017-08-10
Revert "mm: numa: defer TLB flush for THP migration as long as possible"
Nadav Amit
2
-6
/
+7
2017-08-10
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
2
-3
/
+3
2017-08-10
userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED case
Andrea Arcangeli
1
-1
/
+1
2017-08-10
mm: ratelimit PFNs busy info message
Jonathan Toppins
1
-1
/
+1
[prev]
[next]