summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-11-261-3/+6
|\
| * lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesSakari Ailus2019-10-111-2/+6
| * lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psSakari Ailus2019-10-111-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-251-1/+154
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-161-4/+4
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-092-4/+5
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-024-21/+43
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-261-2/+2
| |\ \ \ \ \
| | * | | | | scripts/bpf: Print an error when known types list needs updatingJakub Sitnicki2019-10-201-2/+2
| | * | | | | scripts/bpf: Emit an #error directive known types list needs updatingJakub Sitnicki2019-10-161-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-208-97/+52
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-10-141-1/+154
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | scripts/bpf: Fix xdp_md forward declaration typoAndrii Nakryiko2019-10-091-1/+1
| | * | | | | scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitionsAndrii Nakryiko2019-10-061-1/+154
* | | | | | | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | checkpatch: don't warn about new vsprintf pointer extension '%pe'Uwe Kleine-König2019-11-141-1/+1
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-11-151-4/+4
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | scripts/tools-support-relr.sh: un-quote variablesIlie Halip2019-11-131-4/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-081-3/+3
|\ \ \ \ \ \
| * | | | | | scripts/nsdeps: make sure to pass all module source files to spatchJessica Yu2019-11-051-3/+3
| | |_|_|_|/ | |/| | | |
* / | | | | scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich2019-11-061-1/+2
|/ / / / /
* | | | | Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-10-253-20/+42
|\ \ \ \ \
| * | | | | scripts/nsdeps: use alternative sed delimiterJessica Yu2019-10-231-1/+1
| * | | | | symbol namespaces: revert to previous __ksymtab name schemeMatthias Maennich2019-10-182-15/+19
| * | | | | modpost: make updating the symbol namespace explicitMatthias Maennich2019-10-181-6/+6
| * | | | | modpost: delegate updating namespaces to separate functionMatthias Maennich2019-10-181-3/+21
* | | | | | Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-10-201-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | scripts: setlocalversion: fix a bashismRandy Dunlap2019-10-151-1/+1
| |/ / / /
* | | | | scripts/gdb: fix debugging modules on s390Ilya Leoshkevich2019-10-191-1/+7
* | | | | scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setJoel Colledge2019-10-192-16/+25
* | | | | coccinelle: api/devm_platform_ioremap_resource: remove useless scriptAlexandre Belloni2019-10-171-60/+0
|/ / / /
* | | | Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-10-131-4/+1
|\ \ \ \
| * | | | recordmcount: Fix nop_mcount() functionSteven Rostedt (VMware)2019-10-121-4/+1
| |/ / /
* | | | Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-10-113-16/+19
|\ \ \ \ | |/ / / |/| | |
| * | | nsdeps: make generated patches independent of localeMasahiro Yamada2019-10-071-1/+1
| * | | nsdeps: fix hashbang of scripts/nsdepsMasahiro Yamada2019-10-071-1/+1
| * | | modpost: fix broken sym->namespace for external module buildsMasahiro Yamada2019-10-071-5/+8
| * | | module: swap the order of symbol.namespaceMasahiro Yamada2019-10-071-9/+7
| * | | scripts: add_namespace: Fix coccicheck failedYueHaibing2019-10-071-0/+2
| | |/ | |/|
* | | scripts/setlocalversion: clear local variable to make it work for shMasahiro Yamada2019-10-051-1/+1
* | | namespace: fix namespace.pl script to support relative pathsJacob Keller2019-10-051-6/+7
* | | modpost: fix static EXPORT_SYMBOL warnings for UML buildMasahiro Yamada2019-10-011-4/+9
* | | kbuild: remove ar-option and KBUILD_ARFLAGSMasahiro Yamada2019-10-013-7/+2
|/ /
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-271-1/+1
|\ \
| * | MODSIGN: Export module signature definitionsThiago Jung Bauermann2019-08-051-1/+1
* | | checkpatch: check for nested (un)?likely() callsDenis Efremov2019-09-251-0/+6
* | | scripts/gdb: handle split debugDouglas Anderson2019-09-251-2/+2
* | | checkpatch: make git output use LANGUAGE=en_US.utf8Joe Perches2019-09-251-4/+6
* | | checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson2019-09-251-1/+1
* | | checkpatch: allow consecutive close bracesJoe Perches2019-09-251-1/+1