Age | Commit message (Expand) | Author |
2024-11-03 | Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2024-11-03 | modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit host | Masahiro Yamada |
2024-11-03 | modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endianness | Masahiro Yamada |
2024-10-31 | kconfig: show sub-menu entries even if the prompt is hidden | Masahiro Yamada |
2024-10-31 | kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profile | Masahiro Yamada |
2024-10-31 | kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile | Masahiro Yamada |
2024-10-31 | kbuild: rpm-pkg: disable kernel-devel package when cross-compiling | Masahiro Yamada |
2024-10-28 | kbuild: rust: avoid errors with old `rustc`s without LLVM patch version | Miguel Ojeda |
2024-10-23 | sumversion: Fix a memory leak in get_src_version() | Elena Salomatkina |
2024-10-13 | kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION` | Gary Guo |
2024-10-10 | kbuild: fix issues with rustc-option | Alice Ryhl |
2024-10-10 | kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macros | Masahiro Yamada |
2024-10-07 | kbuild: deb-pkg: Remove blank first line from maint scripts | Aaron Thompson |
2024-10-07 | scripts: import more list macros | Sami Tolvanen |
2024-10-02 | kconfig: qconf: fix buffer overflow in debug links | Masahiro Yamada |
2024-10-01 | kconfig: qconf: move conf_read() before drawing tree pain | Masahiro Yamada |
2024-10-01 | kconfig: clear expr::val_is_valid when allocated | Masahiro Yamada |
2024-09-30 | kconfig: fix infinite loop in sym_calc_choice() | Masahiro Yamada |
2024-09-30 | kbuild: move non-boot built-in DTBs to .rodata section | Masahiro Yamada |
2024-09-28 | Reduce Coccinelle choices in string_choices.cocci | Julia Lawall |
2024-09-28 | coccinelle: Remove unnecessary parentheses for only one possible change. | Hongbo Li |
2024-09-28 | coccinelle: Add rules to find str_yes_no() replacements | Hongbo Li |
2024-09-28 | coccinelle: Add rules to find str_on_off() replacements | Hongbo Li |
2024-09-28 | coccinelle: Add rules to find str_write_read() replacements | Hongbo Li |
2024-09-28 | coccinelle: Add rules to find str_read_write() replacements | Hongbo Li |
2024-09-28 | coccinelle: Add rules to find str_enable{d}_disable{d}() replacements | Hongbo Li |
2024-09-28 | coccinelle: Add rules to find str_lo{w}_hi{gh}() replacements | Hongbo Li |
2024-09-28 | coccinelle: Add rules to find str_hi{gh}_lo{w}() replacements | Hongbo Li |
2024-09-28 | coccinelle: Add rules to find str_false_true() replacements | Hongbo Li |
2024-09-28 | coccinelle: Add rules to find str_true_false() replacements | Hongbo Li |
2024-09-28 | Merge tag 'modules-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro |
2024-09-26 | Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-09-25 | Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux | Linus Torvalds |
2024-09-24 | Merge tag 'kbuild-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2024-09-24 | Merge tag 'keys-next-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-09-21 | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds |
2024-09-21 | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-09-20 | sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 | Jan Stancek |
2024-09-20 | sign-file,extract-cert: avoid using deprecated ERR_get_error_line() | Jan Stancek |
2024-09-20 | sign-file,extract-cert: move common SSL helper functions to a header | Jan Stancek |
2024-09-20 | kbuild: remove append operation on cmd_ld_ko_o | Thomas Weißschuh |
2024-09-20 | kconfig: cache expression values | Masahiro Yamada |
2024-09-20 | kconfig: use hash table to reuse expressions | Masahiro Yamada |
2024-09-20 | kconfig: refactor expr_eliminate_dups() | Masahiro Yamada |
2024-09-20 | kconfig: add comments to expression transformations | Masahiro Yamada |
2024-09-20 | kconfig: change some expr_*() functions to bool | Masahiro Yamada |
2024-09-20 | scripts: move hash function from scripts/kconfig/ to scripts/include/ | Masahiro Yamada |
2024-09-20 | kallsyms: change overflow variable to bool type | Masahiro Yamada |