| Commit message (Expand) | Author | Age | Files | Lines |
* | writeback: fix initial dirty limit | Rabin Vincent | 2015-08-07 | 1 | -2/+2 |
* | mm/memory-failure: set PageHWPoison before migrate_pages() | Naoya Horiguchi | 2015-08-07 | 2 | -4/+6 |
* | mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* | Naoya Horiguchi | 2015-08-07 | 3 | -7/+9 |
* | mm/memory-failure: give up error handling for non-tail-refcounted thp | Naoya Horiguchi | 2015-08-07 | 1 | -9/+12 |
* | mm/memory-failure: fix race in counting num_poisoned_pages | Naoya Horiguchi | 2015-08-07 | 1 | -2/+2 |
* | mm/memory-failure: unlock_page before put_page | Naoya Horiguchi | 2015-08-07 | 1 | -2/+2 |
* | ipc: use private shmem or hugetlbfs inodes for shm segments. | Stephen Smalley | 2015-08-07 | 1 | -2/+2 |
* | mm: initialize hotplugged pages as reserved | Mel Gorman | 2015-08-07 | 1 | -1/+9 |
* | mm/slub: allow merging when SLAB_DEBUG_FREE is set | Konstantin Khlebnikov | 2015-08-07 | 1 | -2/+1 |
* | fs, file table: reinit files_stat.max_files after deferred memory initialisation | Mel Gorman | 2015-08-07 | 1 | -0/+3 |
* | mm, meminit: replace rwsem with completion | Nicolai Stange | 2015-08-07 | 1 | -7/+15 |
* | mm, meminit: allow early_pfn_to_nid to be used during runtime | Mel Gorman | 2015-08-07 | 1 | -8/+8 |
* | mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations | Michal Hocko | 2015-08-05 | 1 | -10/+6 |
* | mm/cma_debug: correct size input to bitmap function | Joonsoo Kim | 2015-07-17 | 1 | -3/+4 |
* | mm/cma_debug: fix debugging alloc/free interface | Joonsoo Kim | 2015-07-17 | 1 | -2/+2 |
* | mm/page_owner: set correct gfp_mask on page_owner | Joonsoo Kim | 2015-07-17 | 2 | -3/+12 |
* | mm/page_owner: fix possible access violation | Joonsoo Kim | 2015-07-17 | 1 | -1/+3 |
* | mm, meminit: suppress unused memory variable warning | Mel Gorman | 2015-07-17 | 1 | -3/+1 |
* | mm: avoid setting up anonymous pages into file mapping | Kirill A. Shutemov | 2015-07-09 | 1 | -7/+13 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2015-07-04 | 3 | -3/+3 |
|\ |
|
| * | fs: Rename file_remove_suid() to file_remove_privs() | Jan Kara | 2015-06-23 | 1 | -1/+1 |
| * | vfs: add seq_file_path() helper | Miklos Szeredi | 2015-06-23 | 1 | -1/+1 |
| * | vfs: add file_path() helper | Miklos Szeredi | 2015-06-23 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-07-03 | 1 | -47/+62 |
|\ \ |
|
| * | | writeback: don't drain bdi_writeback_congested on bdi destruction | Tejun Heo | 2015-07-02 | 1 | -6/+16 |
| * | | writeback: don't embed root bdi_writeback_congested in bdi_writeback | Tejun Heo | 2015-07-02 | 1 | -41/+46 |
* | | | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p... | Linus Torvalds | 2015-07-02 | 2 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | mm/page_owner.c: use late_initcall to hook in enabling | Paul Gortmaker | 2015-06-16 | 1 | -1/+1 |
| * | | mm: replace module_init usages with subsys_initcall in nommu.c | Paul Gortmaker | 2015-06-16 | 1 | -2/+2 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-07-01 | 7 | -81/+453 |
|\ \ \ |
|
| * | | | mm: meminit: finish initialisation of struct pages before basic setup | Mel Gorman | 2015-06-30 | 3 | -37/+39 |
| * | | | mm: meminit: remove mminit_verify_page_links | Mel Gorman | 2015-06-30 | 3 | -17/+0 |
| * | | | mm: meminit: reduce number of times pageblocks are set during struct page init | Mel Gorman | 2015-06-30 | 1 | -22/+24 |
| * | | | mm: meminit: free pages in large chunks where possible | Mel Gorman | 2015-06-30 | 1 | -6/+49 |
| * | | | mm: meminit: minimise number of pfn->page lookups during initialisation | Mel Gorman | 2015-06-30 | 1 | -5/+24 |
| * | | | mm: meminit: initialise remaining struct pages in parallel with kswapd | Mel Gorman | 2015-06-30 | 4 | -6/+130 |
| * | | | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA... | Mel Gorman | 2015-06-30 | 3 | -3/+111 |
| * | | | mm: meminit: inline some helper functions | Mel Gorman | 2015-06-30 | 1 | -37/+52 |
| * | | | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid | Mel Gorman | 2015-06-30 | 1 | -15/+25 |
| * | | | mm: page_alloc: pass PFN to __free_pages_bootmem | Mel Gorman | 2015-06-30 | 5 | -11/+14 |
| * | | | mm: meminit: only set page reserved in the memblock region | Nathan Zimmer | 2015-06-30 | 2 | -1/+19 |
| * | | | mm: meminit: move page initialization into a separate function | Robin Holt | 2015-06-30 | 1 | -33/+46 |
| * | | | memblock: introduce a for_each_reserved_mem_region iterator | Robin Holt | 2015-06-30 | 1 | -0/+32 |
* | | | | Add __init attribute to new_kmalloc_cache | Christoph Lameter | 2015-07-01 | 1 | -1/+1 |
|/ / / |
|
* | | | Fix kmalloc slab creation sequence | Christoph Lameter | 2015-06-29 | 1 | -16/+16 |
* | | | Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2015-06-26 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | tracing: Rename ftrace_event.h to trace_events.h | Steven Rostedt (Red Hat) | 2015-05-13 | 1 | -1/+1 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-06-26 | 6 | -58/+30 |
|\ \ \ \ |
|
| * | | | | kasan: remove duplicate definition of the macro KASAN_FREE_PAGE | Wang Long | 2015-06-25 | 1 | -1/+0 |
| * | | | | zpool: remove zpool_evict() | Dan Streetman | 2015-06-25 | 3 | -33/+22 |