summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada2021-09-221-7/+5
| * | | | | kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada2021-09-221-6/+6
| * | | | | kbuild: store the objtool command in *.cmd filesMasahiro Yamada2021-09-221-9/+5
| * | | | | kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada2021-09-221-6/+5
| * | | | | kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada2021-09-222-11/+10
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-063-2/+19
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Compiler Attributes: add __alloc_size() for better bounds checkingKees Cook2021-11-061-1/+2
| * | | | scripts/decodecode: fix faulting instruction no print when opps.file is DOS f...weidonghui2021-11-061-1/+1
| * | | | scripts/spelling.txt: fix "mistake" version of "synchronization"Sven Eckelmann2021-11-061-1/+1
| * | | | scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2021-11-061-0/+16
* | | | | Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-11-041-26/+467
|\ \ \ \ \
| * | | | | Merge 5.15-rc6 into driver-core-nextGreg Kroah-Hartman2021-10-183-3/+9
| |\| | | |
| * | | | | scripts: get_abi.pl: better generate regex from what fieldsMauro Carvalho Chehab2021-10-051-2/+11
| * | | | | scripts: get_abi.pl: fix fallback rule for undefined symbolsMauro Carvalho Chehab2021-10-051-1/+1
| * | | | | Merge 5.15-rc4 into driver-core-nextGreg Kroah-Hartman2021-10-047-17/+17
| |\ \ \ \ \
| * | | | | | scripts: get_abi.pl: make undefined search more deterministicMauro Carvalho Chehab2021-09-291-3/+5
| * | | | | | scripts: get_abi.pl: show progressMauro Carvalho Chehab2021-09-281-51/+104
| * | | | | | scripts: get_abi.pl: use STDERR for search-string and show-hintsMauro Carvalho Chehab2021-09-281-7/+7
| * | | | | | scripts: get_abi.pl: update its documentationMauro Carvalho Chehab2021-09-281-13/+15
| * | | | | | scripts: get_abi.pl: fix parse logic for DT firmwareMauro Carvalho Chehab2021-09-281-10/+20
| * | | | | | scripts: get_abi.pl: produce an error if the ref tree is brokenMauro Carvalho Chehab2021-09-281-1/+9
| * | | | | | scripts: get_abi.pl: create a valid ReST with duplicated tagsMauro Carvalho Chehab2021-09-281-0/+1
| * | | | | | scripts: get_abi.pl: ensure that "others" regex will be parsedMauro Carvalho Chehab2021-09-231-0/+16
| * | | | | | scripts: get_abi.pl: precompile what match regexesMauro Carvalho Chehab2021-09-231-9/+29
| * | | | | | scripts: get_abi.pl: stop check loop earlier when regex is foundMauro Carvalho Chehab2021-09-231-5/+2
| * | | | | | scripts: get_abi.pl: ignore some sysfs nodes earlierMauro Carvalho Chehab2021-09-231-8/+8
| * | | | | | scripts: get_abi.pl: Better handle leaves with wildcardsMauro Carvalho Chehab2021-09-231-1/+1
| * | | | | | scripts: get_abi.pl: improve debug logicMauro Carvalho Chehab2021-09-231-9/+19
| * | | | | | scripts: get_abi.pl: call get_leave() a little lateMauro Carvalho Chehab2021-09-231-2/+1
| * | | | | | scripts: get_abi.pl: Fix get_abi.pl search outputMauro Carvalho Chehab2021-09-231-0/+1
| * | | | | | scripts: get_abi.pl: add a graph to speedup the undefined algorithmMauro Carvalho Chehab2021-09-211-61/+127
| * | | | | | scripts: get_abi.pl: Ignore fs/cgroup sysfs nodes earlierMauro Carvalho Chehab2021-09-211-3/+4
| * | | | | | scripts: get_abi.pl: don't skip what that ends with wildcardsMauro Carvalho Chehab2021-09-211-34/+46
| * | | | | | scripts: get_abi.pl: add an option to filter undefined resultsMauro Carvalho Chehab2021-09-211-6/+31
| * | | | | | scripts: get_abi.pl: detect softlinksMauro Carvalho Chehab2021-09-211-33/+156
| * | | | | | scripts: get_abi.pl: Check for missing symbols at the ABI specsMauro Carvalho Chehab2021-09-211-2/+88
| * | | | | | scripts: get_abi.pl: Better handle multiple What parametersMauro Carvalho Chehab2021-09-211-4/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'char-misc-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-041-1/+5
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman2021-10-183-3/+9
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge 5.15-rc3 into char-misc nextGreg Kroah-Hartman2021-09-277-17/+17
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | scripts/tags.sh: Fix obsolete parameter for ctagsPhilip K. Gisslow2021-09-141-1/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-0215-115/+275
|\ \ \ \ \ \
| * | | | | | scripts/dtc: Update to upstream version v1.6.1-19-g0a3a9d3449c8Rob Herring2021-10-2914-114/+275
| * | | | | | kbuild: Enable dtc 'unit_address_format' warning by defaultRob Herring2021-09-211-1/+0
| |/ / / / /
* | | | | | Merge tag 'docs-5.16' of git://git.lwn.net/linuxLinus Torvalds2021-11-022-0/+6
|\ \ \ \ \ \
| * | | | | | kernel-doc: support DECLARE_PHY_INTERFACE_MASK()Randy Dunlap2021-11-011-0/+1
| * | | | | | scripts: documentation-file-ref-check: fix bpf selftests pathMauro Carvalho Chehab2021-10-261-0/+1
| * | | | | | scripts: documentation-file-ref-check: ignore hidden filesMauro Carvalho Chehab2021-10-261-0/+3
| * | | | | | scripts: kernel-doc: Ignore __alloc_size() attributeKees Cook2021-10-121-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-11-021-21/+6
|\ \ \ \ \ \