| Commit message (Expand) | Author | Age | Files | Lines |
* | radix-tree: free up the bottom bit of exceptional entries for reuse | Matthew Wilcox | 2016-05-20 | 1 | -15/+23 |
* | dax: move RADIX_DAX_ definitions to dax.c | NeilBrown | 2016-05-20 | 1 | -9/+0 |
* | radix-tree: introduce radix_tree_replace_clear_tags() | Matthew Wilcox | 2016-05-20 | 1 | -3/+6 |
* | radix-tree: rename radix_tree_is_indirect_ptr() | Matthew Wilcox | 2016-05-20 | 1 | -5/+5 |
* | radix-tree: rename indirect_to_ptr() to entry_to_node() | Matthew Wilcox | 2016-05-20 | 1 | -7/+5 |
* | radix-tree: rename INDIRECT_PTR to INTERNAL_NODE | Matthew Wilcox | 2016-05-20 | 1 | -17/+13 |
* | radix-tree: remove root->height | Matthew Wilcox | 2016-05-20 | 1 | -3/+0 |
* | radix-tree: replace node->height with node->shift | Matthew Wilcox | 2016-05-20 | 1 | -1/+1 |
* | radix-tree: split node->path into offset and height | Matthew Wilcox | 2016-05-20 | 1 | -5/+2 |
* | radix-tree: add support for multi-order iterating | Ross Zwisler | 2016-05-20 | 1 | -9/+60 |
* | radix-tree: remove unused looping macros | Ross Zwisler | 2016-05-20 | 1 | -28/+0 |
* | radix tree test suite: allow testing other fan-out values | Ross Zwisler | 2016-05-20 | 1 | -3/+1 |
* | radix-tree: introduce radix_tree_empty | Matthew Wilcox | 2016-05-20 | 1 | -0/+5 |
* | include/linux/genhd.h: move to use generic UUID library | Andy Shevchenko | 2016-05-20 | 1 | -20/+3 |
* | include/linux/efi.h: redefine type, constant, macro from generic code | Andy Shevchenko | 2016-05-20 | 1 | -10/+4 |
* | lib/uuid.c: remove FSF address | Andy Shevchenko | 2016-05-20 | 2 | -9/+1 |
* | lib/uuid.c: introduce a few more generic helpers | Andy Shevchenko | 2016-05-20 | 1 | -0/+13 |
* | lib/uuid.c: move generate_random_uuid() to uuid.c | Andy Shevchenko | 2016-05-20 | 2 | -1/+2 |
* | printk/nmi: flush NMI messages on the system panic | Petr Mladek | 2016-05-20 | 1 | -0/+2 |
* | printk/nmi: generic solution for safe printk in NMI | Petr Mladek | 2016-05-20 | 3 | -4/+13 |
* | include/linux/syscalls.h: use pid_t instead of int | René Nyffenegger | 2016-05-20 | 1 | -4/+4 |
* | exit_thread: accept a task parameter to be exited | Jiri Slaby | 2016-05-20 | 1 | -2/+2 |
* | exit_thread: remove empty bodies | Jiri Slaby | 2016-05-20 | 1 | -0/+7 |
* | zsmalloc: require GFP in zs_malloc() | Sergey Senozhatsky | 2016-05-20 | 1 | -2/+2 |
* | mm/kasan: add API to check memory regions | Andrey Ryabinin | 2016-05-20 | 1 | -0/+12 |
* | mm: kasan: initial memory quarantine implementation | Alexander Potapenko | 2016-05-20 | 1 | -2/+11 |
* | mm: page_is_guard(): return false when page_ext arrays are not allocated yet | Yang Shi | 2016-05-20 | 1 | -0/+3 |
* | mm: make faultaround produce old ptes | Kirill A. Shutemov | 2016-05-20 | 1 | -1/+1 |
* | mm: use phys_addr_t for reserve_bootmem_region() arguments | Stefan Bader | 2016-05-20 | 1 | -1/+1 |
* | userfaultfd: don't pin the user memory in userfaultfd_file_create() | Oleg Nesterov | 2016-05-20 | 1 | -1/+6 |
* | mm: thp: microoptimize compound_mapcount() | Andrea Arcangeli | 2016-05-20 | 1 | -2/+1 |
* | mm: use unsigned long constant for page flags | Yu Zhao | 2016-05-20 | 1 | -9/+9 |
* | mm fix commmets: if SPARSEMEM, pgdata doesn't have page_ext | Weijie Yang | 2016-05-20 | 1 | -1/+1 |
* | include/linux/hugetlb.h: use bool instead of int for hugepage_migration_suppo... | Chen Gang | 2016-05-20 | 1 | -3/+3 |
* | include/linux/hugetlb*.h: clean up code | Chen Gang | 2016-05-20 | 2 | -7/+1 |
* | mm: tighten fault_in_pages_writeable() | Eric Dumazet | 2016-05-20 | 1 | -15/+9 |
* | mm/vmalloc: keep a separate lazy-free list | Chris Wilson | 2016-05-20 | 1 | -1/+2 |
* | mm,oom: speed up select_bad_process() loop | Tetsuo Handa | 2016-05-20 | 1 | -0/+1 |
* | oom: consider multi-threaded tasks in task_will_free_mem | Michal Hocko | 2016-05-20 | 1 | -2/+13 |
* | mm, oom_reaper: do not mmput synchronously from the oom reaper context | Michal Hocko | 2016-05-20 | 2 | -0/+7 |
* | mm, oom_reaper: hide oom reaped tasks from OOM killer more carefully | Michal Hocko | 2016-05-20 | 1 | -0/+1 |
* | mm, oom, compaction: prevent from should_compact_retry looping for ever for c... | Michal Hocko | 2016-05-20 | 2 | -0/+7 |
* | mm, oom: rework oom detection | Michal Hocko | 2016-05-20 | 1 | -0/+1 |
* | mm, compaction: abstract compaction feedback to helpers | Michal Hocko | 2016-05-20 | 1 | -0/+79 |
* | mm, compaction: update compaction_result ordering | Michal Hocko | 2016-05-20 | 1 | -10/+16 |
* | mm, compaction: distinguish between full and partial COMPACT_COMPLETE | Michal Hocko | 2016-05-20 | 2 | -1/+10 |
* | mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPED | Michal Hocko | 2016-05-20 | 2 | -3/+6 |
* | mm, compaction: change COMPACT_ constants into enum | Michal Hocko | 2016-05-20 | 1 | -18/+27 |
* | mm: vmscan: reduce size of inactive file list | Rik van Riel | 2016-05-20 | 1 | -25/+0 |
* | Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-05-20 | 8 | -1/+509 |
|\ |
|