summaryrefslogtreecommitdiffstats
path: root/scripts/tags.sh
AgeCommit message (Expand)AuthorLines
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-03scripts/tags.sh: fix direct execution of scripts/tags.shMasahiro Yamada-1/+1
2019-04-02kbuild: use $(srctree) instead of KBUILD_SRC to check out-of-tree buildMasahiro Yamada-1/+1
2018-12-28scripts/tags.sh: add more declarationsKirill Tkhai-2/+11
2018-10-26scripts/tags.sh: add DECLARE_HASHTABLE()Kirill Tkhai-1/+1
2018-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2018-07-16scripts/tags.sh: Add BPF_CALLConstantine Shulyupin-0/+1
2018-07-13scripts/tags.sh: add __ro_after_initConstantine Shulyupin-1/+1
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox-3/+3
2018-05-22scripts/tags.sh: use `find` for $ALLSOURCE_ARCHS generationJoey Pabalinas-10/+1
2018-01-31scripts/tags.sh: change find_other_sources() for include directoriesArend van Spriel-1/+1
2017-06-06tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik-0/+1
2017-02-22scripts/tags.sh: include arch/Kconfig* for tags generationHou Tao-0/+2
2016-12-12scripts/tags.sh: handle OMAP platforms properlySam Protsenko-2/+17
2016-10-11scripts/tags.sh: enable code completion in VIMMathieu Maret-1/+2
2016-09-01treewide: remove references to the now unnecessary DEFINE_PCI_DEVICE_TABLEJoe Perches-1/+0
2016-07-26mm: clean up non-standard page->_mapcount usersVladimir Davydov-0/+3
2016-02-18scripts/tags.sh: add regex to map kprobe helpersNaveen N. Rao-0/+2
2016-01-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-108/+107
2016-01-15page-flags: drop __TestClearPage*() helpersKirill A. Shutemov-2/+0
2016-01-05tags: Unify emacs and exuberant rulesMichal Marek-93/+109
2016-01-05tags: Drop the _PE ruleMichal Marek-2/+0
2016-01-05tags: Do not try to index defconfigsMichal Marek-12/+0
2016-01-05tags: Process Kconfig files in a single passMichal Marek-7/+2
2016-01-05tags: Fix erroneous pattern match in a commentMichal Marek-1/+1
2016-01-05tags: Treat header files as C codeMichal Marek-33/+33
2015-11-20scripts/tags.sh: Teach tags about more powerpc macrosMichael Ellerman-0/+1
2015-10-13scripts/tags.sh: Teach tags about some powerpc macrosMichael Ellerman-0/+2
2015-09-08Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-0/+4
2015-08-19scripts/tags.sh: Include trace_*_rcuidle() in tagsStephen Boyd-0/+4
2015-06-16init: delete the __cpuinit related stubsPaul Gortmaker-1/+1
2014-10-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-9/+1
2014-09-24sched: add macros to define bitops for task atomic flagsZefan Li-0/+6
2014-08-19scripts/tags.sh: fix DEFINE_HASHTABLE in emacs caseDirk Gouders-1/+1
2014-08-19scripts/tags.sh: remove *PCGFLAGS regular expressionsDirk Gouders-8/+0
2014-08-19scripts/tags.sh: Don't specify kind-spec for emacs' ctags/etagsDirk Gouders-1/+1
2014-08-08scripts/tags.sh: include compat_sys_* symbols in the generated tagsCatalin Marinas-0/+2
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada-1/+1
2014-06-09scripts/tags.sh: ignore symlink'ed source filesYann Droneaud-4/+6
2014-05-14scripts/tags.sh: add regular expression replacement pattern for memcgJianyu Zhan-0/+8
2014-04-24scripts/tags.sh: ignore code of user space toolsKonstantin Khlebnikov-0/+3
2014-04-16scripts/tags.sh: add pattern for DEFINE_HASHTABLEJianyu Zhan-2/+4
2014-02-06scripts/tags.sh: Ignore *.mod.cPrarit Bhargava-5/+4
2013-11-08scripts/tags.sh: remove obsolete __devinit[const|data]Michael Opdenacker-2/+2
2013-10-23scripts/tags.sh: Increase identifier listKirill Tkhai-2/+3
2013-03-27scripts/tags.sh: Add magic for OFFSET and DEFINEKirill Tkhai-1/+3
2013-02-27Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds-25/+25
2013-02-21scripts/tags.sh: add ctags magic for declarations of popular kernel typeKirill Tkhai-4/+20
2013-01-13scripts/tags.sh: Fix regex syntax for etagsAndreas Schwab-25/+25
2012-12-11scripts/tags.sh: Support compiled sourceJoonsoo Kim-6/+31