summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-0253-265/+316
|\
| * driver core: device.h: fix doc compilation warningsMichael Opdenacker2013-06-261-0/+3
| * firmware loader: fix another compile warning with PM_SLEEP unsetMing Lei2013-06-261-12/+12
| * build some drivers only when compile-testingJiri Slaby2013-06-254-2/+17
| * Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman2013-06-25161-747/+1293
| |\
| * | firmware loader: fix compile warning with PM_SLEEP setMing Lei2013-06-211-3/+3
| * | Merge branch 'driver-core-linus' into driver-core-nextGreg Kroah-Hartman2013-06-201-16/+32
| |\ \
| * \ \ Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-18693-4828/+9446
| |\ \ \
| * | | | kobject: sanitize argument for format stringKees Cook2013-06-081-1/+1
| * | | | sysfs_notify is only possible on file attributesNick Dyer2013-06-081-4/+6
| * | | | firmware loader: simplify holding module for request_firmwareMing Lei2013-06-061-6/+7
| * | | | firmware loader: don't export cache_firmware and uncache_firmwareMing Lei2013-06-062-15/+2Star
| * | | | drivers/base: Use attribute groups to create sysfs memory filesNathan Fontenot2013-06-061-81/+62Star
| * | | | firmware loader: fix compile warningMing Lei2013-06-061-0/+4
| * | | | firmware loader: fix build failure with !CONFIG_FW_LOADER_USER_HELPERMing Lei2013-06-041-14/+17
| * | | | Documentation: Updated broken link in HOWTOBen Minerds2013-06-031-1/+1
| * | | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-0333-75/+22Star
| * | | | driver core: firmware loader: kill FW_ACTION_NOHOTPLUG requests before suspendMing Lei2013-06-031-0/+17
| * | | | driver core: firmware loader: don't cache FW_ACTION_NOHOTPLUG firmwareMing Lei2013-06-031-3/+6
| * | | | Documentation: Tidy up some drivers/base/core.c kerneldoc content.Robert P. J. Day2013-06-031-7/+7
| * | | | platform_device: use a macro instead of platform_driver_registerLibo Chen2013-06-032-4/+12
| * | | | firmware: move EXPORT_SYMBOL annotationsDaniel Mack2013-06-031-6/+5Star
| * | | | firmware: Avoid deadlock of usermodehelper lock at shutdownTakashi Iwai2013-06-031-7/+37
| * | | | dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitlyTakashi Iwai2013-06-031-0/+1
| * | | | debugfs: write_file_bool() - ensure strtobool() operates on valid dataMathias Krause2013-06-031-0/+1
| * | | | debugfs: add get/set for atomic typesSeth Jennings2013-06-033-21/+44
| * | | | Merge 3.10-rc3 into driver-core-nextGreg Kroah-Hartman2013-05-27843-5741/+9123
| |\ \ \ \
| * | | | | cpu: make sure that cpu/online file created before KOBJ_ADD is emittedIgor Mammedov2013-05-211-13/+21
| * | | | | cpu: fix "crash_notes" and "crash_notes_size" leaks in register_cpu()Igor Mammedov2013-05-211-7/+18
| * | | | | base/core.c: improve comment of the function device_find_child()Federico Vaga2013-05-211-0/+2
| * | | | | sysfs: kill sysfs_sb declaration in fs/sysfs/inode.c.Rami Rosen2013-05-171-2/+0Star
| * | | | | sysfs: sysfs_link_sibling(): fix typo in commentWarner Wang2013-05-171-1/+1
* | | | | | Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-02130-919/+5322
|\ \ \ \ \ \
| * | | | | | Revert "char: misc: assign file->private_data in all cases"Greg Kroah-Hartman2013-06-261-1/+1
| * | | | | | drivers: uio_pdrv_genirq: Use of_match_ptr() macroSachin Kamat2013-06-261-4/+1Star
| * | | | | | mei: check whether hw start has succeededTomas Winkler2013-06-252-3/+8
| * | | | | | mei: check if the hardware reset succeededTomas Winkler2013-06-253-5/+12
| * | | | | | mei: mei_cl_connect: don't multiply the timeout twiceFrode Isaksen2013-06-251-2/+1Star
| * | | | | | mei: do not override a client writing state when bufferingTomas Winkler2013-06-251-1/+2
| * | | | | | mei: move mei_cl_irq_write_complete to client.cTomas Winkler2013-06-253-59/+63
| * | | | | | UIO: Fix concurrency issueVitalii Demianets2013-06-251-5/+13
| * | | | | | drivers: uio_dmem_genirq: Use of_match_ptr() macroSachin Kamat2013-06-251-3/+1Star
| * | | | | | char: misc: assign file->private_data in all casesThomas Petazzoni2013-06-251-1/+1
| * | | | | | drivers: hv: allocate synic structures before hv_synic_init()Jason Wang2013-06-253-34/+63
| * | | | | | drivers: hv: check interrupt mask before read_indexJason Wang2013-06-251-0/+2
| * | | | | | vme: vme_tsi148.c: fix error return code in tsi148_probe()Wei Yongjun2013-06-251-1/+2
| * | | | | | FMC: fix error handling in probe() functionDan Carpenter2013-06-251-6/+11
| * | | | | | fmc: avoid readl/writel namespace conflictArnd Bergmann2013-06-202-8/+8
| * | | | | | FMC: NULL dereference on allocation failureDan Carpenter2013-06-201-5/+6
| * | | | | | UIO: fix uio_pdrv_genirq with device tree but no interruptPavel Machek2013-06-191-15/+10Star