summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2015-09-031-7/+1
|\
| * mm/Kconfig: NEED_BOUNCE_POOL: clean-up conditionValentin Rothberg2015-07-231-7/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-09-031-0/+41
|\ \
| * | lib: move strncpy_from_unsafe() into mm/maccess.cAlexei Starovoitov2015-08-311-0/+41
* | | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-021-12/+8
|\ \ \
| * | | fs: use helper bio_add_page() instead of open coding on bi_io_vecKent Overstreet2015-08-131-5/+3
| * | | block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-7/+5
* | | | Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2015-09-021-3/+2
|\ \ \ \
| * | | | percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunkBaoquan He2015-07-211-3/+2
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-011-5/+5
|\ \ \ \ \
| * | | | | treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-5/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-09-012-3/+3
|\ \ \ \ \
| * | | | | vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-102-3/+3
| | |/ / / | |/| | |
* | | | | x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin2015-08-222-1/+153
| |_|_|/ |/| | |
* | | | mm: make page pfmemalloc check more robustMichal Hocko2015-08-213-6/+9
* | | | mm: cma: mark cma_bitmap_maxno() inline in headerGregory Fong2015-08-141-1/+1
* | | | memory-hotplug: fix wrong edge when hot add a new nodeXishi Qiu2015-08-142-0/+11
* | | | .mailmap: Andrey Ryabinin has movedAndrey Ryabinin2015-08-142-2/+2
* | | | mm/hwpoison: fix panic due to split huge zero pageWanpeng Li2015-08-141-2/+5
* | | | mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li2015-08-141-7/+6
* | | | mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-08-141-0/+2
* | | | writeback: fix initial dirty limitRabin Vincent2015-08-071-2/+2
* | | | mm/memory-failure: set PageHWPoison before migrate_pages()Naoya Horiguchi2015-08-072-4/+6
* | | | mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_*Naoya Horiguchi2015-08-073-7/+9
* | | | mm/memory-failure: give up error handling for non-tail-refcounted thpNaoya Horiguchi2015-08-071-9/+12
* | | | mm/memory-failure: fix race in counting num_poisoned_pagesNaoya Horiguchi2015-08-071-2/+2
* | | | mm/memory-failure: unlock_page before put_pageNaoya Horiguchi2015-08-071-2/+2
* | | | ipc: use private shmem or hugetlbfs inodes for shm segments.Stephen Smalley2015-08-071-2/+2
* | | | mm: initialize hotplugged pages as reservedMel Gorman2015-08-071-1/+9
* | | | mm/slub: allow merging when SLAB_DEBUG_FREE is setKonstantin Khlebnikov2015-08-071-2/+1
* | | | fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2015-08-071-0/+3
* | | | mm, meminit: replace rwsem with completionNicolai Stange2015-08-071-7/+15
* | | | mm, meminit: allow early_pfn_to_nid to be used during runtimeMel Gorman2015-08-071-8/+8
* | | | mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-051-10/+6
| |/ / |/| |
* | | mm/cma_debug: correct size input to bitmap functionJoonsoo Kim2015-07-171-3/+4
* | | mm/cma_debug: fix debugging alloc/free interfaceJoonsoo Kim2015-07-171-2/+2
* | | mm/page_owner: set correct gfp_mask on page_ownerJoonsoo Kim2015-07-172-3/+12
* | | mm/page_owner: fix possible access violationJoonsoo Kim2015-07-171-1/+3
* | | mm, meminit: suppress unused memory variable warningMel Gorman2015-07-171-3/+1
| |/ |/|
* | mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-07-091-7/+13
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-07-043-3/+3
|\
| * fs: Rename file_remove_suid() to file_remove_privs()Jan Kara2015-06-231-1/+1
| * vfs: add seq_file_path() helperMiklos Szeredi2015-06-231-1/+1
| * vfs: add file_path() helperMiklos Szeredi2015-06-231-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-031-47/+62
|\ \
| * | writeback: don't drain bdi_writeback_congested on bdi destructionTejun Heo2015-07-021-6/+16
| * | writeback: don't embed root bdi_writeback_congested in bdi_writebackTejun Heo2015-07-021-41/+46
* | | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-022-3/+3
|\ \ \ | |/ / |/| |
| * | mm/page_owner.c: use late_initcall to hook in enablingPaul Gortmaker2015-06-161-1/+1
| * | mm: replace module_init usages with subsys_initcall in nommu.cPaul Gortmaker2015-06-161-2/+2
OpenPOWER on IntegriCloud