summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-10-2334-516/+1238
|\
| * driver core: Display error codes when class suspend failsMark Brown2010-10-221-4/+4
| * Driver core: Add section count to memory_block structNathan Fontenot2010-10-222-6/+13
| * Driver core: Add mutex for adding/removing memory blocksNathan Fontenot2010-10-221-0/+7
| * Driver core: Move find_memory_block routineNathan Fontenot2010-10-221-33/+33
| * hpilo: Despecificate driver from iLO generationdann frazier2010-10-222-6/+6
| * driver core: Convert link_mem_sections to use find_memory_block_hinted.Robin Holt2010-10-221-3/+5
| * driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt2010-10-222-10/+20
| * kobject: Introduce kset_find_obj_hinted.Robin Holt2010-10-222-0/+41
| * driver core: fix build for CONFIG_BLOCK not enabledRandy Dunlap2010-10-221-0/+6
| * driver-core: base: change to new flag variablematt mooney2010-10-221-3/+1Star
| * sysfs: only access bin file vm_ops with the active lockEric W. Biederman2010-10-221-16/+26
| * sysfs: Fail bin file mmap if vma close is implemented.Eric W. Biederman2010-10-221-18/+8Star
| * FW_LOADER: fix kconfig dependency warning on HOTPLUGRandy Dunlap2010-10-221-1/+0Star
| * uio: Statically allocate uio_class and use class .dev_attrs.Eric W. Biederman2010-10-221-35/+18Star
| * uio: Support 2^MINOR_BITS minorsEric W. Biederman2010-10-221-6/+37
| * uio: Cleanup irq handling.Eric W. Biederman2010-10-222-8/+8
| * uio: Don't clear driver dataEric W. Biederman2010-10-221-14/+3Star
| * uio: Fix lack of locking in init_uio_classEric W. Biederman2010-10-221-43/+15Star
| * SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen2010-10-227-30/+68
| * driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers2010-10-228-259/+43Star
| * base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov2010-10-221-20/+12Star
| * base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov2010-10-221-1/+8
| * debugfs: mark me as the maintainerGreg Kroah-Hartman2010-10-221-1/+3
| * pch_phub: fix build warningsGreg Kroah-Hartman2010-10-221-5/+5
| * add Packet hub driver for Topcliff Platform controller hubMasayuki Ohtak2010-10-224-0/+742
| * driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2010-10-222-0/+38
| * uio: do not use PCI resources before pci_enable_device()Kulikov Vasiliy2010-10-221-6/+7
| * driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto2010-10-221-2/+2
| * Dynamic Debug: Initialize dynamic debug earlier via arch_initcallThomas Renninger2010-10-221-10/+23
| * Dynamic Debug: Introduce ddebug_query= boot parameterThomas Renninger2010-10-223-2/+52
| * Dynamic Debug: Split out query string parsing/setup from proc_writeThomas Renninger2010-10-221-15/+25
* | ocfs2: drop the BLKDEV_IFL_WAIT flagLinus Torvalds2010-10-231-2/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2010-10-2327-1043/+2091
|\ \
| * | [CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French2010-10-223-138/+60Star
| * | cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-217-58/+58
| * | cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_s...Tejun Heo2010-10-191-2/+1Star
| * | Clean up two declarations of blob_lenShirish Pargaonkar2010-10-191-5/+8
| * | cifs: move cifsFileInfo_put to file.cJeff Layton2010-10-182-9/+11
| * | cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton2010-10-186-38/+38
| * | [CIFS] Fix minor checkpatch warning and update cifs versionSteve French2010-10-182-3/+4
| * | cifs: move cifs_new_fileinfo to file.cJeff Layton2010-10-182-48/+47Star
| * | cifs: eliminate pfile pointer from cifsFileInfoJeff Layton2010-10-183-10/+3Star
| * | cifs: cifs_write argument change and cleanupJeff Layton2010-10-181-34/+17Star
| * | cifs: clean up cifs_reopen_fileJeff Layton2010-10-183-74/+57Star
| * | cifs: eliminate the inode argument from cifs_new_fileinfoJeff Layton2010-10-183-27/+22Star
| * | cifs: eliminate oflags option from cifs_new_fileinfoJeff Layton2010-10-183-10/+7Star
| * | cifs: fix flags handling in cifs_posix_openJeff Layton2010-10-183-119/+95Star
| * | cifs: eliminate cifs_posix_open_inode_helperJeff Layton2010-10-151-67/+0Star
| * | cifs: handle FindFirst failure gracefullySuresh Jayaraman2010-10-151-8/+11