aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-30[SCSI] bsg: copy the cmd_type field to the subordinate request for bidiJames Bottomley1-0/+1
2008-01-30[SCSI] handle scsi_init_queue failure properlyFUJITA Tomonori1-1/+17
2008-01-30[SCSI] destroy scsi_bidi_sdb_cache in scsi_exit_queueFUJITA Tomonori1-0/+1
2008-01-30[SCSI] scsi_debug: add XDWRITEREAD_10 supportFUJITA Tomonori2-0/+71
2008-01-30[SCSI] scsi_debug: add bidi data transfer supportFUJITA Tomonori1-11/+10
2008-01-30[SCSI] scsi_debug: add get_data_transfer_info helper functionFUJITA Tomonori1-45/+38
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley43-111/+37
2008-01-30[SCSI] bidirectional: fix up for the new blk_end_request codeKiyoshi Ueda1-2/+10
2008-01-30[SCSI] bidirectional command supportBoaz Harrosh4-16/+113
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh10-99/+85
2008-01-30[SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh3-36/+16
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-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Linus Torvalds635-36866/+36098
2008-01-31[net] Gracefully handle shared e1000/1000e driver PCI ID'sLinus Torvalds2-28/+37
2008-01-31Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADERLinus Torvalds1-1/+1
2008-01-30x86: fix nodemap_size according to nodeid bitsYinghai Lu1-1/+1
2008-01-30x86: fix overlap between pagetable with bss sectionYinghai Lu2-2/+9
2008-01-30x86: add PCI IDs to k8topology_64.cJoachim Deguara1-2/+6
2008-01-30x86: fix early_ioremap pagetable opsJeremy Fitzhardinge1-0/+2
2008-01-30x86: use the same pgd_list for PAE and 64-bitJeremy Fitzhardinge6-27/+11
2008-01-30x86: defer cr3 reload when doing pud_clear()Jeremy Fitzhardinge2-6/+22
2008-01-30x86: early boot debugging via FireWire (ohci1394_dma=early)Bernhard Kaindl10-1/+526
2008-01-30x86: don't special-case pmd allocations as muchJeremy Fitzhardinge5-98/+47
2008-01-30x86: shrink some ifdefs in fault.cHarvey Harrison1-29/+14
2008-01-30x86: ignore spurious faultsJeremy Fitzhardinge1-0/+55
2008-01-30x86: remove nx_enabled from fault.cHarvey Harrison1-8/+3
2008-01-30x86: unify fault_32|64.cHarvey Harrison4-960/+14
2008-01-30x86: unify fault_32|64.c with ifdefsHarvey Harrison2-16/+177
2008-01-30x86: unify fault_32|64.c by ifdef'd function bodiesHarvey Harrison2-1/+263
2008-01-30x86: arch/x86/mm/init_32.c printk fixesIngo Molnar1-16/+22
2008-01-30x86: arch/x86/mm/init_32.c cleanupIngo Molnar3-120/+137
2008-01-30x86: arch/x86/mm/init_64.c printk fixesIngo Molnar1-17/+13
2008-01-30x86: unify ioremapThomas Gleixner1-126/+175
2008-01-30x86: fixes some bugs about EFI memory map handlingHuang, Ying5-29/+3
2008-01-30x86: use reboot_type on EFI 32Huang, Ying1-2/+0
2008-01-30x86: unify page fault oops printingHarvey Harrison2-9/+12
2008-01-30x86: introduce show_fault_oops helper to fault_32|64.cHarvey Harrison2-31/+44
2008-01-30x86: add is_errata100 helper to fault_32|64.cHarvey Harrison2-8/+36
2008-01-30x86: add is_f00f_bug helper to fault_32|64.cHarvey Harrison2-17/+46
2008-01-30x86: make ioremap() UC by defaultIngo Molnar1-1/+1
2008-01-30x86: cpa cleanup the 64-bit alias mathThomas Gleixner1-26/+30
2008-01-30x86: cpa: fix the self-testIngo Molnar6-64/+48