VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
Date
Commit Message
Rev
Author
2021-09-03
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2021-09-03
Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2021-09-03
modpost: get the *.mod file path more simply
Masahiro Yamada
2021-08-26
PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
Max Gurtovoy
2021-08-15
powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto
Christophe Leroy
2021-06-17
kbuild: modpost: Explicitly warn about unprototyped symbols
Mark Brown
2021-05-02
.gitignore: prefix local generated files with a slash
Masahiro Yamada
2021-04-25
kbuild: add an elfnote for whether vmlinux is built with lto
Yonghong Song
2021-04-25
scripts: modpost.c: Fix a few typos
Bhaskar Chowdhury
2021-04-25
kbuild: fix false-positive modpost warning when all symbols are trimmed
Masahiro Yamada
2021-04-25
kbuild: generate Module.symvers only when vmlinux exists
Masahiro Yamada
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2021-02-23
Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2021-02-23
Merge tag 'clang-lto-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
2021-02-08
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
2021-01-14
scripts/mod: disable LTO for empty.c
Sami Tolvanen
2021-01-14
modpost: lto: strip .lto from module names
Sami Tolvanen
2021-01-07
fpga: dfl: add dfl bus support to MODULE_DEVICE_TABLE()
Xu Yilun
2021-01-07
platform/surface: aggregator: Add dedicated bus and device type
Maximilian Luz
2020-12-22
Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-12-21
modpost: turn static exports into error
Quentin Perret
2020-12-21
modpost: turn section mismatches to error from fatal()
Masahiro Yamada
2020-12-21
modpost: change license incompatibility to error() from fatal()
Masahiro Yamada
2020-12-21
modpost: turn missing MODULE_LICENSE() into error
Masahiro Yamada
2020-12-21
modpost: refactor error handling and clarify error/fatal difference
Masahiro Yamada
2020-12-21
modpost: rename merror() to error()
Masahiro Yamada
2020-12-04
Add auxiliary bus support
Dave Ertman
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-08-09
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-08-10
kbuild: introduce hostprogs-always-y and userprogs-always-y
Masahiro Yamada
2020-08-05
Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2020-07-27
Merge 5.8-rc7 into char-misc-next
Greg Kroah-Hartman
2020-07-27
modpost: explain why we can't use strsep
Wolfram Sang
2020-07-07
modpost: remove use of non-standard strsep() in HOSTCC code
H. Nikolaus Schaller
2020-06-30
soundwire: extend SDW_SLAVE_ENTRY
Pierre-Louis Bossart
2020-06-06
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-06-06
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
Linus Torvalds
2020-06-06
modpost: change elf_info->size to size_t
Masahiro Yamada
2020-06-06
modpost: remove is_vmlinux() helper
Masahiro Yamada
2020-06-06
modpost: strip .o from modname before calling new_module()
Masahiro Yamada
2020-06-06
modpost: set have_vmlinux in new_module()
Masahiro Yamada
2020-06-06
modpost: remove mod->skip struct member
Masahiro Yamada
2020-06-06
modpost: add mod->is_vmlinux struct member
Masahiro Yamada
2020-06-06
modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()
Masahiro Yamada
2020-06-06
modpost: remove mod->is_dot_o struct member
Masahiro Yamada
2020-06-06
modpost: remove -s option
Masahiro Yamada
2020-06-06
modpost: remove get_next_text() and make {grab,release_}file static
Masahiro Yamada
2020-06-06
modpost: use read_text_file() and get_line() for reading text files
Masahiro Yamada
2020-06-06
modpost: avoid false-positive file open error
Masahiro Yamada
2020-06-06
modpost: fix potential mmap'ed file overrun in get_src_version()
Masahiro Yamada
2020-06-06
modpost: add read_text_file() and get_line() helpers
Masahiro Yamada
2020-06-06
modpost: do not call get_modinfo() for vmlinux(.o)
Masahiro Yamada
2020-06-06
modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
Masahiro Yamada
2020-06-06
modpost: show warning if vmlinux is not found when processing modules
Masahiro Yamada
2020-06-06
modpost: invoke modpost only when input files are updated
Masahiro Yamada
2020-06-06
modpost: re-add -e to set external_module flag
Masahiro Yamada
2020-06-06
modpost: rename ext_sym_list to dump_list
Masahiro Yamada
2020-06-06
modpost: allow to pass -i option multiple times to remove -e option
Masahiro Yamada
2020-06-06
modpost: track if the symbol origin is a dump file or ELF object
Masahiro Yamada
2020-06-06
firmware/dmi: Report DMI Bios & EC firmware release
Erwan Velu
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
modpost: load KBUILD_EXTRA_SYMBOLS files in order
Masahiro Yamada
2020-05-29
modpost: refactor sech_name()
Masahiro Yamada
2020-05-29
modpost: fix potential segmentation fault for addend_i386_rel()
Masahiro Yamada
2020-05-26
modpost,fixdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-19
vmlinux.lds.h: Create section for protection against instrumentation
Thomas Gleixner
2020-04-21
kernel/module: Hide vermagic header file from general use
Leon Romanovsky
2020-04-03
Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
2020-03-31
Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-03-30
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-03-30
Merge tag 'i3c/for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux
Linus Torvalds
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-23
Merge 5.6-rc7 into char-misc-next
Greg Kroah-Hartman
2020-03-21
scripts: Fix the inclusion order in modpost
Vincenzo Frascino
2020-03-19
bus: mhi: core: Add uevent support for module autoloading
Manivannan Sadhasivam
2020-03-19
modpost: Get proper section index by get_secindex() instead of st_shndx
Xiao Yang
2020-03-17
modpost: move the namespace field in Module.symvers last
Jessica Yu
2020-03-13
modpost: return error if module is missing ns imports and MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=n
Jessica Yu
2020-03-13
modpost: rework and consolidate logging interface
Jessica Yu
2020-02-28
i3c: Generate aliases for i3c modules
Boris Brezillon
2020-02-04
kbuild: rename hostprogs-y/always to hostprogs/always-y
Masahiro Yamada
2020-01-16
modpost: assume STT_SPARC_REGISTER is defined
Masahiro Yamada
2019-11-23
modpost: respect the previous export when 'exported twice' is warned
Masahiro Yamada
2019-11-23
modpost: do not set ->preloaded for symbols from Module.symvers
Masahiro Yamada
2019-11-23
modpost: stop symbol preloading for modversion CRC
Masahiro Yamada
2019-11-23
modpost: rename handle_modversions() to handle_symbol()
Masahiro Yamada
2019-11-23
modpost: refactor namespace_from_kstrtabns() to not hard-code section name
Masahiro Yamada
2019-11-23
modpost: add a helper to get data pointed by a symbol
Masahiro Yamada
2019-11-11
modpost: remove unneeded local variable in contains_namespace()
Masahiro Yamada
2019-11-11
modpost: dump missing namespaces into a single modules.nsdeps file
Masahiro Yamada
2019-11-11
modpost: free ns_deps_buf.p after writing ns_deps files
Masahiro Yamada
2019-11-11
modpost: do not invoke extra modpost for nsdeps
Masahiro Yamada
2019-11-11
kbuild: do not read $(KBUILD_EXTMOD)/Module.symvers
Masahiro Yamada
2019-10-18
symbol namespaces: revert to previous __ksymtab name scheme
Matthias Maennich
2019-10-18
modpost: make updating the symbol namespace explicit
Matthias Maennich
2019-10-18
modpost: delegate updating namespaces to separate function
Matthias Maennich
2019-10-11
Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2019-10-07
modpost: fix broken sym->namespace for external module builds
Masahiro Yamada
2019-10-07
module: swap the order of symbol.namespace
Masahiro Yamada
2019-10-01
modpost: fix static EXPORT_SYMBOL warnings for UML build
Masahiro Yamada
2019-09-22
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2019-09-14
modpost: use __section in the output to *.mod.c
Masahiro Yamada
2019-09-14
modpost: use MODULE_INFO() for __module_depends
Masahiro Yamada
2019-09-10
modpost: add support for generating namespace dependencies
Matthias Maennich
2019-09-10
modpost: add support for symbol namespaces
Matthias Maennich
2019-09-04
modpost: add NOFAIL to strndup
Denis Efremov
2019-09-04
modpost: add guid_t type definition
Heikki Krogerus
2019-08-14
modpost: check for static EXPORT_SYMBOL* functions
Denis Efremov
2019-07-18
kbuild: remove the first line of *.mod files
Masahiro Yamada
2019-07-18
kbuild: create *.mod with full directory path and remove MODVERDIR
Masahiro Yamada
2019-03-28
kbuild: modversions: Fix relative CRC byte order interpretation
Fredrik Noring
2019-03-14
modpost: always show verbose warning for section mismatch
Masahiro Yamada
2019-03-10
Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-platform-drivers-x86
Linus Torvalds
2019-03-07
platform/x86: wmi: add WMI support to MODULE_DEVICE_TABLE()
Mattias Jacobsson
2019-03-07
platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h
Mattias Jacobsson
2019-03-06
modpost: file2alias: define size of alias
Mattias Jacobsson
2019-02-01
tee: add bus driver framework for TEE based devices
Sumit Garg
2019-01-09
x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
WANG Chao
2018-12-01
kbuild: move modpost out of 'scripts' target
Masahiro Yamada
2018-12-01
modpost: move unresolved symbol checks to check_exports()
Masahiro Yamada
2018-12-01
modpost: merge module iterations
Masahiro Yamada
2018-12-01
modpost: refactor seen flag clearing in add_depends()
Masahiro Yamada
2018-12-01
modpost: file2alias: check prototype of handler
Masahiro Yamada
2018-12-01
modpost: file2alias: go back to simple devtable lookup
Masahiro Yamada
2018-12-01
modpost: skip ELF local symbols during section mismatch check
Paul Walmsley
2018-11-21
modpost: drop unused command line switches
Paul Walmsley
2018-11-21
modpost: validate symbol names also in find_elf_symbol
Sami Tolvanen
2018-10-28
Merge tag 'kbuild-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2018-10-29
modpost: Create macro to avoid variable shadowing
Leonardo Bras
2018-10-19
modpost: remove leftover symbol prefix handling for module device table
Masahiro Yamada
2018-10-04
kbuild/Makefile: Prepare for using macros in inline assembly code to work around asm() related GCC inlining bugs
Nadav Amit
2018-08-22
scripts: modpost: check memory allocation results
Randy Dunlap
2018-08-18
Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
2018-07-18
kbuild: Add build salt to the kernel and modules
Laura Abbott
2018-07-02
usb: typec: Bus type for alternate modes
Heikki Krogerus
2018-06-06
Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2018-06-05
Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2018-05-17
modpost: constify *modname function argument where possible
Masahiro Yamada
2018-05-17
modpost: remove redundant is_vmlinux() test
Masahiro Yamada
2018-05-17
modpost: use strstarts() helper more widely
Masahiro Yamada
2018-05-17
modpost: pass struct elf_info pointer to get_modinfo()
Masahiro Yamada
2018-05-17
modpost: remove symbol prefix support
Masahiro Yamada
2018-05-14
rpmsg: Correct support for MODULE_DEVICE_TABLE()
Andrew F. Davis
2018-05-03
modpost: delete stale comment
Rasmus Villemoes
2018-03-09
mn10300: Remove the architecture
David Howells
2018-02-07
Merge tag 'modules-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2018-02-01
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2018-01-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2018-01-26
module/retpoline: Warn about missing retpoline in module
Andi Kleen
2018-01-16
modpost: Remove trailing semicolon
Luis de Bethencourt
2017-12-19
soundwire: Add SoundWire bus type
Vinod Koul
2017-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-11-12
modpost: detect modules without a MODULE_LICENSE
Randy Dunlap
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
2017-10-22
Input: do not use property bits when generating module alias
Dmitry Torokhov
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
2017-10-19
Input: allow matching device IDs on property bits
Dmitry Torokhov
2017-10-02
thunderbolt: Add support for XDomain discovery protocol
Mika Westerberg
2017-09-13
Merge tag 'modules-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2017-09-06
modpost: simplify sec_name()
Masahiro Yamada
2017-07-25
modpost: abort if module name is too long
Wanlong Gao
2017-05-23
module: Add module name to modinfo
Kees Cook
2017-04-13
kbuild: Consolidate header generation from ASM offset information
Matthias Kaehlcke
2017-03-01
objtool, modules: Discard objtool annotation sections for modules
Josh Poimboeuf
2017-02-03
kbuild: modversions: add infrastructure for emitting relative CRCs
Ard Biesheuvel
2016-12-17
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2016-11-29
kbuild: modpost warn if export version crc is missing
Nicholas Piggin
2016-11-26
modpost: free allocated memory
Heinrich Schuchardt
2016-10-07
nmi_backtrace: generate one-line reports for idle cpus
Chris Metcalf
2016-06-26
staging: fsl-mc: add support for device table matching
Stuart Yoder
2016-06-08
of: fix autoloading due to broken modalias with no 'compatible'
Wolfram Sang
2016-05-05
modpost: fix module autoloading for OF devices with generic compatible property
Philipp Zabel
2016-02-29
objtool: Mark non-standard object files and directories
Josh Poimboeuf
2016-01-21
powerpc: Simplify module TOC handling
Alan Modra
2016-01-14
modpost: don't add a trailing wildcard for OF module aliases
Javier Martinez Canillas
2015-12-14
Drivers: hv: vmbus: Use uuid_le type consistently
K. Y. Srinivasan
2015-11-09
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
Linus Torvalds
2015-11-06
Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
2015-10-26
scripts: [modpost] add new sections to white list
Noam Camus
2015-10-20
ALSA: hda - Add hduadio support to DEVTABLE
Subhransu S. Prusty
2015-10-06
modpost: Add flag -E for making section mismatches fatal
Nicolas Boichat
2015-09-20
mei: bus: add client protocol version to the device alias
Tomas Winkler
2015-09-20
mei: make modules.alias UUID information easier to read
Prarit Bhargava
2015-09-08
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Linus Torvalds
2015-08-20
Avoid conflict with host definitions when cross-compiling
Pavel Fedin
2015-08-08
modpost: abort if a module symbol is too long
Takashi Iwai
2015-07-08
Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2015-07-08
modpost: work correctly with tile coldtext sections
Chris Metcalf
2015-07-07
ACPI / scan: Add support for ACPI _CLS device matching
Suthikulpanit, Suravee
2015-06-26
Merge tag 'usb-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
2015-05-31
mei: fix up uuid matching
Greg Kroah-Hartman
2015-05-24
mei: bus: report also uuid in module alias
Tomas Winkler
2015-05-13
usb: add bus type for USB ULPI
Heikki Krogerus
2015-04-22
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
Linus Torvalds