summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfacesRafael Aquini2014-08-061-1/+1
| * | | mm/mem-hotplug: replace simple_strtoull() with kstrtoull()Zhang Zhen2014-08-061-1/+3
| * | | mm, CMA: change cma_declare_contiguous() to obey coding conventionJoonsoo Kim2014-08-061-1/+1
| * | | CMA: generalize CMA reserved area management functionalityJoonsoo Kim2014-08-062-282/+8
| * | | DMA, CMA: support arbitrary bitmap granularityJoonsoo Kim2014-08-061-24/+53
| * | | DMA, CMA: support alignment constraint on CMA regionJoonsoo Kim2014-08-061-8/+18
| * | | DMA, CMA: separate core CMA management codes from DMA APIsJoonsoo Kim2014-08-061-48/+77
| * | | mem-hotplug: introduce MMOP_OFFLINE to replace the hard coding -1Tang Chen2014-08-061-9/+9
| * | | mem-hotplug: avoid illegal state prefixed with legal state when changing stat...Tang Chen2014-08-061-4/+4