summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | uio: Pass pointers to virt_to_page(), not integersBen Hutchings2013-10-301-2/+4
| * | | | 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
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | drivers: hv: Fix wrong check for synic_event_pageFelipe Pena2013-10-161-1/+1
| * | | | w1: omap-hdq: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-2/+1
| * | | | w1: ds1wm: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-1/+1
| * | | | misc: phantom: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-1/+1
| * | | | misc: arm-charlcd: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-1/+1
| * | | | tlclk: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-1/+1
| * | | | various char drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-164-8/+5
| * | | | hpet: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-161-2/+1
| * | | | mei: me: add Lynx Point Wellsburg work station device idTomas Winkler2013-10-162-0/+2
| * | | | misc/at25, dt: support probing at25 SPI EEPROM from DTJan Luebbe2013-10-161-0/+7
| * | | | vmw_vmci: Convert driver to use get_user_pages_fast()Jan Kara2013-10-062-20/+7
| * | | | misc: mic: Enable OSPM suspend and resume support.Dasaratharaman Chandramouli2013-10-064-5/+193
| * | | | char: hwicap: Remove unnecessary dev_set_drvdata()Michal Simek2013-10-041-1/+0
| * | | | misc: bh1780: probe from compatible stringLinus Walleij2013-10-041-0/+11
| * | | | mei: amthif: mei_amthif_host_init: propagate errors from called functionsTomas Winkler2013-10-041-4/+7
| * | | | mei: revamp open handler countsTomas Winkler2013-10-045-16/+20
| * | | | mei: simplify mei_open error handlingTomas Winkler2013-10-042-18/+21
| * | | | Merge 3.12-rc3 into char-misc-nextGreg Kroah-Hartman2013-09-30121-467/+953
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | misc: mic: depend on X86 for both host and card drivers.Sudeep Dutt2013-09-281-2/+2
| * | | | misc: mic: cleanups for "--strict" checkpatch.Ashutosh Dixit2013-09-2810-133/+123
| * | | | misc: mic: header file cleanups.Sudeep Dutt2013-09-2814-15/+15
| * | | | misc: mic: host driver sysfs cleanups.Sudeep Dutt2013-09-281-43/+29
| * | | | Merge tag 'extcon-next-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2013-09-277-82/+96
| |\ \ \ \
| | * | | | extcon: Simplify extcon_dev_register() prototype by removing unnecessary para...Chanwoo Choi2013-09-277-10/+19
| | * | | | extcon: Change field type of 'dev' in extcon_dev structureChanwoo Choi2013-09-272-30/+24
| | * | | | extcon: arizona: Don't require micbias to be shifted in pdataCharles Keepax2013-09-271-4/+5
| | * | | | extcon: arizona: Correct typo in headphone detect range transitionsCharles Keepax2013-09-271-2/+2
| | * | | | extcon: gpio: Add support for active-low presence to detect pinsGuenter Roeck2013-09-271-0/+4
| | * | | | extcon: use dev_get_platdata()Jingoo Han2013-09-273-3/+3
| | * | | | extcon: gpio: Use gpio driver/chip debounce if supportedGuenter Roeck2013-09-271-1/+7
| | * | | | extcon: gpio: Do not unnecessarily initialize variablesGuenter Roeck2013-09-271-1/+1
| | * | | | extcon: Remove casting the return value which is a void pointerJingoo Han2013-09-271-4/+4