index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-30
rpmsg: glink: Add rx done command
Sricharan R
1
-0
/
+83
2017-08-30
rpmsg: glink: Make RX FIFO peak accessor to take an offset
Bjorn Andersson
4
-11
/
+16
2017-08-30
rpmsg: glink: Use the local intents when receiving data
Sricharan R
1
-25
/
+50
2017-08-30
rpmsg: glink: Add support for TX intents
Sricharan R
4
-5
/
+173
2017-08-30
rpmsg: glink: Fix idr_lock from mutex to spinlock
Sricharan R
1
-20
/
+42
2017-08-30
rpmsg: glink: Add support for transport version negotiation
Sricharan R
4
-6
/
+79
2017-08-30
rpmsg: glink: Introduce glink smem based transport
Bjorn Andersson
5
-0
/
+328
2017-08-30
rpmsg: glink: Do a mbox_free_channel in remove
Sricharan R
1
-0
/
+1
2017-08-30
rpmsg: glink: Return -EAGAIN when there is no FIFO space
Sricharan R
1
-1
/
+1
2017-08-30
rpmsg: glink: Allow unaligned data access
Bjorn Andersson
2
-7
/
+21
2017-08-30
rpmsg: glink: Move the common glink protocol implementation to glink_native.c
Bjorn Andersson
5
-993
/
+1064
2017-08-30
rpmsg: glink: Split rpm_probe to reuse the common code
Bjorn Andersson
1
-36
/
+49
2017-08-30
rpmsg: glink: Associate indirections for pipe fifo accessor's
Bjorn Andersson
1
-38
/
+106
2017-08-30
rpmsg: glink: Rename glink_rpm_xx functions to qcom_glink_xx
Bjorn Andersson
1
-120
/
+128
2017-08-25
rpmsg: virtio_rpmsg_bus: fix sg_set_buf() when addr is not a valid kernel add...
Loic Pallardy
1
-3
/
+25
2017-08-25
rpmsg: virtio_rpmsg: set rpmsg_buf_size customizable
Loic Pallardy
1
-9
/
+13
2017-07-26
rpmsg: virtio_rpmsg_bus: fix export of rpmsg_send_offchannel_raw()
Suman Anna
1
-1
/
+0
2017-07-26
rpmsg: qcom_smd: add of_node node to edge device
Srinivas Kandagatla
1
-0
/
+1
2017-07-15
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-31
/
+101
2017-07-15
Merge branch 'work.__copy_to_user' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-63
/
+46
2017-07-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
6
-65
/
+186
2017-07-15
random: reorder READ_ONCE() in get_random_uXX
Sebastian Andrzej Siewior
1
-2
/
+4
2017-07-15
random: suppress spammy warnings about unseeded randomness
Theodore Ts'o
1
-17
/
+39
2017-07-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
3
-44
/
+204
2017-07-15
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-17
/
+43
2017-07-15
Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2017-07-15
Merge tag 'acpi-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-26
/
+40
2017-07-15
Merge tag 'pm-fixes-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-37
/
+34
2017-07-14
Merge tag 'ntb-4.13' of git://github.com/jonmason/ntb
Linus Torvalds
16
-242
/
+4401
2017-07-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
16
-401
/
+314
2017-07-14
Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...
Linus Torvalds
3
-17
/
+78
2017-07-14
Merge tag 'pci-v4.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2017-07-14
Merge branches 'acpi-ec', 'acpi-irq' and 'acpi-quirks'
Rafael J. Wysocki
3
-26
/
+40
2017-07-14
Merge branches 'pm-qos' and 'pm-devfreq'
Rafael J. Wysocki
4
-6
/
+9
2017-07-14
Merge branches 'pm-cpufreq-sched' and 'intel_pstate'
Rafael J. Wysocki
1
-1
/
+1
2017-07-14
Merge branch 'pm-pci'
Rafael J. Wysocki
4
-30
/
+24
2017-07-14
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
39
-684
/
+1318
2017-07-13
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
17
-19
/
+28
2017-07-13
Merge tag 'platform-drivers-x86-v4.13-2' of git://git.infradead.org/linux-pla...
Linus Torvalds
11
-19
/
+165
2017-07-13
Merge tag 'vfio-v4.13-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
2
-42
/
+48
2017-07-13
Merge tag 'rtc-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
22
-839
/
+1696
2017-07-13
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
Linus Torvalds
63
-2169
/
+3950
2017-07-13
Merge tag 'fbdev-v4.13' of git://github.com/bzolnier/linux
Linus Torvalds
12
-155
/
+137
2017-07-13
Merge tag 'pwm/for-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-132
/
+211
2017-07-13
Merge tag 'for-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...
Linus Torvalds
1
-15
/
+28
2017-07-13
Merge tag 'drm-fixes-for-v4.13-rc1' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
32
-214
/
+372
2017-07-13
drm: Add missing field copy in compat_drm_version
Jeffy Chen
1
-0
/
+3
2017-07-13
mmc: tmio-mmc: fix bad pointer math
Chris Brandt
1
-10
/
+9
2017-07-13
mmc: block: Prevent new req entering queue after its cleanup
Grzegorz Sluja
1
-0
/
+1
2017-07-13
Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-2
/
+11
[next]