aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-07drivers/misc/sgi-gru/grukdump.c: cleanup gru_dump_context() a littleDan Carpenter1-3/+3
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine7-7/+70
2014-04-07drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsAlexandre Bounine2-33/+82
2014-04-07zram: support REQ_DISCARDJoonsoo Kim1-0/+62
2014-04-07zram: use scnprintf() in attrs show() methodsSergey Senozhatsky2-9/+11
2014-04-07zram: propagate error to userMinchan Kim3-11/+20
2014-04-07zram: return error-valued pointer from zcomp_create()Sergey Senozhatsky2-15/+18
2014-04-07zram: move comp allocation out of init_lockSergey Senozhatsky1-12/+15
2014-04-07zram: add lz4 algorithm backendSergey Senozhatsky5-0/+82
2014-04-07zram: make compression algorithm selection possibleSergey Senozhatsky4-6/+66
2014-04-07zram: add set_max_streams knobSergey Senozhatsky3-3/+41
2014-04-07zram: add multi stream functionalitySergey Senozhatsky4-5/+167
2014-04-07zram: factor out single stream compressionSergey Senozhatsky2-10/+59
2014-04-07zram: use zcomp compressing backendsSergey Senozhatsky3-43/+36
2014-04-07zram: introduce compressing backend abstractionSergey Senozhatsky4-0/+237
2014-04-07zram: delete zram_init_device()Sergey Senozhatsky1-11/+5
2014-04-07zram: move zram size warning to documentationSergey Senozhatsky1-15/+0
2014-04-07zram: drop not used table `count' memberSergey Senozhatsky1-1/+0
2014-04-07zram: report failed read and write statsSergey Senozhatsky1-0/+4
2014-04-07zram: remove zram stats code duplicationSergey Senozhatsky1-59/+23
2014-04-07zram: use atomic64_t for all zram statsSergey Senozhatsky2-12/+12
2014-04-07zram: remove good and bad compress statsSergey Senozhatsky2-13/+0
2014-04-07zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky1-18/+12
2014-04-07zram: drop `init_done' struct zram memberSergey Senozhatsky2-11/+11
2014-04-07drivers/lguest/page_tables.c: rename do_set_pte()Andrew Morton1-3/+3
2014-04-06Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds18-215/+213
2014-04-05Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds19-475/+2233
2014-04-05Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds12-957/+1650
2014-04-05Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds17-277/+168
2014-04-05Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds48-698/+5161
2014-04-05Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds9-9/+900
2014-04-05Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-30/+67
2014-04-05Merge tag 'sh-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds54-349/+4370
2014-04-05Merge tag 'dt-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-25/+36
2014-04-05Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+310
2014-04-05Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds12-38/+386
2014-04-05Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-5/+2
2014-04-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-75/+600
2014-04-05Merge branch 'topic/exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds23-547/+1725
2014-04-04Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds46-822/+638
2014-04-04Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-108/+136
2014-04-04Merge tag 'upstream-3.15-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-0/+715
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds2-3/+3
2014-04-04dm cache: fix a lock-inversionJoe Thornber3-52/+20
2014-04-04dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer1-2/+82
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds328-6873/+41439
2014-04-04hwmon: (it87) Add support for IT8623ERudolf Marek1-0/+3
2014-04-04hwmon: (it87) Fix IT8603E define nameRudolf Marek1-3/+3
2014-04-04hwmon: (lm90) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-22/+17