summaryrefslogtreecommitdiffstats
path: root/scripts
AgeCommit message (Expand)AuthorLines
2014-04-03checkpatch: fix spurious vendor compatible warningsFlorian Vaussard-2/+2
2014-04-03checkpatch: check vendor compatible with dashesFlorian Vaussard-1/+1
2014-04-03checkpatch: improve octal permissions test speedJoe Perches-20/+31
2014-04-03checkpatch.pl: modify warning message for printk usageYogesh Chaudhari-1/+1
2014-04-03checkpatch: make "return is not a function" test quieterJoe Perches-7/+15
2014-04-03checkpatch: ignore networking block comment style first lines in fileJoe Perches-1/+2
2014-04-03checkpatch: use a more consistent function argument styleJoe Perches-9/+20
2014-04-03checkpatch: add test for char * arrays that could be static constJoe Perches-0/+7
2014-04-03checkpatch: fix jiffies comparison and othersJoe Perches-1/+1
2014-04-03checkpatch: avoid sscanf test duplicated messagesJoe Perches-1/+1
2014-04-03checkpatch: update octal permissions warningJoe Perches-2/+4
2014-04-03checkpatch: warn on uses of __constant_<foo> functionsJoe Perches-0/+13
2014-04-03checkpatch: add checks for constant non-octal permissionsJoe Perches-2/+34
2014-04-03checkpatch: don't warn on some function pointer return stylesJoe Perches-10/+21
2014-04-03checkpatch: add test for long udelayJoe Perches-3/+8
2014-04-03genksyms: fix typeof() handlingJan Beulich-384/+498
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-365/+582
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+18
2014-04-02xtensa: enable sorting extable at build timeMax Filippov-0/+5
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+71
2014-03-31Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely-3/+15
2014-03-29kbuild: move "quote" to Kbuild.include to be consistentMasahiro Yamada-4/+1
2014-03-29Coccicheck: Remove memcpy to struct assignment testPeter Senna Tschudin-103/+0
2014-03-17kallsyms: fix percpu vars on x86-64 with relocation.Rusty Russell-0/+25
2014-03-17kallsyms: generalize address range checkingKees Cook-21/+32
2014-03-14kbuild: specify build_docproc as a phony targetMasahiro Yamada-3/+3
2014-03-13module: allow multiple calls to MODULE_DEVICE_TABLE() per moduleTom Gundersen-5/+9
2014-03-10revert "kallsyms: fix absolute addresses for kASLR"Andrew Morton-1/+2
2014-03-07Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds-0/+13
2014-03-04kallsyms: fix absolute addresses for kASLRAndy Honig-2/+1
2014-03-04scripts/gen_initramfs_list.sh: fix flags for initramfs LZ4 compressionDaniel M. Weeks-1/+1
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely-5/+6
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman-0/+1
2014-02-20kbuild: dtbs_install: new make targetJason Cooper-0/+12
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely-0/+1
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel-5/+5
2014-02-18cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel-0/+13
2014-02-18ARM: 7964/1: Detect section mismatches in thumb relocationsDavid A. Long-0/+13
2014-02-14Merge tag 'usb-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+2
2014-02-13Kbuild, lto: Handle basic LTO in modpostAndi Kleen-1/+5
2014-02-13Kbuild, lto: Disable LTO for asm-offsets.cAndi Kleen-1/+1
2014-02-13Kbuild, lto: Add a gcc-ld script to let run gcc as ldAndi Kleen-0/+29
2014-02-13Kbuild, lto: add ld-version and ld-ifversion macrosAndi Kleen-0/+17
2014-02-13Kbuild, lto: Drop .number postfixes in modpostAndi Kleen-2/+15
2014-02-13Kbuild, lto, workaround: Don't warn for initcall_reference in modpostAndi Kleen-0/+4
2014-02-10checkpatch: fix detection of git repositoryRichard Genoud-2/+2
2014-02-10get_maintainer: fix detection of git repositoryRichard Genoud-1/+1
2014-02-07Modpost: fixed USB alias generation for ranges including 0x9 and 0xAJan Moskyto Matejka-2/+2
2014-02-06scripts/tags.sh: Ignore *.mod.cPrarit Bhargava-5/+4
2014-02-03Merge branch 'devicetree/dtc' into devicetree/nextGrant Likely-365/+570