index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-08
bfin_mac: fix error return code in bfin_mac_probe()
Wei Yongjun
1
-1
/
+2
2013-05-08
sfc: fix return value check in efx_ptp_probe_channel()
Wei Yongjun
1
-1
/
+3
2013-05-08
net/spider_net: fix error return code in spider_net_open()
Wei Yongjun
1
-1
/
+2
2013-05-08
net/irda: fix error return code in bfin_sir_open()
Wei Yongjun
1
-2
/
+4
2013-05-08
net: of_mdio: fix behavior on missing phy device
Sebastian Hesselbarth
1
-7
/
+4
2013-05-08
sierra_net: keep status interrupt URB active
Dan Williams
1
-7
/
+31
2013-05-08
usbnet: allow status interrupt URB to always be active
Dan Williams
2
-6
/
+76
2013-05-08
qmi_wwan/cdc_ether: add device IDs for Dell 5804 (Novatel E371) WWAN card
Dan Williams
2
-0
/
+14
2013-05-08
be2net: disable TX in be_close()
Sathya Perla
1
-0
/
+2
2013-05-08
be2net: fix EQ from getting full while cleaning RX CQ
Sathya Perla
1
-6
/
+1
2013-05-08
be2net: fix payload_len value for GET_MAC_LIST cmd req
Sathya Perla
1
-3
/
+2
2013-05-08
be2net: provision VF resources before enabling SR-IOV
Sathya Perla
1
-8
/
+13
2013-05-07
Merge tag 'remoteproc-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-138
/
+677
2013-05-07
Merge tag 'rpmsg-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/...
Linus Torvalds
3
-14
/
+44
2013-05-07
Merge tag 'hwspinlock-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2013-05-07
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-2
/
+2
2013-05-07
Merge tag 'multiplatform-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
20
-154
/
+1098
2013-05-07
Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
79
-1041
/
+777
2013-05-07
Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
143
-3048
/
+7751
2013-05-07
Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
95
-1001
/
+2256
2013-05-07
Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
56
-1828
/
+5588
2013-05-07
libata: change maintainer
Tejun Heo
1
-2
/
+2
2013-05-07
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
4
-51
/
+71
2013-05-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
7
-72
/
+362
2013-05-07
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...
Linus Torvalds
29
-128
/
+236
2013-05-07
Merge branch 'rwsem-optimizations'
Linus Torvalds
3
-153
/
+153
2013-05-07
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-915
/
+781
2013-05-07
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
7
-42
/
+52
2013-05-07
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
10
-12
/
+281
2013-05-07
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
6
-67
/
+49
2013-05-07
menuconfig: fix NULL pointer dereference when searching a symbol
Li Zefan
1
-6
/
+10
2013-05-07
e1000e: fix scheduling while atomic bug
Bruce Allan
1
-1
/
+1
2013-05-07
rwsem: no need for explicit signed longs
Davidlohr Bueso
1
-5
/
+3
2013-05-07
x86 rwsem: avoid taking slow path when stealing write lock
Michel Lespinasse
1
-7
/
+21
2013-05-07
rwsem: do not block readers at head of queue if other readers are active
Michel Lespinasse
1
-2
/
+8
2013-05-07
rwsem: implement support for write lock stealing on the fastpath
Michel Lespinasse
1
-32
/
+32
2013-05-07
rwsem: simplify __rwsem_do_wake
Michel Lespinasse
2
-30
/
+19
2013-05-07
rwsem: skip initial trylock in rwsem_down_write_failed
Michel Lespinasse
1
-8
/
+9
2013-05-07
rwsem: avoid taking wait_lock in rwsem_down_write_failed
Michel Lespinasse
1
-2
/
+8
2013-05-07
rwsem: use cmpxchg for trying to steal write lock
Michel Lespinasse
1
-20
/
+6
2013-05-07
rwsem: more agressive lock stealing in rwsem_down_write_failed
Michel Lespinasse
1
-21
/
+8
2013-05-07
rwsem: simplify rwsem_down_write_failed
Michel Lespinasse
1
-24
/
+9
2013-05-07
rwsem: simplify rwsem_down_read_failed
Michel Lespinasse
1
-20
/
+2
2013-05-07
rwsem: move rwsem_down_failed_common code into rwsem_down_{read,write}_failed
Michel Lespinasse
1
-15
/
+57
2013-05-07
rwsem: shorter spinlocked section in rwsem_down_failed_common()
Michel Lespinasse
1
-5
/
+3
2013-05-07
rwsem: make the waiter type an enumeration rather than a bitmask
Michel Lespinasse
2
-18
/
+24
2013-05-07
Merge tag 'omap-for-v3.10/fixes-for-merge-window' of git://git.kernel.org/pub...
Arnd Bergmann
2
-2
/
+2
2013-05-07
vhost-scsi: Enable VIRTIO_RING_F_EVENT_IDX
Asias He
1
-7
/
+1
2013-05-07
powerpc: Make hard_irq_disable() do the right thing vs. irq tracing
Benjamin Herrenschmidt
1
-9
/
+7
2013-05-07
Merge branch 'slab/next' into slab/for-linus
Pekka Enberg
9
-915
/
+781
[next]