aboutsummaryrefslogtreecommitdiffstats
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds14-112/+741
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-5/+5
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-99/+580
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-14/+116
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableArd Biesheuvel3-10/+75
2016-03-15kallsyms: don't overload absolute symbol type for percpu symbolsArd Biesheuvel1-2/+12
2016-03-15x86: kallsyms: disable absolute percpu symbols on !SMPArd Biesheuvel1-1/+1
2016-03-15checkpatch: fix another left brace warningGeyslan G. Bem1-1/+1
2016-03-15checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesJoe Perches1-4/+8
2016-03-15checkpatch: warn on bare unsigned or signed declarations without intJoe Perches1-0/+20
2016-03-15checkpatch: exclude asm volatile from complex macro checkJoe Perches1-0/+3
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar1-1/+2
2016-03-14Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+32
2016-03-13ld-version: Fix awk regex compile failureJames Hogan1-1/+1
2016-03-03sign-file: fix build with CMS support disabledMarc-Antoine Perennou1-1/+1
2016-02-26KEYS: Use the symbol value for list size, updated by scripts/insert-sys-certMehmet Kayaalp1-8/+21
2016-02-26KEYS: Reserve an extra certificate symbol for inserting without recompilingMehmet Kayaalp3-0/+412
2016-02-24arm64: switch to relative exception tablesArd Biesheuvel1-1/+1
2016-02-24scripts/sortextable: add support for ET_DYN binariesArd Biesheuvel1-4/+4
2016-02-23sparse: Add __private to privatize members of structsBoqun Feng1-1/+2
2016-02-23kbuild: Allow using host dtc instead of kernel's copyRob Herring1-1/+2
2016-02-18scripts/sign-file.c: Add support for signing with a raw signatureJuerg Haefliger1-90/+146
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsTony Luck1-0/+32
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman2-1/+22
2016-02-11scripts/dtc: Update to upstream commit b06e55c88b9bRob Herring12-111/+390
2016-02-11scripts/dtc: dtx_diff - add info to error messageFrank Rowand1-4/+10
2016-02-09scripts: add "prune-kernel" script to clean up old kernel imagesJ. Bruce Fields1-0/+20
2016-02-09v2 linux-next scripts/sign-file.c Fix LibreSSL supportCodarren Velvindron1-1/+1
2016-02-07scripts: fix typo in ver_linuxMatthias Lange1-1/+1
2016-01-29Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+2
2016-01-25dtc: create tool to diff device treesFrank Rowand1-0/+343
2016-01-21powerpc: Simplify module TOC handlingAlan Modra1-1/+2
2016-01-20UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2-0/+23
2016-01-20checkpatch: fix a number of COMPLEX_MACRO false positivesVladimir Zapolskiy1-2/+3
2016-01-20checkpatch: improve macros with flow control testJoe Perches1-1/+1
2016-01-20checkpatch: warn when casting constants to c90 int or longer typesJoe Perches1-0/+42
2016-01-20scripts/get_maintainer.pl: handle file names beginning with ./Joe Perches1-0/+4
2016-01-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds3-110/+184
2016-01-20Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds3-4/+7
2016-01-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds5-7/+15
2016-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+32
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+0
2016-01-17Merge tag 'docs-4.5' of git://git.lwn.net/linuxLinus Torvalds1-1/+4
2016-01-15page-flags: drop __TestClearPage*() helpersKirill A. Shutemov1-2/+0
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+2
2016-01-14modpost: don't add a trailing wildcard for OF module aliasesJavier Martinez Canillas1-2/+1
2016-01-14scripts/bloat-o-meter: fix python3 syntax errorSergey Senozhatsky1-4/+4
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+2
2016-01-13Merge tag 'char-misc-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-49/+187