summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CIFS] Fix CIFS "nobrl" mount option so does not disable sending brl requestsSteve French2005-11-114-17/+75
* [CIFS] Fix spaces in cifs kconfig entrySteve French2005-11-101-3/+2
* [CIFS] Reduce sparse endian warningsSteve French2005-11-101-2/+3
* Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-10130-5557/+1013
|\
| * [PATCH] PCI: fix for Toshiba ohci1394 quirkJesse Barnes2005-11-101-2/+1
| * [PATCH] PCI: fix namespace clashesRajesh Shah2005-11-104-7/+7
| * [PATCH] PCI: Change MSI to use physical delivery mode alwaysAshok Raj2005-11-106-22/+26
| * [PATCH] PCI: drivers/pci/: small cleanupsAdrian Bunk2005-11-102-1/+3
| * [PATCH] pci_ids cleanup: fix two additional IDs in bt87xGrant Coady2005-11-101-2/+2
| * [PATCH] dlpar regression for ppc64 - probe changeJohn Rose2005-11-103-76/+81
| * [PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman2005-11-1081-81/+0
| * [PATCH] PCI: automatically set device_driver.ownerLaurent riffard2005-11-104-12/+22
| * [PATCH] pci-driver: store_new_id() not inlineRandy Dunlap2005-11-101-1/+1
| * [PATCH] PCI: NCR 53c810 quirkIvan Kokshaysky2005-11-102-14/+15
| * [PATCH] PCI: Fix VIA 686 PCI quirk namesMeelis Roos2005-11-101-2/+2
| * [PATCH] pciehp: fix handling of power faults during hotplugrajesh.shah@intel.com2005-11-101-5/+2
| * [PATCH] pciehp: clean-up how we request control of hotplug hardwarerajesh.shah@intel.com2005-11-105-19/+89
| * [PATCH] pciehp: request control of each hotplug controller individuallyrajesh.shah@intel.com2005-11-103-15/+10
| * [PATCH] pciehp: reduce debug message verbosityrajesh.shah@intel.com2005-11-104-69/+28
| * [PATCH] pciehp: miscellaneous cleanupsrajesh.shah@intel.com2005-11-107-133/+41
| * [PATCH] pciehp: remove redundant data structuresrajesh.shah@intel.com2005-11-104-734/+65
| * [PATCH] pciehp: reduce dependence on ACPIrajesh.shah@intel.com2005-11-108-993/+96
| * [PATCH] patch 1/8] pciehp: use the PCI core for hotplug resource managementrajesh.shah@intel.com2005-11-106-3237/+85
| * [PATCH] PCI: add pci_find_next_capability()Roland Dreier2005-11-102-14/+34
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2005-11-1019-190/+475
| |\
| | * [IA64] utilize notify_die() for XPC disengageDean Nelson2005-11-103-5/+107
| | * [IA64] Replace kcalloc(1, with kzalloc.Panagiotis Issaris2005-11-103-5/+5
| | * Pull add-mmio-to-proc-iomem into release branchTony Luck2005-11-101-24/+82
| | |\
| | | * [IA64] add the MMIO regions that are translated to I/O port space to /proc/iomemBjorn Helgaas2005-11-081-24/+82
| | * | Pull context-bitmap into release branchTony Luck2005-11-104-76/+92
| | |\ \
| | | * | [IA64] make mmu_context.h and tlb.c 80-column friendlyChen, Kenneth W2005-11-032-54/+59
| | | * | [IA64] Use bitmaps for efficient context allocation/freePeter Keilty2005-10-314-33/+44
| | * | | Pull extend-notify-die into release branchTony Luck2005-11-105-60/+162
| | |\ \ \
| | | * | | [IA64] Extend notify_die() hooks for IA64Keith Owens2005-11-075-60/+162
| | * | | | Pull memoryless-node-allocation into release branchTony Luck2005-11-101-10/+9
| | |\ \ \ \
| | | * | | | [IA64] fix memory less node allocationBob Picco2005-11-081-10/+9
| | | | |_|/ | | | |/| |
| | * | | | Pull mca-check-psp into release branchTony Luck2005-11-101-4/+13
| | |\ \ \ \
| | | * | | | [IA64] MCA recovery based on PSP bitsRuss Anderson2005-11-081-4/+13
| | | |/ / /
| | * | | | Pull align-sig-frame into release branchTony Luck2005-11-101-6/+5
| | |\ \ \ \
| | | * | | | [IA64] align signal-frame even when not using alternate signal-stackDavid Mosberger-Tang2005-11-081-6/+5
| | | |/ / /
* | | | | | [CIFS] Update CIFS change logSteve French2005-11-102-1/+38
* | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2005-11-10392-5992/+27362
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-11-1024-149/+240
| |\ \ \ \ \
| | * | | | | [DCCP]: Alter website for DCCP in MAINTAINERSIan McDonald2005-11-101-1/+1
| | * | | | | [DCCP]: Create Documentation/networking/dccp.txtIan McDonald2005-11-101-0/+56
| | * | | | | [NET]: Annotate h_proto in struct ethhdrPavel Roskin2005-11-101-1/+3
| | * | | | | [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-1019-134/+173
| | * | | | | [BNX2]: simplify parameter checks in bnx2_{get,set}_eepromJohn W. Linville2005-11-101-10/+2
| | * | | | | [BNX2]: check return of dev_alloc_skb in bnx2_test_loopbackJohn W. Linville2005-11-101-0/+2
| | * | | | | [BNX2]: output driver name as prefix in error messageJohn W. Linville2005-11-101-1/+1
OpenPOWER on IntegriCloud