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