summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-30nfsd: use vfs_iter_read/writeChristoph Hellwig1-10/+7
2017-06-30fs: implement vfs_iter_write using do_iter_writeChristoph Hellwig6-26/+16
2017-06-30fs: implement vfs_iter_read using do_iter_readChristoph Hellwig5-25/+15
2017-06-30fs: move more code into do_iter_read/do_iter_writeChristoph Hellwig1-45/+28
2017-06-30fs: remove __do_readv_writevChristoph Hellwig1-24/+36
2017-06-30fs: remove do_compat_readv_writevChristoph Hellwig1-26/+16
2017-06-30fs: remove do_readv_writevChristoph Hellwig1-22/+21
2017-06-16fs: pass on flags in compat_writevChristoph Hellwig1-1/+1
2017-06-16Merge tag 'mmc-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-0/+9
2017-06-16Merge tag 'drm-fixes-for-v4.12-rc6' of git://people.freedesktop.org/~airlied/...Linus Torvalds17-64/+131
2017-06-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds20-817/+935
2017-06-16Merge tag 'platform-drivers-x86-v4.12-2' of git://git.infradead.org/linux-pla...Linus Torvalds1-9/+7
2017-06-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-12/+24
2017-06-16Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-15/+40
2017-06-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-3/+2
2017-06-16Merge tag 'drm-intel-fixes-2017-06-15' of git://anongit.freedesktop.org/git/d...Dave Airlie4-30/+38
2017-06-16Merge tag 'drm-misc-fixes-2017-06-15' of git://anongit.freedesktop.org/git/dr...Dave Airlie5-19/+57
2017-06-16Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie8-15/+36
2017-06-15drm: mxsfb_crtc: Reset the eLCDIF controllerFabio Estevam1-0/+42
2017-06-15drm/mgag200: Fix to always set HiPri for G200e4 V2Mathieu Larouche1-1/+8
2017-06-15drm/tegra: Correct idr_alloc() minimum idDmitry Osipenko1-1/+1
2017-06-15drm/tegra: Fix lockup on a use of staging APIDmitry Osipenko1-16/+4
2017-06-15gpu: host1x: Fix error handlingChristophe JAILLET1-1/+1
2017-06-15firmware: dmi_scan: Check DMI structure lengthJean Delvare1-7/+16
2017-06-15firmware: dmi: Fix permissions of product_familyJean Delvare1-2/+2
2017-06-15firmware: dmi_scan: Make dmi_walk and dmi_walk_early return real error codesAndy Lutomirski2-5/+6
2017-06-15firmware: dmi_scan: Look for SMBIOS 3 entry point firstJean Delvare1-1/+16
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds136-491/+810
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-5/+16
2017-06-15Merge tag 'acpi-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-18/+39
2017-06-15Merge tag 'pm-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds5-9/+16
2017-06-15Merge branch 'for-4.12/driver-matching-fix' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-61/+221
2017-06-15Merge tag 'media/v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds8-10/+22
2017-06-15i40e: Fix a sleep-in-atomic bugJia-Ju Bai1-0/+2
2017-06-15Merge branch 'acpica-fixes'Rafael J. Wysocki3-18/+39
2017-06-15Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-devfreq'Rafael J. Wysocki12368-283946/+1317754
2017-06-14net: don't global ICMP rate limit packets originating from loopbackJesper Dangaard Brouer2-3/+7
2017-06-14block: Fix a blk_exit_rl() regressionBart Van Assche2-12/+24
2017-06-14rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju1-3/+7
2017-06-14net/act_pedit: fix an error codeDan Carpenter1-1/+3
2017-06-14IB/ipoib: Fix memory leak in create child syscallFeras Daoud1-3/+3
2017-06-14IB/ipoib: Fix access to un-initialized napi structAlex Vesker1-1/+0
2017-06-14IB/ipoib: Delete napi in device uninit defaultAlex Vesker1-0/+3
2017-06-14IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker2-3/+8
2017-06-14IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker2-2/+10
2017-06-14net: update undefined ->ndo_change_mtu() commentMagnus Damm1-2/+1
2017-06-14net_sched: move tcf_lock down after gen_replace_estimator()WANG Cong1-5/+3
2017-06-14rxe: Fix a sleep-in-atomic bug in post_one_sendJia-Ju Bai1-7/+2
2017-06-14RDMA/qedr: Add 64KB PAGE_SIZE support to user-space queuesRam Amrani2-28/+41
2017-06-14RDMA/qedr: Initialize byte_len in WC of READ and SEND commandsMichal Kalderon1-0/+4