summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-18Merge branch 'for-chris-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Chris Mason33-132/+258
2016-05-16Merge branch 'foreign/jeffm/uapi' into for-chris-4.7-20160516David Sterba2-5/+1134
2016-05-06Merge tag 'pm+acpi-4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2016-05-06Merge branches 'acpica-fixes' and 'device-properties-fixes'Rafael J. Wysocki2-3/+3
2016-05-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-78/+116
2016-05-06byteswap: try to avoid __builtin_constant_p gcc bugArnd Bergmann1-9/+15
2016-05-06mm: thp: kvm: fix memory corruption in KVM with THP enabledAndrea Arcangeli1-0/+22
2016-05-06rapidio/mport_cdev: fix uapi type definitionsAlexandre Bounine1-69/+75
2016-05-06mm: memcontrol: let v2 cgroups follow changes in system swappinessJohannes Weiner1-0/+4
2016-05-06Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2016-05-05asm-generic: use compat version for preadv2 and pwritev2Yury Norov1-2/+2
2016-05-04Merge tag 'for-linus-4.6-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+8
2016-05-03vxlan: Add checksum check to the features check functionAlexander Duyck2-1/+8
2016-05-02Minimal fix-up of bad hashing behavior of hash_64()Linus Torvalds1-2/+18
2016-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-3/+12
2016-05-02net: Implement net_dbg_ratelimited() for CONFIG_DYNAMIC_DEBUG caseTim Bingham1-1/+9
2016-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-0/+27
2016-04-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+9
2016-04-29Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+5
2016-04-29Merge tag 'media/v4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-10/+28
2016-04-29Merge tag 'sound-4.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-3/+2
2016-04-29numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer1-0/+2
2016-04-29thp: keep huge zero page pinned until tlb flushKirill A. Shutemov1-0/+5
2016-04-29mm: exclude HugeTLB pages from THP page_mapped() logicSteve Capper1-0/+2
2016-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2-6/+5
2016-04-29bpf: fix refcnt overflowAlexei Starovoitov1-1/+2
2016-04-28net: fix net_gso_ok for new GSO types.Marcelo Ricardo Leitner1-1/+1
2016-04-28IB/security: Restrict use of the write() interfaceJason Gunthorpe1-0/+16
2016-04-28IB/mlx5: Expose correct max_sge_rd limitSagi Grimberg1-0/+11
2016-04-28btrfs: uapi/linux/btrfs_tree.h, use __u8 and __u64Jeff Mahoney1-26/+26
2016-04-28btrfs: uapi/linux/btrfs_tree.h migration, item types and definesJeff Mahoney1-0/+966
2016-04-28btrfs: uapi/linux/btrfs.h migration, move struct btrfs_ioctl_defrag_range_argsJeff Mahoney1-1/+37
2016-04-28btrfs: uapi/linux/btrfs.h migration, move balance flagsJeff Mahoney1-0/+64
2016-04-28btrfs: uapi/linux/btrfs.h migration, move feature flagsJeff Mahoney1-0/+31
2016-04-28btrfs: uapi/linux/btrfs.h migration, document subvol flagsJeff Mahoney1-3/+14
2016-04-28btrfs: uapi/linux/btrfs.h migration, qgroup limit flagsJeff Mahoney1-1/+21
2016-04-28btrfs: uapi/linux/btrfs.h migration, move BTRFS_LABEL_SIZEJeff Mahoney1-0/+1
2016-04-28btrfs: rename flags for vol args v2David Sterba1-3/+4
2016-04-28btrfs: introduce device delete by devidAnand Jain1-1/+13
2016-04-28device property: Avoid potential dereferences of invalid pointersHeikki Krogerus2-3/+3
2016-04-27Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-6/+1
2016-04-27Merge tag 'asoc-fix-v4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai47-172/+310
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-8/+15
2016-04-27devpts: more pty driver interface cleanupsLinus Torvalds2-5/+5
2016-04-26Revert "ipv6: Revert optional address flusing on ifdown."David S. Miller2-0/+2
2016-04-26ALSA: hda - Update BCLK also at hotplug for i915 HSW/BDWTakashi Iwai1-3/+2
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo2-6/+1
2016-04-25ipv6: Revert optional address flusing on ifdown.David S. Miller2-2/+0
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2-6/+5