summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-04-01plip: replace spin_lock_irq with spin_lock_irqsave in irq contextMikulas Patocka1-3/+4
2008-04-01Input: make sure input interfaces pin parent input devicesDmitry Torokhov3-6/+6
2008-04-01Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for...Dmitry Torokhov333-3685/+4283
2008-03-31[ATM] atm/idt77252.c: Make 2 functions staticAdrian Bunk1-4/+2
2008-03-31[ATM]: Make atm/he.c:read_prom_byte() staticAdrian Bunk1-2/+1
2008-03-31leds: Remove incorrect use of preempt_count() from leds-gpioDavid Brownell1-6/+6
2008-03-31leds: Fix potential leds-gpio oopsUwe Kleine-König1-4/+4
2008-03-30evdev: Release eventual input device grabs when getting disconnectedBjörn Steinbrink1-0/+3
2008-03-30Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds7-22/+92
2008-03-30Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+7
2008-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2-2/+4
2008-03-30dm9000 trivial annotationAl Viro1-1/+1
2008-03-30mfd/asic3: ioread/iowrite take pointer, not unsigned longAl Viro1-2/+2
2008-03-30zr364xx __user annotationsAl Viro1-1/+1
2008-03-30trivial endianness annotations: infiniband coreAl Viro3-17/+17
2008-03-30fix the broken annotations in fsldmaAl Viro1-20/+27
2008-03-308250_pci: duplicate initializer in array ([pbn_b0_8_115200])Al Viro1-7/+0
2008-03-30drivers/crypto/hifn_795x.c trivial endianness annotationsAl Viro1-14/+14
2008-03-30virtio_pci iomem annotationsAl Viro1-3/+3
2008-03-30fix iomem misannotations in nozomiAl Viro1-10/+10
2008-03-30drivers/char/n_tty.c misannotated prototypeAl Viro1-1/+1
2008-03-30misc __user misannotations (pointless casts to long)Al Viro1-1/+1
2008-03-30ioat_dca __iomem annotationsAl Viro1-2/+2
2008-03-30NULL noise: drivers/miscAl Viro3-3/+3
2008-03-30NULL noise: drivers/mediaAl Viro24-42/+37
2008-03-30drm: fix for non-coherent DMA PowerPCBenjamin Herrenschmidt3-6/+31
2008-03-30drm: radeon: fix sparse integer as NULL pointer warnings in radeon_mem.cHarvey Harrison1-4/+4
2008-03-30drm/i915: fix oops on agp=offDave Airlie1-0/+3
2008-03-30drm/r300: fix bug in r300 userspace hardware wait emissionDave Airlie2-12/+54
2008-03-29Revert "ide: change master/slave IDENTIFY order"Bartlomiej Zolnierkiewicz2-2/+4
2008-03-29libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo2-2/+2
2008-03-29pata_sil680: only enable MMIO on Cell bladesBenjamin Herrenschmidt1-1/+5
2008-03-28Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller10-21/+28
2008-03-28forcedeth: fix locking bug with netconsoleIngo Molnar1-8/+10
2008-03-28usb net: asix does not really need 10/100mbitMike Frysinger1-1/+1
2008-03-28Blackfin EMAC Driver: delete unused variables to fixup gcc warningsMike Frysinger1-2/+0
2008-03-28ibm_newemac: emac_tx_csum typo fixValentine Barshak1-2/+2
2008-03-28Make pasemi_mac.c depend on PPC_PASEMI to prevent link errorsMichael Ellerman1-1/+1
2008-03-28S2io: Version update for Tx completion patchSreenivasa Honnur1-1/+1
2008-03-28drivers/net/usb/pegasus.c: remove in_atomic() checkDavid Brownell1-4/+0
2008-03-28dm9601: Fix multicast hash table handlingPeter Korsgaard1-1/+1
2008-03-28[netdrvr] tulip_read_eeprom fixes for BUG 4420Grant Grundler2-1/+12
2008-03-28[ATM] firestream: Fix uninitialized var warning.David S. Miller1-0/+1
2008-03-28lapb: use the shorter LIST_HEAD form for brevityRobert P. J. Day1-1/+1
2008-03-28[BOND]: Fix warning in bond_sysfs.cDavid S. Miller1-0/+1
2008-03-28driver core: fix small mem leak in driver_add_kobj()Jesper Juhl1-1/+4
2008-03-28dm io: write error bits form long not intAlasdair G Kergon5-11/+11
2008-03-28memstick: suppress uninitialized-var warningAndrew Morton1-1/+3
2008-03-28mtd: maps/physmap: fix oops in suspend/resume/shutdown opsAnton Vorontsov1-8/+7
2008-03-28dm crypt: fix ctx pendingMilan Broz1-28/+30