index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/page_ext.c: check if page_ext is not prepared
Jaewon Kim
2017-11-24
1
-4
/
+0
*
mm/page_alloc.c: broken deferred calculation
Pavel Tatashin
2017-11-24
1
-9
/
+18
*
mm/pagewalk.c: report holes in hugetlb ranges
Jann Horn
2017-11-24
1
-1
/
+5
*
mm, swap: fix race between swap count continuation operations
Huang Ying
2017-11-08
1
-6
/
+17
*
userfaultfd: hugetlbfs: prevent UFFDIO_COPY to fill beyond the end of i_size
Andrea Arcangeli
2017-11-08
1
-2
/
+30
*
mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE outside of lock
Will Deacon
2017-10-21
1
-15
/
+10
*
Revert "vmalloc: back off when the current task is killed"
Johannes Weiner
2017-10-18
1
-6
/
+0
*
mm: fix data corruption caused by lazyfree page
Shaohua Li
2017-10-12
1
-0
/
+11
*
mm: avoid marking swap cached page as lazyfree
Shaohua Li
2017-10-12
1
-2
/
+2
*
mm: fix RODATA_TEST failure "rodata_test: test data was not read only"
Christophe Leroy
2017-10-12
1
-1
/
+1
*
mm, oom_reaper: skip mm structs with mmu notifiers
Michal Hocko
2017-10-12
1
-0
/
+16
*
mm, hugetlb, soft_offline: save compound page order before page migration
Alexandru Moise
2017-10-12
1
-2
/
+10
*
ksm: fix unlocked iteration over vmas in cmp_and_merge_page()
Kirill Tkhai
2017-10-12
1
-1
/
+4
*
x86/mm, mm/hwpoison: Clear PRESENT bit for kernel 1:1 mappings of poison pages
Tony Luck
2017-09-20
1
-0
/
+2
*
mm/memory.c: fix mem_cgroup_oom_disable() call missing
Laurent Dufour
2017-09-13
1
-5
/
+5
*
mm/sparse.c: fix typo in online_mem_sections
Michal Hocko
2017-09-13
1
-1
/
+1
*
mm/swapfile.c: fix swapon frontswap_map memory leak on error
David Rientjes
2017-09-13
1
-0
/
+1
*
mm: kvfree the swap cluster info if the swap file is unsatisfactory
Darrick J. Wong
2017-09-13
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-08-31
2
-3
/
+12
|
\
|
*
mm, madvise: ensure poisoned pages are removed from per-cpu lists
Mel Gorman
2017-08-31
1
-0
/
+6
|
*
mm,page_alloc: don't call __node_reclaim() with oom_lock held.
Tetsuo Handa
2017-08-31
1
-3
/
+6
*
|
mm/mmu_notifier: kill invalidate_page
Jérôme Glisse
2017-08-31
1
-14
/
+0
*
|
mm/rmap: update to new mmu_notifier semantic v2
Jérôme Glisse
2017-08-31
1
-3
/
+32
*
|
dax: update to new mmu_notifier semantic
Jérôme Glisse
2017-08-31
1
-5
/
+21
|
/
*
Revert "rmap: do not call mmu_notifier_invalidate_page() under ptl"
Linus Torvalds
2017-08-29
1
-30
/
+22
*
page waitqueue: always add new entries at the end
Linus Torvalds
2017-08-28
1
-1
/
+1
*
Avoid page waitqueue race leaving possible page locker waiting
Linus Torvalds
2017-08-27
1
-4
/
+5
*
Minor page waitqueue cleanups
Linus Torvalds
2017-08-27
1
-5
/
+6
*
mm/memblock.c: reversed logic in memblock_discard()
Pavel Tatashin
2017-08-25
1
-1
/
+1
*
mm/madvise.c: fix freeing of locked page with MADV_FREE
Eric Biggers
2017-08-25
1
-1
/
+1
*
mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabled
Kirill A. Shutemov
2017-08-25
1
-2
/
+2
*
PM/hibernate: touch NMI watchdog when creating snapshot
Chen Yu
2017-08-25
1
-2
/
+18
*
Sanitize 'move_pages()' permission checks
Linus Torvalds
2017-08-20
1
-8
/
+3
*
mm/vmalloc.c: don't unconditonally use __GFP_HIGHMEM
Laura Abbott
2017-08-18
1
-5
/
+8
*
mm/mempolicy: fix use after free when calling get_mempolicy
zhong jiang
2017-08-18
1
-5
/
+0
*
mm/cma_debug.c: fix stack corruption due to sprintf usage
Prakash Gupta
2017-08-18
1
-1
/
+1
*
mm, oom: fix potential data corruption when oom_reaper races with writer
Michal Hocko
2017-08-18
2
-34
/
+42
*
mm: fix double mmap_sem unlock on MMF_UNSTABLE enforced SIGBUS
Michal Hocko
2017-08-18
1
-1
/
+11
*
slub: fix per memcg cache leak on css offline
Vladimir Davydov
2017-08-18
1
-1
/
+2
*
mm: discard memblock data later
Pavel Tatashin
2017-08-18
3
-37
/
+21
*
mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()
Johannes Weiner
2017-08-18
2
-15
/
+43
*
rmap: do not call mmu_notifier_invalidate_page() under ptl
Kirill A. Shutemov
2017-08-10
1
-22
/
+30
*
mm: fix list corruptions on shmem shrinklist
Cong Wang
2017-08-10
1
-2
/
+10
*
mm/balloon_compaction.c: don't zero ballooned pages
Wei Wang
2017-08-10
1
-1
/
+1
*
mm: fix KSM data corruption
Minchan Kim
2017-08-10
1
-1
/
+2
*
mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem
Minchan Kim
2017-08-10
1
-2
/
+16
*
mm: make tlb_flush_pending global
Minchan Kim
2017-08-10
1
-4
/
+0
*
mm: refactor TLB gathering API
Minchan Kim
2017-08-10
1
-7
/
+21
*
Revert "mm: numa: defer TLB flush for THP migration as long as possible"
Nadav Amit
2017-08-10
2
-6
/
+7
*
mm: migrate: prevent racy access to tlb_flush_pending
Nadav Amit
2017-08-10
2
-3
/
+3
[next]