summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2015-01-13block: Change direct_access calling conventionMatthew Wilcox-2/+4
2015-01-02blk-mq: export blk_mq_freeze_queue()Jens Axboe-0/+1
2015-01-02Merge tag 'v3.19-rc2' into for-3.20/coreJens Axboe-69/+748
2014-12-25Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-7/+4
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie-7/+0
2014-12-23Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-0/+4
2014-12-23audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs-0/+4
2014-12-23Merge tag 'drm/tegra/for-3.19-rc1-fixes' of git://people.freedesktop.org/~tag...Dave Airlie-0/+4
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds-0/+74
2014-12-20Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds-7/+655
2014-12-20Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds-54/+10
2014-12-20Merge tag 'pm-config-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2014-12-20blk-mq: Export freeze/unfreeze functionsKeith Busch-0/+2
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-12/+5
2014-12-19Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds-4/+163
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2014-12-19PM: Eliminate CONFIG_PM_RUNTIMERafael J. Wysocki-1/+1
2014-12-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2014-12-19Merge tag 'powerpc-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-0/+2
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+2
2014-12-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-8/+73
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+3
2014-12-18Merge tag 'media/v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-3/+3
2014-12-18Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-8/+420
2014-12-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2014-12-18mm: cma: split cma-reserved in dmesg logPintu Kumar-0/+1
2014-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+3
2014-12-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-121/+45
2014-12-18uapi/linux/target_core_user.h: fix headers_install.sh badnessKyle McMartin-4/+0
2014-12-18Merge branch 'pm-runtime'Rafael J. Wysocki-4/+2
2014-12-18Merge branches 'acpi-scan', 'acpi-utils' and 'acpi-pm'Rafael J. Wysocki-0/+1
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley-54/+10
2014-12-18kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger-0/+74
2014-12-18KVM: move APIC types to arch/x86/Paolo Bonzini-27/+0
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds-9/+70
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-0/+13
2014-12-17Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+2
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds-36/+151
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds-12/+38
2014-12-17libceph: fixup includes in pagelist.hIlya Dryomov-1/+3
2014-12-17ceph: use getattr request to fetch inline dataYan, Zheng-0/+2
2014-12-17ceph: add inline data to pagecacheYan, Zheng-0/+1
2014-12-17libceph: specify position of extent operationYan, Zheng-1/+2
2014-12-17libceph: add SETXATTR/CMPXATTR osd operations supportYan, Zheng-0/+10
2014-12-17libceph: require cephx message signature by defaultYan, Zheng-0/+1
2014-12-17libceph: update ceph_msg_header structureJohn Spray-1/+2
2014-12-17libceph: message signature supportYan, Zheng-1/+43
2014-12-17libceph: nuke ceph_kvfree()Ilya Dryomov-3/+1
2014-12-17ceph: fix file lock interruptionYan, Zheng-2/+5
2014-12-17drm/irq: Add drm_crtc_vblank_count()Thierry Reding-0/+1