summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Fix mtime on cp -p when file data cached but written out too lateSteve French2008-03-141-4/+5
* [CIFS] Fix build problemSteve French2008-03-111-0/+4
* Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2008-03-11108-976/+3284
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-03-116-23/+52
| |\
| | * x86: remove quicklistsThomas Gleixner2008-03-113-15/+11
| | * x86: ia32 syscall restart fixRoland McGrath2008-03-112-6/+41
| | * x86: ioremap, remove WARN_ON()Ingo Molnar2008-03-111-2/+0
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-03-111-8/+13
| |\ \
| | * | keep rd->online and cpu_online_map in syncGregory Haskins2008-03-111-1/+2
| | * | Revert "cpu hotplug: adjust root-domain->online span in response to hotplug e...Gregory Haskins2008-03-111-7/+11
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-03-116-44/+56
| |\ \ | | |/ | |/|
| | * RDMA/iwcm: Don't access a cm_id after dropping referenceSteve Wise2008-03-101-2/+3
| | * IB/iser: Handle iser_device allocation error gracefullyArne Redlich2008-03-101-4/+9
| | * IB/iser: Fix list iteration bugArne Redlich2008-03-101-20/+16
| | * RDMA/cxgb3: Fix iwch_create_cq() off-by-one errorJon Mason2008-03-091-1/+1
| | * RDMA/cxgb3: Return correct max_inline_data when creating a QPJon Mason2008-02-291-0/+3
| | * IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush()Pete Wyckoff2008-02-291-1/+16
| | * Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs"Pete Wyckoff2008-02-291-15/+6
| | * IB/cm: Flush workqueue when removing deviceSean Hefty2008-02-291-1/+2
| | * MAINTAINERS: update ipath ownerArthur Jones2008-02-291-1/+1
| * | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-03-109-28/+383
| |\ \
| | * | [libata] Add support for the RB500 PATA CompactFlashFlorian Fainelli2008-03-103-0/+324
| | * | ahci: logical-bitwise and confusion in ahci_save_initial_config()Roel Kluin2008-03-101-1/+1
| | * | libata: don't allow sysfs read access to force paramTejun Heo2008-03-101-1/+2
| | * | ahci: add the Device IDs for nvidia MCP7B AHCIpeerchen2008-03-101-0/+12
| | * | libata-sff: handle controllers w/o ctl registerTejun Heo2008-03-101-14/+22
| | * | libata: allow LLDs w/o any reset methodTejun Heo2008-03-101-0/+10
| | * | ata: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-103-12/+12
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-03-1013-46/+133
| |\ \ \
| | * | | USB:Update mailing list information in documentationRobert P. J. Day2008-03-101-5/+3
| | * | | USB: fix ehci unlink regressionsDavid Brownell2008-03-101-16/+46
| | * | | USB: new ftdi_sio device idMirko Bordignon2008-03-102-0/+4
| | * | | USB: Remove __KERNEL__ check from non-exported gadget.h.Robert P. J. Day2008-03-101-4/+0
| | * | | USB: g_printer.h does not need to be "unifdef"ed.Robert P. J. Day2008-03-101-1/+1
| | * | | USB: fsl_usb2_udc: fix broken KconfigLi Yang2008-03-101-1/+1
| | * | | USB: option: add novatel device idsDirk DeSchepper2008-03-101-13/+62
| | * | | USB: usbaudio: handle kcalloc failureJim Meyering2008-03-101-0/+2
| | * | | USB: cypress_m8: add UPS Powercom (0d9f:0002)Dmitry Shapin2008-03-102-0/+6
| | * | | USB: drivers/usb/storage/sddr55.c: fix uninitialized var warningsAndrew Morton2008-03-101-2/+2
| | * | | USB: fix usb-serial generic recursive lockPete Zaitcev2008-03-101-4/+6
| | |/ /
| * | | fix BIOS PCI config cycle buglet causing ACPI boot regressionIngo Molnar2008-03-101-0/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-03-101-0/+1
| |\ \ \
| | * | | PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller DriverJesper Juhl2008-03-101-0/+1
| | * | | PCI: rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLEAndrew Morton2008-03-102-4/+4
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-03-104-19/+71
| |\ \ \
| | * | | drivers: fix dma_get_required_maskJames Bottomley2008-03-101-1/+1
| | * | | firmware: provide stubs for the FW_LOADER=n caseJames Bottomley2008-03-101-0/+23
| | * | | nozomi: fix initialization and early flow control accessFrank Seidel2008-03-101-18/+43
| | * | | sysdev: fix problem with sysdev_class being re-registeredGreg Kroah-Hartman2008-03-101-0/+4
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-03-105-45/+49
| |\ \ \
OpenPOWER on IntegriCloud