summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-04-09drivers/block/loop.c: ratelimit error messagesMike Galbraith1-4/+4
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-113/+190
2014-04-08Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds136-2/+89854
2014-04-08Merge branch 'acpi-config'Rafael J. Wysocki1-2/+6
2014-04-08ACPI: Update the ACPI spec information in KconfigHanjun Guo1-2/+6
2014-04-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds10-18/+137
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds441-15287/+35607
2014-04-08isdnloop: several buffer overflowsDan Carpenter1-8/+9
2014-04-08[media] gpsca: remove the risk of a division by zeroMauro Carvalho Chehab1-1/+3
2014-04-08[media] stk1160: warrant a NUL terminated stringMauro Carvalho Chehab1-1/+1
2014-04-08backlight: lm3639: Use devm_backlight_device_register()Daniel Jeong1-10/+7
2014-04-08backlight: gpio-backlight: Add DT supportDenis Carikli1-7/+51
2014-04-08backlight: core: Replace kfree with put_deviceLevente Kurusa1-1/+1
2014-04-08Merge branches 'pm-wakeup' and 'pm-domains'Rafael J. Wysocki1-0/+13
2014-04-08Merge branches 'acpi-cleanup', 'acpi-thermal', 'acpi-video' and 'acpi-dock'Rafael J. Wysocki5-11/+11
2014-04-08Merge branch 'pm-cpufreq'Rafael J. Wysocki35-164/+507
2014-04-08Merge branch 'pm-cpuidle'Rafael J. Wysocki2-6/+201
2014-04-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki1-6/+198
2014-04-08spi: qup: Depend on ARCH_QCOMPaul Bolle1-1/+1
2014-04-08cpuidle: sysfs: Export target residency informationDaniel Lezcano1-0/+3
2014-04-08cpufreq: ppc: Remove duplicate inclusion of fsl_soc.hSachin Kamat1-1/+0
2014-04-08mmc: sdhci-acpi: Intel SDIO has broken card detectAdrian Hunter1-0/+1
2014-04-08thermal: rcar-thermal: update thermal zone only when temperature changesPatrick Titiano1-1/+6
2014-04-08thermal: rcar-thermal: fix same mask applied twicePatrick Titiano1-1/+1
2014-04-08thermal: ti-soc-thermal: Use SIMPLE_DEV_PM_OPS macroJingoo Han1-4/+2
2014-04-08thermal: imx: update formula for thermal sensorAnson Huang1-13/+26
2014-04-08DRM: armada: fix corruption while loading cursorsRussell King1-0/+1
2014-04-08Merge tag 'stable/for-linus-3.15-tag2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-04-08Merge branch 'akpm' (incoming from Andrew)Linus Torvalds25-220/+959
2014-04-08Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König4-4/+4
2014-04-08drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a littleDan Carpenter1-3/+3
2014-04-08rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine7-7/+70
2014-04-08drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsAlexandre Bounine2-33/+82
2014-04-08zram: support REQ_DISCARDJoonsoo Kim1-0/+62
2014-04-08zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2-9/+11
2014-04-08zram: propagate error to userMinchan Kim3-11/+20
2014-04-08zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2-15/+18
2014-04-08zram: move comp allocation out of init_lockSergey Senozhatsky1-12/+15
2014-04-08zram: add lz4 algorithm backendSergey Senozhatsky5-0/+82
2014-04-08zram: make compression algorithm selection possibleSergey Senozhatsky4-6/+66
2014-04-08zram: add set_max_streams knobSergey Senozhatsky3-3/+41
2014-04-08zram: add multi stream functionalitySergey Senozhatsky4-5/+167
2014-04-08zram: factor out single stream compressionSergey Senozhatsky2-10/+59
2014-04-08zram: use zcomp compressing backendsSergey Senozhatsky3-43/+36
2014-04-08zram: introduce compressing backend abstractionSergey Senozhatsky4-0/+237
2014-04-08zram: delete zram_init_device()Sergey Senozhatsky1-11/+5
2014-04-08zram: move zram size warning to documentationSergey Senozhatsky1-15/+0
2014-04-08zram: drop not used table `count' memberSergey Senozhatsky1-1/+0
2014-04-08zram: report failed read and write statsSergey Senozhatsky1-0/+4
2014-04-08zram: remove zram stats code duplicationSergey Senozhatsky1-59/+23