summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* uio: fix memory leakCong Ding2013-10-301-6/+10
* misc/at24: avoid infinite loop on write()Vladimir Zapolskiy2013-10-301-0/+3
* misc/93xx46: avoid infinite loop on write()Vladimir Zapolskiy2013-10-301-1/+1
* misc: atmel_pwm: add deferred-probing supportJohan Hovold2013-10-301-2/+4
* mei: wd: host_init propagate error codes from called functionsTomas Winkler2013-10-301-6/+6
* mei: replace stray pr_debug with dev_dbgAlexander Usyskin2013-10-301-1/+1
* mei: bus: propagate error code returned by mei_me_cl_by_idTomas Winkler2013-10-301-1/+1
* mei: mei_cl_link remove duplicated check for open_handle_countTomas Winkler2013-10-301-6/+0
* mei: print correct device state during unexpected resetAlexander Usyskin2013-10-301-4/+4
* mei: nfc: fix memory leak in error pathTomas Winkler2013-10-301-4/+6
* lkdtm: add tests for additional page permissionsKees Cook2013-10-301-0/+61
* lkdtm: adjust recursion size to avoid warningsKees Cook2013-10-301-10/+20
* lkdtm: isolate stack corruption testKees Cook2013-10-251-6/+10
* mei: move host_clients_map cleanup to device initAlexander Usyskin2013-10-202-9/+8
* mei: me: downgrade two errors to debug levelPaul Bolle2013-10-201-2/+2
* Drivers: hv: vmbus: Fix a bug in channel rescind codeK. Y. Srinivasan2013-10-201-2/+3
* Merge 3.12-rc6 into char-misc-nextGreg Kroah-Hartman2013-10-19216-1514/+1864
|\
| * Merge tag 'pm+acpi-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-10-189-189/+15
| |\
| | * Merge branch 'acpi-fixes'Rafael J. Wysocki2013-10-187-181/+7
| | |\
| | | * ACPI / PM: Drop two functions that are not used any moreRafael J. Wysocki2013-10-172-57/+0
| | | * ATA / ACPI: remove power dependent device handlingAaron Lu2013-10-173-21/+0
| | | * ACPI / power: Drop automaitc resume of power resource dependent devicesRafael J. Wysocki2013-10-161-99/+1
| | | * ACPI: remove /proc/acpi/event from ACPI_BUTTON helpKrzysztof Mazur2013-10-161-3/+3
| | | * ACPI / power: Release resource_lock after acpi_power_get_state() return errorLan Tianyu2013-10-161-1/+3
| | * | cpufreq: s3c64xx: Rename index to driver_dataCharles Keepax2013-10-161-1/+1
| | * | intel_pstate: Fix type mismatch warningRafael J. Wysocki2013-10-161-3/+4
| | * | cpufreq / intel_pstate: Fix max_perf_pct on resumeDirk Brandewie2013-10-161-4/+3
| | |/
| * | Merge tag 'driver-core-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-10-171-2/+5
| |\ \
| | * | driver core: Release device_hotplug_lock when store_mem_state returns EINVALYasuaki Ishimatsu2013-10-171-2/+5
| * | | Merge tag 'usb-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-1716-80/+339
| |\ \ \
| | * | | usb: misc: usb3503: Fix compile error due to incorrect regmap depedencyMatthew Dawson2013-10-161-1/+1
| | * | | usb/chipidea: fix oops on memory allocation failureRussell King - ARM Linux2013-10-161-2/+4
| | * | | usb-storage: add quirk for mandatory READ_CAPACITY_16Oliver Neukum2013-10-162-1/+11
| | * | | usb: serial: option: blacklist Olivetti Olicard200Enrico Mioso2013-10-161-1/+3
| | * | | USB: quirks: add touchscreen that is dazzeled by remote wakeupOliver Neukum2013-10-161-0/+3
| | * | | Revert "usb: musb: gadget: fix otg active status flag"Greg Kroah-Hartman2013-10-141-0/+1
| | * | | USB: quirks.c: add one device that cannot deal with suspensionOliver Neukum2013-10-141-0/+3
| | * | | USB: serial: option: add support for Inovia SEW858 deviceGreg Kroah-Hartman2013-10-121-0/+5
| | * | | USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...Diego Elio Pettenò2013-10-121-0/+1
| | * | | USB: support new huawei devices in option.cFangxiaozhi (Franko)2013-10-121-0/+216
| | * | | Merge tag 'for-usb-linus-2013-10-09' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2013-10-125-29/+42
| | |\ \ \
| | | * | | xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai2013-10-103-0/+25
| | | * | | xhci: fix write to USB3_PSSEN and XUSB2PRM pci config registersXenia Ragiadakou2013-10-101-2/+2
| | | * | | xhci: quirk for extra long delay for S4Oliver Neukum2013-10-103-1/+15
| | | * | | xhci: Don't enable/disable RWE on bus suspend/resume.Sarah Sharp2013-10-101-26/+0
| | * | | | Merge tag 'fixes-for-v3.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-10-124-46/+49
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior2013-10-114-46/+49
| * | | | | Merge tag 'tty-3.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-10-172-5/+3
| |\ \ \ \ \
| | * | | | | serial: vt8500: add missing bracesRoel Kluin2013-10-161-2/+3
| | * | | | | Revert "serial: i.MX: evaluate linux,stdout-path property"Greg Kroah-Hartman2013-10-081-3/+0
| | |/ / / /