summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-0714-1196/+404
|\
| * powerpc/cpuidle: Fix parsing of idle state flags from device-treeVaidyanathan Srinivasan2014-08-051-8/+8
| * powerpc/cpufreq: Add pr_warn() on OPAL firmware failuresVaidyanathan Srinivasan2014-08-051-2/+16
| * drivers/vfio: EEH support for VFIO PCI deviceGavin Shan2014-08-054-5/+118
| * Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-08-053-0/+262
| |\
| | * memory: Freescale CoreNet Coherency Fabric error reporting driverScott Wood2014-07-293-0/+262
| * | Merge branch 'merge' into nextBenjamin Herrenschmidt2014-07-111-1/+2
| |\ \ | | |/ | |/|
| * | powerpc/8xx: Remove empty asm/mpc8xx.hScott Wood2014-06-252-2/+0
| * | pcmcia: Remove m8xx_pcmcia driverScott Wood2014-06-253-1179/+0
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-08-0711-253/+444
|\ \ \
| * | | MIPS: OCTEON: watchdog: don't jump to bootloader without entry addressAaro Koskinen2014-08-021-28/+34
| * | | MIPS: Loongson: Modify ChipConfig register definitionHuacai Chen2014-07-301-3/+3
| * | | MIPS: Alchemy: au1xmmc: use clk frameworkManuel Lauss2014-07-301-10/+21
| * | | MIPS: Alchemy: au1200fb: use clk frameworkManuel Lauss2014-07-301-27/+23
| * | | MIPS: Alchemy: au1100fb: use clk frameworkManuel Lauss2014-07-302-14/+23
| * | | MIPS: Alchemy: irda: use clk frameworkManuel Lauss2014-07-301-2/+46
| * | | MIPS: Alchemy: remove au_read/write/syncManuel Lauss2014-07-306-155/+165
| * | | MIPS: Alchemy: add helpers to access static memory ctrl registers.Manuel Lauss2014-07-301-5/+3
| * | | MIPS: Alchemy: introduce helpers to access SYS register block.Manuel Lauss2014-07-304-19/+18
| * | | MIPS: Alchemy: move ethernet registers to ethernet driverManuel Lauss2014-07-301-0/+118
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-08-0711-227/+346
|\ \ \ \
| * | | | s390/dasd: fix camel caseStefan Haberland2014-08-013-9/+9
| * | | | s390/3215: fix hanging console issueMartin Schwidefsky2014-07-281-15/+17
| * | | | dasd: fix error recovery for alias devices during formatStefan Haberland2014-07-224-22/+62
| * | | | dasd: fix list_del corruption during formatStefan Haberland2014-07-221-1/+5
| * | | | dasd: fix unresponsive device during formatStefan Haberland2014-07-221-0/+9
| * | | | dasd: use aliases for formatted devices during formatStefan Haberland2014-07-223-8/+9
| * | | | s390/pci: fix kmsg componentGerald Schaefer2014-07-221-2/+2
| * | | | s390/watchdog: Fix module name in Kconfig help textPhilipp Hachtmann2014-07-221-1/+1
| * | | | s390/dasd: replace seq_printf by seq_putsFabian Frederick2014-07-221-17/+17
| * | | | s390/dasd: replace pr_warning by pr_warnFabian Frederick2014-07-221-16/+12
| * | | | s390/dasd: Move EXPORT_SYMBOL after function/variableFabian Frederick2014-07-221-36/+33
| * | | | s390/dasd: remove unnecessary null test before debugfs_removeFabian Frederick2014-07-221-17/+8
| * | | | s390/zfcp: use qdio buffer helpersSebastian Ott2014-07-221-28/+21
| * | | | s390/qeth: extract qdio buffers from output buffer structSebastian Ott2014-07-222-37/+58
| * | | | s390/qeth: extract qdio buffers from input buffer structSebastian Ott2014-07-222-8/+17
| * | | | s390/qeth: qdio queue helpersSebastian Ott2014-07-221-25/+28
| * | | | s390/qdio: add helpers to manage qdio buffersSebastian Ott2014-07-221-0/+53
* | | | | Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-0617-355/+111
|\ \ \ \ \
| * | | | | libata: Use glob_match from lib/glob.cGeorge Spelvin2014-08-062-69/+4
| * | | | | list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-064-5/+5
| * | | | | fs.h, drivers/hwmon/asus_atk0110.c: fix DEFINE_SIMPLE_ATTRIBUTE semicolon def...Joe Perches2014-08-061-1/+1
| * | | | | zram: replace global tb_lock with fine grain lockWeijie Yang2014-08-062-33/+60
| * | | | | zram: use size_t instead of u16Minchan Kim2014-08-061-1/+1
| * | | | | zram: remove unused SECTOR_SIZE defineSergey Senozhatsky2014-08-061-1/+0
| * | | | | zram: rename struct `table' to `zram_table_entry'Sergey Senozhatsky2014-08-061-2/+2
| * | | | | mm, oom: ensure memoryless node zonelist always includes zonesDavid Rientjes2014-08-061-1/+1
| * | | | | drivers/firmware/memmap.c: don't allocate firmware_map_entry of same memory r...Yasuaki Ishimatsu2014-08-061-0/+4
| * | | | | drivers/firmware/memmap.c: pass the correct argument to firmware_map_find_ent...Yasuaki Ishimatsu2014-08-061-1/+1
| * | | | | mm/vmalloc.c: clean up map_vm_area third argumentWANG Chao2014-08-062-8/+3