summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-063-9/+25
|\
| * kbuild: avoid split lines in .mod filesMasahiro Yamada2020-12-061-8/+4
| * kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1Nathan Chancellor2020-12-011-0/+20
| * Makefile.extrawarn: move -Wcast-align to W=3Arnd Bergmann2020-11-251-1/+1
* | Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-11-281-0/+2
|\ \ | |/ |/|
| * builddeb: Fix rootless build in setuid/setgid directorySven Joachim2020-11-021-0/+2
* | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-121-0/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-061-0/+1
| |\ \
| | * | bpf: Add struct bpf_redir_neigh forward declaration to BPF helper defsAndrii Nakryiko2020-10-291-0/+1
* | | | Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-081-0/+23
|\ \ \ \ | |/ / / |/| | |
| * | | scripts: get_api.pl: Add sub-titles to ABI outputMauro Carvalho Chehab2020-11-021-0/+17
| * | | scripts: get_abi.pl: Don't let ABI files to create subtitlesMauro Carvalho Chehab2020-11-021-0/+6
| | |/ | |/|
* | | Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linuxLinus Torvalds2020-11-031-1/+5
|\ \ \
| * | | scripts: kernel-doc: use :c:union when neededMauro Carvalho Chehab2020-10-281-1/+5
* | | | Merge tag 'docs-5.10-3' of git://git.lwn.net/linuxLinus Torvalds2020-11-031-5/+10
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | scripts: kernel-doc: split typedef complex regexMauro Carvalho Chehab2020-10-281-5/+9
| * | scripts: kernel-doc: fix typedef parsingMauro Carvalho Chehab2020-10-281-2/+3
* | | scripts: get_abi.pl: assume ReST format by defaultMauro Carvalho Chehab2020-10-301-1/+1
* | | docs: ABI: cleanup several ABI documentsMauro Carvalho Chehab2020-10-301-2/+0
* | | docs: Kconfig/Makefile: add a check for broken ABI filesMauro Carvalho Chehab2020-10-301-3/+11
* | | scripts: get_abi.pl: auto-generate cross referencesMauro Carvalho Chehab2020-10-301-0/+31
* | | scripts: get_abi.pl: use bold font for ABI definitionsMauro Carvalho Chehab2020-10-301-0/+1
* | | scripts: get_abi.pl: prevent duplicated file namesMauro Carvalho Chehab2020-10-301-5/+10
* | | scripts: get_abi.pl: output users in ReST formatMauro Carvalho Chehab2020-10-301-0/+8
* | | scripts: get_abi.pl: detect duplicated ABI definitionsMauro Carvalho Chehab2020-10-301-27/+58
* | | scripts: get_abi.pl: cleanup ABI cross-reference logicMauro Carvalho Chehab2020-10-301-64/+83
* | | scripts: get_abi.pl: improve its parser to better catch up indentationMauro Carvalho Chehab2020-10-301-23/+19
* | | scripts: get_abi.pl: Allow optionally record from where a line came fromMauro Carvalho Chehab2020-10-301-1/+21
* | | scripts: get_abi.pl: fix parsing on ReST modeMauro Carvalho Chehab2020-10-301-16/+14
* | | scripts: get_abi.pl: change script to allow parsing in ReST modeMauro Carvalho Chehab2020-10-301-25/+47
|/ /
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-2/+2
* | checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches2020-10-251-5/+7
|/
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-231-0/+1
|\
| * bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-0/+1
* | Merge tag 'kconfig-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-10-222-275/+170
|\ \
| * | kconfig: qconf: create QApplication after option checksMasahiro Yamada2020-09-251-1/+2
| * | kconfig: qconf: remove Y, M, N columnsMasahiro Yamada2020-09-252-61/+4
| * | kconfig: qconf: remove ConfigView classMasahiro Yamada2020-09-252-47/+17
| * | kconfig: qconf: move setShowName/Range() to ConfigList from ConfigViewMasahiro Yamada2020-09-252-33/+32
| * | kconfig: qconf: remove ConfigLineEdit classMasahiro Yamada2020-09-252-57/+0
| * | kconfig: qconf: allow to edit "int", "hex", "string" menus in-placeMasahiro Yamada2020-09-252-17/+91
| * | kconfig: qconf: show data column all the timeMasahiro Yamada2020-09-252-32/+2
| * | kconfig: qconf: move ConfigView::updateList(All) to ConfigList classMasahiro Yamada2020-09-252-42/+39
| * | kconfig: qconf: remove unused ConfigItem::okRename()Masahiro Yamada2020-09-252-9/+0
| * | kconfig: qconf: update the intro message to match to the current codeMasahiro Yamada2020-09-251-4/+4
| * | kconfig: qconf: reformat the intro messageMasahiro Yamada2020-09-251-11/+18
* | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-2219-680/+401
|\ \ \
| * | | kbuild: Use uname for LINUX_COMPILE_HOST detectionChris Down2020-10-211-1/+1
| * | | kbuild: remove leftover comment for filechk utilityRasmus Villemoes2020-10-211-2/+0
| * | | treewide: remove DISABLE_LTOSami Tolvanen2020-10-211-1/+1