Commit Graph

61139 Commits (41179e2de6962b46d1d9f2b4437243ac740efdec)
 

Author SHA1 Message Date
Roland Dreier 41179e2de6 IB/iser: Make a couple of functions static 18 years ago
Roland Dreier e4daf73868 IB/mthca: Fix printk format used for firmware version in warning 18 years ago
Roland Dreier f6be6fbe26 IB/mthca: Schedule MSI support for removal 18 years ago
Hoang-Nam Nguyen 2b94397adc IB/ehca: Fix warnings issued by checkpatch.pl 18 years ago
Hoang-Nam Nguyen 187c72e31f IB/ehca: Restructure ehca_set_pagebuf() 18 years ago
Hoang-Nam Nguyen df17bfd4a0 IB/ehca: MR/MW structure refactoring 18 years ago
Hoang-Nam Nguyen 2492398e61 IB/ehca: Use macro to calculate number of chunks in a mem block 18 years ago
Hoang-Nam Nguyen 4e4e74cae7 IB/ehca: Use #define for "pages per register_rpage" instead of hardcoded value 18 years ago
Hoang-Nam Nguyen a1a6ff1100 IB/ehca: Use common error code mapping instead of specific ones 18 years ago
Hoang-Nam Nguyen 3df78f81e0 IB/ehca: Fix memory leak in error path of ehca_get_dma_mr() 18 years ago
Joachim Fenkes fbb9318be4 IB/ehca: Fix HW level autodetection 18 years ago
Dotan Barak 8fcea95a2a IB/mlx4: Take sizeof the correct pointer in call to memset() 18 years ago
Jack Morgenstein 1c27cb71aa IB/mlx4: Fix port returned from query QP for QPs in INIT state 18 years ago
Jack Morgenstein 586bb586ae IB/mlx4: Fix flow label returned from query QP 18 years ago
Steve Wise 1b07db7079 RDMA/cxgb3: Remove cm_id reference on listen failures 18 years ago
Paul Mundt cb32da0416 slob: Kill off duplicate kzalloc() definition. 18 years ago
Linus Torvalds 1985026d32 Revert drivers/ide/ide.c scsi_cmd_ioctl() usage changes 18 years ago
Linus Torvalds 8b0d4164b4 Make the "z/VM unit record device driver" depend on S390 18 years ago
Linus Torvalds fd2f261053 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 18 years ago
Linus Torvalds 99e1221d1a Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog 18 years ago
Linus Torvalds f3d9071667 Merge branch 'bsg' of git://git.kernel.dk/data/git/linux-2.6-block 18 years ago
Linus Torvalds 6dfce901a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs 18 years ago
Linus Torvalds 96a6099d2f Merge branch 'isdn-cleanup' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 18 years ago
Linus Torvalds e779220ec3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 18 years ago
Linus Torvalds b8c638acac Merge branch 'uninit-var' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 18 years ago
Linus Torvalds ef9efe43f2 Merge branch 'warnings' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 18 years ago
Al Viro 8dfd588c31 smp_call_function_single() should be a macro on UP 18 years ago
Oleg Nesterov 62715ec832 [SPARC64]: Kill bogus set_fs(KERNEL_DS) in do_rt_sigreturn(). 18 years ago
Jeff Garzik 98fc4839aa [ISDN] HiSax hfc_pci: minor cleanups 18 years ago
Jeff Garzik d825a49259 [ISDN] HiSax bkm_a4t: split setup into two smaller functions 18 years ago
Jeff Garzik a2b66515a7 [ISDN] HiSax enternow: split setup into 3 smaller functions 18 years ago
Jeff Garzik 7c60e1caa5 [ISDN] HiSax netjet_u: split setup into 3 smaller functions 18 years ago
Jeff Garzik 0566a66382 [ISDN] HiSax netjet_s: code movement, prep for hotplug 18 years ago
Jeff Garzik 881ebdc9f4 [ISDN] HiSax: move card state alloc/setup code into separate functions 18 years ago
Jeff Garzik 82bcda9596 [ISDN] HiSax: move card setup into separate function 18 years ago
Frank Lichtenheld 44052e0d91 mixart: Add missing vmalloc.h include 18 years ago
Frank Lichtenheld bec85e8031 hppb: Add missing dma-mapping.h include 18 years ago
Jeff Garzik 8e1c091ccc arch/i386/* fs/* ipc/*: mark variables with uninitialized_var() 18 years ago
Jeff Garzik a6343afb6e drivers/*: mark variables with uninitialized_var() 18 years ago
Jeff Garzik b1734d2388 drivers/atm/ambassador: kill uninit'd var warning, and fix bug 18 years ago
Jeff Garzik ea8b4db97a [libata] sata_mv: use pci_try_set_mwi() 18 years ago
Jeff Garzik 9db4892620 drivers/infiniband/hw/mthca/mthca_qp: kill uninit'd var warning 18 years ago
Jeff Garzik e5fb4f4226 drivers/net/wan/sbni: kill uninit'd var warning 18 years ago
Jeff Garzik 2ab934b8af drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local var 18 years ago
Jeff Garzik 0d480db85d drivers/telephony/ixj: cleanup and fix gcc warning 18 years ago
Jeff Garzik 79c63e1976 drivers/net/wan/pc300_drv: fix bug caught by gcc warning 18 years ago
Jeff Garzik ae97fec370 drivers/usb/misc/auerswald: fix status check, remove redundant check 18 years ago
Jeff Garzik cad1b9da74 [netdrvr] eepro100, ne2k-pci: abort resume if pci_enable_device() fails 18 years ago
Jeff Garzik f6c4286590 [netdrvr] natsemi: Fix device removal bug 18 years ago
Jeff Garzik 6f686d3d14 kernel/auditfilter: kill bogus uninit'd-var compiler warning 18 years ago