index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-19
qlcnic: fix unused variable warnings
Shahed Shaikh
4
-12
/
+6
2012-12-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-1
/
+9
2012-12-19
Merge tag 'for-3.8-rc1' of git://gitorious.org/linux-pwm/linux-pwm
Linus Torvalds
15
-218
/
+1430
2012-12-19
Merge tag 'for-v3.8-part2' of git://git.infradead.org/battery-2.6
Linus Torvalds
1
-22
/
+16
2012-12-19
spi/sh-hspi: fix return value check in hspi_probe().
Cyril Roelandt
1
-1
/
+1
2012-12-19
of: Fix export of of_find_matching_node_and_match()
Grant Likely
1
-1
/
+1
2012-12-18
pinctrl: exynos5440/samsung: Staticize pcfgs
Axel Lin
2
-2
/
+2
2012-12-18
pinctrl: samsung: Fix a typo in pinctrl-samsung.h
Sachin Kamat
1
-1
/
+1
2012-12-18
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
13
-337
/
+1236
2012-12-18
net: fec: forbid FEC_PTP on SoCs that do not support
Shawn Guo
1
-2
/
+1
2012-12-18
be2net: fix wrong frag_idx reported by RX CQ
Sathya Perla
2
-7
/
+33
2012-12-18
be2net: fix be_close() to ensure all events are ack'ed
Sathya Perla
2
-9
/
+17
2012-12-18
Merge branch 'akpm' (more patches from Andrew)
Linus Torvalds
2
-13
/
+26
2012-12-18
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2012-12-18
drivers/message/fusion/mptscsih.c: missing break
Alan Cox
1
-0
/
+1
2012-12-18
backlight: locomolcd: fix checkpatch error and warning
Jingoo Han
1
-13
/
+25
2012-12-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
165
-1570
/
+2066
2012-12-18
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
13
-127
/
+158
2012-12-18
Merge tag 'md-3.8' of git://neil.brown.name/md
Linus Torvalds
3
-130
/
+171
2012-12-17
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
59
-710
/
+1978
2012-12-17
cdc_ether: cleanup: use USB_DEVICE_AND_INTERFACE_INFO for Novatel 551/E362
Dan Williams
1
-16
/
+4
2012-12-17
qmi_wwan/cdc_ether: add Dell Wireless 5800 (Novatel E362) USB IDs
Dan Williams
2
-0
/
+29
2012-12-18
virtio_console: Add support for remoteproc serial
Sjur Brændeland
1
-23
/
+169
2012-12-18
virtio_console: Merge struct buffer_token into struct port_buffer
Sjur Brændeland
1
-76
/
+53
2012-12-18
virtio: add drv_to_virtio to make code clearly
Wanlong Gao
1
-7
/
+4
2012-12-18
virtio: use dev_to_virtio wrapper in virtio
Wanlong Gao
1
-10
/
+9
2012-12-18
virtio-mmio: Fix irq parsing in command line parameter
Pawel Moll
1
-9
/
+17
2012-12-18
virtio_console: Free buffers from out-queue upon close
sjur.brandeland@stericsson.com
1
-0
/
+4
2012-12-18
virtio: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Joe Perches
1
-4
/
+3
2012-12-18
virtio_console: Use kmalloc instead of kzalloc
Sjur Brændeland
1
-1
/
+1
2012-12-18
virtio_console: Free buffer if splice fails
Sjur Brændeland
1
-0
/
+2
2012-12-18
virtio: scsi: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-11
/
+13
2012-12-18
virtio: rpmsg: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-4
/
+2
2012-12-18
virtio: net: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-1
/
+1
2012-12-18
virtio: console: make it clear that virtqueue_add_buf() no longer returns > 0
Rusty Russell
1
-5
/
+5
2012-12-18
virtio: make virtqueue_add_buf() returning 0 on success, not capacity.
Rusty Russell
1
-5
/
+2
2012-12-18
virtio: console: don't rely on virtqueue_add_buf() returning capacity.
Amit Shah
1
-0
/
+2
2012-12-18
virtio_net: don't rely on virtqueue_add_buf() returning capacity.
Rusty Russell
1
-20
/
+13
2012-12-18
virtio-net: remove unused skb_vnet_hdr->num_sg field
Michael S. Tsirkin
1
-3
/
+3
2012-12-18
virtio-net: correct capacity math on ring full
Michael S. Tsirkin
1
-5
/
+4
2012-12-18
virtio: move queue_index and num_free fields into core struct virtqueue.
Rusty Russell
3
-29
/
+15
2012-12-18
virtio-pci: use module_pci_driver to simplify the code
Wei Yongjun
1
-13
/
+1
2012-12-17
tuntap: fix sparse warning
Jason Wang
1
-1
/
+1
2012-12-18
lguest: fix typo
Alex Russell
1
-1
/
+1
2012-12-17
efi: Fix the build with user namespaces enabled.
Eric W. Biederman
1
-1
/
+0
2012-12-17
Merge tag 'omap-for-v3.8/fixes-for-merge-window-v4-signed' of git://git.kerne...
Olof Johansson
2
-4
/
+2
2012-12-17
mtd: nandsim: use prandom_bytes
Akinobu Mita
1
-4
/
+1
2012-12-17
bnx2x: use prandom_bytes()
Akinobu Mita
1
-4
/
+1
2012-12-17
random32: rename random32 to prandom
Akinobu Mita
1
-2
/
+2
2012-12-17
aoe: fix use after free in aoedev_by_aoeaddr()
Dan Carpenter
1
-0
/
+1
[prev]
[next]