summaryrefslogtreecommitdiff
path: root/mm/mlock.c
AgeCommit message (Expand)Author
2010-10-28mm: Move vma_stack_continue into mm.hStefan Bader
2010-08-26mm: make the mlock() stack guard page checks stricterLinus Torvalds
2010-08-20mm: fix up some user-visible effects of the stack guard pageLinus Torvalds
2010-01-06ksm: fix mlockfreed to munlockedHugh Dickins
2009-09-22mm: m(un)lock avoid ZERO_PAGEHugh Dickins
2009-09-22mm: FOLL flags for GUP flagsHugh Dickins
2009-09-22mm: munlock use follow_pageHugh Dickins
2009-06-16mm: remove CONFIG_UNEVICTABLE_LRU config optionKOSAKI Motohiro
2009-04-24x86, bts, mm: clean up buffer allocationMarkus Metzger
2009-04-08mm, x86, ptrace, bts: defer branch trace stopping, remove dead codeIngo Molnar
2009-04-07mm, x86, ptrace, bts: defer branch trace stoppingMarkus Metzger
2009-02-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger
2009-02-08mm: fix error case in mlock downgrade reversionHugh Dickins
2009-02-01Manually revert "mlock: downgrade mmap sem while populating mlocked regions"Linus Torvalds
2009-01-14[CVE-2009-0029] System call wrappers part 14Heiko Carstens
2009-01-14[CVE-2009-0029] System call wrappers part 13Heiko Carstens
2009-01-06mm: make get_user_pages() interruptibleYing Han
2008-12-20x86, bts: memory accountingMarkus Metzger
2008-11-16unitialized return value in mm/mlock.c: __mlock_vma_pages_range()Helge Deller
2008-11-12mm: remove lru_add_drain_all() from the munlock pathKOSAKI Motohiro
2008-10-20mlock: make mlock error return Posixly CorrectLee Schermerhorn
2008-10-20vmstat: mlocked pages statisticsNick Piggin
2008-10-20mmap: handle mlocked pages during map, remap, unmapRik van Riel
2008-10-20mlock: downgrade mmap sem while populating mlocked regionsLee Schermerhorn
2008-10-20mlock: mlocked pages are unevictableNick Piggin
2008-08-04mlock() fix return valuesKOSAKI Motohiro
2007-07-16do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITYHerbert van den Bergh
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2006-12-07[PATCH] mlock cleanupRik Bobbaers
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap
2005-03-13[PATCH] allow vma merging with mlock et. al.Chris Wright
2005-02-10[PATCH] general split_vma hugetlb fixHugh Dickins
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner
2004-11-28[PATCH] RLIMIT_MEMLOCK accounting of shmctl() SHM_LOCK is brokenMichael Kerrisk
2004-11-18[PATCH] mlock-vs-VM_IO hang fixHugh Dickins
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath
2004-10-01[PATCH] mlockall() take mmap_sem a bit laterChris Wright
2004-10-01[PATCH] make can_do_mlock useful for mlock/mlockallChris Wright
2004-10-01[PATCH] mlockall() check rlimit only when MCL_CURRENT is setChris Wright
2004-10-01[PATCH] mlockall(MCL_FUTURE) unlocks currently locked mappingsChris Wright
2004-08-22[PATCH] rlimit-based mlocks for unprivileged usersRik van Riel
2004-05-22[PATCH] rmap 34 vm_flags page_table_lockAndrew Morton
2003-10-12[PATCH] Fixing mlockall & PROT_NONEAndi Kleen
2003-09-21[PATCH] mlock error handling fixAndrew Morton
2003-03-22[PATCH] remove the "half of memory" limit on mlock() andAndrew Morton
2002-09-17[PATCH] consolidate the VMA splitting codeAndrew Morton
2002-02-04v2.4.9.10 -> v2.4.9.11Linus Torvalds
2002-02-04v2.4.2.4 -> v2.4.2.5Linus Torvalds