summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* hpilo: new pci deviceDavid Altobelli2009-02-271-1/+2
* sgi-xp: fix writing past the end of kzalloc()'d spaceDean Nelson2009-02-052-8/+8
* atmel-ssc: fix misuse of dev_dbg when requested ssc instance is not foundHans-Christian Egtvedt2009-02-051-1/+1
* misc: dell-laptop should depend on POWER_SUPPLYMatthew Garrett2009-02-051-0/+1
* hpilo: open/close fixDavid Altobelli2009-02-052-3/+5
* sgi-xp: link XPNET's net_device_ops to its net_device structureDean Nelson2009-02-031-1/+2
* hpilo: increment versionDavid Altobelli2009-01-291-1/+1
* sgi-xpc: fix up stale DBUG_ON statementsRobin Holt2009-01-292-7/+11
* sgi-xpc: Remove NULL pointer dereference.Robin Holt2009-01-291-4/+6
* sgi-xpc: ensure flags are updated before bte_copyRobin Holt2009-01-292-5/+6
* eeprom: More consistent symbol namesJean Delvare2009-01-262-7/+7
* eeprom: Move 93cx6 eeprom driver to /drivers/misc/eepromWolfram Sang2009-01-265-9/+9
* spi: Move at25 (for SPI eeproms) to /drivers/misc/eepromWolfram Sang2009-01-263-0/+401
* i2c: Move old eeprom driver to /drivers/misc/eepromWolfram Sang2009-01-263-0/+269
* i2c: Move at24 to drivers/misc/eepromWolfram Sang2009-01-265-0/+614
* Merge branch 'misc' into releaseLen Brown2009-01-162-437/+0
|\
| * dell-laptop: move to drivers/platform/x86/ from drivers/misc/Len Brown2009-01-162-437/+0
* | sgi-xp: eliminate false detection of no heartbeatDean Nelson2009-01-151-1/+1
|/
* Merge branch 'drivers-platform' into releaseLen Brown2009-01-0914-17727/+2
|\
| * create drivers/platform/x86/ from drivers/misc/Len Brown2008-12-1914-17578/+0
| * drivers/misc/Makefile, Kconfig: cleanupLen Brown2008-12-192-22/+21
* | Merge branch 'linus' into releaseLen Brown2009-01-0922-148/+889
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-01-081-4/+4
| |\ \
| | * | [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-4/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-081-48/+20
| |\ \ \
| | * \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-01-0810-18/+51
| | |\ \ \
| | * | | | xpnet: convert devices to new APIStephen Hemminger2009-01-071-48/+20
| * | | | | misc: add dell-laptop driverMatthew Garrett2009-01-083-0/+449
| | |/ / / | |/| | |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-072-2/+2
| |\ \ \ \
| | * | | | trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-061-1/+1
| | * | | | trivial: Fix incorrect use of "loose" in event.cNick Andrew2009-01-061-1/+1
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-066-12/+11
| |\ \ \ \
| | * | | | SGI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-064-7/+7
| | * | | | tifm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-062-5/+4
| | |/ / /
| * | | | ioc4: automatically load sgiioc4 subordinate moduleBrent Casavant2009-01-061-0/+36
| * | | | pci: use pci_ioremap_bar() in drivers/miscArjan van de Ven2009-01-062-4/+2
| |/ / /
| * / / zero i_uid/i_gid on inode allocationAl Viro2009-01-051-2/+0
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-9/+4
| |\ \
| | * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-151-0/+4
| | |\|
| | * | sgi-xp: Kill directly reference of netdev->privWang Chen2008-12-041-9/+4
| * | | sgi-xp: xpc needs to pass the physical address, not virtualRuss Anderson2008-12-161-4/+4
| * | | Merge commit 'v2.6.28-rc8' into x86/uvIngo Molnar2008-12-164-15/+52
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into x86/uvIngo Molnar2008-11-2022-53/+1848
| |\ \ \
| * | | | x86, UV: fix redundant creation of sgi_uvCliff Wickman2008-11-111-1/+0
| * | | | sgi-xp: support getting the address of a partition's reserved pageDean Nelson2008-11-051-3/+28
| * | | | sgi-xp: define xp_partition_id and xp_region_sizeDean Nelson2008-11-051-2/+2
| * | | | sgi-xp: create activate and notify gru message queuesDean Nelson2008-11-052-53/+218
| * | | | sgi-xp: define xp_expand_memprotect() and xp_restrict_memprotect()Dean Nelson2008-11-055-12/+117
* | | | | Merge branch 'fujitsu-laptop' into releaseLen Brown2009-01-091-126/+293
|\ \ \ \ \
| * | | | | fujitsu-laptop: Simplify SBLL/SBL2 backlight handlingTony Vroon2009-01-091-93/+21