summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-1914-112/+741
|\
| * kbuild: Allow using host dtc instead of kernel's copyRob Herring2016-02-231-1/+2
| * scripts/dtc: Update to upstream commit b06e55c88b9bRob Herring2016-02-1112-111/+390
| * scripts/dtc: dtx_diff - add info to error messageFrank Rowand2016-02-111-4/+10
| * dtc: create tool to diff device treesFrank Rowand2016-01-251-0/+343
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-5/+5
|\ \
| * | arm64: switch to relative exception tablesArd Biesheuvel2016-02-241-1/+1
| * | scripts/sortextable: add support for ET_DYN binariesArd Biesheuvel2016-02-241-4/+4
* | | Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-171-1/+1
|\ \ \
| * \ \ Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2016-02-142-1/+22
| |\ \ \ | | |/ /
| * | | scripts: fix typo in ver_linuxMatthias Lange2016-02-071-1/+1
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-03-175-99/+580
|\ \ \
| * | | sign-file: fix build with CMS support disabledMarc-Antoine Perennou2016-03-031-1/+1
| * | | KEYS: Use the symbol value for list size, updated by scripts/insert-sys-certMehmet Kayaalp2016-02-261-8/+21
| * | | KEYS: Reserve an extra certificate symbol for inserting without recompilingMehmet Kayaalp2016-02-263-0/+412
| * | | scripts/sign-file.c: Add support for signing with a raw signatureJuerg Haefliger2016-02-181-90/+146
| * | | v2 linux-next scripts/sign-file.c Fix LibreSSL supportCodarren Velvindron2016-02-091-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-164-14/+116
|\ \ \ \
| * | | | kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel2016-03-153-10/+75
| * | | | kallsyms: don't overload absolute symbol type for percpu symbolsArd Biesheuvel2016-03-151-2/+12
| * | | | x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel2016-03-151-1/+1
| * | | | checkpatch: fix another left brace warningGeyslan G. Bem2016-03-151-1/+1
| * | | | checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesJoe Perches2016-03-151-4/+8
| * | | | checkpatch: warn on bare unsigned or signed declarations without intJoe Perches2016-03-151-0/+20
| * | | | checkpatch: exclude asm volatile from complex macro checkJoe Perches2016-03-151-0/+3
* | | | | Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar2016-03-151-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | sparse: Add __private to privatize members of structsBoqun Feng2016-02-231-1/+2
| | |/ / | |/| |
* | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-141-0/+32
|\ \ \ \
| * | | | x86/mm: Expand the exception table logic to allow new handling optionsTony Luck2016-02-181-0/+32
| | |_|/ | |/| |
* | | | ld-version: Fix awk regex compile failureJames Hogan2016-03-131-1/+1
|/ / /
* | | scripts: add "prune-kernel" script to clean up old kernel imagesJ. Bruce Fields2016-02-091-0/+20
| |/ |/|
* | Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-291-1/+2
|\ \ | |/ |/|
| * powerpc: Simplify module TOC handlingAlan Modra2016-01-211-1/+2
* | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-202-0/+23
* | checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy2016-01-201-2/+3
* | checkpatch: improve macros with flow control testJoe Perches2016-01-201-1/+1
* | checkpatch: warn when casting constants to c90 int or longer typesJoe Perches2016-01-201-0/+42
* | scripts/get_maintainer.pl: handle file names beginning with ./Joe Perches2016-01-201-0/+4
|/
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-01-203-110/+184
|\
| * coccinelle: tests: unsigned value cannot be lesser than zeroAndrzej Hajda2016-01-121-0/+75
| * 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
| * tags: Treat header files as C codeMichal Marek2016-01-051-33/+33
| * package Makefile: fix perf-tar targets when outdir is setRiku Voipio2015-11-241-2/+2
| * scripts/tags.sh: Teach tags about more powerpc macrosMichael Ellerman2015-11-201-0/+1
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-01-203-4/+7
|\ \
| * | kconfig: fix qconf segfault by deleting heap objectsChris Bainbridge2016-01-111-0/+2
OpenPOWER on IntegriCloud