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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2024-03-22
1
-2
/
+5
|
\
|
*
LoongArch: Add ORC stack unwinder support
Tiezhu Yang
2024-03-11
1
-2
/
+5
*
|
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2024-03-21
45
-523
/
+894
|
\
\
|
*
|
kconfig: tests: test dependency after shuffling choices
Masahiro Yamada
2024-03-21
5
-0
/
+71
|
*
|
kconfig: tests: add a test for randconfig with dependent choices
Masahiro Yamada
2024-03-21
5
-0
/
+78
|
*
|
kconfig: tests: support KCONFIG_SEED for the randconfig runner
Masahiro Yamada
2024-03-21
1
-6
/
+10
|
*
|
kbuild: rpm-pkg: add dtb files in kernel rpm
Jose Ignacio Tornos Martinez
2024-03-19
1
-0
/
+13
|
*
|
kconfig: remove unneeded menu_is_visible() call in conf_write_defconfig()
Masahiro Yamada
2024-03-19
1
-4
/
+1
|
*
|
kconfig: check prompt for choice while parsing
Masahiro Yamada
2024-03-19
2
-3
/
+6
|
*
|
kconfig: lxdialog: remove unused dialog colors
Masahiro Yamada
2024-03-19
2
-22
/
+0
|
*
|
kconfig: lxdialog: fix button color for blackbg theme
Masahiro Yamada
2024-03-19
1
-1
/
+1
|
*
|
modpost: fix null pointer dereference
Max Kellermann
2024-03-19
1
-1
/
+3
|
*
|
kbuild: remove GCC's default -Wpacked-bitfield-compat flag
Masahiro Yamada
2024-03-11
1
-1
/
+0
|
*
|
kbuild: unexport abs_srctree and abs_objtree
Masahiro Yamada
2024-03-10
1
-1
/
+1
|
*
|
kbuild: Move -Wenum-{compare-conditional,enum-conversion} into W=1
Nathan Chancellor
2024-03-10
1
-0
/
+2
|
*
|
kconfig: remove named choice support
Masahiro Yamada
2024-03-10
1
-7
/
+3
|
*
|
kconfig: use linked list in get_symbol_str() to iterate over menus
Masahiro Yamada
2024-03-09
1
-8
/
+9
|
*
|
kconfig: link menus to a symbol
Masahiro Yamada
2024-03-09
3
-1
/
+12
|
*
|
kbuild: change DTC_FLAGS_<basetarget>.o to take the path relative to $(obj)
Masahiro Yamada
2024-02-23
1
-1
/
+1
|
*
|
kbuild: change tool coverage variables to take the path relative to $(obj)
Masahiro Yamada
2024-02-23
2
-9
/
+9
|
*
|
kconfig: lxdialog: fix cursor render in checklist
Matthew Bystrin
2024-02-20
1
-3
/
+2
|
*
|
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
[next]