index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
kconfig
/
lexer.l
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
kconfig: change file_lookup() to return the file name
Masahiro Yamada
1
-3
/
+2
2024-02-19
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
1
-29
/
+23
2024-02-19
kconfig: replace remaining current_file->name with cur_filename
Masahiro Yamada
1
-2
/
+2
2024-02-19
kconfig: do not delay the cur_filename update
Masahiro Yamada
1
-10
/
+7
2024-02-19
kconfig: replace file->name with name in zconf_nextfile()
Masahiro Yamada
1
-5
/
+5
2024-02-19
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
1
-15
/
+5
2024-02-19
kconfig: replace current_pos with separate cur_{filename,lineno}
Masahiro Yamada
1
-8
/
+17
2024-02-19
kconfig: split preprocessor prototypes into preprocess.h
Masahiro Yamada
1
-0
/
+2
2024-02-19
kconfig: fix infinite loop when expanding a macro at the end of file
Masahiro Yamada
1
-2
/
+5
2024-02-19
kconfig: fix line number in recursive inclusion detection
Masahiro Yamada
1
-4
/
+5
2024-02-19
kconfig: remove unneeded buffer allocation in zconf_initscan()
Masahiro Yamada
1
-16
/
+13
2021-09-30
kconfig: rename a variable in the lexer to a clearer name
Masahiro Yamada
1
-3
/
+3
2021-09-30
kconfig: narrow the scope of variables in the lexer
Masahiro Yamada
1
-1
/
+2
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
1
-1
/
+0
2020-12-08
kconfig: clean up header inclusion
Boris Kolpackov
1
-1
/
+0
2020-08-14
kconfig: add 'static' to some file-local data
Masahiro Yamada
1
-1
/
+1
2020-08-14
kconfig: remove '---help---' support
Masahiro Yamada
1
-1
/
+1
2019-05-14
kconfig: use snprintf for formatting pathnames
Jacob Garber
1
-1
/
+2
2019-02-13
kconfig: rename zconf.y to parser.y
Masahiro Yamada
1
-1
/
+1
2019-02-13
kconfig: rename zconf.l to lexer.l
Masahiro Yamada
1
-0
/
+470