summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-10-20Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman214-1504/+1854
2013-10-19Merge tag 'pm+acpi-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-189/+15
2013-10-18Merge branch 'acpi-fixes'Rafael J. Wysocki7-181/+7
2013-10-17Merge tag 'driver-core-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+5
2013-10-17Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds16-80/+339
2013-10-17Merge tag 'tty-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-5/+3
2013-10-17Merge tag 'char-misc-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+13
2013-10-17Merge tag 'iio-fixes-for-3.12c' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman101-694/+1078
2013-10-17Revert "Drivers: hv: vmbus: Fix a bug in channel rescind code"Greg Kroah-Hartman1-2/+6
2013-10-17ACPI / PM: Drop two functions that are not used any moreRafael J. Wysocki2-57/+0
2013-10-17ATA / ACPI: remove power dependent device handlingAaron Lu3-21/+0
2013-10-17driver core: Release device_hotplug_lock when store_mem_state returns EINVALYasuaki Ishimatsu1-2/+5
2013-10-17i2o: convert bus code to use dev_groupsGreg Kroah-Hartman3-13/+23
2013-10-17memstick: convert bus code to use dev_groupsGreg Kroah-Hartman1-9/+9
2013-10-17tifm: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-10-17virtio: convert bus code to use dev_groupsGreg Kroah-Hartman1-8/+19
2013-10-17ipack: convert bus code to use dev_groupsGreg Kroah-Hartman1-7/+15
2013-10-17ide: convert bus code to use dev_groupsGreg Kroah-Hartman2-10/+27
2013-10-17hsi: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-10-17xenbus: convert bus code to use dev_groupsGreg Kroah-Hartman4-9/+21
2013-10-17ssb: convert bus code to use dev_groupsGreg Kroah-Hartman1-11/+14
2013-10-17rapidio: convert bus code to use dev_groupsGreg Kroah-Hartman3-16/+26
2013-10-17pcmcia: convert bus code to use dev_groupsGreg Kroah-Hartman1-26/+39
2013-10-17bcma: convert bus code to use dev_groupsGreg Kroah-Hartman1-7/+16
2013-10-17uwb: convert bus code to use dev_groupsGreg Kroah-Hartman1-5/+8
2013-10-17MMC: convert bus code to use dev_groupsGreg Kroah-Hartman2-14/+19
2013-10-17PNP: convert bus code to use dev_groupsGreg Kroah-Hartman3-19/+28
2013-10-17drivers/base/core.c: output device renaming messages with dev_dbg().ethan.zhao1-2/+1
2013-10-17devres: add kernel standard devm_k.alloc functionsJoe Perches1-11/+16
2013-10-17Merge tag 'dm-3.12-fix-cve' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+12
2013-10-17Merge tag 'gpio-v3.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2-4/+7
2013-10-17cpufreq: s3c64xx: Rename index to driver_dataCharles Keepax1-1/+1
2013-10-17ACPI / power: Drop automaitc resume of power resource dependent devicesRafael J. Wysocki1-99/+1
2013-10-17intel_pstate: Fix type mismatch warningRafael J. Wysocki1-3/+4
2013-10-17Drivers: hv: vmbus: Fix a bug in channel rescind codeK. Y. Srinivasan1-6/+2
2013-10-17usb: misc: usb3503: Fix compile error due to incorrect regmap depedencyMatthew Dawson1-1/+1
2013-10-17usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux1-2/+4
2013-10-17usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2-1/+11
2013-10-17usb: serial: option: blacklist Olivetti Olicard200Enrico Mioso1-1/+3
2013-10-17serial: vt8500: add missing bracesRoel Kluin1-2/+3
2013-10-16USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum1-0/+3
2013-10-16dm snapshot: fix data corruptionMikulas Patocka1-6/+12
2013-10-16Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds6-199/+1
2013-10-16cpufreq / intel_pstate: Fix max_perf_pct on resumeDirk Brandewie1-4/+3
2013-10-16Merge tag 'stable/for-linus-3.12-rc4-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2013-10-16ACPI: remove /proc/acpi/event from ACPI_BUTTON helpKrzysztof Mazur1-3/+3
2013-10-16ACPI / power: Release resource_lock after acpi_power_get_state() return errorLan Tianyu1-1/+3
2013-10-15iio:buffer: Free active scan mask in iio_disable_all_buffers()Lars-Peter Clausen1-0/+3
2013-10-15Revert "drivers: of: add initialization code for dma reserved memory"Marek Szyprowski4-184/+0
2013-10-15Merge tag 'vfio-v3.12-rc5' of git://github.com/awilliam/linux-vfioLinus Torvalds1-19/+21