aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2015-04-22Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-54/+433
2015-04-22Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-1/+2
2015-04-22modpost: don't emit section mismatch warnings for compiler optimizationsPaul Gortmaker1-0/+21
2015-04-22modpost: expand pattern matching to support substring matchesPaul Gortmaker1-1/+11
2015-04-22modpost: do not try to match the SHT_NUL section.Quentin Casasnovas1-0/+9
2015-04-22modpost: fix extable entry size calculation.Quentin Casasnovas1-6/+10
2015-04-22modpost: fix inverted logic in is_extable_fault_address().Quentin Casasnovas1-1/+6
2015-04-22modpost: handle -ffunction-sectionsRusty Russell1-1/+1
2015-04-22modpost: Whitelist .text.fixup and .exception.textThierry Reding1-1/+1
2015-04-21Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-9/+138
2015-04-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2-0/+25
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-0/+19
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-25/+148
2015-04-17kasan: Makefile: shut up warnings if CONFIG_COMPILE_TEST=yAndrey Ryabinin1-2/+6
2015-04-17checkpatch: avoid "spaces required around that ':'" false positiveJoe Perches1-0/+8
2015-04-17checkpatch: fix --fix use with a patch of multiple filesJoe Perches1-1/+1
2015-04-17checkpatch.pl: new instances of ENOSYS are errorsAndy Lutomirski1-0/+8
2015-04-17checkpatch: add a test for const with __read_mostly usesJoe Perches1-0/+10
2015-04-17checkpatch: improve operator spacing checkSam Bobroff1-1/+1
2015-04-17checkpatch: add 'Prefer ARRAY_SIZE" testJoe Perches1-0/+13
2015-04-17checkpatch: add uart_ops to normally const structsJoe Perches1-0/+1
2015-04-17checkpatch: add #define foo "string" long line exceptionJoe Perches1-2/+3
2015-04-17checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...Joe Perches1-0/+9
2015-04-17checkpatch: don't ask for asm/file.h to linux/file.h unconditionallyFabian Frederick1-7/+11
2015-04-17checkpatch: add test for repeated const usesJoe Perches1-0/+18
2015-04-17checkpatch: improve return negative errno checkJoe Perches1-3/+3
2015-04-17checkpatch: match more world writable permissionsJoe Perches1-2/+10
2015-04-17checkpatch: add optional --codespell dictionary to find more typosJoe Perches1-4/+34
2015-04-17checkpatch: spell check reudceJani Nikula1-0/+1
2015-04-17checkpatch: add spell checking of email subject lineJoe Perches1-1/+2
2015-04-17checkpatch: improve "no space is necessary after a cast" testJoe Perches1-2/+9
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+12
2015-04-15Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds15-198/+174
2015-04-15Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds3-11/+22
2015-04-15scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warningFabian Frederick1-1/+1
2015-04-15scripts/extract-ikconfig: Support LZ4-compressed images.Alex Pilon1-0/+1
2015-04-14scripts/coccinelle/misc/bugon.cocci: update bug_on conversion warningFabian Frederick1-1/+1
2015-04-13modpost: document the use of struct section_check.Quentin Casasnovas1-0/+20
2015-04-13modpost: handle relocations mismatch in __ex_table.Quentin Casasnovas1-0/+141
2015-04-13scripts: add check_extable.sh script.Quentin Casasnovas1-0/+146
2015-04-13modpost: mismatch_handler: retrieve tosym information only when needed.Quentin Casasnovas1-3/+4
2015-04-13modpost: factorize symbol pretty print in get_pretty_name().Quentin Casasnovas1-11/+12
2015-04-13modpost: add handler function pointer to sectioncheck.Quentin Casasnovas1-26/+42
2015-04-13modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list.Quentin Casasnovas1-1/+2
2015-04-13modpost: add strict white-listing when referencing sections.Quentin Casasnovas1-15/+19
2015-04-09kconfig: Do not print status messages in make -s modeMichal Marek6-32/+62
2015-04-08kconfig: Simplify MakefileMichal Marek1-12/+8
2015-04-07Kbuild: kallsyms: drop special handling of pre-3.0 GCC symbolsArd Biesheuvel1-1/+0
2015-04-07Kbuild: kallsyms: ignore veneers emitted by the ARM linkerArd Biesheuvel1-9/+21
2015-04-03kbuild: Create directory for target DTBNathan Rossi1-1/+2
2015-04-02kbuild: include $(src)/Makefile rather than $(obj)/MakefileMasahiro Yamada2-2/+2
2015-04-02kbuild: use relative path to include MakefileMasahiro Yamada2-2/+2
2015-03-31MIPS: Add CDMM bus supportJames Hogan2-0/+19
2015-03-25irqf_oneshot.cocci: add check of devm_request_threaded_irq()Valentin Rothberg1-0/+24
2015-03-24kbuild: add generic mergeconfig target, %.configMasahiro Yamada1-10/+9
2015-03-24merge_config.sh: rename MAKE to RUNMAKEMasahiro Yamada1-3/+3
2015-03-24merge_config.sh: improve indentationMasahiro Yamada1-8/+6
2015-03-24kbuild: mergeconfig: remove redundant $(objtree)Masahiro Yamada1-1/+1
2015-03-24kbuild: mergeconfig: move an error check to merge_config.shMasahiro Yamada2-1/+5
2015-03-24kbuild: mergeconfig: fix "jobserver unavailable" warningMasahiro Yamada1-1/+1
2015-03-24checkkconfigsymbols.py: fix sorted outputValentin Rothberg1-5/+7
2015-03-16checkkconfigsymbols.py: make it Git awareValentin Rothberg1-6/+132
2015-03-16xen: build infrastructure for generating hypercall depending symbolsJuergen Gross1-0/+12
2015-03-09checkkconfigsymbols.py: filter reports for tools/Valentin Rothberg1-3/+4
2015-02-28scripts/gdb: add empty package initialization scriptJan Kiszka1-0/+1
2015-02-25kconfig: Remove unnecessary prototypes from headersMichal Marek7-48/+40
2015-02-25kconfig: Remove dead codeMichal Marek4-39/+0
2015-02-25kconfig: Get rid of the P() macro in headersMichal Marek2-47/+43
2015-02-25kconfig: fix a misspelling in scripts/kconfig/merge_config.shMasahiro Yamada1-1/+1
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2-0/+6
2015-02-19Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds1-3/+14
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2-8/+2
2015-02-17scripts/gdb: disable pagination while printing from breakpoint handlerJan Kiszka1-0/+11
2015-02-17scripts/gdb: convert CpuList to generator functionJan Kiszka2-40/+33
2015-02-17scripts/gdb: convert ModuleList to generator functionJan Kiszka2-23/+12
2015-02-17scripts/gdb: use a generator instead of iterator for task listDaniel Wagner1-30/+20
2015-02-17scripts/gdb: ignore byte-compiled python filesDaniel Thompson1-0/+2
2015-02-17scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas6-9/+18
2015-02-17scripts/gdb: add lx-lsmod commandJan Kiszka1-1/+45
2015-02-17scripts/gdb: add class to iterate over CPU masksJan Kiszka1-0/+54
2015-02-17scripts/gdb: add lx_current convenience functionJan Kiszka1-0/+17
2015-02-17scripts/gdb: add internal helper and convenience function for per-cpu lookupJan Kiszka2-0/+69
2015-02-17scripts/gdb: add get_gdbserver_type helperJan Kiszka1-0/+35
2015-02-17scripts/gdb: add internal helper and convenience function to retrieve thread_...Jan Kiszka1-0/+35
2015-02-17scripts/gdb: add is_target_arch helperJan Kiszka1-0/+13
2015-02-17scripts/gdb: add helper and convenience function to look up tasksJan Kiszka2-0/+28
2015-02-17scripts/gdb: add task iteration classJan Kiszka1-0/+46
2015-02-17scripts/gdb: add lx-dmesg commandJan Kiszka2-0/+65
2015-02-17scripts/gdb: add read_u16/32/64 helpersJan Kiszka1-0/+21
2015-02-17scripts/gdb: add get_target_endianness helperJan Kiszka1-0/+18
2015-02-17scripts/gdb: add internal helper and convenience function to look up a moduleJan Kiszka2-0/+29
2015-02-17scripts/gdb: add automatic symbol reloading on module insertionJan Kiszka1-0/+39
2015-02-17scripts/gdb: add lx-symbols commandJan Kiszka2-0/+128
2015-02-17scripts/gdb: add module iteration classJan Kiszka1-0/+39
2015-02-17scripts/gdb: add container_of helper and convenience functionJan Kiszka2-0/+37
2015-02-17scripts/gdb: add cache for type objectsJan Kiszka1-0/+34
2015-02-17scripts/gdb: add infrastructureJan Kiszka4-0/+36
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox1-1/+0
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin1-1/+1
2015-02-13kernel: add support for .init_array.* constructorsAndrey Ryabinin1-0/+3
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin1-0/+1
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2-0/+34
2015-02-13checkpatch: add of_device_id to structs that should be constJoe Perches1-3/+5
2015-02-13checkpatch: try to avoid poor patch subject linesJoe Perches1-0/+7
2015-02-13checkpatch: make sure a commit reference description uses parenthesesJoe Perches1-1/+5
2015-02-13checkpatch: add --strict test for spaces around arithmeticJoe Perches1-1/+16
2015-02-13checkpatch: neaten printk_ratelimited message positionJoe Perches1-1/+1
2015-02-13checkpatch: improve "no space necessary after cast" testJoe Perches1-1/+1
2015-02-13checkpatch: improve seq_print->seq_puts suggestionHeba Aamer1-1/+2
2015-02-13checkpatch: add ability to --fix unnecessary blank lines around bracesJoe Perches1-4/+10
2015-02-13checkpatch: add types for other OS typedefsJoe Perches1-0/+8
2015-02-13checkpatch: add ability to coalesce commit descriptions on multiple linesJoe Perches1-0/+7
2015-02-13checkpatch: add likely/unlikely comparison misuse testJoe Perches1-0/+7
2015-02-13checkpatch: update git commit messageJoe Perches1-13/+32
2015-02-13checkpatch: Allow comments in macros tested for single statementsJoe Perches1-0/+1
2015-02-13checkpatch: add check for keyword 'boolean' in Kconfig definitionsChristoph Jaeger1-0/+7
2015-02-13checkpatch: fix UNNECESSARY_KERN_LEVEL false positivePaolo Bonzini1-1/+1
2015-02-13checkpatch: ignore __pure $AttributeJoe Perches1-0/+1
2015-02-13checkpatch: improve octal permissions testsJoe Perches1-1/+5
2015-02-13checkpatch: emit an error when using predefined timestamp macrosJoe Perches1-0/+6
2015-02-13Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-10/+10
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-11/+19
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-4/+10
2015-02-06module: set ksymtab/kcrctab* section addresses to 0x0Rabin Vincent1-10/+10
2015-01-29s390/ftrace: hotpatch support for function tracingHeiko Carstens1-2/+7
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens1-2/+3
2015-01-27kconfig: use va_end to match corresponding va_startColin Ian King1-0/+1
2015-01-23X.509: silence asn1 compiler debug outputArnd Bergmann1-11/+19
2015-01-19scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymoreMichael Karcher1-1/+0
2015-01-09kbuild: allow cc-ifversion to have the argument for false conditionMasahiro Yamada1-2/+2
2015-01-09kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada1-5/+2
2015-01-09kbuild: fix cc-ifversion macroMasahiro Yamada1-1/+1
2015-01-07merge_config.sh: Display usage if given too few argumentsOlof Johansson1-0/+5
2015-01-06builddeb: Try to determine distributionSedat Dilek1-1/+12
2015-01-02builddeb: Update year and git repository URL in debian/copyrightSedat Dilek1-2/+2
2015-01-02kbuild: Fix removal of the debian/ directoryMichal Marek1-8/+8
2015-01-02kbuild: Drop support for clean-ruleMichal Marek1-3/+0
2014-12-20Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2-1/+5
2014-12-20Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds4-12/+15
2014-12-20CRIS: Fix headers_installSam Ravnborg1-2/+0
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-59/+139
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+106
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2014-12-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-2/+2
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-2/+2
2014-12-10checkpatch: add ability to --fix (coalesce) string fragments on multiple linesJoe Perches1-46/+69
2014-12-10checkpatch: add --strict "pointer comparison to NULL" testJoe Perches1-0/+14
2014-12-10checkpatch: add test for consecutive string fragmentsJoe Perches1-0/+6
2014-12-10checkpatch: add --strict preference for #defines using BIT(foo)Joe Perches1-0/+11
2014-12-10checkpatch: allow certain SI units with three charactersJulius Werner1-1/+3
2014-12-10checkpatch: Add --strict test for function pointer calling styleJoe Perches1-3/+21
2014-12-10checkpatch: reduce MAINTAINERS update message frequencyJoe Perches1-0/+6
2014-12-10checkpatch: try to avoid mask and shift errorsJoe Perches1-0/+8
2014-12-10checkpatch: fix use via symlink, make missing spelling file non-fatalJoe Perches1-17/+21
2014-12-10checkpatch: improve warning message for "needless if" caseFabio Estevam1-1/+1
2014-12-10checkpatch: improve test for no space after castJoe Perches1-1/+2
2014-12-10checkpatch: add error on use of attribute((weak)) or __weak declarationsJoe Perches1-0/+9
2014-12-10checkpatch: add an error test for no space before commaJoe Perches1-2/+21
2014-12-10scripts/kernel-doc: don't eat struct members with __alignedJohannes Berg1-1/+1
2014-12-09calloc/xcalloc: Fix argument orderArjun Sreedharan1-2/+2
2014-12-08scripts/package: binrpm-pkg do not create source and devel packageJérôme Glisse1-0/+4
2014-12-03kbuild: remove redundant -rR flag of hdr-instMasahiro Yamada1-2/+2
2014-11-28kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel1-2/+2
2014-11-26kbuild: Remove duplicate $(cmd) definition in Makefile.cleanMichal Marek1-5/+0
2014-11-26kbuild: collect shorthands into scripts/Kbuild.includeMasahiro Yamada3-5/+13
2014-11-24bugon.cocci: fix Options at the macroMauro Carvalho Chehab1-1/+1
2014-11-20Replace mentions of "list_struct" to "list_head"Andrey Utkin1-3/+3
2014-11-08checkkconfigsymbols.py: improve detection of defectsValentin Rothberg1-30/+27
2014-11-07checkkconfigsymbols.sh: reimplementation in pythonValentin Rothberg2-59/+142
2014-11-06coccinelle: api: add spatch to prevent unnecessary .ownerWolfram Sang1-0/+106
2014-10-27s390/ftrace,kprobes: allow to patch first instructionHeiko Carstens2-2/+2
2014-10-21dts, kbuild: Implement support for dtb vendor subdirsRobert Richter1-5/+18
2014-10-21dts, kbuild: Factor out dtbs install rules to Makefile.dtbinstRobert Richter3-12/+44
2014-10-14Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-23/+193
2014-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds31-52/+35
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds4-13/+1142
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-11/+0
2014-10-14scripts/sortextable: suppress warning: `relocs_size' may be used uninitializedTim Gardner1-1/+1
2014-10-14scripts/headers_install.sh: fix error handlingJavier Barrio1-2/+2
2014-10-14checkpatch: warn on logging functions with KERN_<LEVEL>Joe Perches1-0/+11
2014-10-14checkpatch: add exception to return then else testJoe Perches1-1/+5
2014-10-14checkpatch: look for common misspellingsKees Cook2-1/+1085
2014-10-14checkpatch: warn on macros with flow control statementsJoe Perches1-0/+18
2014-10-14checkpatch: remove unnecessary + after {8,8}Joe Perches1-1/+1
2014-10-14checkpatch: add --strict test for concatenated string elementsJoe Perches1-0/+6
2014-10-14checkpatch: allow optional shorter config descriptionsVadim Bendebury1-2/+7
2014-10-14checkpatch: enable whitespace checks for DTS filesGeert Uytterhoeven1-2/+2
2014-10-14checkpatch: update $allowed_asm_includes macros, add reboot.h and time.hSergey Ryazanov1-1/+3
2014-10-14checkpatch: remove debugging messageJoe Perches1-1/+0
2014-10-14checkpatch: fix spelloAndrew Morton1-1/+1
2014-10-09s390/ftrace: remove 31 bit ftrace supportHeiko Carstens2-11/+0
2014-10-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+2
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-3/+6
2014-10-07Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-14/+20
2014-10-07Merge tag 'tiny/for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jo...Linus Torvalds2-0/+21
2014-10-06deb-pkg: remove obsolete -isp option to dpkg-gencontrolAsbjoern Sloth Toennesen1-1/+1
2014-10-02aarch64: filter $x from kallsymsKyle McMartin2-2/+2
2014-10-02kbuild: simplify build, clean, modbuiltin shorthandsMasahiro Yamada2-3/+3
2014-10-02kbuild: remove obj-n and lib-n handlingMasahiro Yamada3-6/+4