aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/tags.sh
AgeCommit message (Expand)AuthorFilesLines
2024-01-04scripts/tags.sh: remove find_sourcesWei Yang1-7/+2
2024-01-04scripts/tags.sh: use -n to test archincludeWei Yang1-1/+1
2024-01-04scripts/tags.sh: add local annotationWei Yang1-2/+2
2024-01-04scripts/tags.sh: use more portable -path instead of -wholenameWei Yang1-1/+1
2024-01-04scripts/tags.sh: Update comment (addition of gtags)René Nyffenegger1-1/+1
2023-07-03Merge tag 'char-misc-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-06-01scripts/tags.sh: improve compiled sources generationJialu Xu1-1/+1
2023-05-22scripts/tags.sh: Resolve gtags empty index generationAhmed S. Darwish1-1/+8
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-1/+1
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+8
2023-02-16scripts/tags.sh: fix incompatibility with PCRE2Carlos Llamas1-1/+1
2023-02-02scripts/tags.sh: fix the Kconfig tags generation when using latest ctagsKevin Hao1-4/+6
2023-01-22kbuild: allow to combine multiple V= levelsMasahiro Yamada1-1/+1
2023-01-20scripts/tags.sh: choose which directories to exclude from being indexedPaulo Miguel Almeida1-0/+7
2022-07-01scripts/tags.sh: Include tools directory in tags generationVipin Sharma1-8/+1
2022-05-19scripts/tags.sh: Invoke 'realpath' via 'xargs'Cristian Ciocaltea1-4/+7
2021-11-26scripts/tags: add space regexs to all regex_cZhaoyu Liu1-63/+63
2021-09-14scripts/tags.sh: Fix obsolete parameter for ctagsPhilip K. Gisslow1-1/+5
2021-05-02kbuild: replace LANG=C with LC_ALL=CMasahiro Yamada1-1/+1
2020-10-09Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar1-2/+6
2020-09-07scripts/tags.sh: exclude tools directory from tags generationRustam Kovhaev1-2/+6
2020-08-26seqlock,tags: Add support for SEQCOUNT_LOCKTYPE()Peter Zijlstra1-0/+2
2020-08-07scripts/tags.sh: collect compiled source preciselyJialu Xu1-14/+4
2019-07-11kbuild: add a flag to force absolute path for srctreeMasahiro Yamada1-2/+1
2019-07-09scripts/tags.sh: remove unused environment variables from commentsMasahiro Yamada1-2/+2
2019-07-09scripts/tags.sh: drop SUBARCH support for ARMMasahiro Yamada1-34/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-03scripts/tags.sh: fix direct execution of scripts/tags.shMasahiro Yamada1-1/+1
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada1-1/+1
2018-12-28scripts/tags.sh: add more declarationsKirill Tkhai1-2/+11
2018-10-26scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai1-1/+1
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2018-07-16scripts/tags.sh: Add BPF_CALLConstantine Shulyupin1-0/+1
2018-07-13scripts/tags.sh: add __ro_after_initConstantine Shulyupin1-1/+1
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox1-3/+3
2018-05-22scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generationJoey Pabalinas1-10/+1
2018-01-31scripts/tags.sh: change find_other_sources() for include directoriesArend van Spriel1-1/+1
2017-06-06tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik1-0/+1
2017-02-22scripts/tags.sh: include arch/Kconfig* for tags generationHou Tao1-0/+2
2016-12-12scripts/tags.sh: handle OMAP platforms properlySam Protsenko1-2/+17
2016-10-11scripts/tags.sh: enable code completion in VIMMathieu Maret1-1/+2
2016-09-01treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches1-1/+0
2016-07-26mm: clean up non-standard page->_mapcount usersVladimir Davydov1-0/+3
2016-02-18scripts/tags.sh: add regex to map kprobe helpersNaveen N. Rao1-0/+2
2016-01-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-108/+107
2016-01-15page-flags: drop __TestClearPage*() helpersKirill A. Shutemov1-2/+0
2016-01-05tags: Unify emacs and exuberant rulesMichal Marek1-93/+109
2016-01-05tags: Drop the _PE ruleMichal Marek1-2/+0
2016-01-05tags: Do not try to index defconfigsMichal Marek1-12/+0
2016-01-05tags: Process Kconfig files in a single passMichal Marek1-7/+2
2016-01-05tags: Fix erroneous pattern match in a commentMichal Marek1-1/+1
2016-01-05tags: Treat header files as C codeMichal Marek1-33/+33
2015-11-20scripts/tags.sh: Teach tags about more powerpc macrosMichael Ellerman1-0/+1
2015-10-13scripts/tags.sh: Teach tags about some powerpc macrosMichael Ellerman1-0/+2
2015-09-08Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-0/+4
2015-08-19scripts/tags.sh: Include trace_*_rcuidle() in tagsStephen Boyd1-0/+4
2015-06-16init: delete the __cpuinit related stubsPaul Gortmaker1-1/+1
2014-10-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-9/+1
2014-09-24sched: add macros to define bitops for task atomic flagsZefan Li1-0/+6
2014-08-19scripts/tags.sh: fix DEFINE_HASHTABLE in emacs caseDirk Gouders1-1/+1
2014-08-19scripts/tags.sh: remove *PCGFLAGS regular expressionsDirk Gouders1-8/+0
2014-08-19scripts/tags.sh: Don't specify kind-spec for emacs' ctags/etagsDirk Gouders1-1/+1
2014-08-08scripts/tags.sh: include compat_sys_* symbols in the generated tagsCatalin Marinas1-0/+2
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada1-1/+1
2014-06-09scripts/tags.sh: ignore symlink'ed source filesYann Droneaud1-4/+6
2014-05-14scripts/tags.sh: add regular expression replacement pattern for memcgJianyu Zhan1-0/+8
2014-04-24scripts/tags.sh: ignore code of user space toolsKonstantin Khlebnikov1-0/+3
2014-04-16scripts/tags.sh: add pattern for DEFINE_HASHTABLEJianyu Zhan1-2/+4
2014-02-06scripts/tags.sh: Ignore *.mod.cPrarit Bhargava1-5/+4
2013-11-08scripts/tags.sh: remove obsolete __devinit[const|data]Michael Opdenacker1-2/+2
2013-10-23scripts/tags.sh: Increase identifier listKirill Tkhai1-2/+3
2013-03-27scripts/tags.sh: Add magic for OFFSET and DEFINEKirill Tkhai1-1/+3
2013-02-27Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-25/+25
2013-02-21scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai1-4/+20
2013-01-13scripts/tags.sh: Fix regex syntax for etagsAndreas Schwab1-25/+25
2012-12-11scripts/tags.sh: Support compiled sourceJoonsoo Kim1-6/+31
2012-12-11scripts/tags.sh: Support subarch for ARMJoonsoo Kim1-2/+18
2012-08-31scripts/tags.sh: Add magic for pci access functionsKirill Tkhai1-2/+6
2012-07-26scripts/tags.sh: Teach [ce]tags about libtraceeevent error codesNamhyung Kim1-2/+4
2012-04-02Subject: [PATCH] tags.sh: Add missing quotesStephen Boyd1-1/+1
2012-03-26scripts: refactor remove structure forward declarationsYang Bai1-3/+8
2012-03-26kbuild: incremental tags update for GNU GlobalJianbin Kang1-1/+1
2011-12-18ctags: remove struct forward declarationsAlexey Dobriyan1-0/+2
2011-11-14scripts/tags.sh: Add Page flag function magicStephen Boyd1-2/+44
2011-08-31tags, powerpc: Update tags.sh to support _GLOBAL symbolsIan Munsie1-2/+2
2011-05-25scripts/tags.sh: Add magic for trace-events for etags tooSteven Rostedt1-1/+3
2011-05-25scripts/tags.sh: Fix ctags for DEFINE_EVENT()Steven Rostedt1-1/+1
2011-03-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-0/+9
2011-01-15kbuild: add GNU GLOBAL tags generationJianbin Kang1-0/+9
2011-01-10Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-1/+1
2010-12-02scripts/tags.sh: Add magic for trace-eventsPeter Zijlstra1-1/+3
2010-12-02tags: put function prototypes back!Uwe Kleine-König1-1/+1
2010-03-08Revert "kbuild: specify absolute paths for cscope"Michal Marek1-7/+3
2010-03-03tags: Add the ability to make tags for all archs using "all"John Kacur1-0/+11
2010-03-03tags: Fix spelling error in comment (is->if)John Kacur1-1/+1
2010-02-22tags: Use $SRCARCHMichal Marek1-2/+2
2010-02-17tags: include headers before source filesGuennadi Liakhovetski1-6/+14
2009-12-12kbuild: specify absolute paths for cscopeDaniel Vetter1-1/+7
2009-09-20ctags: usability fixStefani Seibold1-1/+2
2009-05-01kbuild: remove a tag file before it is regeneratedMatt Kraai1-0/+2
2009-02-15kbuild: add sys_* entries for syscalls in tagsRabin Vincent1-2/+5
2009-02-15kbuild: fix tags generation of config symbolsAlexey Dobriyan1-1/+4
2009-01-07kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscopeJike Song1-5/+13
2009-01-02kbuild: drop debugging leftover in tags.shSam Ravnborg1-1/+0
2008-12-14kbuild: fix string equality testing in tags.shJiri Slaby1-5/+5
2008-12-14kbuild: fix make tags/cscopeJiri Slaby1-12/+12
2008-12-03tags and cscope support really belongs in a shell scriptSam Ravnborg1-0/+160