VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2020-05-15
dca: Use PTR_ERR_OR_ZERO() to simplify code
Tang Bin
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2018-04-23
dca: make function dca_common_get_tag static
Colin Ian King
2015-11-16
dmaengine: ioatdma: constify dca_ops structures
Julia Lawall
2013-02-27
dca: convert to idr_alloc()
Tejun Heo
2013-01-07
dca: check against empty dca_domains list before unregister provider
Maciej Sosnowski
2011-10-31
drivers/dca: Add export.h for THIS_MODULE to dca-sysfs.c
Paul Gortmaker
2011-10-31
drivers/dca: Add module.h to dca-core.c
Paul Gortmaker
2011-09-13
locking, drivers/dca: Annotate dca_lock as raw
Mike Galbraith
2011-03-22
drivers/dca/dca-core.c: use list_move() instead of list_del()/list_add() combination
Kirill A. Shutemov
2011-01-13
dca: remove unneeded NULL check
Dan Carpenter
2010-09-17
dca: disable dca on IOAT ver.3.0 multiple-IOH platforms
Sosnowski, Maciej
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2009-09-13
dca: module load should not be an error message
Stephen Hemminger
2009-09-10
dca: registering requesters in multiple dca domains
Maciej Sosnowski
2009-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2009-03-21
dca: add missing copyright/license headers
Maciej Sosnowski
2009-03-04
I/OAT: update driver version and copyright dates
Maciej Sosnowski
2009-02-02
dca: redesign locks to fix deadlocks
Maciej Sosnowski
2009-01-06
dmaengine: bump initcall level to arch_initcall
Dan Williams
2008-11-10
[4/4] dca: fixup initialization dependency
Dan Williams
2008-10-16
device create: misc: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-07-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
Linus Torvalds
2008-07-22
I/OAT: I/OAT version 3.0 support
Maciej Sosnowski
2008-07-21
device create: dca: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-02-08
DCA: convert struct class_device to struct device.
Kay Sievers
2007-10-16
I/OAT: Add DCA services
Shannon Nelson
2007-10-16
DCA: Add Direct Cache Access driver
Shannon Nelson