summaryrefslogtreecommitdiffstats
path: root/scripts/tags.sh
Commit message (Expand)AuthorAgeFilesLines
* scripts/tags.sh: remove find_sourcesWei Yang2024-01-041-7/+2
* scripts/tags.sh: use -n to test archincludeWei Yang2024-01-041-1/+1
* scripts/tags.sh: add local annotationWei Yang2024-01-041-2/+2
* scripts/tags.sh: use more portable -path instead of -wholenameWei Yang2024-01-041-1/+1
* scripts/tags.sh: Update comment (addition of gtags)René Nyffenegger2024-01-041-1/+1
* Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-07-031-1/+1
|\
| * scripts/tags.sh: improve compiled sources generationJialu Xu2023-06-011-1/+1
* | scripts/tags.sh: Resolve gtags empty index generationAhmed S. Darwish2023-05-221-1/+8
|/
* Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-261-1/+1
|\
| * kbuild: allow to combine multiple V= levelsMasahiro Yamada2023-01-221-1/+1
* | Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-1/+8
|\ \
| * | scripts/tags.sh: fix incompatibility with PCRE2Carlos Llamas2023-02-161-1/+1
| * | scripts/tags.sh: choose which directories to exclude from being indexedPaulo Miguel Almeida2023-01-201-0/+7
| |/
* / scripts/tags.sh: fix the Kconfig tags generation when using latest ctagsKevin Hao2023-02-021-4/+6
|/
* scripts/tags.sh: Include tools directory in tags generationVipin Sharma2022-07-011-8/+1
* scripts/tags.sh: Invoke 'realpath' via 'xargs'Cristian Ciocaltea2022-05-191-4/+7
* scripts/tags: add space regexs to all regex_cZhaoyu Liu2021-11-261-63/+63
* scripts/tags.sh: Fix obsolete parameter for ctagsPhilip K. Gisslow2021-09-141-1/+5
* kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada2021-05-021-1/+1
* Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-091-2/+6
|\
| * scripts/tags.sh: exclude tools directory from tags generationRustam Kovhaev2020-09-071-2/+6
* | seqlock,tags: Add support for SEQCOUNT_LOCKTYPE()Peter Zijlstra2020-08-261-0/+2
|/
* scripts/tags.sh: collect compiled source preciselyJialu Xu2020-08-071-14/+4
* kbuild: add a flag to force absolute path for srctreeMasahiro Yamada2019-07-111-2/+1
* scripts/tags.sh: remove unused environment variables from commentsMasahiro Yamada2019-07-091-2/+2
* scripts/tags.sh: drop SUBARCH support for ARMMasahiro Yamada2019-07-091-34/+2
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* scripts/tags.sh: fix direct execution of scripts/tags.shMasahiro Yamada2019-05-031-1/+1
* kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada2019-04-021-1/+1
* scripts/tags.sh: add more declarationsKirill Tkhai2018-12-281-2/+11
* scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai2018-10-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-181-0/+1
|\
| * scripts/tags.sh: Add BPF_CALLConstantine Shulyupin2018-07-161-0/+1
* | scripts/tags.sh: add __ro_after_initConstantine Shulyupin2018-07-131-1/+1
|/
* mm: split page_type out from _mapcountMatthew Wilcox2018-06-071-3/+3
* scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generationJoey Pabalinas2018-05-221-10/+1
* scripts/tags.sh: change find_other_sources() for include directoriesArend van Spriel2018-01-311-1/+1
* tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik2017-06-061-0/+1
* scripts/tags.sh: include arch/Kconfig* for tags generationHou Tao2017-02-221-0/+2
* scripts/tags.sh: handle OMAP platforms properlySam Protsenko2016-12-121-2/+17
* scripts/tags.sh: enable code completion in VIMMathieu Maret2016-10-111-1/+2
* treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches2016-09-011-1/+0
* mm: clean up non-standard page->_mapcount usersVladimir Davydov2016-07-261-0/+3
* scripts/tags.sh: add regex to map kprobe helpersNaveen N. Rao2016-02-181-0/+2
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-01-201-108/+107
|\
| * tags: Unify emacs and exuberant rulesMichal Marek2016-01-051-93/+109
| * tags: Drop the _PE ruleMichal Marek2016-01-051-2/+0
| * tags: Do not try to index defconfigsMichal Marek2016-01-051-12/+0
| * tags: Process Kconfig files in a single passMichal Marek2016-01-051-7/+2
| * tags: Fix erroneous pattern match in a commentMichal Marek2016-01-051-1/+1