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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2009-06-02
crypto: padlock - Enable on x86_64
Sebastian Andrzej Siewior
2
-1
/
+14
2009-06-02
crypto: talitos - Avoid unnecessary decrypt check
Kim Phillips
1
-2
/
+1
2009-06-02
crypto: talitos - containerof related codingstyle
Kim Phillips
1
-10
/
+16
2009-06-02
crypto: talitos - Whitespace/codingstyle/overrun lines cleanup
Kim Phillips
1
-47
/
+48
2009-06-02
crypto: talitos - Add ablkcipher algorithms
Lee Nipper
1
-38
/
+342
2009-06-02
crypto: talitos - scaffolding for new algorithm types
Lee Nipper
1
-116
/
+129
2009-06-02
hwrng: omap - Move probe function to .devinit.text
Uwe Kleine-König
1
-1
/
+1
2009-06-02
crypto: pcomp - pcompress.c should include crypto/internal/compress.h
Geert Uytterhoeven
1
-0
/
+1
2009-06-02
crypto: testmgr - Kill test_comp() sparse warnings
Geert Uytterhoeven
1
-2
/
+4
2009-06-02
crypto: aes-ni - Add support for more modes
Huang Ying
2
-1
/
+271
2009-06-02
crypto: fpu - Add template for blkcipher touching FPU
Huang Ying
3
-0
/
+173
2009-06-02
crypto: cryptd - Use nivcipher in cryptd_alloc_ablkcipher
Huang Ying
1
-5
/
+9
2009-06-02
crypto: api - Use kzfree
Johannes Weiner
1
-4
/
+1
2009-06-02
crypto: tcrypt - Reduce stack size
Frank Seidel
1
-7
/
+9
2009-05-31
crypto: hash - Fix handling of sg entry that crosses page boundary
Herbert Xu
1
-3
/
+4
2009-05-29
Merge git://git.infradead.org/~dwmw2/mtd-2.6.30
Linus Torvalds
2
-27
/
+23
2009-05-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
5
-5
/
+29
2009-05-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
4
-3
/
+12
2009-05-29
Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
4
-21
/
+42
2009-05-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-26
/
+83
2009-05-29
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-6
/
+34
2009-05-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
8
-6
/
+34
2009-05-29
8250: Fix oops from setserial
Alan Cox
1
-0
/
+15
2009-05-29
edac: AMD8111 & AMD8131 Kconfig fixup
Harry Ciao
2
-2
/
+8
2009-05-29
edac: AMD8111 & AMD8131 use dev_name()
Harry Ciao
2
-3
/
+3
2009-05-29
memcg: fix build warning and avoid checking for mem != null again and again
Nikanth Karthikesan
1
-9
/
+1
2009-05-29
mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...
Mel Gorman
1
-13
/
+13
2009-05-29
x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...
Mel Gorman
1
-1
/
+5
2009-05-29
atmel_lcdfb: correct fifo size for some products
Nicolas Ferre
1
-8
/
+2
2009-05-29
S3C-fb: PM fix
Marek Szyprowski
1
-1
/
+11
2009-05-29
serial: 8250_gsc: fix printk format error
Alexander Beregalov
1
-2
/
+2
2009-05-29
parport_gsc: fix printk format error
Alexander Beregalov
1
-2
/
+2
2009-05-29
flat: fix data sections alignment
Oskar Schirmer
7
-23
/
+31
2009-05-29
MAINTAINERS: change email address for Thomas Dahlmann
Thomas Dahlmann
1
-1
/
+1
2009-05-29
drivers/serial/mpc52xx_uart.c: fix array overindexing check
Roel Kluin
1
-1
/
+1
2009-05-29
memcg: fix deadlock between lock_page_cgroup and mapping tree_lock
Daisuke Nishimura
6
-7
/
+15
2009-05-29
procfs: make errno values consistent when open pident vs exit(2) race occurs
KOSAKI Motohiro
1
-1
/
+1
2009-05-29
cred: #include init.h in cred.h
Alexey Dobriyan
1
-0
/
+1
2009-05-29
oom: fix possible oom_dump_tasks NULL pointer
David Rientjes
1
-9
/
+15
2009-05-29
MAINTAINERS: pair EDAC-E752X P: and M: entries
Joe Perches
1
-1
/
+1
2009-05-29
jffs2: Fix corruption when flash erase/write failure
Joakim Tjernlund
1
-7
/
+0
2009-05-29
mtd: MXC NAND driver fixes (v5)
Vladimir Barinov
1
-20
/
+23
2009-05-29
Driver Core: do not oops when driver_unregister() is called for unregistered ...
Kay Sievers
3
-2
/
+11
2009-05-29
sysfs: file.c: use create_singlethread_workqueue()
Andrew Morton
1
-1
/
+1
2009-05-29
Revert "USB: Correct Makefile to make isp1760 buildable"
Mike Frysinger
1
-1
/
+0
2009-05-29
usb-serial: fix crash when sub-driver updates firmware
Alan Stern
1
-0
/
+1
2009-05-29
USB: isp1760: urb_dequeue doesn't always find the urbs
Warren Free
1
-2
/
+22
2009-05-29
USB: Yet another Conexant Clone to add to cdc-acm.c
Xiao Kaijian
1
-0
/
+3
2009-05-29
USB: atmel_usb_udc: Use kzalloc() to allocate ep structures
Haavard Skinnemoen
1
-1
/
+1
2009-05-29
USB: atmel-usba-udc : fix control out requests.
Martin Fuzzey
1
-1
/
+2
[next]