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
/
char
/
pcmcia
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-29
ipwireless: fix compile failure
James Bottomley
1
-1
/
+1
2008-07-28
ipwireless: Preallocate received packet buffers with MRU size
David Sterba
3
-1
/
+8
2008-07-28
ipwireless: Put packets to pool start
David Sterba
1
-2
/
+2
2008-07-28
ipwireless: Increase PPP outgoing queue size
David Sterba
2
-3
/
+5
2008-07-28
ipwireless: Explicitly request io and mem regions
David Sterba
2
-34
/
+50
2008-07-28
ipwireless: Constify buffer variables
David Sterba
3
-14
/
+16
2008-07-28
ipwireless: Do not return value from sending funcs
David Sterba
1
-12
/
+3
2008-07-28
ipwireless: Remove endian-dependent bitfields
David Sterba
1
-13
/
+38
2008-07-28
ipwireless: Glue splitted printk strings back
David Sterba
2
-18
/
+12
2008-07-28
ipwireless: Remove pt_regs from interrupt handler
David Sterba
2
-2
/
+2
2008-07-28
ipwireless: Rename spinlock variables to lock
David Sterba
2
-71
/
+71
2008-07-28
ipwireless: Remove unused defines
David Sterba
2
-11
/
+7
2008-07-28
ipwireless: Misc cleanups
David Sterba
1
-32
/
+18
2008-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2
-2
/
+3
2008-07-23
tty: rework break handling
Alan Cox
1
-2
/
+3
2008-07-22
device create: char: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2
-2
/
+3
2008-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-16
/
+12
2008-07-21
tty: Ldisc revamp
Alan Cox
1
-2
/
+2
2008-07-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
4
-51
/
+95
2008-07-15
pcmcia: fix return value in cm4000_cs.c
Dominik Brodowski
1
-1
/
+1
2008-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
3
-50
/
+92
2008-07-13
drivers/char/pcmcia/ipwireless/hardware.c fix resource leak
Darren Jenkins
1
-1
/
+3
2008-07-04
WAN: convert drivers to use built-in netdev_stats
Krzysztof Halasa
1
-16
/
+12
2008-06-24
pcmcia: cm40x0 cdev lock_kernel() pushdown
Jonathan Corbet
2
-13
/
+35
2008-06-24
pcmcia: switch cm4000_cs.c to unlocked_ioctl
Alan Cox
1
-36
/
+57
2008-06-24
pcmcia: remove version.h
Dominik Brodowski
1
-1
/
+0
2008-06-06
ipwireless: Fix blocked sending
David Sterba
1
-8
/
+12
2008-04-30
drivers/char: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2
-2
/
+2
2008-04-30
pcmcia: serial to int put_char method
Alan Cox
1
-3
/
+4
2008-04-30
tty/serial: lay the foundations for the next set of reworks
Alan Cox
1
-14
/
+2
2008-04-29
ipwireless: remove dead code
Jiri Kosina
4
-46
/
+0
2008-04-28
synclink drivers bool conversion
Joe Perches
1
-62
/
+63
2008-04-21
drivers/char: minor irq handler cleanups
Jeff Garzik
1
-6
/
+4
2008-03-05
ipwireless: fix potential tty == NULL dereference
David Sterba
1
-1
/
+4
2008-02-14
pcmcia: ipwireless depends on NETDEVICES
Paul Mundt
1
-1
/
+1
2008-02-08
ipwireless: driver for PC Card 3G/UMTS modem
David Sterba
12
-0
/
+3854
2008-02-06
synclink: standardize format of linux header file include's with "<>"
Robert P. J. Day
1
-2
/
+1
2008-02-05
pcmcia: convert some internal-only ioaddr_t to unsigned int
Olof Johansson
1
-8
/
+9
2007-11-15
cm40x0_cs.c: fix debug macros
Pascal Terjan
2
-2
/
+2
2007-10-24
char/pcmcia/synclink_cs: trim trailing whitespace
Jeff Garzik
1
-353
/
+353
2007-10-13
Convert from class_device to device in drivers/char
tonyj@suse.de
2
-6
/
+4
2007-08-12
drivers/char/pcmcia/cm40x0_cs.c: fix release function call
Daniel Ritz
2
-4
/
+3
2007-07-19
some kmalloc/memset ->kzalloc (tree wide)
Yoann Padioleau
1
-2
/
+1
2007-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
1
-1
/
+1
2007-05-09
cm4000_cs: use bitrev
Akinobu Mita
2
-29
/
+7
2007-05-09
cm4000_cs: fix error paths
Akinobu Mita
2
-3
/
+13
2007-05-09
Fix occurrences of "the the "
Michael Opdenacker
1
-1
/
+1
2007-05-03
PCI: Cleanup the includes of <linux/pci.h>
Jean Delvare
1
-1
/
+0
2007-04-26
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-03-07
[PATCH] Fix buffer overflow in Omnikey CardMan 4040 driver (CVE-2007-0005)
Marcel Holtmann
1
-1
/
+2
[next]