index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
2024-02-20
7
-39
/
+42
*
kconfig: print recursive dependency errors in the parsed order
Masahiro Yamada
2024-02-20
2
-15
/
+27
*
kconfig: do not imply the type of choice value
Masahiro Yamada
2024-02-20
1
-6
/
+0
*
kconfig: convert linked list of files to hash table
Masahiro Yamada
2024-02-20
1
-9
/
+11
*
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
2024-02-20
3
-9
/
+11
*
kconfig: move ARRAY_SIZE to a header
Masahiro Yamada
2024-02-19
2
-2
/
+12
*
kconfig: add macros useful for hashtable
Masahiro Yamada
2024-02-19
1
-0
/
+48
*
kconfig: import more list macros and inline functions
Masahiro Yamada
2024-02-19
2
-0
/
+77
*
kconfig: resync list.h
Masahiro Yamada
2024-02-19
1
-62
/
+121
*
kconfig: split list_head into a separate header
Masahiro Yamada
2024-02-19
6
-7
/
+15
*
kconfig: change file_lookup() to return the file name
Masahiro Yamada
2024-02-19
5
-16
/
+13
*
kconfig: make file::name a flexible array member
Masahiro Yamada
2024-02-19
2
-3
/
+6
*
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
2024-02-19
3
-33
/
+23
*
kconfig: replace remaining current_file->name with cur_filename
Masahiro Yamada
2024-02-19
2
-6
/
+6
*
kconfig: do not delay the cur_filename update
Masahiro Yamada
2024-02-19
2
-10
/
+15
*
kconfig: replace file->name with name in zconf_nextfile()
Masahiro Yamada
2024-02-19
1
-5
/
+5
*
kconfig: associate struct property with file name directly
Masahiro Yamada
2024-02-19
3
-9
/
+9
*
kconfig: associate struct menu with file name directly
Masahiro Yamada
2024-02-19
5
-10
/
+10
*
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
2024-02-19
5
-51
/
+37
*
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
5
-13
/
+23
*
kconfig: call env_write_dep() right after yyparse()
Masahiro Yamada
2024-02-19
4
-12
/
+18
*
kconfig: write Kconfig files to autoconf.cmd in order
Masahiro Yamada
2024-02-19
4
-4
/
+11
*
kconfig: remove unneeded sym_find() call in conf_parse()
Masahiro Yamada
2024-02-19
1
-1
/
+1
*
kconfig: remove compat_getline()
Masahiro Yamada
2024-02-19
1
-52
/
+1
*
kconfig: remove orphan lookup_file() declaration
Masahiro Yamada
2024-02-19
1
-1
/
+0
*
kconfig: fix off-by-one in zconf_error()
Masahiro Yamada
2024-02-19
1
-1
/
+1
*
kconfig: fix infinite loop when expanding a macro at the end of file
Masahiro Yamada
2024-02-19
1
-2
/
+5
*
Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"
Masahiro Yamada
2024-02-19
1
-3
/
+1
*
Revert "kbuild/mkspec: support 'update-bootloader'-based systems"
Masahiro Yamada
2024-02-19
1
-5
/
+0
*
kbuild: rpm-pkg: mark installed files in /boot as %ghost
Masahiro Yamada
2024-02-19
1
-0
/
+4
*
kbuild: rpm-pkg: do not include depmod-generated files
Masahiro Yamada
2024-02-19
1
-3
/
+19
*
kbuild: deb-pkg: call more misc debhelper commands
Masahiro Yamada
2024-02-19
2
-9
/
+5
*
kbuild: deb-pkg: build binary-arch in parallel
Masahiro Yamada
2024-02-19
2
-34
/
+47
*
kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg'
Masahiro Yamada
2024-02-19
1
-7
/
+9
*
kbuild: deb-pkg: show verbose log for direct package builds
Masahiro Yamada
2024-02-19
1
-0
/
+8
*
kbuild: simplify dtbs_install by reading the list of compiled DTBs
Masahiro Yamada
2024-02-19
2
-20
/
+18
*
kbuild: create a list of all built DTB files
Masahiro Yamada
2024-02-19
2
-8
/
+18
*
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
*
kallsyms: ignore ARMv4 thunks along with others
Arnd Bergmann
2024-02-15
1
-11
/
+2
*
modpost: trim leading spaces when processing source files list
Radek Krejci
2024-02-14
1
-1
/
+6
*
gen_compile_commands: fix invalid escape sequence warning
Andrew Ballance
2024-02-14
1
-1
/
+1
*
kbuild: Fix changing ELF file type for output of gen_btf for big endian
Nathan Chancellor
2024-02-14
1
-2
/
+7
*
Merge tag 'kbuild-fixes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-02-01
5
-33
/
+22
|
\
|
*
kconfig: initialize sym->curr.tri to 'no' for all symbol types again
Masahiro Yamada
2024-01-31
1
-1
/
+3
|
*
kbuild: rpm-pkg: simplify installkernel %post
Jose Ignacio Tornos Martinez
2024-01-31
1
-11
/
+11
|
*
modpost: avoid using the alias attribute
Masahiro Yamada
2024-01-31
2
-16
/
+2
|
*
modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS
Nathan Chancellor
2024-01-27
1
-1
/
+2
|
*
kbuild: defconf: use SRCARCH to find merged configs
Zhang Bingwu
2024-01-27
1
-4
/
+4
[next]