aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2014-03-31Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 6-4/+71
2014-03-10revert "kallsyms: fix absolute addresses for kASLR"Gravatar Andrew Morton 1-1/+2
2014-03-07Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armGravatar Linus Torvalds 1-0/+13
2014-03-04kallsyms: fix absolute addresses for kASLRGravatar Andy Honig 1-2/+1
2014-03-04scripts/gen_initramfs_list.sh: fix flags for initramfs LZ4 compressionGravatar Daniel M. Weeks 1-1/+1
2014-02-20of: Move testcase FDT data into drivers/ofGravatar Grant Likely 1-0/+1
2014-02-18ARM: 7964/1: Detect section mismatches in thumb relocationsGravatar David A. Long 1-0/+13
2014-02-14Merge tag 'usb-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+2
2014-02-13Kbuild, lto: Handle basic LTO in modpostGravatar Andi Kleen 1-1/+5
2014-02-13Kbuild, lto: Disable LTO for asm-offsets.cGravatar Andi Kleen 1-1/+1
2014-02-13Kbuild, lto: Add a gcc-ld script to let run gcc as ldGravatar Andi Kleen 1-0/+29
2014-02-13Kbuild, lto: add ld-version and ld-ifversion macrosGravatar Andi Kleen 2-0/+17
2014-02-13Kbuild, lto: Drop .number postfixes in modpostGravatar Andi Kleen 2-2/+15
2014-02-13Kbuild, lto, workaround: Don't warn for initcall_reference in modpostGravatar Andi Kleen 1-0/+4
2014-02-10checkpatch: fix detection of git repositoryGravatar Richard Genoud 1-2/+2
2014-02-10get_maintainer: fix detection of git repositoryGravatar Richard Genoud 1-1/+1
2014-02-07Modpost: fixed USB alias generation for ranges including 0x9 and 0xAGravatar Jan Moskyto Matejka 1-2/+2
2014-02-01Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Gravatar Linus Torvalds 2-8/+126
2014-01-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+2
2014-01-27Merge branch 'akpm' (incoming from Andrew)Gravatar Linus Torvalds 1-0/+9
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-2/+6
2014-01-27checkpatch.pl: check for function declarations without argumentsGravatar Joe Perches 1-0/+9
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1446
2014-01-23checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Gravatar Joe Perches 1-0/+10
2014-01-23checkpatch: add DT compatible string documentation checksGravatar Rob Herring 1-0/+27
2014-01-23checkpatch: only flag FSF address, not gnu.org URLGravatar Alexander Duyck 1-3/+1
2014-01-23checkpatch: add tests for function pointer style misusesGravatar Joe Perches 1-0/+59
2014-01-23checkpatch: update the FSF/GPL address checkGravatar Joe Perches 1-5/+6
2014-01-23checkpatch: check for if's with unnecessary parenthesesGravatar Joe Perches 1-0/+14
2014-01-23checkpatch: improve space before tab --fix optionGravatar Joe Perches 1-2/+4
2014-01-23checkpatch: add a --fix-inplace optionGravatar Joe Perches 1-1/+9
2014-01-23checkpatch: attempt to find missing switch/case break;Gravatar Joe Perches 1-0/+25
2014-01-23checkpatch: add warning of future __GFP_NOFAIL useGravatar David Rientjes 1-0/+6
2014-01-23checkpatch: warn only on "space before semicolon" at end of lineGravatar Joe Perches 1-1/+1
2014-01-23checkpatch: more comprehensive split strings warningGravatar Joe Perches 1-8/+4
2014-01-23get_maintainer: add commit author information to --rolestatsGravatar Joe Perches 1-6/+85
2014-01-23headers_check: special case seqbuf_dump()Gravatar Paul Bolle 1-1/+5
2014-01-23microblaze: extable: sort the exception table at build timeGravatar Michal Simek 1-0/+5
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-4/+7
2014-01-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2014-01-20Merge tag 'localmodconfig-v3.14' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+7
2014-01-17Merge branches 'acpi-tools' and 'pm-tools'Gravatar Rafael J. Wysocki 1-0/+1446
2014-01-17PM / tools: new tool for suspend/resume performance optimizationGravatar Todd E Brandt 1-0/+1446
2014-01-15powerpc: Add vr save/restore functionsGravatar Andreas Schwab 1-2/+6
2014-01-08arm64, jump label: detect %c support for ARM64Gravatar Jiang Liu 1-1/+1
2014-01-03deb-pkg: Fix building for MIPS big-endian or ARM OABIGravatar Ben Hutchings 1-2/+2
2014-01-03deb-pkg: Fix cross-building linux-headers packageGravatar Ben Hutchings 1-5/+4
2014-01-03Fix detectition of kernel git repository in setlocalversion script [take #2]Gravatar Franck Bui-Huu 1-1/+2
2014-01-03scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUEGravatar Nishanth Menon 1-0/+109
2014-01-02Merge commit v3.13-rc1 into kbuild/miscGravatar Michal Marek 22-124/+303