summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-12-18i8k: Implement hwmon based fan speed controlGuenter Roeck1-5/+44
2013-12-18i8k: Stop reading SMM BIOS version during driver probeGuenter Roeck1-40/+2
2013-12-18i8k: Use driver_data field of dmi_system_id to override fan multiplierGuenter Roeck1-1/+10
2013-12-18i8k: Add support for Dell XPS M140Guenter Roeck1-0/+7
2013-12-18i8k: Add support for Dell Studio laptopsGuenter Roeck1-0/+7
2013-12-18i8k: Add copyrightGuenter Roeck1-0/+1
2013-12-18i8k: Force SMM to run on CPU 0Guenter Roeck1-2/+17
2013-12-18i8k: Drop driver version number and info message at startupGuenter Roeck1-5/+0
2013-12-18i8k: Remove obsolete link to out-of-tree driverGuenter Roeck1-2/+0
2013-12-18i8k: Support additional temperature sensorsGuenter Roeck1-19/+45
2013-12-18i8k: Convert to use to hwmon_device_register_with_groups hwmon APIGuenter Roeck1-78/+54
2013-12-18i8k: Fix various checkpatch warnings and errorsGuenter Roeck1-17/+23
2013-12-18i8k: Convert to use pr_ functions instead of printkGuenter Roeck1-9/+10
2013-12-18drivers: hv: Mark the function hv_synic_free_cpu() as static in hv.cRashika Kheria1-1/+1
2013-12-18drivers: misc: Mark functions as static in ad525x_dpot.cRashika Kheria1-2/+2
2013-12-18drivers: misc: Mark function jp_generic_ide_ioctl() as static in lkdtm.cRashika Kheria1-1/+1
2013-12-18mei: me: set dma mask using DMA mapping APITomas Winkler1-0/+15
2013-12-18mei: enable marking internal commandsTomas Winkler5-3/+10
2013-12-18char: Int overflow in lp_do_ioctl().Yongjian Xu1-0/+2
2013-12-16Merge 3.13-rc4 into char-misc-nextGreg Kroah-Hartman551-3074/+7036
2013-12-15null_blk: mem garbage on NUMA systems during initMatias Bjorling1-4/+4
2013-12-15radeon_pm: fix oops in hwmon_attributes_visible() and radeon_hwmon_show_temp_...Sergey Senozhatsky1-4/+2
2013-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds69-588/+1036
2013-12-15Merge tag 'pci-v3.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-9/+38
2013-12-14igb: Fix for issue where values could be too high for udelay function.Carolyn Wyborny1-1/+4
2013-12-14i40e: fix null dereferenceJesse Brandeburg1-0/+3
2013-12-14Merge tag 'edac_fixes_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-12-13Merge tag 'dm-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds15-67/+191
2013-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-0/+3
2013-12-13Merge tag 'regulator-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-5/+10
2013-12-13Merge tag 'regmap-v3.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-9/+10
2013-12-13Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+5
2013-12-13Merge tag 'for-linus-20131212' of git://git.infradead.org/linux-mtdLinus Torvalds1-5/+1
2013-12-13Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds4-33/+14
2013-12-13dm array: fix a reference counting bug in shadow_ablockJoe Thornber1-1/+9
2013-12-13dm space map: disallow decrementing a reference count below zeroJoe Thornber1-9/+23
2013-12-13Merge remote-tracking branch 'regulator/topic/constraints' into regulator-linusMark Brown1-3/+8
2013-12-12Merge branch 'akpm' (fixes from Andrew)Linus Torvalds5-45/+113
2013-12-12mfd/rtc: s5m: fix register updating by adding regmap for RTCKrzysztof Kozlowski4-13/+27
2013-12-12rtc: s5m: enable IRQ wake during suspendKrzysztof Kozlowski1-0/+25
2013-12-12rtc: s5m: limit endless loop waiting for register updateKrzysztof Kozlowski1-6/+31
2013-12-12rtc: s5m: fix unsuccesful IRQ request during probeKrzysztof Kozlowski1-2/+4
2013-12-12drivers/rtc/rtc-s5m.c: fix info->rtc assignmentGeert Uytterhoeven1-27/+27
2013-12-12drivers/rtc/rtc-at91rm9200.c: correct alarm over day/month wrapLinus Pizunski1-0/+2
2013-12-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2013-12-12mtd: nand: pxa3xx: Use info->use_dma to release DMA resourcesEzequiel Garcia1-1/+1
2013-12-12Partially revert "mtd: nand: pxa3xx: Introduce 'marvell,armada370-nand' compa...Ezequiel Garcia1-4/+0
2013-12-12i2c: imx: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2013-12-12i2c: mux: Inherit retry count and timeout from parent for muxed busElie De Brauwer1-0/+2
2013-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-8/+18