summaryrefslogtreecommitdiff
path: root/drivers/misc
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+1
2009-12-17cs5535: CS5535_MFGPT_DEFAULT_IRQ should depend on CS5535_MFGPTGeert Uytterhoeven1-0/+1
2009-12-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-13/+0
2009-12-16gru: send cross partition interrupts using the gruJack Steiner2-15/+36
2009-12-16gru: update driver version numberJack Steiner1-1/+1
2009-12-16gru: improve GRU TLB dropin statisticsJack Steiner4-14/+17
2009-12-16gru: fix GRU interrupt race at deallocateJack Steiner3-7/+19
2009-12-16gru: add hugepage supportJack Steiner1-3/+4
2009-12-16gru: fix bug in allocation of kernel contextsJack Steiner1-3/+11
2009-12-16gru: update GRU structures to match latest hardware specJack Steiner2-1/+15
2009-12-16gru: check for correct GRU chiplet assignmentJack Steiner1-14/+30
2009-12-16gru: remove stray local_irq_enableJack Steiner1-1/+0
2009-12-16gru: add symbolic names for GRU error codeJack Steiner1-5/+11
2009-12-16gru: fix bug in exception handlingJack Steiner1-8/+22
2009-12-16gru: preload tlb for bcopy instructionsJack Steiner9-16/+129
2009-12-16gru: expicitly set instruction status to activeJack Steiner2-56/+67
2009-12-16gru: add additional GRU statisticsJack Steiner8-48/+77
2009-12-16gru: update irq infrastructureJack Steiner4-70/+260
2009-12-16gru: fix prefetch and speculation bugsJack Steiner5-6/+38
2009-12-16gru: check for valid vmaJack Steiner1-9/+12
2009-12-16gru: add test for gru_copy_gpaJack Steiner1-9/+39
2009-12-16gru: add debug option for cache flushingJack Steiner2-5/+10
2009-12-16gru: handle failures to mmu_notifier_registerJack Steiner3-11/+21
2009-12-16gru: support 64-bit GRU addressesJack Steiner1-6/+0
2009-12-16gru: improve messages for malfunctioning GRUsJack Steiner2-3/+25
2009-12-16gru: fix bug in module unloadJack Steiner1-1/+1
2009-12-16gru: allow users to specify gru chiplet 3Jack Steiner3-29/+13
2009-12-16gru: allow users to specify gru chiplet 2Jack Steiner6-80/+109
2009-12-16gru: allow users to specify gru chiplet 1Jack Steiner4-2/+17
2009-12-16gru: handle blades without memoryJack Steiner1-2/+2
2009-12-16gru: fix istatus race in GRU tlb dropinJack Steiner1-29/+20
2009-12-16gru: add comments raised in previous code reviewsJack Steiner2-1/+8
2009-12-16gru: initial GRU based on blade topologyJack Steiner1-7/+5
2009-12-16UV - XPC: pass nasid instead of nid to gru_create_message_queueRobin Holt1-1/+4
2009-12-16x86: uv: XPC receive message reuse triggers invalid BUG_ON()Robin Holt1-3/+0
2009-12-16X86: uv: xpc_make_first_contact hang due to not accepting ACTIVE stateRobin Holt1-1/+2
2009-12-16x86: uv: xpc NULL deref when mesq becomes emptyRobin Holt1-3/+5
2009-12-16x86: uv: update XPC to handle updated BIOS interfaceRobin Holt3-16/+47
2009-12-16X86: uv: implement a gru_read_gpa kernel functionRobin Holt5-0/+52
2009-12-16x86: uv: xpc needs to provide an abstraction for uv_gpaRobin Holt4-0/+24
2009-12-15Merge branch 'dell-laptop' into releaseLen Brown1-13/+0
2009-12-15cs5535: drop the Geode-specific MFGPT/GPIO codeAndres Salomon1-1/+1
2009-12-15cs5535: add a generic MFGPT driverAndres Salomon3-0/+395
2009-12-15ioc3/ioc4: various section fixesJean Delvare1-8/+8
2009-12-15drivers/misc: add driver for Texas Instruments DAC7512Daniel Mack3-0/+112
2009-12-15ad525x_dpot: new driver for AD525x digital potentiometersMichael Hennerich3-0/+681
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare2-7/+1
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare2-2/+2
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare2-4/+3
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+12