aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2020-05-22kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada1-1/+1
2020-04-28ARM: 8950/1: ftrace/recordmcount: filter relocation typesAlex Sverdlin1-0/+17
2020-02-11deb-pkg: remove obsolete -isp option to dpkg-gencontrolAsbjoern Sloth Toennesen1-1/+1
2020-01-11kbuild: setlocalversion: print error to STDERRWolfram Sang1-1/+1
2019-07-09fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-0/+363
2019-05-02kallsyms: Handle too long symbols in kallsyms.cEugene Loh1-2/+2
2018-11-20kconfig: Avoid format overflow warning from GCC 8.1Nathan Chancellor1-1/+1
2018-11-20rpmsg: Correct support for MODULE_DEVICE_TABLE()Andrew F. Davis2-0/+14
2018-03-19module/retpoline: Warn about missing retpoline in moduleAndi Kleen1-0/+9
2017-11-11modpost: don't emit section mismatch warnings for compiler optimizationsPaul Gortmaker1-0/+22
2017-11-11modpost: expand pattern matching to support substring matchesPaul Gortmaker1-1/+11
2017-10-12sched: add macros to define bitops for task atomic flagsZefan Li1-0/+6
2017-09-15tags: honor COMPILED_SOURCE with apart output directoryRobert Jarzmik1-0/+1
2017-03-16kconfig/nconf: Fix hang when editing symbol with a long promptBen Hutchings1-4/+11
2017-02-23scripts/has-stack-protector: add -fno-PIESebastian Andrzej Siewior1-1/+1
2016-11-20ftrace/recordmcount: Work around for addition of metag magic but not relocationsLaura Abbott1-1/+8
2016-08-22of: fix autoloading due to broken modalias with no 'compatible'Wolfram Sang1-1/+1
2016-08-22kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann1-0/+1
2016-05-01kbuild/mkspec: fix grub2 installkernel issueJiri Kosina1-4/+4
2016-05-01scripts/coccinelle: modernize &Julia Lawall1-1/+1
2016-05-01unbreak allmodconfig KCONFIG_ALLCONFIG=...Al Viro1-7/+7
2016-02-02kconfig: return 'false' instead of 'no' in bool functionVegard Nossum1-1/+1
2016-02-02scripts/bloat-o-meter: fix python3 syntax errorSergey Senozhatsky1-4/+4
2016-02-02scripts/recordmcount.pl: support data in text section on powerpcUlrich Weigand1-1/+2
2016-01-25ftrace/scripts: Fix incorrect use of sprintf in recordmcountColin Ian King1-1/+1
2016-01-25ftrace/scripts: Have recordmcount copy the object fileSteven Rostedt (Red Hat)1-35/+110
2016-01-25scripts: recordmcount: break hardlinksRussell King1-0/+14
2015-12-13recordmcount: Fix endianness handling bug for nop_mcountlibin1-1/+1
2015-09-03localmodconfig: Use Kbuild files tooRichard Weinberger1-1/+1
2015-06-12scripts/sortextable: suppress warning: `relocs_size' may be used uninitializedTim Gardner1-1/+1
2015-06-12kconfig: Fix warning "‘jump’ may be used uninitialized"Peter Kümmel1-2/+2
2015-02-04kbuild: Fix removal of the debian/ directoryMichal Marek1-8/+8
2015-02-04scripts/recordmcount.pl: There is no -m32 gcc option on Super-H anymoreMichael Karcher1-1/+0
2015-01-16scripts/kernel-doc: don't eat struct members with __alignedJohannes Berg1-1/+1
2014-11-03builddeb: put the dbg files into the correct directoryMichal Marek1-12/+10
2014-07-12scripts/kernel-doc: handle object-like macrosHoria Geanta1-3/+12
2014-06-27Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-2/+2
2014-06-26recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesAlex Smith1-2/+2
2014-06-23checkpatch: reduce false positives when checking void function return statementsJoe Perches1-5/+10
2014-06-18builddeb: fix missing headers in linux-headers packageFathi Boudra1-1/+3
2014-06-18kbuild: Fix tar-pkg with relative $(objtree)Michal Marek1-2/+1
2014-06-18deb-pkg: Fix for relative pathsMichal Marek1-5/+5
2014-06-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds48-159/+290
2014-06-12Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds13-109/+106
2014-06-11Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+2
2014-06-10decode_stacktrace: make stack dump output useful againSasha Levin1-0/+126
2014-06-10scripts: objdiff: support directories for the augument of record commandMasahiro Yamada1-11/+22
2014-06-10scripts: objdiff: fix a commentMasahiro Yamada1-1/+1
2014-06-10scripts: objdiff: change the extension of disassembly from .o to .disMasahiro Yamada1-2/+3
2014-06-10scripts: objdiff: improve path flexibility for record commandMasahiro Yamada1-6/+16
2014-06-10scripts: objdiff: remove unnecessary codeMasahiro Yamada1-2/+0
2014-06-10scripts: objdiff: direct error messages to stderrMasahiro Yamada1-9/+9
2014-06-10scripts: objdiff: get the path to .tmp_objdiff more simplyMasahiro Yamada1-7/+5
2014-06-10deb-pkg: Add automatic support for s390x architectureBen Hutchings1-1/+1
2014-06-10coccicheck: Add unneeded return variable testPeter Senna Tschudin1-0/+66
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada19-91/+89
2014-06-10kbuild: create include/config directory in scripts/kconfig/MakefileMasahiro Yamada1-2/+2
2014-06-10kbuild: trivial - remove trailing empty linesMasahiro Yamada26-30/+0
2014-06-09coccinelle: Check for missing NULL terminators in of_device_id tablesStephen Boyd1-0/+62
2014-06-09kbuild: do not add "selinux" to subdir- twiceMasahiro Yamada1-1/+1
2014-06-09scripts/tags.sh: ignore symlink'ed source filesYann Droneaud1-4/+6
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+12
2014-06-04scripts/checkpatch.pl: device_initcall is not the only __initcall substituteFabian Frederick1-2/+2
2014-06-04checkpatch: check stable email addressJoe Perches1-0/+6
2014-06-04checkpatch: warn on unnecessary void function return statementsJoe Perches1-0/+7
2014-06-04checkpatch: prefer kstrto<foo> to sscanf(buf, "%<lhuidx>", &bar);Joe Perches1-0/+21
2014-06-04checkpatch: add warning for kmalloc/kzalloc with multiplyJoe Perches1-0/+24
2014-06-04checkpatch: warn on #defines ending in semicolonJoe Perches1-0/+11
2014-06-04checkpatch: make --strict a default for files in drivers/net and net/Joe Perches1-0/+13
2014-06-04checkpatch: always warn on missing blank line after variable declaration blockJoe Perches1-10/+34
2014-06-04checkpatch: fix wildcard DT compatible string checkingRob Herring1-2/+4
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2014-05-29ftrace: Add arm64 support to recordmcountAKASHI Takahiro2-0/+12
2014-05-20scripts/checksyscalls.sh: Make renameat optionalJames Hogan1-1/+4
2014-05-14firmware: Simplify directory creationMichal Marek1-13/+11
2014-05-14scripts/tags.sh: add regular expression replacement pattern for memcgJianyu Zhan1-0/+8
2014-05-05Merge tag 'xtensa-next-20140503' of git://github.com/czankel/xtensa-linuxLinus Torvalds1-0/+5
2014-05-05modpost: Fix comment typo "Modules.symvers"Paul Bolle1-1/+1
2014-04-30kbuild: trivial - remove trailing spacesMasahiro Yamada9-21/+21
2014-04-30kbuild: support simultaneous "make %config" and "make all"Masahiro Yamada1-11/+4
2014-04-28modpost: Fix resource leak in read_dump()Christian Engelmayer1-0/+2
2014-04-24builddeb: add arm64 in the supported architecturesFathi Boudra1-0/+2
2014-04-24builddeb: use $OBJCOPY variable instead of objcopyFathi Boudra1-3/+3
2014-04-24scripts/tags.sh: ignore code of user space toolsKonstantin Khlebnikov1-0/+3
2014-04-16kbuild: move extra gcc checks to scripts/Makefile.extrawarnMasahiro Yamada2-61/+67
2014-04-16scripts/tags.sh: add pattern for DEFINE_HASHTABLEJianyu Zhan1-2/+4
2014-04-12Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds5-117/+192
2014-04-09kbuild: LLVMLinux: Fix LINUX_COMPILER definition script for compilation with ...Jan-Simon Möller1-1/+1
2014-04-09kbuild: LLVMLinux: Adapt warnings for compilation with clangJan-Simon Möller1-1/+11
2014-04-08scripts/coccinelle: Use PTR_ERR_OR_ZEROSachin Kamat1-7/+7
2014-04-08scripts/bootgraph.pl: Add graphic headerFabian Frederick1-2/+40
2014-04-08scripts: objdiff: detect object code changes between two commitsJason Cooper1-0/+141
2014-04-07Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds3-7/+4
2014-04-07kconfig: make allnoconfig disable options behind EMBEDDED and EXPERTJosh Triplett6-6/+20
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-26/+66
2014-04-03checkpatch: don't warn on bitfield spaces around :Joe Perches1-2/+5
2014-04-03checkpatch: expand parenthesis alignment test to declarations, functions and ...Joe Perches1-4/+6
2014-04-03checkpatch.pl: add check for Change-IdChristopher Covington1-0/+6
2014-04-03scripts/checkpatch.pl: __GFP_NOFAIL isn't going awayAndrew Morton1-6/+0
2014-04-03checkpatch: net and drivers/net: warn on missing blank line after variable de...Joe Perches1-0/+15
2014-04-03checkpatch: improve the compatible vendor matchFlorian Vaussard1-5/+5
2014-04-03checkpatch: check compatible strings in .c and .h tooFlorian Vaussard1-2/+4
2014-04-03checkpatch: fix spurious vendor compatible warningsFlorian Vaussard1-2/+2
2014-04-03checkpatch: check vendor compatible with dashesFlorian Vaussard1-1/+1
2014-04-03checkpatch: improve octal permissions test speedJoe Perches1-20/+31
2014-04-03checkpatch.pl: modify warning message for printk usageYogesh Chaudhari1-1/+1
2014-04-03checkpatch: make "return is not a function" test quieterJoe Perches1-7/+15
2014-04-03checkpatch: ignore networking block comment style first lines in fileJoe Perches1-1/+2
2014-04-03checkpatch: use a more consistent function argument styleJoe Perches1-9/+20
2014-04-03checkpatch: add test for char * arrays that could be static constJoe Perches1-0/+7
2014-04-03checkpatch: fix jiffies comparison and othersJoe Perches1-1/+1
2014-04-03checkpatch: avoid sscanf test duplicated messagesJoe Perches1-1/+1
2014-04-03checkpatch: update octal permissions warningJoe Perches1-2/+4
2014-04-03checkpatch: warn on uses of __constant_<foo> functionsJoe Perches1-0/+13
2014-04-03checkpatch: add checks for constant non-octal permissionsJoe Perches1-2/+34
2014-04-03checkpatch: don't warn on some function pointer return stylesJoe Perches1-10/+21
2014-04-03checkpatch: add test for long udelayJoe Perches1-3/+8
2014-04-03genksyms: fix typeof() handlingJan Beulich7-384/+498
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds10-365/+582
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-5/+18
2014-04-02xtensa: enable sorting extable at build timeMax Filippov1-0/+5
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-4/+71
2014-03-31Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely3-3/+15
2014-03-29kbuild: move "quote" to Kbuild.include to be consistentMasahiro Yamada2-4/+1
2014-03-29Coccicheck: Remove memcpy to struct assignment testPeter Senna Tschudin1-103/+0
2014-03-17kallsyms: fix percpu vars on x86-64 with relocation.Rusty Russell2-0/+25
2014-03-17kallsyms: generalize address range checkingKees Cook1-21/+32
2014-03-14kbuild: specify build_docproc as a phony targetMasahiro Yamada1-3/+3
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen1-5/+9
2014-03-10revert "kallsyms: fix absolute addresses for kASLR"Andrew Morton1-1/+2
2014-03-07Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+13
2014-03-04kallsyms: fix absolute addresses for kASLRAndy Honig1-2/+1
2014-03-04scripts/gen_initramfs_list.sh: fix flags for initramfs LZ4 compressionDaniel M. Weeks1-1/+1
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely4-5/+6
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+1
2014-02-20kbuild: dtbs_install: new make targetJason Cooper1-0/+12
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely1-0/+1
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel1-5/+5
2014-02-18cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel2-0/+13
2014-02-18ARM: 7964/1: Detect section mismatches in thumb relocationsDavid A. Long1-0/+13
2014-02-14Merge tag 'usb-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2014-02-13Kbuild, lto: Handle basic LTO in modpostAndi Kleen1-1/+5
2014-02-13Kbuild, lto: Disable LTO for asm-offsets.cAndi Kleen1-1/+1
2014-02-13Kbuild, lto: Add a gcc-ld script to let run gcc as ldAndi Kleen1-0/+29
2014-02-13Kbuild, lto: add ld-version and ld-ifversion macrosAndi Kleen2-0/+17
2014-02-13Kbuild, lto: Drop .number postfixes in modpostAndi Kleen2-2/+15
2014-02-13Kbuild, lto, workaround: Don't warn for initcall_reference in modpostAndi Kleen1-0/+4
2014-02-10checkpatch: fix detection of git repositoryRichard Genoud1-2/+2
2014-02-10get_maintainer: fix detection of git repositoryRichard Genoud1-1/+1
2014-02-07Modpost: fixed USB alias generation for ranges including 0x9 and 0xAJan Moskyto Matejka1-2/+2
2014-02-06scripts/tags.sh: Ignore *.mod.cPrarit Bhargava1-5/+4
2014-02-03Merge branch 'devicetree/dtc' into devicetree/nextGrant Likely9-365/+570
2014-02-01Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2-8/+126
2014-01-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-1/+2
2014-01-27Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+9
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+6
2014-01-27checkpatch.pl: check for function declarations without argumentsJoe Perches1-0/+9
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1446
2014-01-23checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches1-0/+10
2014-01-23checkpatch: add DT compatible string documentation checksRob Herring1-0/+27
2014-01-23checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck1-3/+1
2014-01-23checkpatch: add tests for function pointer style misusesJoe Perches1-0/+59
2014-01-23checkpatch: update the FSF/GPL address checkJoe Perches1-5/+6
2014-01-23checkpatch: check for if's with unnecessary parenthesesJoe Perches1-0/+14
2014-01-23checkpatch: improve space before tab --fix optionJoe Perches1-2/+4
2014-01-23checkpatch: add a --fix-inplace optionJoe Perches1-1/+9
2014-01-23checkpatch: attempt to find missing switch/case break;Joe Perches1-0/+25
2014-01-23checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes1-0/+6
2014-01-23checkpatch: warn only on "space before semicolon" at end of lineJoe Perches1-1/+1
2014-01-23checkpatch: more comprehensive split strings warningJoe Perches1-8/+4
2014-01-23get_maintainer: add commit author information to --rolestatsJoe Perches1-6/+85
2014-01-23headers_check: special case seqbuf_dump()Paul Bolle1-1/+5
2014-01-23microblaze: extable: sort the exception table at build timeMichal Simek1-0/+5
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+7
2014-01-21scripts/dtc: Add a script to update to mainline dtc sourceGrant Likely2-1/+55
2014-01-21scripts/dtc: Update to upstream version v1.4.0Grant Likely6-82/+294
2014-01-21scripts/dtc: Update shipped files to build with bison 2.7.12Grant Likely2-283/+222
2014-01-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2014-01-20Merge tag 'localmodconfig-v3.14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+7
2014-01-17Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki1-0/+1446
2014-01-17PM / tools: new tool for suspend/resume performance optimizationTodd E Brandt1-0/+1446
2014-01-15powerpc: Add vr save/restore functionsAndreas Schwab1-2/+6
2014-01-08arm64, jump label: detect %c support for ARM64Jiang Liu1-1/+1
2014-01-03deb-pkg: Fix building for MIPS big-endian or ARM OABIBen Hutchings1-2/+2
2014-01-03deb-pkg: Fix cross-building linux-headers packageBen Hutchings1-5/+4
2014-01-03Fix detectition of kernel git repository in setlocalversion script [take #2]Franck Bui-Huu1-1/+2
2014-01-03scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUENishanth Menon1-0/+109
2014-01-02Merge commit v3.13-rc1 into kbuild/miscMichal Marek22-124/+303
2013-12-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2013-12-20localmodconfig: Add config depends by default settingsSteven Rostedt (Red Hat)1-0/+7
2013-12-13Merge tag 'arc-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2013-12-13PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLEJoe Perches1-4/+7
2013-12-10scripts/link-vmlinux.sh: only filter kernel symbols for armMing Lei1-1/+3
2013-12-05ftrace: default to tilegx if ARCH=tile is specifiedTony Lu1-1/+2
2013-11-25ARC: extable: Enable sorting at build timeVineet Gupta1-0/+5
2013-11-21Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-0/+1
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds1-0/+2
2013-11-21checkpatch: fix "Use of uninitialized value" warningsJoe Perches1-0/+1
2013-11-18deb-pkg: Inhibit initramfs builders if CONFIG_BLK_DEV_INITRD is not setBen Hutchings1-1/+11
2013-11-16Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-2/+2