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
path:
root
/
scripts
/
basic
/
fixdep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-31
fixdep: use fflush() and ferror() to ensure successful write to files
Masahiro Yamada
1
-27
/
+19
2021-04-24
kbuild: redo fake deps at include/config/*.h
Alexey Dobriyan
1
-37
/
+6
2020-05-25
modpost,fixdep: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-03-02
fixdep: remove redundant null character check
Masahiro Yamada
1
-1
/
+1
2020-03-02
fixdep: remove unneeded code and comments about *.ver files
Masahiro Yamada
1
-7
/
+1
2019-07-01
fixdep: check return value of printf() and putchar()
Masahiro Yamada
1
-10
/
+41
2018-12-01
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
1
-27
/
+4
2018-05-07
fixdep: suppress consecutive / from file paths in dependency list files
Nicolas Pitre
1
-2
/
+4
2018-03-25
kbuild: move include/config/ksym/* to include/ksym/*
Masahiro Yamada
1
-4
/
+4
2018-03-05
fixdep: do not ignore kconfig.h
Rasmus Villemoes
1
-1
/
+0
2018-03-05
fixdep: remove some false CONFIG_ matches
Rasmus Villemoes
1
-0
/
+5
2018-03-05
fixdep: remove stale references to uml-config.h
Rasmus Villemoes
1
-9
/
+0
2018-01-18
fixdep: use existing helper to check modular CONFIG options
Masahiro Yamada
1
-12
/
+12
2018-01-18
fixdep: refactor parse_dep_file()
Masahiro Yamada
1
-40
/
+40
2018-01-18
fixdep: move global variables to local variables of main()
Masahiro Yamada
1
-26
/
+16
2018-01-18
fixdep: remove unneeded memcpy() in parse_dep_file()
Masahiro Yamada
1
-13
/
+9
2018-01-18
fixdep: factor out common code for reading files
Masahiro Yamada
1
-55
/
+20
2018-01-18
fixdep: use malloc() and read() to load dep_file to buffer
Masahiro Yamada
1
-24
/
+32
2018-01-18
fixdep: remove unnecessary <arpa/inet.h> inclusion
Masahiro Yamada
1
-1
/
+0
2018-01-08
fixdep: exit with error code in error branches of do_config_file()
Lukas Bulwahn
1
-4
/
+2
2017-08-09
fixdep: trivial: typo fix and correction
Cao jin
1
-3
/
+3
2016-08-24
fixdep: faster CONFIG_ search
Alexey Dobriyan
1
-58
/
+28
2016-03-29
kbuild: add fine grained build dependencies for exported symbols
Nicolas Pitre
1
-0
/
+1
2016-03-29
fixdep: accept extra dependencies on stdin
Nicolas Pitre
1
-15
/
+45
2016-02-18
kbuild: fixdep: Check fstat(2) return value
Tom Rini
1
-1
/
+5
2015-12-07
fixdep: constify strrcmp arguments
Nicolas Iooss
1
-1
/
+1
2015-08-24
kbuild: fixdep: drop meaningless hash table initialization
Masahiro Yamada
1
-19
/
+0
2015-08-24
kbuild: fixdep: optimize code slightly
Masahiro Yamada
1
-3
/
+4
2014-06-10
kbuild: trivial - use tabs for code indent where possible
Masahiro Yamada
1
-4
/
+4
2013-04-05
kbuild: fixdep: support concatenated dep files
Stephen Warren
1
-32
/
+61
2013-01-09
treewide: Fix typo in various drivers
Masanari Iida
1
-1
/
+1
2011-09-09
fixdep: fix extraneous dependencies
Peter Foley
1
-0
/
+1
2011-03-14
kbuild: Fix computing srcversion for modules
Michal Marek
1
-6
/
+13
2011-02-21
fixdep: Do not record dependency on the source file itself
Michal Marek
1
-1
/
+11
2010-12-23
Make fixdep error handling more explicit
Ben Gamari
1
-3
/
+7
2010-11-11
fixdep: use hash table instead of a single array
Eric Dumazet
1
-48
/
+61
2009-12-12
kbuild: move autoconf.h to include/generated
Sam Ravnborg
1
-5
/
+5
2009-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
1
-13
/
+13
2009-09-21
trivial: kbuild: remove extraneous blank line after declaration of usage()
Trevor Keith
1
-1
/
+0
2009-09-21
trivial: remove references to non-existent include/linux/config.h
Markus Heidelberg
1
-2
/
+1
2009-09-20
kbuild: add static to prototypes
Trevor Keith
1
-13
/
+13
2009-06-15
kbuild: fix a compile warning
Amerigo Wang
1
-2
/
+3
2007-05-02
kbuild: scripts/basic/fixdep segfault on pathological string-o-death
Andy Green
1
-0
/
+2
2007-04-02
[PATCH] kbuild: fix dependency generation
Jan Beulich
1
-3
/
+7
2006-02-19
kbuild: consolidate command line escaping
Jan Beulich
1
-12
/
+2
2005-12-26
kbuild: escape '#' in .target.cmd files
Sam Ravnborg
1
-1
/
+14
2005-06-26
[PATCH] Kill signed chars
J.A. Magallon
1
-10
/
+10
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+390