summaryrefslogtreecommitdiffstats
path: root/drivers/misc
AgeCommit message (Expand)AuthorLines
2009-06-18gru: fix potential use-after-free when purging GRU tlbsJack Steiner-1/+3
2009-06-18gru: add user request to specify gru sliceJack Steiner-1/+13
2009-06-18gru: generic infrastructure for context optionsJack Steiner-13/+35
2009-06-18gru: cleanup gru inline functionsJack Steiner-17/+16
2009-06-18gru: delete user request for fetching chiplet statusJack Steiner-41/+0
2009-06-18gru: collect per-context user statisticsJack Steiner-0/+52
2009-06-18gru: fix automatic retry of gru instruction failuresJack Steiner-3/+2
2009-06-18gru: add user request to explicitly unload a gru contextJack Steiner-28/+41
2009-06-18gru: fix cache coherency issues with instruction retryJack Steiner-4/+14
2009-06-18gru: update to rev 0.9 of gru specJack Steiner-11/+24
2009-06-18gru: update gru kernel self testsJack Steiner-16/+142
2009-06-18gru: support for asynchronous gru instructionsJack Steiner-20/+213
2009-06-18gru: support instruction completion interruptsJack Steiner-7/+29
2009-06-18gru: check context state on reloadJack Steiner-9/+25
2009-06-18gru: fix handling of mesq failuresJack Steiner-9/+24
2009-06-18gru: support contexts with zero dsrs or cbrsJack Steiner-6/+4
2009-06-18gru: change resource assignment for kernel threadsJack Steiner-105/+184
2009-06-18gru: support cch_allocate for kernel threadsJack Steiner-19/+17
2009-06-18gru: change context load and unloadJack Steiner-7/+11
2009-06-18gru: dynamic allocation of kernel contextsJack Steiner-29/+33
2009-06-18gru: dump chiplet stateJack Steiner-1/+267
2009-06-18gru: bug fixes for GRU exception handlingJack Steiner-26/+52
2009-06-16Merge branch 'akpm'Linus Torvalds-2/+2
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman-2/+2
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds-0/+2
2009-06-16Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+261
2009-06-15i2c/chips: Move max6875 to drivers/misc/eepromWolfram Sang-0/+261
2009-06-15Merge commit 'linus/master' into HEADVegard Nossum-0/+661
2009-06-15c2port: annotate bitfield for kmemcheckVegard Nossum-0/+2
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-3/+664
2009-06-13cb710: more cleanup for the DEBUG case.Michał Mirosław-0/+4
2009-06-13cb710: handle DEBUG define in MakefilePierre Ossman-0/+4
2009-06-13cb710: add missing parenthesisPierre Ossman-1/+1
2009-06-13mmc: Driver for CB710/720 memory card reader (MMC part)Michał Mirosław-0/+653
2009-06-13net: fix network driver ndo_start_xmit() return values (part 1)Patrick McHardy-1/+2
2009-05-15[SCSI] ses: fix problems caused by empty SES provided nameYinghai Lu-3/+3
2009-05-06isl29003: fix resume functionalityDaniel Mack-2/+7
2009-04-21sgi-xp/sgi-gru: allow modules to load on non-uv systemsRobin Holt-7/+7
2009-04-13sgi-xpc: clean up numerous globalsRobin Holt-295/+254
2009-04-13sgi-xpc: implement opencomplete messagingRobin Holt-61/+124
2009-04-13sgi-xpc: prevent false heartbeat failuresRobin Holt-152/+123
2009-04-13at25: make input buffers of at25_*write() constGeert Uytterhoeven-2/+3
2009-04-13at24: make input buffers of at24_*write() constGeert Uytterhoeven-4/+4
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-1/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2009-04-02xpc_sn2: fix max() warning about pointers of different typesRobin Holt-5/+5
2009-04-02sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UVRobin Holt-2/+2
2009-04-02sgi-gru: support multiple pagesizes in GRUJack Steiner-38/+35
2009-04-02sgi-gru: fix bugs related to module unload of the GRU driverJack Steiner-1/+24
2009-04-02sgi-gru: macro for scanning all gru chipletsJack Steiner-13/+14