summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-10-29mei: mei_cl_link remove duplicated check for open_handle_countTomas Winkler1-6/+0
2013-10-29mei: print correct device state during unexpected resetAlexander Usyskin1-4/+4
2013-10-29mei: nfc: fix memory leak in error pathTomas Winkler1-4/+6
2013-10-29lkdtm: add tests for additional page permissionsKees Cook1-0/+61
2013-10-29lkdtm: adjust recursion size to avoid warningsKees Cook1-10/+20
2013-10-25lkdtm: isolate stack corruption testKees Cook1-6/+10
2013-10-19mei: move host_clients_map cleanup to device initAlexander Usyskin2-9/+8
2013-10-19mei: me: downgrade two errors to debug levelPaul Bolle1-2/+2
2013-10-19Drivers: hv: vmbus: Fix a bug in channel rescind codeK. Y. Srinivasan1-2/+3
2013-10-19Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman216-1514/+1864
2013-10-18Merge 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-16driver core: Release device_hotplug_lock when store_mem_state returns EINVALYasuaki Ishimatsu1-2/+5
2013-10-16Merge tag 'dm-3.12-fix-cve' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+12
2013-10-16Merge tag 'gpio-v3.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2-4/+7
2013-10-16cpufreq: s3c64xx: Rename index to driver_dataCharles Keepax1-1/+1
2013-10-16ACPI / power: Drop automaitc resume of power resource dependent devicesRafael J. Wysocki1-99/+1
2013-10-16drivers: hv: Fix wrong check for synic_event_pageFelipe Pena1-1/+1
2013-10-16intel_pstate: Fix type mismatch warningRafael J. Wysocki1-3/+4
2013-10-16Drivers: hv: vmbus: Fix a bug in channel rescind codeK. Y. Srinivasan1-6/+2
2013-10-16usb: misc: usb3503: Fix compile error due to incorrect regmap depedencyMatthew Dawson1-1/+1
2013-10-16usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux1-2/+4
2013-10-16usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2-1/+11
2013-10-16usb: serial: option: blacklist Olivetti Olicard200Enrico Mioso1-1/+3
2013-10-16serial: vt8500: add missing bracesRoel Kluin1-2/+3
2013-10-16w1: omap-hdq: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-16w1: ds1wm: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-16misc: phantom: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-16misc: arm-charlcd: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-16tlclk: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-16various char drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker4-8/+5
2013-10-16hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-10-16mei: me: add Lynx Point Wellsburg work station device idTomas Winkler2-0/+2
2013-10-16misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe1-0/+7
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-15Merge 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-15Merge 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