aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-05Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+3
2009-11-26at24: Use timeout also for readWolfram Sang1-31/+45
2009-11-05sgi-gru: decrapfiy options_write() functionLinus Torvalds1-6/+7
2009-10-14x86: SGI UV: Fix irq affinity for hub based interruptsDimitri Sivanich1-2/+3
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan5-0/+5
2009-10-04max6875: Discard obsolete detect methodJean Delvare1-24/+5
2009-10-01const: constify remaining file_operationsAlexey Dobriyan2-3/+2
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan2-2/+2
2009-09-24gru: allocation may fail in quicktest1()Roel Kluin1-0/+2
2009-09-24gru: use proc_create()Alexey Dobriyan1-2/+1
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-1/+1
2009-09-23kprobes: use do_IRQ() in lkdtmM. Mohan Kumar1-1/+1
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-19/+21
2009-09-15hpilo: add poll f_opDavid Altobelli1-1/+41
2009-09-15hpilo: add interrupt handlerDavid Altobelli2-45/+101
2009-09-15hpilo: staging for interrupt handlingDavid Altobelli1-47/+73
2009-09-15driver model: constify attribute groupsDavid Brownell1-2/+2
2009-09-15[IA64] sgi-xp: fix printk format warningsRandy Dunlap1-19/+21
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-20/+49
2009-09-14Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-0/+398
2009-09-12Merge branch 'devel-stable' into develRussell King4-8/+2
2009-09-12Merge branches 'arm', 'at91', 'bcmring', 'ep93xx', 'mach-types', 'misc' and 'w90x900' into develRussell King4-2/+400
2009-09-02drivers: Kill now superfluous ->last_rx storesEric Dumazet1-1/+0
2009-08-22[SCSI] ses: update enclosure data on hot addJames Bottomley1-0/+3
2009-08-22[SCSI] ses: add support for enclosure component hot removalJames Bottomley1-8/+14
2009-08-22[SCSI] ses: fix hotplug with multiple devices and expandersJames Bottomley1-12/+32
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-10/+4
2009-07-31cb710: use SG_MITER_TO_SG/SG_MITER_FROM_SGSebastian Andrzej Siewior1-4/+0
2009-07-30ARM: 5628/1: ep93xx: Introduce Pulse Width Modulator (PWM) driverHartley Sweeten3-0/+398
2009-07-29eeprom/at25: bugfix "not ready" timeout after writeSebastian Heutling1-2/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan2-2/+0
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-2/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-18gru: copyright fixesJack Steiner2-8/+28
2009-06-18gru: remove references to the obsolete global status handleJack Steiner1-2/+0
2009-06-18gru: fixes to grudump utilityJack Steiner2-4/+8
2009-06-18gru: fix potential use-after-free when purging GRU tlbsJack Steiner1-1/+3
2009-06-18gru: add user request to specify gru sliceJack Steiner4-1/+13
2009-06-18gru: generic infrastructure for context optionsJack Steiner5-13/+35
2009-06-18gru: cleanup gru inline functionsJack Steiner1-17/+16
2009-06-18gru: delete user request for fetching chiplet statusJack Steiner2-41/+0
2009-06-18gru: collect per-context user statisticsJack Steiner5-0/+52
2009-06-18gru: fix automatic retry of gru instruction failuresJack Steiner1-3/+2
2009-06-18gru: add user request to explicitly unload a gru contextJack Steiner3-28/+41
2009-06-18gru: fix cache coherency issues with instruction retryJack Steiner4-4/+14
2009-06-18gru: update to rev 0.9 of gru specJack Steiner6-11/+24
2009-06-18gru: update gru kernel self testsJack Steiner4-16/+142
2009-06-18gru: support for asynchronous gru instructionsJack Steiner3-20/+213
2009-06-18gru: support instruction completion interruptsJack Steiner3-7/+29