summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kexec: introduce a protection mechanism for the crashkernel reserved memoryXunlei Pang2016-05-231-0/+2
* signal: move the "sig < SIGRTMIN" check into siginmask(sig)Oleg Nesterov2016-05-231-9/+7
* signal: make oom_flags a boolTetsuo Handa2016-05-233-8/+8
* nilfs2: fix block commentsRyusuke Konishi2016-05-231-23/+43
* nilfs2: avoid bare use of 'unsigned'Ryusuke Konishi2016-05-231-3/+3
* nilfs2: clean up old e-mail addressesRyusuke Konishi2016-05-231-2/+1
* nilfs2: remove FSF mailing address from GPL noticesRyusuke Konishi2016-05-231-4/+0
* Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-213-10/+17
|\
| * f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-181-5/+5
| * f2fs: support in batch multi blocks preallocationChao Yu2016-05-111-5/+9
| * fscrypto/f2fs: allow fs-specific key prefix for fs encryptionJaegeuk Kim2016-05-071-0/+1
| * f2fs: fix to convert inline directory correctlyChao Yu2016-04-151-0/+2
* | Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-212-6/+1148
|\ \
| * \ Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason2016-05-1733-132/+258
| |\ \
| * \ \ Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba2016-05-162-5/+1134
| |\ \ \
| | * | | btrfs: uapi/linux/btrfs_tree.h, use __u8 and __u64Jeff Mahoney2016-04-281-26/+26
| | * | | btrfs: uapi/linux/btrfs_tree.h migration, item types and definesJeff Mahoney2016-04-281-0/+966
| | * | | btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_argsJeff Mahoney2016-04-281-1/+37
| | * | | btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney2016-04-281-0/+64
| | * | | btrfs: uapi/linux/btrfs.h migration, move feature flagsJeff Mahoney2016-04-281-0/+31
| | * | | btrfs: uapi/linux/btrfs.h migration, document subvol flagsJeff Mahoney2016-04-281-3/+14
| | * | | btrfs: uapi/linux/btrfs.h migration, qgroup limit flagsJeff Mahoney2016-04-281-1/+21
| | * | | btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZEJeff Mahoney2016-04-281-0/+1
| * | | | btrfs: rename flags for vol args v2David Sterba2016-04-281-3/+4
| * | | | btrfs: introduce device delete by devidAnand Jain2016-04-281-1/+13
| |/ / /
* | | | Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds2016-05-212-60/+0
|\ \ \ \
| * | | | mailbox/omap: kill omap_mbox_{save/restore}_ctx() functionsSuman Anna2016-04-261-2/+0
| * | | | mailbox/omap: drop legacy platform device supportSuman Anna2016-04-261-58/+0
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-2027-222/+365
|\ \ \ \ \
| * | | | | 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