summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-022-5/+18
|\
| * Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman2014-03-031-0/+1
| |\
| * | x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel2014-02-181-5/+5
| * | cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel2014-02-182-0/+13
* | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-03-316-4/+71
|\ \ \
| * | | Kbuild, lto: Handle basic LTO in modpostAndi Kleen2014-02-141-1/+5
| * | | Kbuild, lto: Disable LTO for asm-offsets.cAndi Kleen2014-02-141-1/+1
| * | | Kbuild, lto: Add a gcc-ld script to let run gcc as ldAndi Kleen2014-02-141-0/+29
| * | | Kbuild, lto: add ld-version and ld-ifversion macrosAndi Kleen2014-02-142-0/+17
| * | | Kbuild, lto: Drop .number postfixes in modpostAndi Kleen2014-02-142-2/+15
| * | | Kbuild, lto, workaround: Don't warn for initcall_reference in modpostAndi Kleen2014-02-141-0/+4
* | | | revert "kallsyms: fix absolute addresses for kASLR"Andrew Morton2014-03-111-1/+2
* | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-03-081-0/+13
|\ \ \ \
| * | | | ARM: 7964/1: Detect section mismatches in thumb relocationsDavid A. Long2014-02-181-0/+13
| |/ / /
* | | | kallsyms: fix absolute addresses for kASLRAndy Honig2014-03-041-2/+1Star
* | | | scripts/gen_initramfs_list.sh: fix flags for initramfs LZ4 compressionDaniel M. Weeks2014-03-041-1/+1
| |_|/ |/| |
* | | of: Move testcase FDT data into drivers/ofGrant Likely2014-02-201-0/+1
| |/ |/|
* | Merge tag 'usb-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-02-151-2/+2
|\ \
| * | Modpost: fixed USB alias generation for ranges including 0x9 and 0xAJan Moskyto Matejka2014-02-071-2/+2
| |/
* | checkpatch: fix detection of git repositoryRichard Genoud2014-02-111-2/+2
* | get_maintainer: fix detection of git repositoryRichard Genoud2014-02-111-1/+1
|/
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2014-02-012-8/+126
|\
| * deb-pkg: Fix building for MIPS big-endian or ARM OABIBen Hutchings2014-01-031-2/+2
| * deb-pkg: Fix cross-building linux-headers packageBen Hutchings2014-01-031-5/+4Star
| * scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUENishanth Menon2014-01-031-0/+109
| * Merge commit v3.13-rc1 into kbuild/miscMichal Marek2014-01-0222-124/+303
| |\
| * | deb-pkg: Inhibit initramfs builders if CONFIG_BLK_DEV_INITRD is not setBen Hutchings2013-11-181-1/+11
* | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2014-01-311-1/+2
|\ \ \
| * | | Fix detectition of kernel git repository in setlocalversion script [take #2]Franck Bui-Huu2014-01-031-1/+2
| | |/ | |/|
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-281-0/+9
|\ \ \
| * | | checkpatch.pl: check for function declarations without argumentsJoe Perches2014-01-281-0/+9
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-281-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | powerpc: Add vr save/restore functionsAndreas Schwab2014-01-151-2/+6
| |/ /
* | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-251-0/+1446
|\ \ \
| * \ \ Merge branches 'acpi-tools' and 'pm-tools'Rafael J. Wysocki2014-01-171-0/+1446
| |\ \ \
| | * | | PM / tools: new tool for suspend/resume performance optimizationTodd E Brandt2014-01-171-0/+1446
* | | | | checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN)Joe Perches2014-01-241-0/+10
* | | | | checkpatch: add DT compatible string documentation checksRob Herring2014-01-241-0/+27
* | | | | checkpatch: only flag FSF address, not gnu.org URLAlexander Duyck2014-01-241-3/+1Star
* | | | | checkpatch: add tests for function pointer style misusesJoe Perches2014-01-241-0/+59
* | | | | checkpatch: update the FSF/GPL address checkJoe Perches2014-01-241-5/+6
* | | | | checkpatch: check for if's with unnecessary parenthesesJoe Perches2014-01-241-0/+14
* | | | | checkpatch: improve space before tab --fix optionJoe Perches2014-01-241-2/+4
* | | | | checkpatch: add a --fix-inplace optionJoe Perches2014-01-241-1/+9
* | | | | checkpatch: attempt to find missing switch/case break;Joe Perches2014-01-241-0/+25
* | | | | checkpatch: add warning of future __GFP_NOFAIL useDavid Rientjes2014-01-241-0/+6
* | | | | checkpatch: warn only on "space before semicolon" at end of lineJoe Perches2014-01-241-1/+1
* | | | | checkpatch: more comprehensive split strings warningJoe Perches2014-01-241-8/+4Star
* | | | | get_maintainer: add commit author information to --rolestatsJoe Perches2014-01-241-6/+85
* | | | | headers_check: special case seqbuf_dump()Paul Bolle2014-01-241-1/+5