Age | Commit message (Expand) | Author |
2017-09-06 | hugetlbfs: use pagevec_lookup_range() in remove_inode_hugepages() | Jan Kara |
2017-09-06 | ext4: use pagevec_lookup_range() in writeback code | Jan Kara |
2017-09-06 | ext4: use pagevec_lookup_range() in ext4_find_unwritten_pgoff() | Jan Kara |
2017-09-06 | fs: fix performance regression in clean_bdev_aliases() | Jan Kara |
2017-09-06 | mm: implement find_get_pages_range() | Jan Kara |
2017-09-06 | mm: make pagevec_lookup() update index | Jan Kara |
2017-09-06 | fscache: remove unused ->now_uncached callback | Jan Kara |
2017-09-06 | mm, vmscan: do not loop on too_many_isolated for ever | Michal Hocko |
2017-09-06 | zsmalloc: zs_page_migrate: skip unnecessary loops but not return -EBUSY if zs... | Hui Zhu |
2017-09-06 | mm: always flush VMA ranges affected by zap_page_range | Mel Gorman |
2017-09-06 | mm/hugetlb.c: make huge_pte_offset() consistent and document behaviour | Punit Agrawal |
2017-09-06 | mm/gup: make __gup_device_* require THP | Oliver O'Halloran |
2017-09-06 | mm/mremap: fail map duplication attempts for private mappings | Mike Kravetz |
2017-09-06 | mm, page_owner: don't grab zone->lock for init_pages_in_zone() | Vlastimil Babka |
2017-09-06 | mm, page_ext: periodically reschedule during page_ext_init() | Vlastimil Babka |
2017-09-06 | mm, page_owner: make init_pages_in_zone() faster | Vlastimil Babka |
2017-09-06 | mm, sparse, page_ext: drop ugly N_HIGH_MEMORY branches for allocations | Michal Hocko |
2017-09-06 | mm, memory_hotplug: get rid of zonelists_mutex | Michal Hocko |
2017-09-06 | mm, page_alloc: remove stop_machine from build_all_zonelists | Michal Hocko |
2017-09-06 | mm, page_alloc: simplify zonelist initialization | Michal Hocko |
2017-09-06 | mm, memory_hotplug: remove explicit build_all_zonelists from try_online_node | Michal Hocko |
2017-09-06 | mm, memory_hotplug: drop zone from build_all_zonelists | Michal Hocko |
2017-09-06 | mm, page_alloc: do not set_cpu_numa_mem on empty nodes initialization | Michal Hocko |
2017-09-06 | mm, page_alloc: remove boot pageset initialization from memory hotplug | Michal Hocko |
2017-09-06 | mm, page_alloc: rip out ZONELIST_ORDER_ZONE | Michal Hocko |
2017-09-06 | zram: add config and doc file for writeback feature | Minchan Kim |
2017-09-06 | zram: read page from backing device | Minchan Kim |
2017-09-06 | zram: write incompressible pages to backing device | Minchan Kim |
2017-09-06 | zram: identify asynchronous IO's return value | Minchan Kim |
2017-09-06 | zram: add free space management in backing device | Minchan Kim |
2017-09-06 | zram: add interface to specif backing device | Minchan Kim |
2017-09-06 | zram: rename zram_decompress_page to __zram_bvec_read | Minchan Kim |
2017-09-06 | zram: inline zram_compress | Minchan Kim |
2017-09-06 | zram: clean up duplicated codes in __zram_bvec_write | Minchan Kim |
2017-09-06 | mm, memory_hotplug: remove zone restrictions | Michal Hocko |
2017-09-06 | mm, memory_hotplug: display allowed zones in the preferred ordering | Michal Hocko |
2017-09-06 | mm/memory_hotplug: just build zonelist for newly added node | Wei Yang |
2017-09-06 | drm/i915: wire up shrinkctl->nr_scanned | Chris Wilson |
2017-09-06 | mm: track actual nr_scanned during shrink_slab() | Chris Wilson |
2017-09-06 | mm/slub.c: add a naive detection of double free or corruption | Alexander Popov |
2017-09-06 | mm: add SLUB free list pointer obfuscation | Kees Cook |
2017-09-06 | slub: tidy up initialization ordering | Alexander Potapenko |
2017-09-06 | ocfs2: clean up some dead code | Jun Piao |
2017-09-06 | ocfs2: make ocfs2_set_acl() static | Jan Kara |
2017-09-06 | modpost: simplify sec_name() | Masahiro Yamada |
2017-09-06 | dax: initialize variable pfn before using it | Nicolas Iooss |
2017-09-06 | dax: use PG_PMD_COLOUR instead of open coding | Ross Zwisler |
2017-09-06 | dax: explain how read(2)/write(2) addresses are validated | Ross Zwisler |
2017-09-06 | dax: move all DAX radix tree defs to fs/dax.c | Ross Zwisler |
2017-09-06 | dax: remove DAX code from page_cache_tree_insert() | Ross Zwisler |