aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge tag 'docs-5.11' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+632
2020-12-14Merge tag 's390-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-3/+0
2020-12-06Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-9/+25
2020-12-06kbuild: avoid split lines in .mod filesGravatar Masahiro Yamada 1-8/+4
2020-12-04scripts: get_feat.pl: reduce table width for all features outputGravatar Mauro Carvalho Chehab 1-12/+59
2020-12-04scripts: get_feat.pl: change the group by orderGravatar Mauro Carvalho Chehab 1-1/+1
2020-12-04scripts: get_feat.pl: make complete table more coinciseGravatar Mauro Carvalho Chehab 1-37/+68
2020-12-03scripts: kernel-doc: fix parsing function-like typedefsGravatar Mauro Carvalho Chehab 1-1/+1
2020-12-03scripts: get_feat.pl: use its implementation for list-arch.shGravatar Mauro Carvalho Chehab 1-13/+64
2020-12-03scripts: get_feat.pl: improve matrix outputGravatar Mauro Carvalho Chehab 1-43/+70
2020-12-03scripts: get_feat.pl: add a script to handle Documentation/featuresGravatar Mauro Carvalho Chehab 1-0/+474
2020-12-01kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Gravatar Nathan Chancellor 1-0/+20
2020-11-28Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2020-11-25Makefile.extrawarn: move -Wcast-align to W=3Gravatar Arnd Bergmann 1-1/+1
2020-11-20s390/ftrace: assume -mhotpatch or -mrecord-mcount always availableGravatar Vasily Gorbik 1-3/+0
2020-11-13scripts: kernel-doc: Restore anonymous enum parsingGravatar Andy Shevchenko 1-1/+1
2020-11-12Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+1
2020-11-08Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+23
2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 1-0/+1
2020-11-03Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+5
2020-11-03Merge tag 'docs-5.10-3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-5/+10
2020-11-02scripts: get_api.pl: Add sub-titles to ABI outputGravatar Mauro Carvalho Chehab 1-0/+17
2020-11-02scripts: get_abi.pl: Don't let ABI files to create subtitlesGravatar Mauro Carvalho Chehab 1-0/+6
2020-11-02builddeb: Fix rootless build in setuid/setgid directoryGravatar Sven Joachim 1-0/+2
2020-10-30scripts: get_abi.pl: assume ReST format by defaultGravatar Mauro Carvalho Chehab 1-1/+1
2020-10-30docs: ABI: cleanup several ABI documentsGravatar Mauro Carvalho Chehab 1-2/+0
2020-10-30docs: Kconfig/Makefile: add a check for broken ABI filesGravatar Mauro Carvalho Chehab 1-3/+11
2020-10-30scripts: get_abi.pl: auto-generate cross referencesGravatar Mauro Carvalho Chehab 1-0/+31
2020-10-30scripts: get_abi.pl: use bold font for ABI definitionsGravatar Mauro Carvalho Chehab 1-0/+1
2020-10-30scripts: get_abi.pl: prevent duplicated file namesGravatar Mauro Carvalho Chehab 1-5/+10
2020-10-30scripts: get_abi.pl: output users in ReST formatGravatar Mauro Carvalho Chehab 1-0/+8
2020-10-30scripts: get_abi.pl: detect duplicated ABI definitionsGravatar Mauro Carvalho Chehab 1-27/+58
2020-10-30scripts: get_abi.pl: cleanup ABI cross-reference logicGravatar Mauro Carvalho Chehab 1-64/+83
2020-10-30scripts: get_abi.pl: improve its parser to better catch up indentationGravatar Mauro Carvalho Chehab 1-23/+19
2020-10-30scripts: get_abi.pl: Allow optionally record from where a line came fromGravatar Mauro Carvalho Chehab 1-1/+21
2020-10-30scripts: get_abi.pl: fix parsing on ReST modeGravatar Mauro Carvalho Chehab 1-16/+14
2020-10-30scripts: get_abi.pl: change script to allow parsing in ReST modeGravatar Mauro Carvalho Chehab 1-25/+47
2020-10-29bpf: Add struct bpf_redir_neigh forward declaration to BPF helper defsGravatar Andrii Nakryiko 1-0/+1
2020-10-28scripts: kernel-doc: use :c:union when neededGravatar Mauro Carvalho Chehab 1-1/+5
2020-10-28scripts: kernel-doc: split typedef complex regexGravatar Mauro Carvalho Chehab 1-5/+9
2020-10-28scripts: kernel-doc: fix typedef parsingGravatar Mauro Carvalho Chehab 1-2/+3
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-2/+2
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationGravatar Joe Perches 1-5/+7
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+1
2020-10-22Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 2-275/+170
2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 19-680/+401
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopGravatar Toke Høiland-Jørgensen 1-0/+1
2020-10-21kbuild: Use uname for LINUX_COMPILE_HOST detectionGravatar Chris Down 1-1/+1
2020-10-21kbuild: remove leftover comment for filechk utilityGravatar Rasmus Villemoes 1-2/+0
2020-10-21treewide: remove DISABLE_LTOGravatar Sami Tolvanen 1-1/+1