summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-265-18/+27
|\
| * Merge tag 'kbuild-fixes-v5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-195-18/+27
| |\
| | * scripts/kallsyms: fix wrong kallsyms_relative_baseMikhail Petrov2020-03-191-4/+4
| | * modpost: Get proper section index by get_secindex() instead of st_shndxXiao Yang2020-03-181-1/+2
| | * modpost: move the namespace field in Module.symvers lastJessica Yu2020-03-172-13/+13
| | * kbuild: Disable -Wpointer-to-enum-castNathan Chancellor2020-03-141-0/+1
| | * kconfig: introduce m32-flag and m64-flagMasahiro Yamada2020-03-111-0/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-142-9/+21
|\ \ \
| * | | bpf_helpers_doc.py: Fix warning when compiling bpftoolCarlos Neira2020-03-131-0/+1
| * | | bpf: Added new helper bpf_get_ns_current_pid_tgidCarlos Neira2020-03-131-0/+1
| * | | kbuild: Remove debug info from kallsyms linkingKees Cook2020-03-041-9/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-131-0/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / parse-maintainers: Mark as executableJonathan Neuschäfer2020-03-061-0/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-011-1/+1
|\ \ | |/ |/|
| * scripts/bpf: Switch to more portable python3 shebangScott Branden2020-02-261-1/+1
* | kbuild: remove unneeded semicolon at the end of cmd_dtb_checkMasahiro Yamada2020-02-261-1/+1
* | kbuild: fix DT binding schema rule to detect command line changesMasahiro Yamada2020-02-261-2/+2
|/
* scripts/get_maintainer.pl: deprioritize old Fixes: addressesDouglas Anderson2020-02-211-4/+4
* get_maintainer: remove uses of P: for maintainer nameJoe Perches2020-02-211-24/+0
* kbuild: fix mismatch between .version and include/generated/compile.hMasahiro Yamada2020-02-101-1/+1
* scripts/kallsyms: fix memory corruption caused by write over-runMasahiro Yamada2020-02-101-2/+2
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-1015-105/+119
|\
| * kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa2020-02-051-3/+2
| * scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada2020-02-031-56/+65
| * scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada2020-02-031-12/+12
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-0313-39/+45
| * kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-031-1/+1
* | Merge tag 'docs-5.6-2' of git://git.lwn.net/linuxLinus Torvalds2020-02-071-1/+1
|\ \
| * | Allow git builds of SphinxStephen Kitt2020-02-051-1/+1
* | | mm: remove __kreallocFlorian Westphal2020-02-041-4/+0
| |/ |/|
* | Merge tag 'kconfig-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-02-0113-130/+170
|\ \
| * | kconfig: fix an "implicit declaration of function" warningBartosz Golaszewski2020-01-093-0/+3
| * | kconfig: fix nesting of symbol help textThomas Hebb2020-01-061-8/+8
| * | kconfig: distinguish between dependencies and visibility in help textThomas Hebb2020-01-063-2/+13
| * | kconfig: list all definitions of a symbol in help textThomas Hebb2020-01-061-24/+31
| * | kconfig: Add yes2modconfig and mod2yesconfig targets.Tetsuo Handa2020-01-064-1/+38
| * | kconfig: use $(PERL) in MakefileMasahiro Yamada2020-01-061-1/+1
| * | kconfig: fix too deep indentation in MakefileMasahiro Yamada2020-01-061-9/+9
| * | kconfig: localmodconfig: fix indentation for closing braceMasahiro Yamada2020-01-061-1/+1
| * | kconfig: localmodconfig: remove unused $configMasahiro Yamada2020-01-061-2/+0
| * | kconfig: squash prop_alloc() into menu_add_prop()Masahiro Yamada2020-01-063-23/+17
| * | kconfig: remove sym from struct propertyMasahiro Yamada2020-01-063-3/+1
| * | kconfig: remove 'prompt' argument from menu_add_prop()Masahiro Yamada2020-01-061-4/+5
| * | kconfig: move prompt handling to menu_add_prompt() from menu_add_prop()Masahiro Yamada2020-01-061-36/+34
| * | kconfig: remove 'prompt' symbolMasahiro Yamada2020-01-061-10/+7
| * | kconfig: drop T_WORD from the RHS of 'prompt' symbolMasahiro Yamada2020-01-061-3/+1
| * | kconfig: use parent->dep as the parentdep of 'menu'Masahiro Yamada2020-01-061-5/+3
| * | kconfig: remove the rootmenu check in menu_add_prop()Masahiro Yamada2020-01-061-1/+1
* | | Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-02-0110-175/+98
|\ \ \
| * | | builddeb: split libc headers deployment out into a functionMasahiro Yamada2020-01-281-14/+18