aboutsummaryrefslogtreecommitdiff
path: root/scripts/get_abi.pl
AgeCommit message (Expand)AuthorFilesLines
2024-01-03scripts/get_abi.pl: ignore some temp filesGravatar Randy Dunlap 1-0/+1
2024-01-03scripts/get_abi: fix source path leakGravatar Vegard Nossum 1-1/+1
2022-04-24scripts/get_abi: Fix wrong script file name in the help messageGravatar SeongJae Park 1-2/+2
2022-03-31Merge tag 'docs-5.18-2' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2022-03-28scripts/get_abi: change the file/line number meta infoGravatar Mauro Carvalho Chehab 1-2/+2
2022-03-18scripts: get_abi.pl: Fix typo in help messageGravatar Michal Simek 1-1/+1
2022-02-04scripts/get_abi.pl: Ignore hidden filesGravatar Jonathan Neuschäfer 1-0/+1
2021-10-05scripts: get_abi.pl: better generate regex from what fieldsGravatar Mauro Carvalho Chehab 1-2/+11
2021-10-05scripts: get_abi.pl: fix fallback rule for undefined symbolsGravatar Mauro Carvalho Chehab 1-1/+1
2021-09-29scripts: get_abi.pl: make undefined search more deterministicGravatar Mauro Carvalho Chehab 1-3/+5
2021-09-28scripts: get_abi.pl: show progressGravatar Mauro Carvalho Chehab 1-51/+104
2021-09-28scripts: get_abi.pl: use STDERR for search-string and show-hintsGravatar Mauro Carvalho Chehab 1-7/+7
2021-09-28scripts: get_abi.pl: update its documentationGravatar Mauro Carvalho Chehab 1-13/+15
2021-09-28scripts: get_abi.pl: fix parse logic for DT firmwareGravatar Mauro Carvalho Chehab 1-10/+20
2021-09-28scripts: get_abi.pl: produce an error if the ref tree is brokenGravatar Mauro Carvalho Chehab 1-1/+9
2021-09-28scripts: get_abi.pl: create a valid ReST with duplicated tagsGravatar Mauro Carvalho Chehab 1-0/+1
2021-09-23scripts: get_abi.pl: ensure that "others" regex will be parsedGravatar Mauro Carvalho Chehab 1-0/+16
2021-09-23scripts: get_abi.pl: precompile what match regexesGravatar Mauro Carvalho Chehab 1-9/+29
2021-09-23scripts: get_abi.pl: stop check loop earlier when regex is foundGravatar Mauro Carvalho Chehab 1-5/+2
2021-09-23scripts: get_abi.pl: ignore some sysfs nodes earlierGravatar Mauro Carvalho Chehab 1-8/+8
2021-09-23scripts: get_abi.pl: Better handle leaves with wildcardsGravatar Mauro Carvalho Chehab 1-1/+1
2021-09-23scripts: get_abi.pl: improve debug logicGravatar Mauro Carvalho Chehab 1-9/+19
2021-09-23scripts: get_abi.pl: call get_leave() a little lateGravatar Mauro Carvalho Chehab 1-2/+1
2021-09-23scripts: get_abi.pl: Fix get_abi.pl search outputGravatar Mauro Carvalho Chehab 1-0/+1
2021-09-21scripts: get_abi.pl: add a graph to speedup the undefined algorithmGravatar Mauro Carvalho Chehab 1-61/+127
2021-09-21scripts: get_abi.pl: Ignore fs/cgroup sysfs nodes earlierGravatar Mauro Carvalho Chehab 1-3/+4
2021-09-21scripts: get_abi.pl: don't skip what that ends with wildcardsGravatar Mauro Carvalho Chehab 1-34/+46
2021-09-21scripts: get_abi.pl: add an option to filter undefined resultsGravatar Mauro Carvalho Chehab 1-6/+31
2021-09-21scripts: get_abi.pl: detect softlinksGravatar Mauro Carvalho Chehab 1-33/+156
2021-09-21scripts: get_abi.pl: Check for missing symbols at the ABI specsGravatar Mauro Carvalho Chehab 1-2/+88
2021-09-21scripts: get_abi.pl: Better handle multiple What parametersGravatar Mauro Carvalho Chehab 1-4/+4
2021-03-31scripts: get_abi: ignore code blocks for cross-referencesGravatar Mauro Carvalho Chehab 1-0/+19
2021-03-31scripts: get_abi.pl: parse description line per lineGravatar Mauro Carvalho Chehab 1-21/+28
2021-03-31scripts: get_abi.pl: extend xref match to other typesGravatar Mauro Carvalho Chehab 1-1/+1
2021-03-31get_abi.pl: fix xref boundariesGravatar Mauro Carvalho Chehab 1-4/+9
2021-03-31get_abi.pl: seek for all occurrences for Documentation/ABIGravatar Mauro Carvalho Chehab 1-1/+1
2021-03-31scripts: get_abi.pl: better handle escape chars on what:Gravatar Mauro Carvalho Chehab 1-2/+3
2020-12-08tweewide: Fix most Shebang linesGravatar Finn Behrens 1-1/+1
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-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