aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-05-26Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 6-177/+14
2016-05-26Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 2-1/+17
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 7-48/+215
2016-05-24headers_check: don't warn about c++ guardsGravatar Arnd Bergmann 1-0/+4
2016-05-23scripts/gdb: decode bytestream on dmesg for Python3Gravatar Kieran Bingham 1-2/+2
2016-05-23scripts/gdb: fix issue with dmesg.py and python 3.XGravatar Dom Cote 1-3/+4
2016-05-23scripts/gdb: improve types abstraction for gdb python scriptsGravatar Dom Cote 1-2/+15
2016-05-23scripts/gdb: add lx_thread_info_by_pid helperGravatar Kieran Bingham 1-0/+19
2016-05-23scripts/gdb: add a Radix Tree ParserGravatar Kieran Bingham 3-0/+105
2016-05-23scripts/gdb: cast CPU numbers to integerGravatar Jan Kiszka 1-1/+1
2016-05-23scripts/gdb: add cpu iteratorsGravatar Kieran Bingham 1-0/+38
2016-05-23scripts/gdb: add mount point list commandGravatar Kieran Bingham 2-0/+119
2016-05-23scripts/gdb: add io resource readersGravatar Kieran Bingham 1-0/+57
2016-05-23scripts/gdb: provide a dentry_name VFS path helperGravatar Kieran Bingham 1-0/+8
2016-05-23scripts/gdb: support !CONFIG_MODULES gracefullyGravatar Kieran Bingham 1-1/+4
2016-05-23scripts/gdb: provide exception catching parserGravatar Kieran Bingham 1-0/+7
2016-05-23scripts/gdb: convert modules usage to lists functionsGravatar Kieran Bingham 1-11/+6
2016-05-23scripts/gdb: provide kernel list item generatorsGravatar Kieran Bingham 1-0/+21
2016-05-23scripts/gdb: provide linux constantsGravatar Kieran Bingham 3-1/+44
2016-05-23scripts/gdb: Adjust module reference counter reported by lx-lsmodGravatar Jan Kiszka 1-1/+1
2016-05-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+139
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+67
2016-05-20Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2016-05-20checkpatch: improve --git <commit-count> shortcutGravatar Joe Perches 1-6/+4
2016-05-20checkpatch: reduce number of `git log` calls with --gitGravatar Joe Perches 1-10/+13
2016-05-20checkpatch: add support to check already applied git commitsGravatar Du, Changbin 1-1/+47
2016-05-20checkpatch: add --list-types to show message types to show or ignoreGravatar Joe Perches 1-1/+37
2016-05-20checkpatch: advertise the --fix and --fix-inplace options moreGravatar Joe Perches 1-0/+8
2016-05-20checkpatch: whine about ACCESS_ONCEGravatar Joe Perches 1-0/+22
2016-05-20checkpatch: add test for keywords not starting on tabstopsGravatar Joe Perches 1-0/+13
2016-05-20checkpatch: improve CONSTANT_COMPARISON test for structure membersGravatar Joe Perches 1-1/+1
2016-05-20checkpatch: add PREFER_IS_ENABLED testGravatar Joe Perches 1-0/+10
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-7/+36
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armGravatar Linus Torvalds 2-12/+2
2016-05-19Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-16/+46
2016-05-19scripts/bloat-o-meter: print percent changeGravatar Vineet Gupta 1-0/+6
2016-05-19scripts/spelling.txt: add "fimware" misspellingGravatar Kees Cook 1-0/+1
2016-05-19scripts/decode_stacktrace.sh: handle symbols in modulesGravatar Konstantin Khlebnikov 1-16/+39
2016-05-19Merge tag 'docs-for-linus' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-106/+430
2016-05-19Merge tag 'localmodconfig-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+39
2016-05-19coccicheck: Fix missing 0 index in kill loopGravatar Kees Cook 1-1/+1
2016-05-16scripts/package/Makefile: rpmbuild add support of RPMOPTSGravatar Srinivas Pandruvada 1-2/+2
2016-05-14docproc: print a comment about autogeneration for rst outputGravatar Jani Nikula 1-0/+7
2016-05-14docproc: add support for reStructuredText format via --rst optionGravatar Jani Nikula 1-10/+80
2016-05-14docproc: abstract terminating lines at first spaceGravatar Jani Nikula 1-13/+21
2016-05-14docproc: abstract docproc directive detectionGravatar Jani Nikula 1-10/+20
2016-05-14docproc: reduce unnecessary indentationGravatar Jani Nikula 1-46/+47
2016-05-14docproc: add variables for subcommand and filenameGravatar Jani Nikula 1-6/+11
2016-05-14kernel-doc: use rst C domain directives and references for typesGravatar Jani Nikula 1-10/+9
2016-05-14kernel-doc: produce RestructuredText outputGravatar Jonathan Corbet 1-0/+233