aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2009-10-01cyclades: fix read buffer overflowRoel Kluin
2009-10-01icom: convert space to tabsBreno Leitao
2009-10-01serial_txx9: use container_of() instead of direct castAtsushi Nemoto
2009-10-01s3cmci: add better support for no card detect or write protect availableBen Dooks
2009-10-01s3cmci: make SDIO IRQ hardware IRQ support build-time configurableBen Dooks
2009-10-01s3cmci: DMA fixesBen Dooks
2009-10-01s3cmci: Kconfig selection for PIO/DMA/BothBen Dooks
2009-10-01s3cmci: add SDIO IRQ supportBen Dooks
2009-10-01s3cmci: add debugfs support for examining driver and hardware stateBen Dooks
2009-10-01s3cmci: fix direct write to interrupt maskBen Dooks
2009-10-01s3cmci: change to use dev_pm_opsBen Dooks
2009-10-01s3cmci: change GPIO to gpiolib from S3C24XX specific callsBen Dooks
2009-10-01s3cmci: update probe to use new platform id listBen Dooks
2009-10-01s3cmci: use resource_size() instead of local macroBen Dooks
2009-10-01uartlite: allow building for timberdale MFDRichard Röjfors
2009-10-01sdio: pass whitelisted cis funce tuples to sdio driversAlbert Herranz
2009-10-01Char: vt_ioctl, fix BKL imbalanceJiri Slaby
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-10-01drivers/input/input.c: fix CONFIG_PM=n warningAndrew Morton
2009-10-01sky2: irqname based on pci addressStephen Hemminger
2009-10-01skge: use unique IRQ nameMichal Schmidt
2009-10-01Kconfig: STRIP: Remove stale bits of STRIP help textRalf Baechle
2009-10-01NET: mkiss: Fix typoRalf Baechle
2009-10-01tg3: Remove prev_vlan_tag from struct tx_ring_infoEric Dumazet
2009-10-01move virtnet_remove to .devexit.textUwe Kleine-König
2009-10-01don't use __devexit_p to wrap sgiseeq_removeUwe Kleine-König
2009-10-01don't use __devexit_p to wrap meth_removeUwe Kleine-König
2009-10-01bonding: set primary param via sysfsJiri Pirko
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig
2009-10-01cciss: fix build when !PROC_FSAlexander Beregalov
2009-10-01cciss: cciss_host_attr_groups should be constJens Axboe
2009-10-01cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron
2009-10-01cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron
2009-10-01cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron
2009-10-01cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron
2009-10-01cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron
2009-10-01cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron
2009-10-01cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron
2009-10-01cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path ...Stephen M. Cameron
2009-10-01cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron
2009-10-01cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron
2009-10-01cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson