summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | w1: coding style cleanups in w1_io.cDaniel Mack2009-04-031-8/+8
* | | parport: netmos 9845 & 9855 1P4S fixesPhilippe De Muyter2009-04-031-5/+25
* | | edac: AMD8111 driver Kconfig & MakefileHarry Ciao2009-04-031-0/+7
* | | edac: AMD8131 driver Kconfig & MakefileHarry Ciao2009-04-031-0/+7
* | | edac: AMD8131 driver source fileHarry Ciao2009-04-031-0/+379
* | | edac: AMD8131 driver header fileHarry Ciao2009-04-031-0/+119
* | | edac: Add edac_pci_alloc_index()Harry Ciao2009-04-032-0/+15
* | | edac: AMD8111 driver source fileHarry Ciao2009-04-031-0/+595
* | | edac: AMD8111 driver header fileHarry Ciao2009-04-031-0/+130
* | | edac: new ppc4xx driver moduleGrant Erickson2009-04-034-1/+1630
* | | edac: remove EDAC's experimental statusDoug Thompson2009-04-031-3/+2
* | | edac: add more verbose debug infoHitoshi Mitake2009-04-032-1/+22
* | | nbd: trivial cleanupsPavel Machek2009-04-031-6/+4
* | | nbd: add locking to nbd_ioctlPavel Machek2009-04-031-35/+67
* | | pids: kill signal_struct-> __pgrp/__session and friendsOleg Nesterov2009-04-031-2/+2
* | | hpet: fix the possibility of insane return value of hpet_calibrate() against SMIYasunori Goto2009-04-031-1/+21
* | | synclink_gt: add clock optionsPaul Fulghum2009-04-031-20/+38
* | | pnpbios: propagate kthread_run() errorErik Ekman2009-04-031-4/+3
* | | pnpbios: fix warning if CONFIG_HOTPLUG=nErik Ekman2009-04-031-6/+7
* | | spi-gpio: allow operation without CS signalMichael Buesch2009-04-031-8/+13
* | | gpio: gpio_{request,free}() now required (feature removal)David Brownell2009-04-031-4/+8
* | | gpiolib: allow GPIOs to be namedDaniel Silverstone2009-04-031-1/+6
* | | rtc: add m41t62 support to rtc-m41t80 driverDaniel Glockner2009-04-032-7/+15
* | | rtc-v3020: add ability to access v3020 chip with GPIOsMike Rapoport2009-04-031-20/+170
* | | 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
* | | workqueue: add to_delayed_work() helper functionJean Delvare2009-04-0311-18/+17
* | | floppy: provide a PNP device table in the module.Scott James Remnant2009-04-031-0/+8
* | | random: align rekey_work's timerAnton Blanchard2009-04-031-1/+2
* | | __tty_open(): use the correct type for saved_flagsAndrew Morton2009-04-031-1/+1
* | | fb: nvidiafb recognizes geforcego 7300 chip as mobileSergey Senozhatsky2009-04-031-0/+1
* | | serial: fixup /proc/tty/driver/serial after proc_fops conversionAlexey Dobriyan2009-04-011-1/+1
* | | qeth: properly delete empty files.Linus Torvalds2009-04-012-0/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-04-0148-1293/+810
|\ \ \
| * | | ide-floppy: do not complete rq's prematurelyBorislav Petkov2009-03-311-7/+6
| * | | ide: be able to build pmac driver without IDE built-inGilles Espinasse2009-03-311-1/+1
| * | | ide-pmac: IDE cable detection on Apple PowerBookTOMARI Hisanobu2009-03-311-2/+10
| * | | ide: inline SELECT_DRIVE()Sergei Shtylyov2009-03-316-20/+18
| * | | ide: turn selectproc() method into dev_select() method (take 5)Sergei Shtylyov2009-03-3116-45/+136
| * | | ide: move data register access out of tf_{read|load}() methods (take 2)Sergei Shtylyov2009-03-319-100/+17
| * | | ide: call {in|out}put_data() methods from tf_{read|load}() methods (take 2)Sergei Shtylyov2009-03-317-48/+52
| * | | ide-io-std: shorten ide_{in|out}put_data()Sergei Shtylyov2009-03-311-32/+28
| * | | ide: rename IDE_TFLAG_IN_[HOB_]FEATURESergei Shtylyov2009-03-318-59/+57