| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | | 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 |