Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-05mm: move get_user_pages()-related code to separate fileKirill A. Shutemov
2014-05-20block: move mm/bounce.c to block/Jens Axboe
2014-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-08mm: create generic early_ioremap() supportMark Salter
2014-04-08mm: per-thread vma cachingDavidlohr Bueso
2014-04-04mm: thrash detection-based file cache sizingJohannes Weiner
2014-04-02take iov_iter stuff to mm/iov_iter.cAl Viro
2014-01-31zsmalloc: move it under mmMinchan Kim
2013-09-11list: add a new LRU list typeDave Chinner
2013-07-11zswap: add to mm/Seth Jennings
2013-07-11zbud: add to mm/Seth Jennings
2013-04-30memcg: add memory.pressure_level eventsAnton Vorontsov
2012-12-12mm: introduce a common interface for balloon pages mobilityRafael Aquini
2012-10-09mm: replace vma prio_tree with an interval treeMichel Lespinasse
2012-08-01mm: factor out memory isolate functionsMinchan Kim
2012-08-01memcg: rename config variablesAndrew Morton
2012-08-01mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V
2012-07-30Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds
2012-07-09mm, sl[aou]b: Extract common code for kmem_cache_create()Christoph Lameter
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-05-30Cross Memory Attach: make it KconfigurableChristopher Yeoh
2012-05-30mm: remove swap token codeRik van Riel
2012-05-21mm: compaction: export some of the functionsMichal Nazarewicz
2012-05-15mm: frontswap: config and doc filesDan Magenheimer
2011-11-01Cross Memory AttachChristopher Yeoh
2011-05-26mm: cleancache core ops functions and configDan Magenheimer
2011-02-24bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu
2011-01-14thp: transparent hugepage coreAndrea Arcangeli
2011-01-14thp: add pmd mangling generic functionsAndrea Arcangeli
2010-09-08percpu: use percpu allocator on UP tooTejun Heo
2010-07-14lmb: rename to memblockYinghai Lu
2010-05-25mm: compaction: memory compaction coreMel Gorman
2010-03-30percpu: don't implicitly include slab.h from percpu.hTejun Heo
2009-12-16make generic_acl slightly more genericChristoph Hellwig
2009-10-02percpu: kill legacy percpu allocatorTejun Heo
2009-09-25procfs: disable per-task stack usage on NOMMUAndrew Morton
2009-09-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-09-23procfs: provide stack information for threadsStefani Seibold
2009-09-22mm: move use_mm/unuse_mm from aio.c to mm/Michael S. Tsirkin
2009-09-22ksm: the mm interface to ksmHugh Dickins
2009-09-16HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNsAndi Kleen
2009-09-16HWPOISON: The high level memory error handler in the VM v7Andi Kleen
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-09-11writeback: get rid of pdflush completelyJens Axboe
2009-06-24percpu: use dynamic percpu allocator as the default percpu allocatorTejun Heo
2009-06-17Merge branch 'akpm'Linus Torvalds
2009-06-17mm: consolidate init_mm definitionAlexey Dobriyan
2009-06-15kmemcheck: add mm functionsVegard Nossum
2009-06-11kmemleak: Simple testing module for kmemleakCatalin Marinas
2009-06-11kmemleak: Enable the building of the memory leak detectorCatalin Marinas