summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2024-07-16kconfig: refactor choice value calculationMasahiro Yamada
2024-07-16kconfig: import list_move(_tail) and list_for_each_entry_reverse macrosMasahiro Yamada
2024-07-16scripts/make_fit: Support decomposing DTBsChen-Yu Tsai
2024-07-16kbuild: rpm-pkg: make sure to have versioned 'Obsoletes' for kernel.specRafael Aquini
2024-07-16modpost: Enable section warning from *driver to .exit.textUwe Kleine-König
2024-07-16kbuild: move init/build-version to scripts/Masahiro Yamada
2024-07-16kconfig: remember the current choice while parsing the choice blockMasahiro Yamada
2024-07-16kconfig: introduce choice_set_value() helperMasahiro Yamada
2024-07-16kconfig: add fallthrough comments to expr_compare_type()Masahiro Yamada
2024-07-16kconfig: remove unneeded code in expr_compare_type()Masahiro Yamada
2024-07-16kconfig: add -e and -u options to *conf-cfg.sh scriptsMasahiro Yamada
2024-07-16kbuild: merge temporary vmlinux for BTF and kallsymsMasahiro Yamada
2024-07-16kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada
2024-07-16kbuild: refactor variables in scripts/link-vmlinux.shMasahiro Yamada
2024-07-16kconfig: refactor conf_write_defconfig() to reduce indentation levelMasahiro Yamada
2024-07-16kconfig: refactor conf_set_all_new_symbols() to reduce indentation levelMasahiro Yamada
2024-07-16kconfig: remove tristate choice supportMasahiro Yamada
2024-07-16kconfig: pass new conf_changed value to the callbackMasahiro Yamada
2024-07-16kconfig: gconf: move conf_changed() definition upMasahiro Yamada
2024-07-16kconfig: gconf: remove unnecessary forward declarationsMasahiro Yamada
2024-07-16kconfig: qconf: remove initial call to conf_changed()Masahiro Yamada
2024-07-15Merge branch 'slab/for-6.11/buckets' into slab/for-nextVlastimil Babka
2024-07-15kbuild: rpm-pkg: avoid the warnings with dtb's listed twiceJose Ignacio Tornos Martinez
2024-07-15kbuild: Make ld-version.sh more robust against version string changesNathan Chancellor
2024-07-12init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada
2024-07-10riscv: convert to generic syscall tableArnd Bergmann
2024-07-10openrisc: convert to generic syscall tableArnd Bergmann
2024-07-10nios2: convert to generic syscall tableArnd Bergmann
2024-07-10csky: convert to generic syscall tableArnd Bergmann
2024-07-10arc: convert to generic syscall tableArnd Bergmann
2024-07-10kbuild: add syscall table generation to scripts/Makefile.asm-headersArnd Bergmann
2024-07-10kbuild: verify asm-generic header listArnd Bergmann
2024-07-10rust: warn about `bindgen` versions 0.66.0 and 0.66.1Miguel Ojeda
2024-07-10rust: start supporting several `bindgen` versionsMiguel Ojeda
2024-07-10rust: work around `bindgen` 0.69.0 issueMiguel Ojeda
2024-07-10rust: avoid assuming a particular `bindgen` buildMiguel Ojeda
2024-07-10rust: start supporting several compiler versionsMiguel Ojeda
2024-07-09scripts/dtc: Update to upstream version v1.7.0-93-g1df7b047fe43Rob Herring (Arm)
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-09kbuild: verify dtoverlay files against schemaDmitry Baryshkov
2024-07-08gcc-plugins: Remove duplicate included header file stringpool.hThorsten Blum
2024-07-08regmap-irq: handle const struct regmap_irq_sub_irq_mapThomas Weißschuh
2024-07-08const_structs.checkpatch: add regmap structsThomas Weißschuh
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-04syscalls: add generic scripts/syscall.tblArnd Bergmann
2024-07-03mm/slab: Plumb kmem_buckets into __do_kmalloc_node()Kees Cook
2024-07-03arch: um: rust: Add i386 support for RustDavid Gow
2024-07-02scripts/faddr2line: Check only two symbols when calculating symbol sizeBrian Johannesmeyer
2024-07-02scripts/faddr2line: Remove call to addr2line from find_dir_prefix()Brian Johannesmeyer
2024-07-02scripts/faddr2line: Invoke addr2line as a single long-running processBrian Johannesmeyer