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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_choice_deps()
Masahiro Yamada
1
-3
/
+7
2024-07-16
kconfig: use sym_get_choice_menu() in sym_check_print_recursive()
Masahiro Yamada
1
-2
/
+4
2024-07-16
kconfig: remove expr_list_for_each_sym() macro
Masahiro Yamada
1
-3
/
+0
2024-07-16
kconfig: use menu_list_for_each_sym() in sym_choice_default()
Masahiro Yamada
1
-5
/
+4
2024-07-16
kconfig: change sym_choice_default() to take the choice menu
Masahiro Yamada
3
-6
/
+6
2024-07-16
kconfig: remove conf_unsaved in conf_read_simple()
Masahiro Yamada
1
-3
/
+2
2024-07-16
kconfig: remove sym_get_choice_value()
Masahiro Yamada
6
-21
/
+11
2024-07-16
kconfig: refactor choice value calculation
Masahiro Yamada
7
-197
/
+187
2024-07-16
kconfig: import list_move(_tail) and list_for_each_entry_reverse macros
Masahiro Yamada
1
-0
/
+53
2024-07-16
scripts/make_fit: Support decomposing DTBs
Chen-Yu Tsai
2
-22
/
+65
2024-07-16
kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' for kernel.spec
Rafael Aquini
1
-1
/
+1
2024-07-16
modpost: Enable section warning from *driver to .exit.text
Uwe Kleine-König
1
-11
/
+0
2024-07-16
kbuild: move init/build-version to scripts/
Masahiro Yamada
3
-2
/
+12
2024-07-16
kconfig: remember the current choice while parsing the choice block
Masahiro Yamada
1
-6
/
+4
2024-07-16
kconfig: introduce choice_set_value() helper
Masahiro Yamada
5
-22
/
+47
2024-07-16
kconfig: add fallthrough comments to expr_compare_type()
Masahiro Yamada
1
-0
/
+5
2024-07-16
kconfig: remove unneeded code in expr_compare_type()
Masahiro Yamada
1
-4
/
+1
2024-07-16
kconfig: add -e and -u options to *conf-cfg.sh scripts
Masahiro Yamada
4
-0
/
+8
2024-07-16
kbuild: merge temporary vmlinux for BTF and kallsyms
Masahiro Yamada
1
-17
/
+24
2024-07-16
kbuild: remove PROVIDE() for kallsyms symbols
Masahiro Yamada
2
-8
/
+7
2024-07-16
kbuild: refactor variables in scripts/link-vmlinux.sh
Masahiro Yamada
1
-31
/
+34
2024-07-16
kconfig: refactor conf_write_defconfig() to reduce indentation level
Masahiro Yamada
1
-25
/
+22
2024-07-16
kconfig: refactor conf_set_all_new_symbols() to reduce indentation level
Masahiro Yamada
1
-31
/
+30
2024-07-16
kconfig: remove tristate choice support
Masahiro Yamada
27
-315
/
+42
2024-07-16
kconfig: pass new conf_changed value to the callback
Masahiro Yamada
5
-14
/
+11
2024-07-16
kconfig: gconf: move conf_changed() definition up
Masahiro Yamada
1
-8
/
+7
2024-07-16
kconfig: gconf: remove unnecessary forward declarations
Masahiro Yamada
1
-2
/
+0
2024-07-16
kconfig: qconf: remove initial call to conf_changed()
Masahiro Yamada
1
-3
/
+3
2024-07-15
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
1
-0
/
+1
2024-07-15
kbuild: rpm-pkg: avoid the warnings with dtb's listed twice
Jose Ignacio Tornos Martinez
1
-1
/
+0
2024-07-15
kbuild: Make ld-version.sh more robust against version string changes
Nathan Chancellor
1
-3
/
+5
2024-07-12
init/modpost: conditionally check section mismatch to __meminit*
Masahiro Yamada
1
-15
/
+4
2024-07-10
riscv: convert to generic syscall table
Arnd Bergmann
1
-0
/
+3
2024-07-10
openrisc: convert to generic syscall table
Arnd Bergmann
1
-0
/
+2
2024-07-10
nios2: convert to generic syscall table
Arnd Bergmann
1
-0
/
+2
2024-07-10
csky: convert to generic syscall table
Arnd Bergmann
1
-0
/
+4
2024-07-10
arc: convert to generic syscall table
Arnd Bergmann
1
-0
/
+5
2024-07-10
kbuild: add syscall table generation to scripts/Makefile.asm-headers
Arnd Bergmann
2
-58
/
+98
2024-07-10
kbuild: verify asm-generic header list
Arnd Bergmann
1
-1
/
+1
2024-07-09
scripts/dtc: Update to upstream version v1.7.0-93-g1df7b047fe43
Rob Herring (Arm)
15
-158
/
+539
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2
-2
/
+7
2024-07-09
kbuild: verify dtoverlay files against schema
Dmitry Baryshkov
1
-1
/
+8
2024-07-08
gcc-plugins: Remove duplicate included header file stringpool.h
Thorsten Blum
1
-5
/
+0
2024-07-08
regmap-irq: handle const struct regmap_irq_sub_irq_map
Thomas Weißschuh
1
-0
/
+1
2024-07-08
const_structs.checkpatch: add regmap structs
Thomas Weißschuh
1
-0
/
+9
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-9
/
+7
2024-07-04
syscalls: add generic scripts/syscall.tbl
Arnd Bergmann
1
-0
/
+388
2024-07-03
mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
Kees Cook
1
-0
/
+1
2024-07-03
arch: um: rust: Add i386 support for Rust
David Gow
2
-1
/
+18
2024-07-02
scripts/faddr2line: Check only two symbols when calculating symbol size
Brian Johannesmeyer
1
-1
/
+1
[prev]
[next]