| Commit message (Expand) | Author | Age | Files | Lines |
* | revert "kallsyms: fix absolute addresses for kASLR" | Andrew Morton | 2014-03-10 | 1 | -1/+2 |
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 2014-03-07 | 1 | -0/+13 |
|\ |
|
| * | ARM: 7964/1: Detect section mismatches in thumb relocations | David A. Long | 2014-02-18 | 1 | -0/+13 |
* | | kallsyms: fix absolute addresses for kASLR | Andy Honig | 2014-03-04 | 1 | -2/+1 |
* | | scripts/gen_initramfs_list.sh: fix flags for initramfs LZ4 compression | Daniel M. Weeks | 2014-03-04 | 1 | -1/+1 |
* | | of: Move testcase FDT data into drivers/of | Grant Likely | 2014-02-20 | 1 | -0/+1 |
* | | Merge tag 'usb-3.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2014-02-14 | 1 | -2/+2 |
|\ \ |
|
| * | | Modpost: fixed USB alias generation for ranges including 0x9 and 0xA | Jan Moskyto Matejka | 2014-02-07 | 1 | -2/+2 |
| |/ |
|
* | | checkpatch: fix detection of git repository | Richard Genoud | 2014-02-10 | 1 | -2/+2 |
* | | get_maintainer: fix detection of git repository | Richard Genoud | 2014-02-10 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k... | Linus Torvalds | 2014-02-01 | 2 | -8/+126 |
|\ |
|
| * | deb-pkg: Fix building for MIPS big-endian or ARM OABI | Ben Hutchings | 2014-01-03 | 1 | -2/+2 |
| * | deb-pkg: Fix cross-building linux-headers package | Ben Hutchings | 2014-01-03 | 1 | -5/+4 |
| * | scripts: Coccinelle script for pm_runtime_* return checks with IS_ERR_VALUE | Nishanth Menon | 2014-01-03 | 1 | -0/+109 |
| * | Merge commit v3.13-rc1 into kbuild/misc | Michal Marek | 2014-01-02 | 22 | -124/+303 |
| |\ |
|
| * | | deb-pkg: Inhibit initramfs builders if CONFIG_BLK_DEV_INITRD is not set | Ben Hutchings | 2013-11-18 | 1 | -1/+11 |
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2014-01-30 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | Fix detectition of kernel git repository in setlocalversion script [take #2] | Franck Bui-Huu | 2014-01-03 | 1 | -1/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 2014-01-27 | 1 | -0/+9 |
|\ \ \ |
|
| * | | | checkpatch.pl: check for function declarations without arguments | Joe Perches | 2014-01-27 | 1 | -0/+9 |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2014-01-27 | 1 | -2/+6 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | powerpc: Add vr save/restore functions | Andreas Schwab | 2014-01-15 | 1 | -2/+6 |
| |/ / |
|
* | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-01-24 | 1 | -0/+1446 |
|\ \ \ |
|
| * \ \ | Merge branches 'acpi-tools' and 'pm-tools' | Rafael J. Wysocki | 2014-01-17 | 1 | -0/+1446 |
| |\ \ \ |
|
| | * | | | PM / tools: new tool for suspend/resume performance optimization | Todd E Brandt | 2014-01-17 | 1 | -0/+1446 |
* | | | | | checkpatch: prefer ether_addr_copy to memcpy(foo, bar, ETH_ALEN) | Joe Perches | 2014-01-23 | 1 | -0/+10 |
* | | | | | checkpatch: add DT compatible string documentation checks | Rob Herring | 2014-01-23 | 1 | -0/+27 |
* | | | | | checkpatch: only flag FSF address, not gnu.org URL | Alexander Duyck | 2014-01-23 | 1 | -3/+1 |
* | | | | | checkpatch: add tests for function pointer style misuses | Joe Perches | 2014-01-23 | 1 | -0/+59 |
* | | | | | checkpatch: update the FSF/GPL address check | Joe Perches | 2014-01-23 | 1 | -5/+6 |
* | | | | | checkpatch: check for if's with unnecessary parentheses | Joe Perches | 2014-01-23 | 1 | -0/+14 |
* | | | | | checkpatch: improve space before tab --fix option | Joe Perches | 2014-01-23 | 1 | -2/+4 |
* | | | | | checkpatch: add a --fix-inplace option | Joe Perches | 2014-01-23 | 1 | -1/+9 |
* | | | | | checkpatch: attempt to find missing switch/case break; | Joe Perches | 2014-01-23 | 1 | -0/+25 |
* | | | | | checkpatch: add warning of future __GFP_NOFAIL use | David Rientjes | 2014-01-23 | 1 | -0/+6 |
* | | | | | checkpatch: warn only on "space before semicolon" at end of line | Joe Perches | 2014-01-23 | 1 | -1/+1 |
* | | | | | checkpatch: more comprehensive split strings warning | Joe Perches | 2014-01-23 | 1 | -8/+4 |
* | | | | | get_maintainer: add commit author information to --rolestats | Joe Perches | 2014-01-23 | 1 | -6/+85 |
* | | | | | headers_check: special case seqbuf_dump() | Paul Bolle | 2014-01-23 | 1 | -1/+5 |
* | | | | | microblaze: extable: sort the exception table at build time | Michal Simek | 2014-01-23 | 1 | -0/+5 |
* | | | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-01-22 | 1 | -4/+7 |
|\ \ \ \ \ |
|
| * | | | | | PCI/checkpatch: Deprecate DEFINE_PCI_DEVICE_TABLE | Joe Perches | 2013-12-13 | 1 | -4/+7 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2014-01-20 | 1 | -1/+1 |
|\ \ \ \ \ |
|
| * | | | | | arm64, jump label: detect %c support for ARM64 | Jiang Liu | 2014-01-08 | 1 | -1/+1 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge tag 'localmodconfig-v3.14' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-01-20 | 1 | -0/+7 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | localmodconfig: Add config depends by default settings | Steven Rostedt (Red Hat) | 2013-12-20 | 1 | -0/+7 |
| |/ / / |
|
* | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-12-23 | 1 | -1/+3 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | scripts/link-vmlinux.sh: only filter kernel symbols for arm | Ming Lei | 2013-12-10 | 1 | -1/+3 |
| |/ / |
|
* | | | Merge tag 'arc-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-12-13 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | ARC: extable: Enable sorting at build time | Vineet Gupta | 2013-11-25 | 1 | -0/+5 |
| |/ / |
|