aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2016-04-06ASN.1: fix open failure check on headernameGravatar Colin Ian King 1-1/+1
2016-03-24Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 8-9/+215
2016-03-24Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 2-6/+10
2016-03-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 4-9/+12
2016-03-23parisc: Use generic extable search and sort routinesGravatar Helge Deller 1-0/+1
2016-03-22ubsan: fix tree-wide -Wmaybe-uninitialized false positivesGravatar Andrey Ryabinin 1-0/+4
2016-03-22scripts/gdb: account for changes in module data structureGravatar Jan Kiszka 2-3/+4
2016-03-22scripts/gdb: add cmdline reader commandGravatar Kieran Bingham 1-0/+13
2016-03-22scripts/gdb: add version commandGravatar Kieran Bingham 2-0/+29
2016-03-22kernel: add kcov code coverageGravatar Dmitry Vyukov 1-0/+6
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-4/+39
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 14-112/+741
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-5/+5
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2016-03-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 5-99/+580
2016-03-16Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 4-14/+116
2016-03-15kallsyms: add support for relative offsets in kallsyms address tableGravatar Ard Biesheuvel 3-10/+75
2016-03-15kallsyms: don't overload absolute symbol type for percpu symbolsGravatar Ard Biesheuvel 1-2/+12
2016-03-15x86: kallsyms: disable absolute percpu symbols on !SMPGravatar Ard Biesheuvel 1-1/+1
2016-03-15checkpatch: fix another left brace warningGravatar Geyslan G. Bem 1-1/+1
2016-03-15checkpatch: improve UNSPECIFIED_INT test for bare signed/unsigned usesGravatar Joe Perches 1-4/+8
2016-03-15checkpatch: warn on bare unsigned or signed declarations without intGravatar Joe Perches 1-0/+20
2016-03-15checkpatch: exclude asm volatile from complex macro checkGravatar Joe Perches 1-0/+3
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuGravatar Ingo Molnar 1-1/+2
2016-03-14Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+32
2016-03-13ld-version: Fix awk regex compile failureGravatar James Hogan 1-1/+1
2016-03-05objtool: Detect and warn if libelf is missing and don't break the buildGravatar Josh Poimboeuf 1-0/+2
2016-03-04kbuild: suppress annoying "... is up to date." messageGravatar Masahiro Yamada 1-3/+3
2016-03-04kbuild/mkspec: clean boot loader configuration on rpm removalGravatar Paolo Abeni 1-0/+5
2016-03-03sign-file: fix build with CMS support disabledGravatar Marc-Antoine Perennou 1-1/+1
2016-02-29objtool: Add CONFIG_STACK_VALIDATION optionGravatar Josh Poimboeuf 1-4/+35
2016-02-29objtool: Mark non-standard object files and directoriesGravatar Josh Poimboeuf 1-0/+2
2016-02-26KEYS: Use the symbol value for list size, updated by scripts/insert-sys-certGravatar Mehmet Kayaalp 1-8/+21
2016-02-26KEYS: Reserve an extra certificate symbol for inserting without recompilingGravatar Mehmet Kayaalp 3-0/+412
2016-02-26kbuild/mkspec: fix grub2 installkernel issueGravatar Jiri Kosina 1-4/+4
2016-02-24arm64: switch to relative exception tablesGravatar Ard Biesheuvel 1-1/+1
2016-02-24scripts/sortextable: add support for ET_DYN binariesGravatar Ard Biesheuvel 1-4/+4
2016-02-23sparse: Add __private to privatize members of structsGravatar Boqun Feng 1-1/+2
2016-02-23kbuild: Allow using host dtc instead of kernel's copyGravatar Rob Herring 1-1/+2
2016-02-18Coccinelle: Add api/setup_timer.cocciGravatar Vaishali Thakkar 1-0/+199
2016-02-18coccinelle: bugon: reduce rule applicabilityGravatar Julia Lawall 1-1/+1
2016-02-18Coccinelle: pm_runtime: reduce rule applicabilityGravatar Julia Lawall 1-1/+1
2016-02-18Coccinelle: array_size: reduce rule applicabilityGravatar Julia Lawall 1-1/+1
2016-02-18Coccinelle: reduce rule applicabilityGravatar Julia Lawall 1-1/+1
2016-02-18scripts/tags.sh: add regex to map kprobe helpersGravatar Naveen N. Rao 1-0/+2
2016-02-18scripts/sign-file.c: Add support for signing with a raw signatureGravatar Juerg Haefliger 1-90/+146
2016-02-18scripts/coccinelle: modernize &Gravatar Julia Lawall 1-1/+1
2016-02-18x86/mm: Expand the exception table logic to allow new handling optionsGravatar Tony Luck 1-0/+32
2016-02-17kbuild: fixdep: Check fstat(2) return valueGravatar Tom Rini 1-1/+5
2016-02-14Merge 4.5-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 2-1/+22