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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-13
tty: Fix BKL taken under a spinlock bug introduced in the BKL split
Alan Cox
1
-2
/
+0
2009-12-13
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2
-52
/
+26
2009-12-12
Merge branch 'compat-ioctl-merge' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-26
/
+89
2009-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
16
-3327
/
+554
2009-12-12
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-3
/
+3
2009-12-12
tty: split the lock up a bit further
Alan Cox
1
-0
/
+3
2009-12-12
tty: Move the leader test in disassociate
Alan Cox
1
-2
/
+3
2009-12-12
tty: Push the bkl down a bit in the hangup code
Alan Cox
1
-2
/
+2
2009-12-12
tty: Push the lock down further into the ldisc code
Alan Cox
2
-5
/
+9
2009-12-12
tty: push the BKL down into the handlers a bit
Alan Cox
3
-62
/
+94
2009-12-12
tty: moxa: split open lock
Alan Cox
1
-12
/
+11
2009-12-12
tty: moxa: Kill the use of lock_kernel
Alan Cox
1
-14
/
+2
2009-12-12
tty: moxa: Fix modem op locking
Alan Cox
1
-15
/
+10
2009-12-12
tty: moxa: Kill off the throttle method
Alan Cox
1
-20
/
+1
2009-12-12
tty: moxa: Locking clean up
Alan Cox
1
-33
/
+25
2009-12-12
tty: moxa: rework the locking a bit
Alan Cox
1
-5
/
+22
2009-12-12
tty: moxa: Use more tty_port ops
Alan Cox
1
-116
/
+21
2009-12-12
tty: isicom: fix deadlock on shutdown
Alan Cox
1
-1
/
+1
2009-12-12
tty: mxser: Use the new locking rules to fix setserial properly
Alan Cox
1
-67
/
+78
2009-12-12
tty: mxser: use the tty_port_open method
Alan Cox
1
-76
/
+35
2009-12-12
tty: isicom: sort out the board init logic
Alan Cox
1
-30
/
+11
2009-12-12
tty: isicom: switch to the new tty_port_open helper
Alan Cox
1
-67
/
+21
2009-12-12
tty: tty_port: Add a kref object to the tty port
Alan Cox
1
-0
/
+18
2009-12-12
tty: istallion: tty port open/close methods
Alan Cox
1
-117
/
+60
2009-12-12
tty: stallion: Convert to the tty_port_open/close methods
Alan Cox
1
-81
/
+35
2009-12-12
tty: tty_port: Move the IO_ERROR clear
Alan Cox
1
-1
/
+1
2009-12-12
tty: tty_port: Add IO_ERROR bit handling
Alan Cox
1
-1
/
+5
2009-12-12
tty: riscom8: switch to the tty_port_open API
Alan Cox
1
-48
/
+41
2009-12-12
tty: tty_port: Change the buffer allocator locking
Alan Cox
1
-4
/
+5
2009-12-12
tty_port: Move hupcl handling
Alan Cox
1
-5
/
+8
2009-12-12
tty_port: coding style cleaning pass
Alan Cox
1
-12
/
+13
2009-12-12
tty_port: add "tty_port_open" helper
Alan Cox
1
-1
/
+35
2009-12-12
tty: stallion: kill BKL ioctl
Alan Cox
1
-6
/
+7
2009-12-12
tty: istallion: Kill off the BKL ioctl
Alan Cox
1
-4
/
+4
2009-12-12
tty: esp: remove broken driver
Alan Cox
3
-2547
/
+0
2009-12-12
tty: const: constify remaining tty_operations
Alexey Dobriyan
3
-3
/
+3
2009-12-11
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-0
/
+2
2009-12-11
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-49
/
+54
2009-12-11
lp: move compat_ioctl handling into lp.c
Arnd Bergmann
1
-26
/
+89
2009-12-10
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
1
-3
/
+3
2009-12-10
Merge remote branch 'anholt/drm-intel-next' into drm-linus
Dave Airlie
1
-1
/
+6
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-99
/
+114
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-5
/
+5
2009-12-10
nvram: Fix missing smp_lock.h in nvram
Frederic Weisbecker
1
-0
/
+1
2009-12-09
Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-65
/
+24
2009-12-09
Merge commit 'origin/master' into next
Benjamin Herrenschmidt
17
-412
/
+242
2009-12-09
agp/uninorth: Unify U3 and pre-U3 insert_memory and remove_memory hooks.
Michel Dänzer
1
-53
/
+11
2009-12-09
agp/uninorth: Also handle user memory types in u3_remove_memory().
Michel Dänzer
1
-7
/
+22
2009-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-94
/
+92
2009-12-09
Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+10
[next]