summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drivers/rtc/rtc-rk808.c: fix rtc time reading issueChris Zhong2015-02-131-2/+8
* drivers/rtc/rtc-isl12057.c: constify struct regmap_configKrzysztof Kozlowski2015-02-131-1/+1
* drivers/rtc/rtc-at91sam9.c: constify struct regmap_configKrzysztof Kozlowski2015-02-131-1/+1
* drivers/rtc/rtc-imxdi.c: add more known register bitsJuergen Borleis2015-02-131-4/+40
* drivers/rtc/rtc-imxdi.c: trivial clean up codeJuergen Borleis2015-02-131-3/+3
* rtc: rtc-isl12057: add isil,irq2-can-wakeup-machine property for in-tree usersArnaud Ebalard2015-02-131-6/+39
* drivers/rtc/rtc-isl12057.c: add alarm support to Intersil ISL12057 RTC driverArnaud Ebalard2015-02-131-8/+305
* drivers/rtc/rtc-pcf2123.c: add support for devicetreeJoshua Clayton2015-02-131-0/+10
* x86_64: kasan: add interceptors for memset/memmove/memcpy functionsAndrey Ryabinin2015-02-131-0/+4
* kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-131-0/+1
* MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton2015-02-132-2/+0
* drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-2/+3
* usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-136-29/+13
* scsi: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-3/+3
* input: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-3/+3
* wireless: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-35/+12
* arm: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-131-2/+2
* tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-132-6/+4
* clk: convert clock name allocations to kstrdup_constAndrzej Hajda2015-02-131-6/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2015-02-137-8/+508
|\
| * leds: leds-gpio: Pass on error codes unmodifiedSoren Brinkmann2015-02-021-1/+2
| * leds: Add LED Flash class extension to the LED subsystemJacek Anaszewski2015-01-264-0/+501
| * leds: leds-mc13783: Use of_get_child_by_name() instead of refcount hackGeert Uytterhoeven2015-01-141-3/+1
| * leds: Use setup_timerJulia Lawall2015-01-141-3/+2
| * leds: Don't allow brightness values greater than max_brightnessGabriele Mazzotta2015-01-141-1/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-132-5/+17
|\ \
| * \ Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-01-231-0/+8
| |\ \
| | * | s390/sclp: introduce check for the SIGP Interpretation FacilityDavid Hildenbrand2015-01-231-0/+8
| * | | arm64: GICv3: introduce symbolic names for GICv3 ICC_SGI1R_EL1 fieldsAndre Przywara2015-01-201-5/+9
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-124-119/+135
|\ \ \
| * | | kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-122-3/+3
| * | | mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-121-3/+5
| * | | zram: remove request_queue from struct zramSergey Senozhatsky2015-02-122-9/+8
| * | | zram: remove init_lock in zram_make_requestMinchan Kim2015-02-122-32/+64
| * | | zram: check bd_openers instead of bd_holdersMinchan Kim2015-02-121-1/+1
| * | | zram: rework reset and destroy pathSergey Senozhatsky2015-02-121-42/+33
| * | | zram: fix umount-reset_store-mount race conditionSergey Senozhatsky2015-02-121-14/+9
| * | | zram: free meta table in zram_meta_freeGanesh Mahendran2015-02-121-17/+16
| * | | zram: clean up zram_meta_alloc()Sergey Senozhatsky2015-02-121-8/+6
* | | | Merge tag 'dm-3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-1215-193/+407
|\ \ \ \
| * | | | dm: inherit QUEUE_FLAG_SG_GAPS flags from underlying queuesKeith Busch2015-02-111-0/+13
| * | | | dm snapshot: remove unnecessary NULL checks before vfree() callsMarkus Elfring2015-02-091-10/+4
| * | | | dm mpath: simplify failure path of dm_multipath_init()Johannes Thumshirn2015-02-091-9/+15
| * | | | dm thin metadata: remove unused dm_pool_get_data_block_size()Rickard Strandqvist2015-02-092-11/+0
| * | | | dm ioctl: fix stale comment above dm_get_inactive_table()Junxiao Bi2015-02-091-2/+2
| * | | | dm crypt: update url in CONFIG_DM_CRYPT help textLoic Pefferkorn2015-02-091-3/+2
| * | | | dm bufio: fix time comparison to use time_after_eq()Asaf Vertz2015-02-091-1/+2
| * | | | dm: use time_in_range() and time_after()Manuel Schölling2015-02-093-6/+9
| * | | | dm raid: fix a couple integer overflowsDan Carpenter2015-02-091-9/+7
| * | | | dm table: train hybrid target type detection to select blk-mq if appropriateMike Snitzer2015-02-092-16/+22