summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-01-30[SCSI] bidirectional: fix up for the new blk_end_request codeKiyoshi Ueda1-2/+10
2008-01-30[SCSI] bidirectional command supportBoaz Harrosh2-15/+94
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh7-78/+58
2008-01-30[SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh2-34/+14
2008-01-30[SCSI] aic7xxx: fix warnings with CONFIG_PM disabledFUJITA Tomonori4-22/+20
2008-01-30[SCSI] aic79xx: fix warnings with CONFIG_PM disabledFUJITA Tomonori4-22/+20
2008-01-30[SCSI] aic7xxx: fix ahc_done check SCB_ACTIVE for tagged transactionsDavid Milburn1-3/+6
2008-01-30[SCSI] sgiwd93: use cached memory access to make driver work on IP28Thomas Bogendoerfer2-26/+40
2008-01-30[SCSI] zfcp: fix sense_buffer access bugFUJITA Tomonori1-2/+2
2008-01-30[SCSI] ncr53c8xx: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-30[SCSI] aic79xx: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-30[SCSI] hptiop: fix sense_buffer access bugFUJITA Tomonori1-1/+1
2008-01-30[SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_errorNathan Lynch1-1/+1
2008-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds19-241/+550
2008-01-30[net] Gracefully handle shared e1000/1000e driver PCI ID'sLinus Torvalds2-28/+37
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl3-1/+287
2008-01-30x86: remove flush_agp_mappings()Ingo Molnar2-6/+0
2008-01-30x86: cpa: move flush to cpaThomas Gleixner4-15/+0
2008-01-30x86: convert CPA users to the new set_page_ APIArjan van de Ven2-9/+6
2008-01-30cpufreq: fix obvious condition statement errorYi Yang1-1/+1
2008-01-30x86: left over fix for leak of early_ioremp in dmi_scanYinghai Lu1-0/+1
2008-01-30rtc: use the IRQ callback interface in (old) RTC driverBernhard Walle1-1/+14
2008-01-30x86: fix DMI ioremap leakIngo Molnar1-0/+1
2008-01-30x86: don't disable TSC in any C states on AMD Fam10hAndi Kleen1-4/+28
2008-01-30git-x86: drivers/pnp/pnpbios/bioscalls.c build fixAndrew Morton1-1/+4
2008-01-30x86: voluntary leave_mm before entering ACPI C3Venki Pallipadi1-0/+2
2008-01-30x86: fix DMI out of memory problemsParag Warudkar1-3/+21
2008-01-30x86: get rid of _MASK flagsGlauber de Oliveira Costa1-4/+4
2008-01-30x86: replace outb_p() with udelay(2) in drivers/input/mouse/pc110pad.cIngo Molnar1-2/+5
2008-01-30x86: unify struct desc_ptrGlauber de Oliveira Costa1-1/+1
2008-01-30x86: clean up drivers/char/rtc.cIngo Molnar1-109/+129
2008-01-30x86: use generic register name in the thread and tss structuresH. Peter Anvin1-2/+2
2008-01-30x86: nuke a ton of dead hpet codeThomas Gleixner1-75/+0
2008-01-30x86: assign IRQs to HPET timers, fixBalaji Rao1-0/+6
2008-01-30x86: assign IRQs to HPET timersBalaji Rao1-7/+38
2008-01-30Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e"Linus Torvalds2-1/+28
2008-01-29cciss: fix bug in overriding ->data_len before completionJens Axboe1-1/+0
2008-01-29xsysace: end request handling fixJens Axboe1-4/+2
2008-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.25Linus Torvalds424-37247/+105609
2008-01-29[PPP]: Sparse warning fixes.Stephen Hemminger5-6/+8
2008-01-29[NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2-3/+3
2008-01-29[NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev1-1/+1
2008-01-29[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2-3/+3
2008-01-29ath5k: always extend rx timestamp with tsfBruno Randolf1-5/+12
2008-01-29ath5k: configure backoff for IBSS beacon queueBruno Randolf1-2/+12
2008-01-29ath5k: use SWBA to detect IBSS HW mergesBruno Randolf2-13/+67
2008-01-29ath5k: better beacon timer calculationBruno Randolf1-17/+92
2008-01-29ath5k: beacon interval is in TUBruno Randolf3-5/+5
2008-01-29ath5k: use 3 instead of 0x00000003Bruno Randolf1-4/+2
2008-01-29b43: Fix MAC control and microcode initMichael Buesch1-13/+48