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
/
expr.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
kconfig: remove wrong expr_trans_bool()
Masahiro Yamada
1
-1
/
+0
2024-05-29
kconfig: remove unused expr_is_no()
Masahiro Yamada
1
-5
/
+0
2024-05-02
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
1
-1
/
+0
2024-05-02
kconfig: remove 'optional' property support
Masahiro Yamada
1
-1
/
+0
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
1
-3
/
+1
2024-03-09
kconfig: link menus to a symbol
Masahiro Yamada
1
-0
/
+5
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
1
-5
/
+4
2024-02-19
kconfig: split list_head into a separate header
Masahiro Yamada
1
-1
/
+1
2024-02-19
kconfig: change file_lookup() to return the file name
Masahiro Yamada
1
-7
/
+0
2024-02-19
kconfig: make file::name a flexible array member
Masahiro Yamada
1
-1
/
+1
2024-02-19
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
1
-3
/
+0
2024-02-19
kconfig: associate struct property with file name directly
Masahiro Yamada
1
-1
/
+1
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
1
-1
/
+1
2024-02-19
kconfig: remove orphan lookup_file() declaration
Masahiro Yamada
1
-1
/
+0
2023-07-25
kconfig: menuconfig: remove jump_key::index
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
1
-3
/
+0
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: move JUMP_NB to mconf.c
Masahiro Yamada
1
-2
/
+0
2020-01-07
kconfig: distinguish between dependencies and visibility in help text
Thomas Hebb
1
-0
/
+1
2020-01-07
kconfig: remove sym from struct property
Masahiro Yamada
1
-1
/
+0
2019-07-17
kconfig: fix missing choice values in auto.conf
Masahiro Yamada
1
-0
/
+1
2019-02-13
kconfig: rename zconf.y to parser.y
Masahiro Yamada
1
-1
/
+1
2018-12-28
kconfig: convert to SPDX License Identifier
Masahiro Yamada
1
-1
/
+1
2018-12-08
kconfig: remove S_OTHER symbol type and correct dependency tracking
Masahiro Yamada
1
-2
/
+2
2018-08-14
kconfig: remove P_ENV property type
Masahiro Yamada
1
-1
/
+0
2018-07-18
kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITE
Dirk Gouders
1
-1
/
+1
2018-06-28
kconfig: handle P_SYMBOL in print_symbol()
Dirk Gouders
1
-0
/
+3
2018-03-26
kconfig: make unmet dependency warnings readable
Masahiro Yamada
1
-1
/
+0
2018-03-26
kconfig: Print reverse dependencies in groups
Eugeniu Rosca
1
-1
/
+2
2018-01-25
kconfig: make "Selected by:" and "Implied by:" readable
Petr Vorel
1
-0
/
+1
2017-12-07
kconfig: Document the 'symbol' struct
Ulf Magnusson
1
-1
/
+44
2017-12-07
kconfig: Document the 'menu' struct
Ulf Magnusson
1
-0
/
+45
2016-11-16
Kconfig: Introduce the "imply" keyword
Nicolas Pitre
1
-0
/
+2
2015-06-15
kconfig: allow use of relations other than (in)equality
Jan Beulich
1
-1
/
+3
2015-02-25
kconfig: Remove unnecessary prototypes from headers
Michal Marek
1
-5
/
+0
2014-04-07
kconfig: make allnoconfig disable options behind EMBEDDED and EXPERT
Josh Triplett
1
-0
/
+3
2013-10-08
kconfig: add short explanation to SYMBOL_WRITE
Martin Walch
1
-1
/
+1
2013-06-16
kconfig: Fix defconfig when one choice menu selects options that another choi...
Arve Hjønnevåg
1
-0
/
+3
2012-10-25
menuconfig: Replace CIRCLEQ by list_head-style lists.
Benjamin Poirier
1
-3
/
+2
2012-09-27
menuconfig: Assign jump keys per-page instead of globally
Benjamin Poirier
1
-0
/
+9
2012-09-27
menuconfig: Add jump keys to search results
Benjamin Poirier
1
-0
/
+2
2012-01-15
kbuild: Fix compiler warning with assertion when calling 'fwrite'
Arnaud Lacombe
1
-0
/
+1
2011-06-06
kconfig: nuke reference to SWIG
Arnaud Lacombe
1
-3
/
+0
2011-04-15
kconfig: get rid of unused flags
Yann E. MORIN
1
-4
/
+0
2011-01-10
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
1
-1
/
+2
2010-12-27
kconfig: fix warning
Arnaud Lacombe
1
-0
/
+1
2010-12-21
kconfig: Make expr_copy() take a const argument
Michal Marek
1
-1
/
+1
2010-11-22
kconfig: add an option to determine a menu's visibility
Arnaud Lacombe
1
-0
/
+1
2010-10-12
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
Michal Marek
1
-1
/
+0
2010-10-04
kconfig: delay symbol direct dependency initialization
Arnaud Lacombe
1
-1
/
+0
[next]