aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+29
2016-05-25Merge tag 'pwm/for-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-80/+239
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra1-0/+1
2016-05-24Merge tag 'nfsd-4.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2016-05-24Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+11
2016-05-24Merge tag 'spi-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+5
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds13-257/+328
2016-05-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-53/+66
2016-05-23Merge branch 'for-4.7-zac' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds2-3/+104
2016-05-23mm: make vm_brk killableMichal Hocko1-1/+1
2016-05-23mm: make vm_mmap killableMichal Hocko1-1/+1
2016-05-23s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_protect(unprotect)_crashkres()Xunlei Pang1-2/+0
2016-05-23kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang1-0/+2
2016-05-23signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov1-9/+7
2016-05-23signal: make oom_flags a boolTetsuo Handa3-8/+8
2016-05-23nilfs2: fix block commentsRyusuke Konishi1-23/+43
2016-05-23nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi1-3/+3
2016-05-23nilfs2: clean up old e-mail addressesRyusuke Konishi1-2/+1
2016-05-23nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi1-4/+0
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-0/+27
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-12/+14
2016-05-23Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/flash-read', 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi' and 'spi/topic/kconfig' into spi-nextMark Brown1-1/+5
2016-05-21Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fsLinus Torvalds2-0/+3
2016-05-21Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams1-8/+0
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 Torvalds25-217/+363
2016-05-20Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds11-1/+188
2016-05-20Revert "block: enable dax for raw block devices"Dan Williams1-8/+0
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 Torvalds5-4/+199
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds7-13/+113
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds5-8/+96
2016-05-20Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds3-2/+110
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-12/+13
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