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
2016-05-21mm: tighten fault_in_pages_writeable()Eric Dumazet
2016-05-20mm: rename _count, field of the struct page, to _refcountJoonsoo Kim
2016-04-04mm: drop PAGE_CACHE_* and page_cache_{get,release} definitionKirill A. Shutemov
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-16mm: simplify lock_page_memcg()Johannes Weiner
2016-01-23mm: add find_get_entries_tag()Ross Zwisler
2016-01-16thp: reintroduce split_huge_page()Kirill A. Shutemov
2016-01-16page-flags: define PG_locked behavior on compound pagesKirill A. Shutemov
2015-11-07mm, fs: introduce mapping_gfp_constraint()Michal Hocko
2015-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-06-24pagemap.h: move dir_pages() over thereFabian Frederick
2015-06-02memcg: add per cgroup dirty page accountingGreg Thelen
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko
2014-10-10mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAPKonstantin Khlebnikov
2014-10-08Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-09-25MM: export page_wakeup functionsNeilBrown
2014-09-25SCHED: add some "wait..on_bit...timeout()" interfaces.NeilBrown
2014-08-26linux/pagemap.h: Fixed a typo in a code comment.Raymond L. Rivera
2014-08-07mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella
2014-07-24mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi
2014-06-05mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-06-05mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-06-05fs/mpage.c: factor page_endio() out of mpage_end_io()Matthew Wilcox
2014-04-04mm: remove read_cache_page_async()Sasha Levin
2014-04-04mm + fs: store shadow entries in page cacheJohannes Weiner
2014-04-04mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-04-04mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-01-24mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin
2013-04-30vm: adjust ifdef for TINY_RCUPaul E. McKenney
2013-02-22mm: only enforce stable page writes if the backing device requires itDarrick J. Wong
2012-12-12mm: introduce a common interface for balloon pages mobilityRafael Aquini
2012-08-01mm: methods for teaching filesystems about PG_swapcache pagesMel Gorman
2012-05-30pagemap.h: fix warning about possibly used before init varPaul Gortmaker
2012-04-23mm: fixup compilation error due to an asm write through a const pointerDaniel Vetter
2012-03-27mm: extend prefault helpers to fault in more than PAGE_SIZEDaniel Vetter
2011-07-26mm: cleanup descriptions of filler argHugh Dickins
2011-06-10sched: Isolate preempt counting in its own config optionFrederic Weisbecker
2011-05-25readahead: readahead page allocations are OK to failWu Fengguang
2011-05-25mm: introduce wait_on_page_locked_killable()KOSAKI Motohiro
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-23mm: change __remove_from_page_cache()Minchan Kim
2011-03-23mm: goodbye remove_from_page_cache()Minchan Kim
2011-03-23mm: introduce delete_from_page_cache()Minchan Kim
2011-03-23mm: add replace_page_cache_page() functionMiklos Szeredi
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-14mm: remove likely() from mapping_unevictable()Steven Rostedt
2010-10-27mm: retry page fault when blocking on disk transferMichel Lespinasse