index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2010-02-28
vhost: logging thinko fix
Michael S. Tsirkin
1
-4
/
+8
2010-02-28
wireless: convert to use netdev_for_each_mc_addr
Jiri Pirko
7
-36
/
+31
2010-02-28
ipoib: returned back addrlen check for mc addresses
Jiri Pirko
1
-1
/
+5
2010-02-28
axnet_cs: add new id
Ken Kawasaki
1
-0
/
+1
2010-02-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
15
-21
/
+23
2010-02-28
tg3: Remove now useless VPD code
Matt Carlson
1
-29
/
+23
2010-02-28
bnx2: Remove now useless VPD code
Matt Carlson
1
-45
/
+29
2010-02-28
pci: Add helper to search for VPD keywords
Matt Carlson
3
-43
/
+61
2010-02-28
pci: Add VPD information field helper functions
Matt Carlson
2
-8
/
+10
2010-02-28
pci: Add helper to find a VPD resource data type
Matt Carlson
4
-42
/
+53
2010-02-28
pci: Add large and small resource data type code
Matt Carlson
2
-12
/
+34
2010-02-28
pci: Add PCI LRDT tag size and section size
Matt Carlson
2
-10
/
+11
2010-02-27
Bluetooth: Convert Marvell driver to use per adapter debugfs
Marcel Holtmann
1
-7
/
+7
2010-02-27
Bluetooth: Convert controller hdev->type to hdev->bus
Marcel Holtmann
11
-11
/
+11
2010-02-27
Bluetooth: Add missing kfree() on error path in Atheros driver
Dan Carpenter
1
-0
/
+2
2010-02-27
Bluetooth: Make USB device id constant
Márton Németh
1
-1
/
+1
2010-02-27
Bluetooth: Add __init/__exit macros to Marvell SDIO driver
Peter Huewe
1
-2
/
+2
2010-02-27
ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue()
John Fastabend
1
-10
/
+11
2010-02-27
bonding: fix device leak on error in bond_create()
Patrick McHardy
1
-0
/
+2
2010-02-27
rtnetlink: support specifying device flags on device creation
Patrick McHardy
1
-5
/
+10
2010-02-27
fs_enet: add FEC TX buffer alignment workaround for MPC5121
Anatolij Gustschin
1
-0
/
+47
2010-02-27
fs_enet: Add support for MPC512x to fs_enet driver
Anatolij Gustschin
5
-21
/
+95
2010-02-27
fs_enet: use dev_xxx instead of printk
Anatolij Gustschin
4
-38
/
+27
2010-02-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
10
-73
/
+53
2010-02-27
b43: fall back gracefully to PIO mode after fatal DMA errors
Linus Torvalds
3
-7
/
+31
2010-02-27
ath9k: disable RIFS search for AR91xx based chips
Felix Fietkau
2
-0
/
+13
2010-02-27
Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...
John W. Linville
3
-62
/
+1
2010-02-27
Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2
-4
/
+8
2010-02-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
9
-13
/
+35
2010-02-26
net: Delete isa-skeleton net driver
Jeff Garzik
1
-718
/
+0
2010-02-26
can: ti hecc module : add platform specific initialization callback.
Sriramakrishnan
1
-1
/
+16
2010-02-26
infiniband: convert to use netdev_for_each_mc_addr
Jiri Pirko
2
-42
/
+51
2010-02-26
greth: fall through to common return statement on error
Simon Horman
1
-2
/
+0
2010-02-26
myri10ge: optimize 4k-boundary check when stocking rx pages
Brice Goglin
1
-4
/
+7
2010-02-26
cnic: Update version to 2.1.1.
Michael Chan
4
-6
/
+6
2010-02-26
cnic: Use union for the status blocks of different devices.
Michael Chan
2
-21
/
+23
2010-02-26
cnic: Simplify route checking during iSCSI connection.
Michael Chan
1
-24
/
+13
2010-02-26
cnic: Fix panic in cnic_iscsi_nl_msg_recv() when device is down.
Michael Chan
1
-0
/
+7
2010-02-26
cnic: Finetune iSCSI connection reset.
Eddie Wai
1
-5
/
+16
2010-02-26
cnic: Finetune iSCSI connection set up.
Eddie Wai
2
-2
/
+17
2010-02-26
ixgbe: Do not allocate too many netdev txqueues
John Fastabend
1
-1
/
+13
2010-02-26
ixgbe: do not stop tx queues in ixgbe_set_tso
John Fastabend
1
-2
/
+0
2010-02-26
ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enable...
Mallikarjuna R Chilakala
1
-3
/
+29
2010-02-26
greth: convert to netdev_tx_t
kirjanov@gmail.com
1
-4
/
+8
2010-02-26
sis190: handle DMA mapping errors
kirjanov@gmail.com
1
-8
/
+19
2010-02-26
tc35815: Fix double locking on NAPI
Atsushi Nemoto
1
-2
/
+11
2010-02-26
isa-skelton: Remove a wrong netif_wake_queue() call
Atsushi Nemoto
1
-1
/
+0
2010-02-26
octeon: convert to use netdev_for_each_mc_addr
Jiri Pirko
1
-6
/
+1
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part6
Jiri Pirko
18
-77
/
+42
2010-02-26
net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2
Jiri Pirko
27
-105
/
+82
[next]