| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-03-19 | 5 | -18/+27 |
|\ |
|
| * | scripts/kallsyms: fix wrong kallsyms_relative_base | Mikhail Petrov | 2020-03-19 | 1 | -4/+4 |
| * | modpost: Get proper section index by get_secindex() instead of st_shndx | Xiao Yang | 2020-03-18 | 1 | -1/+2 |
| * | modpost: move the namespace field in Module.symvers last | Jessica Yu | 2020-03-17 | 2 | -13/+13 |
| * | kbuild: Disable -Wpointer-to-enum-cast | Nathan Chancellor | 2020-03-14 | 1 | -0/+1 |
| * | kconfig: introduce m32-flag and m64-flag | Masahiro Yamada | 2020-03-11 | 1 | -0/+7 |
* | | parse-maintainers: Mark as executable | Jonathan Neuschäfer | 2020-03-06 | 1 | -0/+0 |
|/ |
|
* | kbuild: remove unneeded semicolon at the end of cmd_dtb_check | Masahiro Yamada | 2020-02-26 | 1 | -1/+1 |
* | kbuild: fix DT binding schema rule to detect command line changes | Masahiro Yamada | 2020-02-26 | 1 | -2/+2 |
* | scripts/get_maintainer.pl: deprioritize old Fixes: addresses | Douglas Anderson | 2020-02-21 | 1 | -4/+4 |
* | get_maintainer: remove uses of P: for maintainer name | Joe Perches | 2020-02-21 | 1 | -24/+0 |
* | kbuild: fix mismatch between .version and include/generated/compile.h | Masahiro Yamada | 2020-02-10 | 1 | -1/+1 |
* | scripts/kallsyms: fix memory corruption caused by write over-run | Masahiro Yamada | 2020-02-10 | 1 | -2/+2 |
* | Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2020-02-10 | 15 | -105/+119 |
|\ |
|
| * | kconfig: Invalidate all symbols after changing to y or m. | Tetsuo Handa | 2020-02-05 | 1 | -3/+2 |
| * | scripts/kallsyms: change table to store (strcut sym_entry *) | Masahiro Yamada | 2020-02-03 | 1 | -56/+65 |
| * | scripts/kallsyms: rename local variables in read_symbol() | Masahiro Yamada | 2020-02-03 | 1 | -12/+12 |
| * | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 2020-02-03 | 13 | -39/+45 |
| * | kconfig: fix broken dependency in randconfig-generated .config | Masahiro Yamada | 2020-02-03 | 1 | -1/+1 |
* | | Merge tag 'docs-5.6-2' of git://git.lwn.net/linux | Linus Torvalds | 2020-02-07 | 1 | -1/+1 |
|\ \ |
|
| * | | Allow git builds of Sphinx | Stephen Kitt | 2020-02-05 | 1 | -1/+1 |
* | | | mm: remove __krealloc | Florian Westphal | 2020-02-04 | 1 | -4/+0 |
| |/
|/| |
|
* | | Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-02-01 | 13 | -130/+170 |
|\ \ |
|
| * | | kconfig: fix an "implicit declaration of function" warning | Bartosz Golaszewski | 2020-01-09 | 3 | -0/+3 |
| * | | kconfig: fix nesting of symbol help text | Thomas Hebb | 2020-01-06 | 1 | -8/+8 |
| * | | kconfig: distinguish between dependencies and visibility in help text | Thomas Hebb | 2020-01-06 | 3 | -2/+13 |
| * | | kconfig: list all definitions of a symbol in help text | Thomas Hebb | 2020-01-06 | 1 | -24/+31 |
| * | | kconfig: Add yes2modconfig and mod2yesconfig targets. | Tetsuo Handa | 2020-01-06 | 4 | -1/+38 |
| * | | kconfig: use $(PERL) in Makefile | Masahiro Yamada | 2020-01-06 | 1 | -1/+1 |
| * | | kconfig: fix too deep indentation in Makefile | Masahiro Yamada | 2020-01-06 | 1 | -9/+9 |
| * | | kconfig: localmodconfig: fix indentation for closing brace | Masahiro Yamada | 2020-01-06 | 1 | -1/+1 |
| * | | kconfig: localmodconfig: remove unused $config | Masahiro Yamada | 2020-01-06 | 1 | -2/+0 |
| * | | kconfig: squash prop_alloc() into menu_add_prop() | Masahiro Yamada | 2020-01-06 | 3 | -23/+17 |
| * | | kconfig: remove sym from struct property | Masahiro Yamada | 2020-01-06 | 3 | -3/+1 |
| * | | kconfig: remove 'prompt' argument from menu_add_prop() | Masahiro Yamada | 2020-01-06 | 1 | -4/+5 |
| * | | kconfig: move prompt handling to menu_add_prompt() from menu_add_prop() | Masahiro Yamada | 2020-01-06 | 1 | -36/+34 |
| * | | kconfig: remove 'prompt' symbol | Masahiro Yamada | 2020-01-06 | 1 | -10/+7 |
| * | | kconfig: drop T_WORD from the RHS of 'prompt' symbol | Masahiro Yamada | 2020-01-06 | 1 | -3/+1 |
| * | | kconfig: use parent->dep as the parentdep of 'menu' | Masahiro Yamada | 2020-01-06 | 1 | -5/+3 |
| * | | kconfig: remove the rootmenu check in menu_add_prop() | Masahiro Yamada | 2020-01-06 | 1 | -1/+1 |
* | | | Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2020-02-01 | 10 | -175/+98 |
|\ \ \ |
|
| * | | | builddeb: split libc headers deployment out into a function | Masahiro Yamada | 2020-01-28 | 1 | -14/+18 |
| * | | | builddeb: split kernel headers deployment out into a function | Masahiro Yamada | 2020-01-28 | 1 | -34/+42 |
| * | | | builddeb: remove redundant make for ARCH=um | Masahiro Yamada | 2020-01-28 | 1 | -2/+1 |
| * | | | builddeb: avoid invoking sub-shells where possible | Masahiro Yamada | 2020-01-28 | 1 | -13/+22 |
| * | | | builddeb: remove redundant $objtree/ | Masahiro Yamada | 2020-01-28 | 1 | -16/+16 |
| * | | | builddeb: match temporary directory name to the package name | Masahiro Yamada | 2020-01-28 | 1 | -4/+4 |
| * | | | builddeb: remove unneeded files in hdrobjfiles for headers package | Masahiro Yamada | 2020-01-28 | 1 | -2/+2 |
| * | | | kbuild: use -S instead of -E for precise cc-option test in Kconfig | Masahiro Yamada | 2020-01-22 | 1 | -1/+1 |
| * | | | builddeb: allow selection of .deb compressor | Michał Mirosław | 2020-01-21 | 1 | -1/+1 |