FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for scripts/basic - devmfc/linux · GitHub
devmfc
/
linux
Public
forked from
torvalds/linux
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
linux
scripts
basic
on
master
User selector
Datepicker
Commit history
Commits on May 8, 2025
integer-wrap: Force full rebuild when .scl file changes
Show description for 11bb167
kees
committed
11bb167
View commit details
Copy full SHA for 11bb167
View code at this point
Browse repository at this point
Commits on Sep 1, 2024
fixdep: use xmalloc()
Show description for a46078d
masahir0y
committed
a46078d
View commit details
Copy full SHA for a46078d
View code at this point
Browse repository at this point
Commits on Jun 22, 2023
kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
Show description for 5e9e95c
masahir0y
committed
5e9e95c
View commit details
Copy full SHA for 5e9e95c
View code at this point
Browse repository at this point
Commits on Jan 22, 2023
fixdep: do not parse *.rlib, *.rmeta, *.so
Show description for 93c656d
masahir0y
committed
93c656d
View commit details
Copy full SHA for 93c656d
View code at this point
Browse repository at this point
fixdep: avoid parsing the same file over again
Show description for faa91c4
masahir0y
committed
faa91c4
View commit details
Copy full SHA for faa91c4
View code at this point
Browse repository at this point
fixdep: refactor hash table lookup
Show description for 871d657
masahir0y
committed
871d657
View commit details
Copy full SHA for 871d657
View code at this point
Browse repository at this point
fixdep: parse Makefile more correctly to handle comments etc.
Show description for bc6df81
masahir0y
committed
bc6df81
View commit details
Copy full SHA for bc6df81
View code at this point
Browse repository at this point
kbuild: rename cmd_$@ to savedcmd_$@ in *.cmd files
Show description for 92215e7
masahir0y
committed
92215e7
View commit details
Copy full SHA for 92215e7
View code at this point
Browse repository at this point
Commits on Dec 30, 2022
fixdep: remove unneeded <stdarg.h> inclusion
Show description for 6a5e25f
masahir0y
committed
6a5e25f
View commit details
Copy full SHA for 6a5e25f
View code at this point
Browse repository at this point
Commits on May 8, 2022
randstruct: Move seed generation into scripts/basic/
Show description for be2b34f
kees
committed
be2b34f
View commit details
Copy full SHA for be2b34f
View code at this point
Browse repository at this point
Commits on Mar 31, 2022
fixdep: use fflush() and ferror() to ensure successful write to files
Show description for 6930437
masahir0y
committed
6930437
View commit details
Copy full SHA for 6930437
View code at this point
Browse repository at this point
Commits on May 1, 2021
.gitignore: prefix local generated files with a slash
Show description for 9009b45
masahir0y
committed
9009b45
View commit details
Copy full SHA for 9009b45
View code at this point
Browse repository at this point
Commits on Apr 24, 2021
kbuild: redo fake deps at include/config/*.h
Show description for 0e0345b
Alexey Dobriyan
authored and
masahir0y
committed
0e0345b
View commit details
Copy full SHA for 0e0345b
View code at this point
Browse repository at this point
Commits on Aug 9, 2020
kbuild: introduce hostprogs-always-y and userprogs-always-y
Show description for faabed2
masahir0y
committed
faabed2
View commit details
Copy full SHA for faabed2
View code at this point
Browse repository at this point
Commits on May 25, 2020
modpost,fixdep: Replace zero-length array with flexible-array
Show description for 859c817
GustavoARSilva
authored and
masahir0y
committed
859c817
View commit details
Copy full SHA for 859c817
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Show description for ff2ae60
torvalds
committed
ff2ae60
View commit details
Copy full SHA for ff2ae60
View code at this point
Browse repository at this point
Commits on Mar 25, 2020
.gitignore: add SPDX License Identifier
Show description for d198b34
masahir0y
authored and
gregkh
committed
d198b34
View commit details
Copy full SHA for d198b34
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
fixdep: remove redundant null character check
Show description for 3f9070a
masahir0y
committed
3f9070a
View commit details
Copy full SHA for 3f9070a
View code at this point
Browse repository at this point
fixdep: remove unneeded code and comments about *.ver files
Show description for 87d660f
masahir0y
committed
87d660f
View commit details
Copy full SHA for 87d660f
View code at this point
Browse repository at this point
Commits on Feb 3, 2020
kbuild: rename hostprogs-y/always to hostprogs/always-y
Show description for 5f2fb52
masahir0y
committed
5f2fb52
View commit details
Copy full SHA for 5f2fb52
View code at this point
Browse repository at this point
Commits on Aug 29, 2019
kbuild: remove unneeded comments and code from scripts/basic/Makefile
Show description for fc01adc
masahir0y
committed
fc01adc
View commit details
Copy full SHA for fc01adc
View code at this point
Browse repository at this point
Commits on Jul 1, 2019
fixdep: check return value of printf() and putchar()
Show description for 6f9ac9f
masahir0y
committed
6f9ac9f
View commit details
Copy full SHA for 6f9ac9f
View code at this point
Browse repository at this point
Commits on May 21, 2019
treewide: Add SPDX license identifier - Makefile/Kconfig
Show description for ec8f24b
KAGA-KOKO
authored and
gregkh
committed
ec8f24b
View commit details
Copy full SHA for ec8f24b
View code at this point
Browse repository at this point
Commits on Dec 1, 2018
kbuild: simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
Show description for bbda5ec
masahir0y
committed
bbda5ec
View commit details
Copy full SHA for bbda5ec
View code at this point
Browse repository at this point
Commits on Jul 17, 2018
kbuild: move bin2c back to scripts/ from scripts/basic/
Show description for c417fbc
masahir0y
committed
c417fbc
View commit details
Copy full SHA for c417fbc
View code at this point
Browse repository at this point
Commits on May 7, 2018
fixdep: suppress consecutive / from file paths in dependency list files
Show description for b3aa58d
Nicolas Pitre
authored and
masahir0y
committed
b3aa58d
View commit details
Copy full SHA for b3aa58d
View code at this point
Browse repository at this point
Commits on Mar 25, 2018
kbuild: move include/config/ksym/* to include/ksym/*
Show description for fbfa9be
masahir0y
committed
fbfa9be
View commit details
Copy full SHA for fbfa9be
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
fixdep: do not ignore kconfig.h
Show description for 638e69c
Villemoes
authored and
masahir0y
committed
638e69c
View commit details
Copy full SHA for 638e69c
View code at this point
Browse repository at this point
fixdep: remove some false CONFIG_ matches
Show description for 5b8ad96
Villemoes
authored and
masahir0y
committed
5b8ad96
View commit details
Copy full SHA for 5b8ad96
View code at this point
Browse repository at this point
fixdep: remove stale references to uml-config.h
Show description for 14a596a
Villemoes
authored and
masahir0y
committed
14a596a
View commit details
Copy full SHA for 14a596a
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
fixdep: use existing helper to check modular CONFIG options
Show description for ab9ce9f
masahir0y
committed
ab9ce9f
View commit details
Copy full SHA for ab9ce9f
View code at this point
Browse repository at this point
fixdep: refactor parse_dep_file()
Show description for 87b95a8
masahir0y
committed
87b95a8
View commit details
Copy full SHA for 87b95a8
View code at this point
Browse repository at this point
fixdep: move global variables to local variables of main()
Show description for 5d1ef76
masahir0y
committed
5d1ef76
View commit details
Copy full SHA for 5d1ef76
View code at this point
Browse repository at this point
fixdep: remove unneeded memcpy() in parse_dep_file()
Show description for ccfe788
masahir0y
committed
ccfe788
View commit details
Copy full SHA for ccfe788
View code at this point
Browse repository at this point
fixdep: factor out common code for reading files
Show description for 4003fd8
masahir0y
committed
4003fd8
View commit details
Copy full SHA for 4003fd8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL