aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2019-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+7
2019-12-01scripts/spelling.txt: add more spellings to spelling.txtGravatar Colin Ian King 1-0/+28
2019-11-29bpf: Force .BTF section start to zero when dumping from vmlinuxGravatar Stanislav Fomichev 1-2/+3
2019-11-27bpf: Support pre-2.25-binutils objcopy for vmlinux BTFGravatar Stanislav Fomichev 1-1/+6
2019-11-26Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+6
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+154
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-4/+4
2019-11-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-4/+4
2019-11-14checkpatch: don't warn about new vsprintf pointer extension '%pe'Gravatar Uwe Kleine-König 1-1/+1
2019-11-13scripts/tools-support-relr.sh: un-quote variablesGravatar Ilie Halip 1-4/+4
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-4/+5
2019-11-08Merge tag 'modules-for-v5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+3
2019-11-06scripts/gdb: fix debugging modules compiled with hot/cold partitioningGravatar Ilya Leoshkevich 1-1/+2
2019-11-05scripts/nsdeps: make sure to pass all module source files to spatchGravatar Jessica Yu 1-3/+3
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-21/+43
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-2/+2
2019-10-25Merge tag 'modules-for-v5.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-20/+42
2019-10-23scripts/nsdeps: use alternative sed delimiterGravatar Jessica Yu 1-1/+1
2019-10-20scripts/bpf: Print an error when known types list needs updatingGravatar Jakub Sitnicki 1-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 8-97/+52
2019-10-20Merge tag 'kbuild-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2019-10-19scripts/gdb: fix debugging modules on s390Gravatar Ilya Leoshkevich 1-1/+7
2019-10-19scripts/gdb: fix lx-dmesg when CONFIG_PRINTK_CALLER is setGravatar Joel Colledge 2-16/+25
2019-10-18symbol namespaces: revert to previous __ksymtab name schemeGravatar Matthias Maennich 2-15/+19
2019-10-18modpost: make updating the symbol namespace explicitGravatar Matthias Maennich 1-6/+6
2019-10-18modpost: delegate updating namespaces to separate functionGravatar Matthias Maennich 1-3/+21
2019-10-17coccinelle: api/devm_platform_ioremap_resource: remove useless scriptGravatar Alexandre Belloni 1-60/+0
2019-10-16scripts/bpf: Emit an #error directive known types list needs updatingGravatar Jakub Sitnicki 1-1/+1
2019-10-15scripts: setlocalversion: fix a bashismGravatar Randy Dunlap 1-1/+1
2019-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-1/+154
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 1-4/+1
2019-10-12recordmcount: Fix nop_mcount() functionGravatar Steven Rostedt (VMware) 1-4/+1
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-16/+19
2019-10-11lib/vsprintf: Add %pfw conversion specifier for printing fwnode namesGravatar Sakari Ailus 1-2/+6
2019-10-11lib/vsprintf: Remove support for %pF and %pf in favour of %pS and %psGravatar Sakari Ailus 1-1/+0
2019-10-09scripts/bpf: Fix xdp_md forward declaration typoGravatar Andrii Nakryiko 1-1/+1
2019-10-07nsdeps: make generated patches independent of localeGravatar Masahiro Yamada 1-1/+1
2019-10-07nsdeps: fix hashbang of scripts/nsdepsGravatar Masahiro Yamada 1-1/+1
2019-10-07modpost: fix broken sym->namespace for external module buildsGravatar Masahiro Yamada 1-5/+8
2019-10-07module: swap the order of symbol.namespaceGravatar Masahiro Yamada 1-9/+7
2019-10-07scripts: add_namespace: Fix coccicheck failedGravatar YueHaibing 1-0/+2
2019-10-06scripts/bpf: teach bpf_helpers_doc.py to dump BPF helper definitionsGravatar Andrii Nakryiko 1-1/+154
2019-10-05scripts/setlocalversion: clear local variable to make it work for shGravatar Masahiro Yamada 1-1/+1
2019-10-05namespace: fix namespace.pl script to support relative pathsGravatar Jacob Keller 1-6/+7
2019-10-01modpost: fix static EXPORT_SYMBOL warnings for UML buildGravatar Masahiro Yamada 1-4/+9
2019-10-01kbuild: remove ar-option and KBUILD_ARFLAGSGravatar Masahiro Yamada 3-7/+2
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2019-09-25checkpatch: check for nested (un)?likely() callsGravatar Denis Efremov 1-0/+6
2019-09-25scripts/gdb: handle split debugGravatar Douglas Anderson 1-2/+2