index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-22
target/iblock: Remove unused iblock_dev members
Roland Dreier
2
-19
/
+3
2011-07-22
target/iblock: Use request_queue->nr_request for se_device defaults
Nicholas Bellinger
2
-4
/
+2
2011-07-22
target: Make se_tmr_lock IRQ-safe
Roland Dreier
2
-12
/
+13
2011-07-22
target: Make se_dev_check_online() locking IRQ-safe
Roland Dreier
1
-2
/
+3
2011-07-22
target: Make transport_lookup_cmd_lun() locking IRQ-safe
Roland Dreier
1
-5
/
+5
2011-07-22
target: Add SCF_EMULATE_QUEUE_FULL -> transport_handle_queue_full
Nicholas Bellinger
1
-15
/
+179
2011-07-22
target: Add transport_handle_cdb_direct optimization
Nicholas Bellinger
1
-0
/
+24
2011-07-22
target: merge release_cmd methods
Christoph Hellwig
5
-56
/
+32
2011-07-22
target: remove the unused SCF_* flags
Christoph Hellwig
1
-25
/
+5
2011-07-22
target: remove the always-noop ->new_cmd_failure method
Christoph Hellwig
7
-30
/
+0
2011-07-22
target: Updates from AGrover and HCH (round 3)
Andy Grover
14
-689
/
+534
2011-07-22
target: Fix WRITE_SAME_[16,32] number of blocks=0 case
Nicholas Bellinger
2
-10
/
+32
2011-07-22
target: Fix WRITE_SAME_16 t_task_lba assignment bug
Nicholas Bellinger
1
-1
/
+1
2011-07-22
target: More core cleanups from AGrover (round 2)
Andy Grover
16
-929
/
+751
2011-07-22
target: Fix double test of inquiry_prod
Roland Dreier
1
-1
/
+1
2011-07-22
target: Core cleanups from AGrover (round 1)
Andy Grover
25
-1855
/
+1687
2011-07-22
target: Remove unused su_group usage in fabric register/dergister
Nicholas Bellinger
1
-15
/
+0
2011-07-22
target: Remove unnecessary *cdb transport_get_lun_for_cmd parameter
Nicholas Bellinger
3
-3
/
+2
2011-07-22
target: use MAINTENANCE_IN and MAINTENANCE_OUT definitions in scsi.h
Nicholas Bellinger
1
-2
/
+2
2011-07-22
target: Check LUN numbers in transport_get_lun_for_[cmd,tmr]
Fubo Chen
1
-0
/
+12
2011-07-21
Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
1
-4
/
+14
2011-07-21
acenic: include NET_SKB_PAD headroom to incoming skbs
Eric Dumazet
1
-3
/
+3
2011-07-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
7
-481
/
+338
2011-07-21
ixgbe: convert to ndo_fix_features
Don Skidmore
3
-217
/
+111
2011-07-21
ixgbe: only enable WoL for magic packet by default
Andy Gospodarek
1
-6
/
+3
2011-07-21
ixgbe: remove ifdef check for non-existent define
Emil Tantilov
1
-2
/
+0
2011-07-21
ixgbe: Pass staterr instead of re-reading status and error bits from descriptor
Alexander Duyck
3
-42
/
+37
2011-07-21
ixgbe: Move interrupt related values out of ring and into q_vector
Alexander Duyck
3
-138
/
+62
2011-07-21
ixgbe: add structure for containing RX/TX rings to q_vector
Alexander Duyck
3
-84
/
+88
2011-07-21
mlx4_core: Bump the driver version to 1.0
Dotan Barak
1
-2
/
+2
2011-07-21
ixgbe: inline the ixgbe_maybe_stop_tx function
Alexander Duyck
1
-1
/
+1
2011-07-21
ixgbe: Update ATR to use recorded TX queues instead of CPU for routing
Alexander Duyck
1
-4
/
+3
2011-07-21
igb: Fix for DH89xxCC near end loopback test
Robert Healy
2
-0
/
+43
2011-07-21
e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.
Nicolas Schichan
1
-4
/
+7
2011-07-22
lguest: Fix in/out emulation
Rusty Russell
1
-9
/
+11
2011-07-22
lguest: update comments
Rusty Russell
5
-18
/
+19
2011-07-22
lguest: Simplify device initialization.
Rusty Russell
1
-15
/
+22
2011-07-22
lguest: don't rewrite vmcall instructions
Rusty Russell
2
-81
/
+2
2011-07-22
lguest: use a special 1:1 linear pagetable mode until first switch.
Rusty Russell
2
-194
/
+86
2011-07-21
netxen: add fw version compatibility check
Amit Kumar Salecha
3
-13
/
+68
2011-07-21
be2net: request native mode each time the card is reset
Sathya Perla
3
-4
/
+6
2011-07-21
virtio_net: Fix panic in virtnet_remove
Krishna Kumar
1
-9
/
+1
2011-07-21
ipv6: make fragment identifications less predictable
Eric Dumazet
1
-0
/
+15
2011-07-21
can: make function can_get_bittiming static
Thadeu Lima de Souza Cascardo
1
-1
/
+1
2011-07-21
vmxnet3: fix publicity of NETIF_F_HIGHDMA
Shreyas Bhatewara
1
-1
/
+1
2011-07-21
vmxnet3: set netdev parant device before calling netdev_info
Shreyas Bhatewara
1
-1
/
+1
2011-07-21
ASIX: Add AX88772B USB ID
Marek Vasut
1
-0
/
+4
2011-07-21
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-6
/
+14
2011-07-21
stmmac: unify MAC and PHY configuration parameters (V2)
Giuseppe CAVALLARO
3
-119
/
+65
2011-07-21
stmmac: remove warning when compile as built-in (V2)
Giuseppe CAVALLARO
1
-23
/
+42
[prev]
[next]