aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds3-10/+17
2016-05-21Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-6/+1148
2016-05-21Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds2-60/+0
2016-05-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-222/+365
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds14-1/+306
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-13/+164
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds6-4/+220
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds8-13/+234
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds8-10/+111
2016-05-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds10-8/+239
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-38/+149
2016-05-20locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait()Peter Zijlstra1-1/+26
2016-05-20radix-tree: free up the bottom bit of exceptional entries for reuseMatthew Wilcox1-15/+23
2016-05-20dax: move RADIX_DAX_ definitions to dax.cNeilBrown1-9/+0
2016-05-20radix-tree: introduce radix_tree_replace_clear_tags()Matthew Wilcox1-3/+6
2016-05-20radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox1-5/+5
2016-05-20radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox1-7/+5
2016-05-20radix-tree: rename INDIRECT_PTR to INTERNAL_NODEMatthew Wilcox1-17/+13
2016-05-20radix-tree: remove root->heightMatthew Wilcox1-3/+0
2016-05-20radix-tree: replace node->height with node->shiftMatthew Wilcox1-1/+1
2016-05-20radix-tree: split node->path into offset and heightMatthew Wilcox1-5/+2
2016-05-20radix-tree: add support for multi-order iteratingRoss Zwisler1-9/+60
2016-05-20radix-tree: remove unused looping macrosRoss Zwisler1-28/+0
2016-05-20radix tree test suite: allow testing other fan-out valuesRoss Zwisler1-3/+1
2016-05-20radix-tree: introduce radix_tree_emptyMatthew Wilcox1-0/+5
2016-05-20include/linux/genhd.h: move to use generic UUID libraryAndy Shevchenko1-20/+3
2016-05-20include/linux/efi.h: redefine type, constant, macro from generic codeAndy Shevchenko1-10/+4
2016-05-20lib/uuid.c: remove FSF addressAndy Shevchenko2-9/+1
2016-05-20lib/uuid.c: introduce a few more generic helpersAndy Shevchenko1-0/+13
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko2-1/+2
2016-05-20printk/nmi: flush NMI messages on the system panicPetr Mladek1-0/+2
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek3-4/+13
2016-05-20include/linux/syscalls.h: use pid_t instead of intRené Nyffenegger1-4/+4
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-0/+7
2016-05-20zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky1-2/+2
2016-05-20mm/kasan: add API to check memory regionsAndrey Ryabinin1-0/+12
2016-05-20mm: kasan: initial memory quarantine implementationAlexander Potapenko1-2/+11
2016-05-20mm: page_is_guard(): return false when page_ext arrays are not allocated yetYang Shi1-0/+3
2016-05-20mm: make faultaround produce old ptesKirill A. Shutemov1-1/+1
2016-05-20mm: use phys_addr_t for reserve_bootmem_region() argumentsStefan Bader1-1/+1
2016-05-20userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov1-1/+6
2016-05-20mm: thp: microoptimize compound_mapcount()Andrea Arcangeli1-2/+1
2016-05-20mm: use unsigned long constant for page flagsYu Zhao1-9/+9
2016-05-20mm fix commmets: if SPARSEMEM, pgdata doesn't have page_extWeijie Yang1-1/+1
2016-05-20include/linux/hugetlb.h: use bool instead of int for hugepage_migration_supported()Chen Gang1-3/+3
2016-05-20include/linux/hugetlb*.h: clean up codeChen Gang2-7/+1
2016-05-20mm: tighten fault_in_pages_writeable()Eric Dumazet1-15/+9
2016-05-20mm/vmalloc: keep a separate lazy-free listChris Wilson1-1/+2
2016-05-20mm,oom: speed up select_bad_process() loopTetsuo Handa1-0/+1