aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27mm: fix section mismatch warningLinus Torvalds1-1/+1
2016-05-27Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2016-05-27Merge tag 'drm-fixes-v4.7-rc1' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-0/+94
2016-05-27Merge git://git.infradead.org/intel-iommuLinus Torvalds1-2/+21
2016-05-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-19/+279
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-2/+2
2016-05-27Merge tag 'asoc-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai17-16/+155
2016-05-27Merge remote-tracking branch 'asoc/topic/topology' into asoc-nextMark Brown1-2/+42
2016-05-27Merge tag 'drm-intel-next-fixes-2016-05-25' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+92
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+31
2016-05-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-19/+7
2016-05-26Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-1/+22
2016-05-26Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-13/+28
2016-05-26mm: oom_reaper: remove some bloatMichal Hocko2-1/+5
2016-05-26mm: slub: remove unused virt_to_obj()Andrey Ryabinin1-16/+0
2016-05-26seqlock: fix raw_read_seqcount_latch()Alexey Dobriyan1-2/+2
2016-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds8-150/+379
2016-05-26misc: at24: Fix typo in at24 header fileMoritz Fischer1-1/+1
2016-05-26Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds9-14/+82
2016-05-26IB/core: Make device counter infrastructure dynamicChristoph Lameter1-52/+74
2016-05-26Merge branch 'hfi1-2' into k.o/for-4.7Doug Ledford4-38/+65
2016-05-26Merge tag 'mmc-v4.7-rc1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds1-0/+4
2016-05-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds2-0/+2
2016-05-26IB/rdamvt: Fix rdmavt s_ack_queue sizingMike Marciniszyn2-4/+10
2016-05-26IB/rdmavt: Max atomic value should be a u8Mike Marciniszyn1-2/+2
2016-05-26Merge branches 'misc-4.7-2', 'ipoib' and 'ib-router' into k.o/for-4.7Doug Ledford3-2/+80
2016-05-26IB/hfi1: Remove write(), use ioctl() for user cmdsDennis Dalessandro1-7/+1
2016-05-26IB/hfi1: Add ioctl() interface for user commandsDennis Dalessandro1-0/+45
2016-05-26IB/hfi1: Remove unused user commandDennis Dalessandro1-1/+0
2016-05-26IB/hfi1: Remove EPROM functionality from data deviceDennis Dalessandro1-7/+0
2016-05-26IB/hfi1: Remove multiple device cdevDennis Dalessandro1-17/+2
2016-05-26add down_write_killable_nested()Al Viro1-0/+2
2016-05-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-5/+30
2016-05-26ceph: make logical calculation functions return boolZhang Zhuoyu3-6/+6
2016-05-26ceph: using hash value to compose dentry offsetYan, Zheng1-0/+1
2016-05-26ceph: define 'end/complete' in readdir reply as bit flagsYan, Zheng1-0/+12
2016-05-26libceph: support for subscribing to "mdsmap.<id>" mapsIlya Dryomov2-0/+3
2016-05-26libceph: replace ceph_monc_request_next_osdmap()Ilya Dryomov2-1/+1
2016-05-26libceph: pool deletion detectionIlya Dryomov1-0/+6
2016-05-26libceph: async MON client generic requestsIlya Dryomov1-3/+16
2016-05-26libceph: support for checking on status of watchIlya Dryomov1-0/+4
2016-05-26libceph: support for sending notifiesIlya Dryomov2-0/+23
2016-05-26libceph, rbd: ceph_osd_linger_request, watch/notify v2Ilya Dryomov3-44/+75
2016-05-26libceph: a major OSD client updateIlya Dryomov1-11/+7
2016-05-26libceph: protect osdc->osd_lru list with a spinlockIlya Dryomov1-0/+1
2016-05-26libceph: handle_one_map()Ilya Dryomov2-0/+3
2016-05-26libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov1-0/+1
2016-05-26libceph: redo callbacks and factor out MOSDOpReply decodingIlya Dryomov1-2/+3
2016-05-26libceph: drop msg argument from ceph_osdc_callback_tIlya Dryomov1-2/+1