コミット履歴

作者 SHA1 メッセージ 日付
  Kirill A. Shutemov 655548bf62 thp: fix corner case of munlock() of PTE-mapped THPs 8 年 前
  Simon Guo b155b4fde5 mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK_ONFAULT) 8 年 前
  Simon Guo 0cf2f6f6dc mm: mlock: check against vma for actual mlock() size 8 年 前
  Mel Gorman 599d0c954f mm, vmscan: move LRU lists to node 9 年 前
  Mel Gorman a52633d8e9 mm, vmscan: move lru_lock to the node 9 年 前
  Michal Hocko dc0ef0df7b mm: make mmap_sem for write waits killable for mm syscalls 9 年 前
  Kirill A. Shutemov 7162a1e87b mm: fix mlock accouting 9 年 前
  Wang Xiaoqiang 7f43add451 mm/mlock.c: change can_do_mlock return value type to boolean 9 年 前
  Kirill A. Shutemov e90309c9f7 thp: allow mlocked THP again 9 年 前
  Kirill A. Shutemov 7479df6da9 thp, mlock: do not allow huge pages in mlocked area 9 年 前
  Alexey Klimov ab7a5af7fd mm/mlock.c: drop unneeded initialization in munlock_vma_pages_range() 9 年 前
  Eric B Munson b0f205c2a3 mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage 9 年 前
  Eric B Munson de60f5f10c mm: introduce VM_LOCKONFAULT 9 年 前
  Eric B Munson a8ca5d0ecb mm: mlock: add new mlock system call 9 年 前
  Eric B Munson 1aab92ec3d mm: mlock: refactor mlock, munlock, and munlockall code 9 年 前
  Alexander Kuleshov 8fd9e4883a mm/mlock: use offset_in_page macro 9 年 前
  Alexey Klimov 86d2adccfb mm/mlock.c: reorganize mlockall() return values and remove goto-out label 9 年 前
  Andrea Arcangeli 19a809afe2 userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx 10 年 前
  Kirill A. Shutemov acc3c8d15e mm: move mm_populate()-related code to mm/gup.c 10 年 前
  Kirill A. Shutemov c561259ca7 mm: move gup() -> posix mlock() error conversion out of __mm_populate 10 年 前
  Kirill A. Shutemov fc05f56621 mm: rename __mlock_vma_pages_range() to populate_vma_page_range() 10 年 前
  Kirill A. Shutemov 84d33df279 mm: rename FOLL_MLOCK to FOLL_POPULATE 10 年 前
  Jeff Vander Stoep a5a6579db3 mm: reorder can_do_mlock to fix audit denial 10 年 前
  Linus Torvalds d6dd50e07c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 年 前
  Sasha Levin 96dad67ff2 mm: use VM_BUG_ON_MM where possible 10 年 前
  Sasha Levin 81d1b09c6b mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA 10 年 前
  Paul E. McKenney bde6c3aa99 rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops 11 年 前
  Paul Cassella 9a95f3cf7b mm: describe mmap_sem rules for __lock_page_or_retry() and callers 11 年 前
  Vlastimil Babka 57e68e9cd6 mm: try_to_unmap_cluster() should lock_page() before mlocking 11 年 前
  Sasha Levin 309381feae mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE 11 年 前