aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-06rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev1-8/+3
2014-06-06drivers/rtc/rtc-pxa.c: make of_device_id array constJingoo Han1-1/+1
2014-06-06drivers/rtc/rtc-sa1100.c: make of_device_id array constJingoo Han1-1/+1
2014-06-06drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla1-34/+33
2014-06-06rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON1-2/+14
2014-06-06drivers/rtc/rtc-hym8563.c: add optional clock-output-names propertyHeiko Stuebner1-0/+3
2014-06-06drivers/rtc/rtc-bfin.c: do not abort when requesting irq failsMike Frysinger1-9/+7
2014-06-06drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori1-1/+15
2014-06-06drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori1-21/+21
2014-06-06drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori1-4/+9
2014-06-06rtc: da9063: RTC driverOpensource [Steve Twiss]3-0/+344
2014-06-06drivers/rtc: add support for Microchip MCP795Josef Gajdusek3-0/+208
2014-06-06drivers/rtc/rtc-ds1343.c: fix potential race conditionRaghavendra Ganiga1-14/+24
2014-06-06rtc: fix build errorRaghavendra Ganiga1-0/+1
2014-06-06drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344Raghavendra Ganiga3-0/+690
2014-06-06rtc: rtc-palmas: make of_device_id array constJingoo Han1-1/+1
2014-06-06rtc: rtc-mv: make of_device_id array constJingoo Han1-1/+1
2014-06-06rtc: isl12057: make of_device_id array constJingoo Han1-1/+1
2014-06-06rtc: rtc-hym8563: make of_device_id array constJingoo Han1-1/+1
2014-06-06rtc: rtc-ds1742: make of_device_id array constJingoo Han1-1/+1
2014-06-06drivers/rtc/rtc-da9052.c: ALARM causes interrupt stormAnthony Olech1-56/+66
2014-06-06drivers/rtc/rtc-88pm860x.c: add missing of_node_put()Krzysztof Kozlowski1-0/+1
2014-06-06drivers/rtc/rtc-88pm860x.c: use of_get_child_by_name()Krzysztof Kozlowski1-1/+1
2014-06-06drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation supportMaciej W. Rozycki1-25/+60
2014-06-06drivers/rtc/rtc-efi.c: avoid subtracting day twice when computing year daysLee, Chun-Yi1-1/+1
2014-06-06drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang2-2/+3
2014-06-06drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang1-14/+23
2014-06-06drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang1-41/+23
2014-06-06drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang1-6/+0
2014-06-06drivers/rtc: add APM X-Gene SoC RTC driverLoc Ho3-0/+288
2014-06-06drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak1-2/+12
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze into nextLinus Torvalds1-3/+0
2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2-6/+169
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds4-0/+649
2014-06-05Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds3-82/+284
2014-06-04Merge branch 'akpm' (patchbomb from Andrew) into nextLinus Torvalds9-49/+92
2014-06-04kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2-13/+13
2014-06-04zram: correct offset usage in zram_bio_discardWeijie Yang1-2/+2
2014-06-04cma: increase CMA_ALIGNMENT upper limit to 12Marc Carino1-1/+1
2014-06-04brd: return -ENOSPC rather than -ENOMEM on page allocation failureMatthew Wilcox1-3/+3
2014-06-04brd: add support for rw_page()Matthew Wilcox1-0/+10
2014-06-04drm/exynos: call find_vma with the mmap_sem heldJonathan Gonzalez V1-0/+6
2014-06-04memory-hotplug: update documentation to hide information about SECTIONS and remove end_phys_indexLi Zhong1-12/+0
2014-06-04cma: add placement specifier for "cma=" kernel parameterAkinobu Mita1-10/+32
2014-06-04intel-iommu: integrate DMA CMAAkinobu Mita1-8/+25
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds14-62/+243
2014-06-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds13-21/+407
2014-06-04Merge branch 'for-linus' of git://git.kernel.dk/linux-block into nextLinus Torvalds1-1/+3
2014-06-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media into nextLinus Torvalds231-5576/+8057
2014-06-04[media] au0828-dvb: restore its permission to 644Mauro Carvalho Chehab1-0/+0