summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-08zram: use atomic64_t for all zram statsSergey Senozhatsky2-12/+12
2014-04-08zram: remove good and bad compress statsSergey Senozhatsky2-13/+0
2014-04-08zram: do not pass rw argument to __zram_make_request()Sergey Senozhatsky1-18/+12
2014-04-08zram: drop `init_done' struct zram memberSergey Senozhatsky2-11/+11
2014-04-08drivers/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/kern...Linus Torvalds18-215/+213
2014-04-06Merge tag 'dm-3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds19-475/+2233
2014-04-06Merge tag 'iommu-updates-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-957/+1650
2014-04-06Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-277/+168
2014-04-06Merge tag 'clk-for-linus-3.15' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds48-698/+5161
2014-04-06Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-9/+900
2014-04-06Merge tag 'tags/cleanup2-3.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-30/+67
2014-04-06Merge tag 'sh-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2014-04-06Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds54-349/+4370
2014-04-06Merge tag 'dt-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-25/+36
2014-04-06Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds4-0/+310
2014-04-06Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds12-38/+386
2014-04-06Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-5/+2
2014-04-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds5-75/+600
2014-04-06Merge branch 'topic/exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-547/+1725
2014-04-05Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-822/+638
2014-04-05Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-108/+136
2014-04-05Merge tag 'upstream-3.15-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-0/+715
2014-04-05Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus 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...Linus 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
2014-04-04hwmon: (lm90) Create all sysfs groups in one callGuenter Roeck1-43/+26
2014-04-04hwmon: (lm90) Always use the dev variable in the probe functionGuenter Roeck1-3/+2
2014-04-04hwmon: (lm90) Create most optional attributes with sysfs_create_groupGuenter Roeck1-3/+11