summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
...
* gru: support contexts with zero dsrs or cbrsJack Steiner2009-06-182-6/+4Star
* gru: change resource assignment for kernel threadsJack Steiner2009-06-186-105/+184
* gru: support cch_allocate for kernel threadsJack Steiner2009-06-184-19/+17Star
* gru: change context load and unloadJack Steiner2009-06-183-7/+11
* gru: dynamic allocation of kernel contextsJack Steiner2009-06-182-29/+33
* gru: dump chiplet stateJack Steiner2009-06-185-1/+267
* gru: bug fixes for GRU exception handlingJack Steiner2009-06-186-26/+52
* Merge branch 'akpm'Linus Torvalds2009-06-172-2/+2
|\
| * page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman2009-06-172-2/+2
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-161-0/+2
|\ \
| * \ Merge commit 'linus/master' into HEADVegard Nossum2009-06-157-0/+661
| |\ \
| * | | c2port: annotate bitfield for kmemcheckVegard Nossum2009-06-151-0/+2
* | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-163-0/+261
|\ \ \ \ | |_|_|/ |/| | |
| * | | i2c/chips: Move max6875 to drivers/misc/eepromWolfram Sang2009-06-153-0/+261
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-158-3/+664
|\| |
| * | cb710: more cleanup for the DEBUG case.Michał Mirosław2009-06-131-0/+4
| * | cb710: handle DEBUG define in MakefilePierre Ossman2009-06-131-0/+4
| * | cb710: add missing parenthesisPierre Ossman2009-06-131-1/+1
| * | mmc: Driver for CB710/720 memory card reader (MMC part)Michał Mirosław2009-06-137-0/+653
| |/
| * [SCSI] ses: fix problems caused by empty SES provided nameYinghai Lu2009-05-151-3/+3
* | net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy2009-06-131-1/+2
|/
* isl29003: fix resume functionalityDaniel Mack2009-05-071-2/+7
* sgi-xp/sgi-gru: allow modules to load on non-uv systemsRobin Holt2009-04-212-7/+7
* sgi-xpc: clean up numerous globalsRobin Holt2009-04-146-295/+254Star
* sgi-xpc: implement opencomplete messagingRobin Holt2009-04-145-61/+124
* sgi-xpc: prevent false heartbeat failuresRobin Holt2009-04-144-152/+123Star
* at25: make input buffers of at25_*write() constGeert Uytterhoeven2009-04-141-2/+3
* at24: make input buffers of at24_*write() constGeert Uytterhoeven2009-04-141-4/+4
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-041-3/+3
|\
| * trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante2009-03-301-3/+3
* | xpc_sn2: fix max() warning about pointers of different typesRobin Holt2009-04-031-5/+5
* | sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UVRobin Holt2009-04-031-2/+2
* | sgi-gru: support multiple pagesizes in GRUJack Steiner2009-04-036-38/+35Star
* | sgi-gru: fix bugs related to module unload of the GRU driverJack Steiner2009-04-033-1/+24
* | sgi-gru: macro for scanning all gru chipletsJack Steiner2009-04-034-13/+14
* | sgi-gru: add support to the GRU driver for message queue interruptsJack Steiner2009-04-037-118/+305
* | sgi-gru: restructure the GRU vtop functionsJack Steiner2009-04-031-24/+44
* | sgi-gru: aSID (context management) bug fixesJack Steiner2009-04-032-4/+10
* | sgi-gru: add support for a user to explicitly unload a GRU contextJack Steiner2009-04-031-0/+36
* | sgi-gru: add statistics to the GRU context management functionsJack Steiner2009-04-033-0/+59
* | sgi-gru: change GRU CCH commands from inline functions to outofline functionsJack Steiner2009-04-034-160/+218
* | sgi-gru: improvements to GRU debug messages & statisticsJack Steiner2009-04-037-27/+38
* | sgi-gru: misc GRU cleanupJack Steiner2009-04-038-43/+55
* | memory_accessor: implement the new memory_accessor interfaces for SPI EEPROMsDavid Brownell2009-04-031-14/+44
* | memory_accessor: implement the new memory_accessor interface for I2C EEPROMKevin Hilman2009-04-031-13/+54
* | drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensorDaniel Mack2009-04-013-0/+481
* | hpilo: reduce frequency of IO operationsDavid Altobelli2009-04-012-4/+8
|/
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-03-281-1/+1
|\
| * eeprom/at24: Remove EXPERIMENTALWolfram Sang2009-03-281-1/+1