aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-06Revert "ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entries"Greg Kroah-Hartman3-24/+100
2014-11-26firmware class: Deletion of an unnecessary check before the function call "vunmap"Markus Elfring1-2/+1
2014-11-26firmware loader: fix hung task warning dumpKweh, Hock Leong1-2/+2
2014-11-26devcoredump: provide a one-way disable functionJohannes Berg1-8/+48
2014-11-26ath: ath9k: use debugfs_create_devm_seqfile() helper for seq_file entriesArend van Spriel3-100/+24
2014-11-26ath: use seq_file api for ath9k debugfs filesArend van Spriel2-274/+192
2014-11-24drivers/base: cacheinfo: remove noisy error boot messageSudeep Holla1-3/+1
2014-11-11Revert "core: platform: add warning if driver has no owner"Wolfram Sang1-3/+0
2014-11-07drivers: base: support cpu cache information interface to userspace via sysfsSudeep Holla2-1/+542
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla1-0/+54
2014-11-07topology: replace custom attribute macros with standard DEVICE_ATTR*Sudeep Holla1-29/+24
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla5-68/+20
2014-11-07driver core: Fix unbalanced device reference in drivers_probeAlex Williamson1-3/+5
2014-11-07driver core: fix race with userland in device_add()Sergey Klyaus1-20/+18
2014-11-06core: platform: let platform_create_bundle initialize module ownerWolfram Sang1-5/+6
2014-11-06core: platform: let platform_driver_probe initialize module ownerWolfram Sang1-5/+6
2014-11-06core: platform: add warning if driver has no ownerWolfram Sang1-0/+3
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1404-1430/+0
2014-11-02Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds5-21/+70
2014-11-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-10/+42
2014-11-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-82/+116
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-6/+9
2014-11-03drm/exynos: correct connector->dpms field before resumingAndrzej Hajda1-2/+6
2014-11-03drm/exynos: enable vblank after DPMS onAndrzej Hajda1-1/+4
2014-11-03drm/exynos: init kms poll at the end of initializationAndrzej Hajda1-6/+6
2014-11-03drm/exynos: propagate plane initialization errorsAndrzej Hajda1-2/+5
2014-11-03drm/exynos: vidi: fix build warningInki Dae1-1/+0
2014-11-03drm/exynos: remove explicit encoder/connector de-initializationAndrzej Hajda5-22/+0
2014-11-03drm/exynos: init vblank with real number of crtcsAndrzej Hajda1-9/+9
2014-11-01Merge tag 'staging-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-28/+31
2014-11-01Merge tag 'usb-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds32-173/+319
2014-10-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds11-28/+301
2014-10-31Merge tag 'pm+acpi-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-52/+119
2014-10-31Merge tag 'pci-v3.18-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-14/+14
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds93-473/+973
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-9/+0
2014-10-31Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki2-26/+44
2014-10-31Merge branches 'acpi-scan' and 'acpi-ec'Rafael J. Wysocki2-26/+75
2014-10-31Merge tag 'master-2014-10-30' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller14-32/+67
2014-10-31drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch modeLennart Sorensen3-2/+49
2014-10-31drivers: net: cpsw: Fix broken loop condition in switch modeLennart Sorensen1-5/+5
2014-10-31stmmac: pci: set default of the filter binsAndy Shevchenko1-0/+7
2014-10-31net: smc91x: Fix gpios for device tree based bootingTony Lindgren2-0/+61
2014-10-31sunvdc: don't call VD_OP_GET_VTOCDwight Engen1-9/+0
2014-10-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2014-10-31r8152: stop submitting intr for -EPROTOhayeswang1-0/+3
2014-10-31Revert "Input: i8042 - disable active multiplexing by default"Dmitry Torokhov2-9/+274
2014-10-31Input: altera_ps2 - use correct type for irq return valueTobias Klauser1-1/+1
2014-10-31Input: altera_ps2 - write to correct register when disabling interruptsTobias Klauser1-1/+1
2014-10-31Input: max77693-haptic - fix potential overflowDmitry Torokhov1-3/+2