summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_...Greg Kroah-Hartman2006-06-276-15/+19
| | * | | | | [PATCH] 64bit resource: change pnp core to use resource_size_tGreg Kroah-Hartman2006-06-273-13/+18
| | * | | | | [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-276-20/+20
| | * | | | | [PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2006-06-2714-42/+54
| | * | | | | [PATCH] 64bit resource: fix up printks for resources in pcmcia driversGreg Kroah-Hartman2006-06-274-9/+16
| | * | | | | [PATCH] 64bit resource: fix up printks for resources in video driversGreg Kroah-Hartman2006-06-276-18/+20
| | * | | | | [PATCH] 64bit resource: fix up printks for resources in ide driversGreg Kroah-Hartman2006-06-275-7/+9
| | * | | | | [PATCH] 64bit resource: fix up printks for resources in mtd driversGreg Kroah-Hartman2006-06-275-12/+16
| | * | | | | [PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Greg Kroah-Hartman2006-06-278-43/+55
| | * | | | | [PATCH] 64bit resource: fix up printks for resources in networks driversGreg Kroah-Hartman2006-06-2711-33/+38
| | * | | | | [PATCH] 64bit resource: C99 changes for struct resource declarationsGreg Kroah-Hartman2006-06-271-6/+6
| * | | | | | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-298-17/+17
| * | | | | | [PATCH] drivers/md/raid5.c: remove an unused variableAdrian Bunk2006-06-291-1/+0
| * | | | | | [PATCH] SKB leak in drivers/isdn/i4l/isdn_x25iface.cEric Sesterhenn2006-06-291-1/+3
| * | | | | | [PATCH] GPIO for SCx200 & PC-8736x: x86-onlyDave Jones2006-06-291-0/+1
| * | | | | | [PATCH] Deref in drivers/block/paride/pf.cEric Sesterhenn2006-06-291-1/+1
| * | | | | | [PATCH] remove devinit from ioc4 pci_driverDave Jones2006-06-291-1/+1
| * | | | | | [PATCH] fix sgivwfb compileAdrian Bunk2006-06-291-4/+2
| | |/ / / / | |/| | | |
| * | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-06-284-13/+150
| |\ \ \ \ \
| | * | | | | [WATCHDOG] convert AT91RM9200 watchdog to platform driverAndrew Victor2006-06-201-11/+71
| | * | | | | [WATCHDOG] add WDIOC_GETTIMELEFT ioctlWim Van Sebroeck2006-06-203-2/+79
| * | | | | | [PATCH] SPI: infrastructure to initialize spi_device.mode earlyDavid Brownell2006-06-281-0/+1
| * | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-06-283-2/+21
| |\ \ \ \ \ \
| | * | | | | | Input: db9 - fix potential buffer overrunEric Sesterhenn2006-06-271-1/+1
| | * | | | | | Input: atkbd - fix hardware autorepeatDmitry Torokhov2006-06-271-1/+1
| | * | | | | | Input: wistron - add mapping for Wistron MS 2111Frank de Lange2006-06-271-0/+19
| * | | | | | | [PATCH] m68knommu: fix compilation problems with 68328serial driverGreg Ungerer2006-06-281-58/+44
| * | | | | | | [PATCH] Set err_stops_fifo for newer Promise as wellAlan Cox2006-06-281-0/+2
| * | | | | | | [PATCH] ide: clean up pdc202xx_old so its more readable (done so I could work...Alan Cox2006-06-281-110/+5
| * | | | | | | [PATCH] ide: housekeeping on IDE driversAlan Cox2006-06-285-71/+28
| * | | | | | | [PATCH] ide: fix error handling for drives which clear the FIFO on errorAlan Cox2006-06-281-1/+1
| * | | | | | | [PATCH] SC1200 debug printkAlan Cox2006-06-281-3/+1
| * | | | | | | [PATCH] ide: clean up siimageAlan Cox2006-06-281-50/+12
| * | | | | | | [PATCH] Old IDE, fix SATA detection for cablingAlan Cox2006-06-281-0/+4
| * | | | | | | [PATCH] powermac backlight fixesMichael Hanselmann2006-06-281-3/+3
| * | | | | | | [PATCH] IPMI: watchdog handle panic properlyCorey Minyard2006-06-281-8/+10
| * | | | | | | [PATCH] IPMI: remove high res timer codeCorey Minyard2006-06-281-67/+0
| * | | | | | | [PATCH] IPMI: tidy msghandler timerCorey Minyard2006-06-281-5/+2
| * | | | | | | [PATCH] istallion: cleanupsAlan Cox2006-06-281-1152/+667
| * | | | | | | [PATCH] stallion: fix recent SMP locking cleanupAlan Cox2006-06-281-0/+3
| * | | | | | | [PATCH] remove active field from tty buffer structurePaul Fulghum2006-06-281-12/+4
| * | | | | | | [PATCH] add receive_room flow control to flush_to_ldiscPaul Fulghum2006-06-281-13/+24
| * | | | | | | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-287-35/+5
| * | | | | | | [PATCH] RTC: add rtc-rs5c348 driverAtsushi Nemoto2006-06-283-0/+257
| * | | | | | | [PATCH] mark address_space_operations constChristoph Hellwig2006-06-282-3/+3
| * | | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-06-2715-199/+133
| |\ \ \ \ \ \ \
| | * | | | | | | [netdrvr] Remove long-unused bits from Becker template driversJeff Garzik2006-06-268-124/+58
| | * | | | | | | [netdrvr] natsemi: minor cleanupsJeff Garzik2006-06-261-23/+12
| | * | | | | | | [netdrvr] natsemi: Separate out media initialization codeJeff Garzik2006-06-261-28/+37
| | * | | | | | | [PATCH] WAN: update info page for a bunch of my driversKrzysztof Halasa2006-06-263-3/+3
OpenPOWER on IntegriCloud