summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-06-2616-483/+736
|\
| * drivers/firmware/memmap.c: fix kernel-doc formatMichal Simek2015-06-251-11/+13
| * drivers/md/md.c: use strreplace()Rasmus Villemoes2015-06-251-3/+1
| * drivers/base/core.c: use strreplace()Rasmus Villemoes2015-06-251-5/+4
| * netconsole: implement extended console supportTejun Heo2015-06-251-2/+139
| * netconsole: make all dynamic netconsoles share a mutexTejun Heo2015-06-251-5/+3
| * netconsole: make netconsole_target->enabled a boolTejun Heo2015-06-251-9/+9
| * netconsole: remove unnecessary netconsole_target_get/out() from write_msg()Tejun Heo2015-06-251-2/+0
| * drivers/misc/altera-stapl/altera.c: remove extraneous KERN_INFO prefixColin Ian King2015-06-251-1/+1
| * clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-251-1/+1
| * Mohit Kumar has movedPratyush Anand2015-06-253-3/+3
| * Pratyush Anand has movedPratyush Anand2015-06-255-8/+8
| * zram: check comp algorithm availability earlierSergey Senozhatsky2015-06-253-0/+9
| * zram: cut trailing newline in algorithm nameSergey Senozhatsky2015-06-252-1/+9
| * zram: cosmetic zram_bvec_write() cleanupSergey Senozhatsky2015-06-251-5/+3
| * zram: add dynamic device add/remove functionalitySergey Senozhatsky2015-06-251-3/+97
| * zram: close race by open overridingSergey Senozhatsky2015-06-252-19/+38
| * zram: return zram device_id from zram_add()Sergey Senozhatsky2015-06-251-9/+14
| * zram: trivial: correct flag operations commentSergey Senozhatsky2015-06-251-1/+1
| * zram: report every added and removed deviceSergey Senozhatsky2015-06-251-2/+3
| * zram: remove max_num_devices limitationSergey Senozhatsky2015-06-252-13/+1
| * zram: reorganize code layoutSergey Senozhatsky2015-06-251-363/+362
| * zram: use idr instead of `zram_devices' arraySergey Senozhatsky2015-06-251-37/+49
| * zram: cosmetic ZRAM_ATTR_RO code formatting tweakSergey Senozhatsky2015-06-251-1/+1
| * zram: remove obsolete ZRAM_DEBUG optionMarcin Jabrzyk2015-06-252-13/+1
* | Merge tag 'rtc-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2015-06-2533-323/+1173
|\ \
| * | rtc: remove useless I2C dependenciesAlexandre Belloni2015-06-251-7/+3
| * | rtc: whitespace fixesAlexandre Belloni2015-06-252-30/+30
| * | rtc: Properly sort MakefileAlexandre Belloni2015-06-251-17/+17
| * | rtc: pfc8563: fix uninitialized variable warningArnd Bergmann2015-06-251-1/+1
| * | rtc: ds1307: Enable the mcp794xx alarm after programming timeNishanth Menon2015-06-251-6/+6
| * | rtc: hym8563: make the irq optionalHeiko Stübner2015-06-251-8/+10
| * | rtc: gemini: fix cocci warningskbuild test robot2015-06-251-2/+1
| * | rtc: mv: correct 24 hour error messageAlexandre Belloni2015-06-251-4/+4
| * | rtc: mv: use BIT()Alexandre Belloni2015-06-251-2/+3
| * | rtc: efi: use correct EFI 'epoch'Ard Biesheuvel2015-06-251-25/+14
| * | rtc: interface: Remove rtc_set_mmss()Xunlei Pang2015-06-251-45/+0
| * | rtc: NTP: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronizationXunlei Pang2015-06-252-10/+21
| * | rtc: sunxi: Replace deprecated rtc_tm_to_time()Xunlei Pang2015-06-251-17/+15
| * | rtc: isl1208: Replace deprecated rtc_tm_to_time()Xunlei Pang2015-06-251-8/+1
| * | rtc: pcf8563: Replace deprecated rtc_time_to_tm() and rtc_tm_to_time()Xunlei Pang2015-06-251-4/+4
| * | rtc: palmas: Initialise bb_charging flag before using itLaxman Dewangan2015-06-251-1/+1
| * | rtc: simplify use of devm_ioremap_resourceJulia Lawall2015-06-253-12/+3
| * | rtc: pcf8563 fix: return -EINVAL if we read an invalid time.Jan Kardell2015-06-251-8/+3
| * | rtc: driver for Cortina GeminiHans Ulli Kroll2015-06-253-0/+188
| * | rtc: stmp3xxx select STMP_DEVICEAlexandre Belloni2015-06-251-0/+1
| * | rtc: snvs: fix wakealarm by call enable_irq_wake earlierStefan Agner2015-06-251-9/+21
| * | rtc: rtc-v3020: use gpio_request_array()Jingoo Han2015-06-251-30/+11
| * | rtc: ep93xx: Use readl/writel for ioH Hartley Sweeten2015-06-251-3/+3
| * | rtc: max77802: Report platform modalias to fix module autoloadJavier Martinez Canillas2015-06-251-0/+1