summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb: decode bytestream on dmesg for Python3Kieran Bingham2016-05-241-2/+2
* scripts/gdb: fix issue with dmesg.py and python 3.XDom Cote2016-05-241-3/+4
* scripts/gdb: improve types abstraction for gdb python scriptsDom Cote2016-05-241-2/+15
* scripts/gdb: add lx_thread_info_by_pid helperKieran Bingham2016-05-241-0/+19
* scripts/gdb: add a Radix Tree ParserKieran Bingham2016-05-243-0/+105
* scripts/gdb: cast CPU numbers to integerJan Kiszka2016-05-241-1/+1
* scripts/gdb: add cpu iteratorsKieran Bingham2016-05-241-0/+38
* scripts/gdb: add mount point list commandKieran Bingham2016-05-242-0/+119
* scripts/gdb: add io resource readersKieran Bingham2016-05-241-0/+57
* scripts/gdb: provide a dentry_name VFS path helperKieran Bingham2016-05-241-0/+8
* scripts/gdb: support !CONFIG_MODULES gracefullyKieran Bingham2016-05-241-1/+4
* scripts/gdb: provide exception catching parserKieran Bingham2016-05-241-0/+7
* scripts/gdb: convert modules usage to lists functionsKieran Bingham2016-05-241-11/+6Star
* scripts/gdb: provide kernel list item generatorsKieran Bingham2016-05-241-0/+21
* scripts/gdb: provide linux constantsKieran Bingham2016-05-243-1/+44
* scripts/gdb: Adjust module reference counter reported by lx-lsmodJan Kiszka2016-05-241-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-211-3/+139
|\
| * checkpatch: improve --git <commit-count> shortcutJoe Perches2016-05-211-6/+4Star
| * checkpatch: reduce number of `git log` calls with --gitJoe Perches2016-05-211-10/+13
| * checkpatch: add support to check already applied git commitsDu, Changbin2016-05-211-1/+47
| * checkpatch: add --list-types to show message types to show or ignoreJoe Perches2016-05-211-1/+37
| * checkpatch: advertise the --fix and --fix-inplace options moreJoe Perches2016-05-211-0/+8
| * checkpatch: whine about ACCESS_ONCEJoe Perches2016-05-211-0/+22
| * checkpatch: add test for keywords not starting on tabstopsJoe Perches2016-05-211-0/+13
| * checkpatch: improve CONSTANT_COMPARISON test for structure membersJoe Perches2016-05-211-1/+1
| * checkpatch: add PREFER_IS_ENABLED testJoe Perches2016-05-211-0/+10
* | Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-211-0/+67
|\ \
| * \ Merge 4.6-rc4 into driver-core-nextGreg Kroah-Hartman2016-04-181-1/+1
| |\ \
| * | | debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usageNicolai Stange2016-04-121-0/+67
* | | | Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-211-1/+1
|\ \ \ \
| * \ \ \ Merge 4.6-rc7 into char-misc-testingGreg Kroah-Hartman2016-05-091-24/+45
| |\ \ \ \
| * | | | | checkkconfigsymbols.py: Fix typo in help messageAndreas Ziegler2016-05-011-1/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-205-7/+36
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | dtc: turn off dtc unit address warnings by defaultRob Herring2016-03-311-0/+5
| * | | | scripts/dtc: Update to upstream version 53bf130b1cddRob Herring2016-03-294-7/+31
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-05-202-12/+2Star
|\ \ \ \
| * | | | ARM: 8553/1: kallsyms: remove --page-offset command line optionArd Biesheuvel2016-04-071-8/+0Star
| * | | | ARM: 8552/1: kallsyms: remove special lower address limit for CONFIG_ARMArd Biesheuvel2016-04-071-4/+0Star
| * | | | ARM: 8555/1: kallsyms: ignore ARM mode switching veneersArd Biesheuvel2016-04-071-0/+2
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-203-16/+46
|\ \ \ \
| * | | | scripts/bloat-o-meter: print percent changeVineet Gupta2016-05-201-0/+6
| * | | | scripts/spelling.txt: add "fimware" misspellingKees Cook2016-05-201-0/+1
| * | | | scripts/decode_stacktrace.sh: handle symbols in modulesKonstantin Khlebnikov2016-05-201-16/+39
| | |_|/ | |/| |
* | | | Merge tag 'docs-for-linus' of git://git.lwn.net/linuxLinus Torvalds2016-05-202-106/+430
|\ \ \ \
| * | | | docproc: print a comment about autogeneration for rst outputJani Nikula2016-05-141-0/+7
| * | | | docproc: add support for reStructuredText format via --rst optionJani Nikula2016-05-141-10/+80
| * | | | docproc: abstract terminating lines at first spaceJani Nikula2016-05-141-13/+21
| * | | | docproc: abstract docproc directive detectionJani Nikula2016-05-141-10/+20
| * | | | docproc: reduce unnecessary indentationJani Nikula2016-05-141-46/+47
| * | | | docproc: add variables for subcommand and filenameJani Nikula2016-05-141-6/+11