Age | Commit message (Expand) | Author |
2015-09-04 | userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx | Andrea Arcangeli |
2015-09-04 | userfaultfd: call handle_userfault() for userfaultfd_missing() faults | Andrea Arcangeli |
2015-09-04 | mm/slab.h: fix argument order in cache_from_obj's error message | Daniel Borkmann |
2015-09-04 | mm/slub: don't wait for high-order page allocation | Joonsoo Kim |
2015-09-04 | mm/slub: fix slab double-free in case of duplicate sysfs filename | Konstantin Khlebnikov |
2015-09-04 | mm/slub: move slab initialization into irq enabled region | Thomas Gleixner |
2015-09-04 | slub: add support for kmem_cache_debug in bulk calls | Jesper Dangaard Brouer |
2015-09-04 | slub: initial bulk free implementation | Jesper Dangaard Brouer |
2015-09-04 | slub: improve bulk alloc strategy | Jesper Dangaard Brouer |
2015-09-04 | slub bulk alloc: extract objects from the per cpu slab | Jesper Dangaard Brouer |
2015-09-04 | slab: infrastructure for bulk object allocation and freeing | Christoph Lameter |
2015-09-04 | slub: fix spelling succedd to succeed | Jesper Dangaard Brouer |
2015-09-04 | memory-hotplug: add hot-added memory ranges to memblock before allocate node_... | Tang Chen |
2015-09-03 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds |
2015-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2015-09-02 | Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2015-09-02 | Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds |
2015-09-01 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds |
2015-09-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds |
2015-08-31 | lib: move strncpy_from_unsafe() into mm/maccess.c | Alexei Starovoitov |
2015-08-22 | x86/kasan, mm: Introduce generic kasan_populate_zero_shadow() | Andrey Ryabinin |
2015-08-21 | mm: make page pfmemalloc check more robust | Michal Hocko |
2015-08-14 | mm: cma: mark cma_bitmap_maxno() inline in header | Gregory Fong |
2015-08-14 | memory-hotplug: fix wrong edge when hot add a new node | Xishi Qiu |
2015-08-14 | .mailmap: Andrey Ryabinin has moved | Andrey Ryabinin |
2015-08-14 | mm/hwpoison: fix panic due to split huge zero page | Wanpeng Li |
2015-08-14 | mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount held | Wanpeng Li |
2015-08-14 | mm/hwpoison: fix page refcount of unknown non LRU page | Wanpeng Li |
2015-08-13 | fs: use helper bio_add_page() instead of open coding on bi_io_vec | Kent Overstreet |
2015-08-07 | treewide: fix typos in comment blocks | Masahiro Yamada |
2015-08-07 | writeback: fix initial dirty limit | Rabin Vincent |
2015-08-07 | mm/memory-failure: set PageHWPoison before migrate_pages() | Naoya Horiguchi |
2015-08-07 | mm: check __PG_HWPOISON separately from PAGE_FLAGS_CHECK_AT_* | Naoya Horiguchi |
2015-08-07 | mm/memory-failure: give up error handling for non-tail-refcounted thp | Naoya Horiguchi |
2015-08-07 | mm/memory-failure: fix race in counting num_poisoned_pages | Naoya Horiguchi |
2015-08-07 | mm/memory-failure: unlock_page before put_page | Naoya Horiguchi |
2015-08-07 | ipc: use private shmem or hugetlbfs inodes for shm segments. | Stephen Smalley |
2015-08-07 | mm: initialize hotplugged pages as reserved | Mel Gorman |
2015-08-07 | mm/slub: allow merging when SLAB_DEBUG_FREE is set | Konstantin Khlebnikov |
2015-08-07 | fs, file table: reinit files_stat.max_files after deferred memory initialisation | Mel Gorman |
2015-08-07 | mm, meminit: replace rwsem with completion | Nicolai Stange |
2015-08-07 | mm, meminit: allow early_pfn_to_nid to be used during runtime | Mel Gorman |
2015-08-05 | mm, vmscan: Do not wait for page writeback for GFP_NOFS allocations | Michal Hocko |
2015-07-29 | block: add a bi_error field to struct bio | Christoph Hellwig |
2015-07-23 | mm/Kconfig: NEED_BOUNCE_POOL: clean-up condition | Valentin Rothberg |
2015-07-21 | percpu: clean up of schunk->map[] assignment in pcpu_setup_first_chunk | Baoquan He |
2015-07-17 | mm/cma_debug: correct size input to bitmap function | Joonsoo Kim |
2015-07-17 | mm/cma_debug: fix debugging alloc/free interface | Joonsoo Kim |
2015-07-17 | mm/page_owner: set correct gfp_mask on page_owner | Joonsoo Kim |
2015-07-17 | mm/page_owner: fix possible access violation | Joonsoo Kim |