summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-06-1210-239/+85
|\
| * Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro2014-06-12230-1966/+4418
| |\
| * | lustre: get rid of messing with iovecsAl Viro2014-05-066-163/+37
| * | blkdev_aio_write() - turn into blkdev_write_iter()Al Viro2014-05-061-2/+2
| * | switch simple generic_file_aio_read() users to ->read_iter()Al Viro2014-05-061-2/+2
| * | replace checking for ->read/->aio_read presence with check in ->f_modeAl Viro2014-05-062-4/+4
| * | new helper: iov_iter_get_pages_alloc()Al Viro2014-05-061-55/+37
| * | new primitive: iov_iter_alignment()Al Viro2014-05-061-5/+2
| * | get rid of pointless iov_length() in ->direct_IO()Al Viro2014-05-061-1/+1
| * | pass iov_iter to ->direct_IO()Al Viro2014-05-061-9/+8
| * | kill generic_segment_checks()Al Viro2014-05-061-8/+2
* | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-114-59/+125
|\ \ \
| * | | virtio_scsi: don't call virtqueue_add_sgs(... GFP_NOIO) holding spinlock.Rusty Russell2014-05-211-9/+6
| * | | virtio-rng: fixes for device registration/unregistrationSasha Levin2014-05-191-18/+23
| * | | virtio-rng: fix boot with virtio-rng deviceSasha Levin2014-05-191-1/+1
| * | | virtio-rng: support multiple virtio-rng devicesAmos Kong2014-05-141-39/+63
| * | | virtio_ccw: introduce device_lost in virtio_ccw_deviceHeinz Graalfs2014-04-281-12/+37
| * | | virtio: virtio_break_device() to mark all virtqueues broken.Rusty Russell2014-04-281-0/+15
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2014-06-115-87/+101
|\ \ \ \
| * | | | vhost: move memory pointer to VQsMichael S. Tsirkin2014-06-095-42/+33
| * | | | vhost: move acked_features to VQsMichael S. Tsirkin2014-06-095-42/+44
| * | | | vhost: replace rcu with mutexMichael S. Tsirkin2014-06-091-1/+9
| * | | | vhost-net: extend device allocation to vmallocMichael S. Tsirkin2014-06-091-5/+18
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-06-111-1/+1
|\ \ \ \ \
| * | | | | drivers/tty/hvc/hvc_tile.c: use PTR_ERR_OR_ZEROFabian Frederick2014-06-021-1/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-116-11/+11
|\ \ \ \ \
| * | | | | drivers/hid/hid-picolcd_fb: avoid world-writable sysfs files.Rusty Russell2014-05-141-1/+1
| * | | | | drivers/staging/speakup/: avoid world-writable sysfs files.Rusty Russell2014-05-1416-150/+150
| * | | | | drivers/regulator/virtual: avoid world-writable sysfs files.Rusty Russell2014-05-141-5/+5
| * | | | | drivers/scsi/pm8001/pm8001_ctl.c: avoid world-writable sysfs files.Rusty Russell2014-05-141-1/+1
| * | | | | drivers/hid/hid-lg4ff.c: avoid world-writable sysfs files.Rusty Russell2014-05-141-1/+1
| * | | | | drivers/video/fbdev/sm501fb.c: avoid world-writable sysfs files.Rusty Russell2014-05-141-1/+1
| * | | | | drivers/mtd/devices/docg3.c: avoid world-writable sysfs files.Rusty Russell2014-05-141-2/+2
| * | | | | speakup: fix incorrect perms on speakup_acntsa.cRusty Russell2014-05-141-4/+4
| |/ / / /
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-06-1113-71/+957
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'armada-375-380-soc-support', 'eduardo-thermal-soc-fixes', 'in...Zhang Rui2014-05-1512-52/+818
| |\ \ \ \ \ \ \
| | | | * | | | | thermal: spear: remove unnecessary OOM messagesJingoo Han2014-05-151-3/+1
| | | | * | | | | thermal: exynos: remove unnecessary OOM messagesJingoo Han2014-05-151-4/+1
| | | | * | | | | thermal: rcar: remove unnecessary OOM messagesJingoo Han2014-05-151-4/+1
| | | | * | | | | thermal/intel_powerclamp: add newer cpu idsJacob Pan2014-05-151-0/+2
| | | | * | | | | thermal: rcar: Use pm_runtime_put() i.s.o. pm_runtime_put_sync()Geert Uytterhoeven2014-05-151-2/+2
| | | | * | | | | thermal: samsung: Only update available threshold limitsTushar Behera2014-05-151-0/+4
| | | | * | | | | Thermal/int3403: Fix thermal hysteresis unit conversionlan,Tianyu2014-05-151-1/+7
| | | * | | | | | thermal: Intel SoC DTS thermalSrinivas Pandruvada2014-05-153-0/+492
| | | |/ / / / /
| | * | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti...Zhang Rui2014-05-156-38/+308
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | thermal: samsung: Add TMU support for Exynos5260 SoCsNaveen Krishna Chatradhi2014-05-064-0/+118
| | | * | | | | thermal: samsung: Add TMU support for Exynos5420 SoCsNaveen Krishna Chatradhi2014-05-064-4/+156
| | | * | | | | thermal: samsung: change base_common to more meaningful base_secondNaveen Krishna Chatradhi2014-05-063-10/+10
| | | * | | | | thermal: samsung: replace inten_ bit fields with intclr_Naveen Krishna Chatradhi2014-05-064-22/+22
| | | * | | | | thermal: offer Samsung thermal support only when ARCH_EXYNOS is definedBartlomiej Zolnierkiewicz2014-05-061-1/+1