summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* radix-tree: free up the bottom bit of exceptional entries for reuseMatthew Wilcox2016-05-201-15/+23
* dax: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-201-9/+0
* radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox2016-05-201-3/+6
* radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox2016-05-201-5/+5
* radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2016-05-201-7/+5
* radix-tree: rename INDIRECT_PTR to INTERNAL_NODEMatthew Wilcox2016-05-201-17/+13
* radix-tree: remove root->heightMatthew Wilcox2016-05-201-3/+0
* radix-tree: replace node->height with node->shiftMatthew Wilcox2016-05-201-1/+1
* radix-tree: split node->path into offset and heightMatthew Wilcox2016-05-201-5/+2
* radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-201-9/+60
* radix-tree: remove unused looping macrosRoss Zwisler2016-05-201-28/+0
* radix tree test suite: allow testing other fan-out valuesRoss Zwisler2016-05-201-3/+1
* radix-tree: introduce radix_tree_emptyMatthew Wilcox2016-05-201-0/+5
* include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko2016-05-201-20/+3
* include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko2016-05-201-10/+4
* lib/uuid.c: remove FSF addressAndy Shevchenko2016-05-202-9/+1
* lib/uuid.c: introduce a few more generic helpersAndy Shevchenko2016-05-201-0/+13
* lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2016-05-202-1/+2
* printk/nmi: flush NMI messages on the system panicPetr Mladek2016-05-201-0/+2
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-203-4/+13
* include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger2016-05-201-4/+4
* exit_thread: accept a task parameter to be exitedJiri Slaby2016-05-201-2/+2
* exit_thread: remove empty bodiesJiri Slaby2016-05-201-0/+7
* zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky2016-05-201-2/+2
* mm/kasan: add API to check memory regionsAndrey Ryabinin2016-05-201-0/+12
* mm: kasan: initial memory quarantine implementationAlexander Potapenko2016-05-201-2/+11
* mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi2016-05-201-0/+3
* mm: make faultaround produce old ptesKirill A. Shutemov2016-05-201-1/+1
* mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader2016-05-201-1/+1
* userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov2016-05-201-1/+6
* mm: thp: microoptimize compound_mapcount()Andrea Arcangeli2016-05-201-2/+1
* mm: use unsigned long constant for page flagsYu Zhao2016-05-201-9/+9
* mm fix commmets: if SPARSEMEM, pgdata doesn't have page_extWeijie Yang2016-05-201-1/+1
* include/linux/hugetlb.h: use bool instead of int for hugepage_migration_suppo...Chen Gang2016-05-201-3/+3
* include/linux/hugetlb*.h: clean up codeChen Gang2016-05-202-7/+1
* mm: tighten fault_in_pages_writeable()Eric Dumazet2016-05-201-15/+9
* mm/vmalloc: keep a separate lazy-free listChris Wilson2016-05-201-1/+2
* mm,oom: speed up select_bad_process() loopTetsuo Handa2016-05-201-0/+1
* oom: consider multi-threaded tasks in task_will_free_memMichal Hocko2016-05-201-2/+13
* mm, oom_reaper: do not mmput synchronously from the oom reaper contextMichal Hocko2016-05-202-0/+7
* mm, oom_reaper: hide oom reaped tasks from OOM killer more carefullyMichal Hocko2016-05-201-0/+1
* mm, oom, compaction: prevent from should_compact_retry looping for ever for c...Michal Hocko2016-05-202-0/+7
* mm, oom: rework oom detectionMichal Hocko2016-05-201-0/+1
* mm, compaction: abstract compaction feedback to helpersMichal Hocko2016-05-201-0/+79
* mm, compaction: update compaction_result orderingMichal Hocko2016-05-201-10/+16
* mm, compaction: distinguish between full and partial COMPACT_COMPLETEMichal Hocko2016-05-202-1/+10
* mm, compaction: distinguish COMPACT_DEFERRED from COMPACT_SKIPPEDMichal Hocko2016-05-202-3/+6
* mm, compaction: change COMPACT_ constants into enumMichal Hocko2016-05-201-18/+27
* mm: vmscan: reduce size of inactive file listRik van Riel2016-05-201-25/+0
* Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-208-1/+509
|\