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
2021-04-08
asm-generic/io.h: Add a non-posted variant of ioremap()
Hector Martin
2020-09-10
driver core: platform: Document return type of more functions
Stephen Boyd
2020-09-07
lib: devres: delete duplicated words
Randy Dunlap
2020-07-10
lib: devres: add a comment about the devm_of_iomap() function
Dan Carpenter
2020-07-10
devres: keep both device name and resource name in pretty name
Vladimir Oltean
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2019-12-03
Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
2019-12-01
Merge tag 'mfd-next-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
Linus Torvalds
2019-11-11
lib: devres: add a helper function for ioremap_uc
Tuowen Zhao
2019-11-05
lib: devres: provide devm_ioremap_resource_wc()
Bartosz Golaszewski
2019-11-05
lib: devres: prepare devm_ioremap_resource() for more variants
Bartosz Golaszewski
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2019-07-05
devres: allow const resource arguments
Arnd Bergmann
2019-01-31
devres: always use dev_name() in devm_ioremap_resource()
Sergei Shtylyov
2018-07-23
devres: Add devm_of_iomap()
Benjamin Herrenschmidt
2018-03-15
devres: combine function devm_ioremap*
Yisheng Xie
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-24
devres: fix devm_ioremap_*() offset parameter kerneldoc description
Lorenzo Pieralisi
2016-02-07
devres: use to_pci_dev()
Geliang Tang
2015-10-05
devres: fix a for loop bounds check
Dan Carpenter
2015-08-10
cleanup IORESOURCE_CACHEABLE vs ioremap()
Dan Williams
2015-03-16
lib: devres: add a helper function for ioremap_wc
Abhilash Kesavan
2014-11-07
devres: support sizes greater than an unsigned long
Cristian Stoica
2014-08-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2014-07-23
of: Provide a function to request and map memory
Matthias Brugger
2014-06-19
devres: remove devm_request_and_ioremap()
Jingoo Han
2014-05-24
lib/devres.c: fix checkpatch warnings
Fabian Frederick
2014-05-24
lib/devres.c: use dev in devm_request_and_ioremap
Fabian Frederick
2014-04-07
Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP
Uwe Kleine-König
2014-04-03
lib/devres.c: fix some sparse warnings
Steven Rostedt
2013-02-27
lib/devres.c: fix misplaced #endif
Jingoo Han
2013-01-22
lib: devres: Fix build breakage
Thierry Reding
2013-01-22
lib: devres: Introduce devm_ioremap_resource()
Thierry Reding
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2012-01-11
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
Linus Torvalds
2012-01-06
PCI: Increase resource array mask bit size in pcim_iomap_regions()
Yinghai Lu
2011-11-15
lib: devres: add convenience function to remap a resource
Wolfram Sang
2011-11-15
lib: devres: add annotations for #endif
Wolfram Sang
2011-07-25
devres: fix possible use after free
Maxin B John
2010-07-11
lib/devres.c: fix comment typo
Kulikov Vasiliy
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
2008-05-05
[POWERPC] devres: Add devm_ioremap_prot()
Emil Medve
2008-04-30
devres: support addresses greater than an unsigned long via dev_ioremap
Kumar Gala
2008-03-17
devres: implement pcim_iomap_regions_request_all()
Tejun Heo
2007-04-28
iomap: implement pcim_iounmap_regions()
Tejun Heo
2007-02-16
[PATCH] pci_iomap_regions() error handling fix
Frederik Deweerdt
2007-02-11
[PATCH] sort the devres mess out
Al Viro