| Commit message (Expand) | Author | Age | Files | Lines |
* | locking/atomic: scripts: fix ${atomic}_sub_and_test() kerneldoc | Carlos Llamas | 2024-06-21 | 1 | -1/+1 |
* | modpost: do not warn about missing MODULE_DESCRIPTION() for vmlinux.o | Masahiro Yamada | 2024-06-21 | 1 | -2/+3 |
* | kconfig: fix comparison to constant symbols, 'm', 'n' | Masahiro Yamada | 2024-06-12 | 1 | -2/+4 |
* | s390/vdso: Create .build-id links for unstripped vdso files | Jens Remus | 2024-06-12 | 1 | -1/+1 |
* | modules: Drop the .export_symbol section from the final modules | Wang Yao | 2024-05-30 | 1 | -0/+1 |
* | Merge tag 'rust-fixes-6.9' of https://github.com/Rust-for-Linux/linux | Linus Torvalds | 2024-04-27 | 1 | -1/+1 |
|\ |
|
| * | kbuild: rust: force `alloc` extern to allow "empty" Rust files | Miguel Ojeda | 2024-04-25 | 1 | -1/+1 |
* | | Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2024-04-10 | 1 | -0/+2 |
|\ \ |
|
| * | | gcc-plugins/stackleak: Avoid .head.text section | Ard Biesheuvel | 2024-04-03 | 1 | -0/+2 |
* | | | Merge tag 'docs-6.9-fixes' of git://git.lwn.net/linux | Linus Torvalds | 2024-04-02 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | docs: Fix bitfield handling in kernel-doc | Donald Hunter | 2024-03-29 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2024-03-31 | 15 | -37/+41 |
|\ \ |
|
| * | | kconfig: Fix typo HEIGTH to HEIGHT | Isak Ellmer | 2024-03-31 | 8 | -14/+14 |
| * | | kbuild: Disable KCSAN for autogenerated *.mod.c intermediaries | Borislav Petkov (AMD) | 2024-03-31 | 1 | -1/+1 |
| * | | kbuild: make -Woverride-init warnings more consistent | Arnd Bergmann | 2024-03-31 | 1 | -7/+3 |
| * | | modpost: do not make find_tosym() return NULL | Masahiro Yamada | 2024-03-28 | 1 | -2/+5 |
| * | | kconfig: do not reparent the menu inside a choice block | Masahiro Yamada | 2024-03-28 | 4 | -13/+18 |
| |/ |
|
* | | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2024-03-28 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Paolo Abeni | 2024-03-26 | 1 | -2/+2 |
| |\ |
|
| | * | scripts/bpf_doc: Use silent mode when exec make cmd | Hangbin Liu | 2024-03-15 | 1 | -2/+2 |
* | | | 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 |