summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] nvidiafb: Geforce 7800 series support addedCalin A. Culianu2005-11-051-0/+8
* Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infi...Linus Torvalds2005-11-056-0/+1865
|\
| * IB: Add SCSI RDMA Protocol (SRP) initiatorRoland Dreier2005-11-026-0/+1865
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2005-11-0524-118/+165
|\ \
| * | [IB] mthca: check P_Key index in modify QPJack Morgenstein2005-11-031-0/+7
| * | [IB] umad: fix hot remove of IB devicesRoland Dreier2005-11-031-16/+64
| * | [IB] mthca: fix format of FW versionRoland Dreier2005-11-032-2/+2
| * | [IPoIB] don't compile debug code if debugging isn't enabledRoland Dreier2005-11-033-1/+7
| * | [IPoIB] remove unneeded initializations to 0Roland Dreier2005-11-021-9/+2Star
| * | [IB] kzalloc() conversionsRoland Dreier2005-11-0211-62/+27Star
| * | [IPoIB] cleanups: fix comment, remove useless variablesRoland Dreier2005-10-312-9/+7Star
| * | [IB] mthca: Avoid SRQ free WQE list corruptionRoland Dreier2005-10-311-6/+7
| * | [IB] uverbs: Avoid NULL pointer deref on CQ async eventRoland Dreier2005-10-313-6/+5Star
| * | [IPoIB] use spin_trylock_irqsave()Roland Dreier2005-10-291-4/+1Star
| * | [IB] mthca: report asynchronous CQ eventsMichael S. Tsirkin2005-10-293-3/+36
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-11-057-38/+41
|\ \
| * \ Merge Paulus' treeStephen Rothwell2005-11-02124-138/+218
| |\ \
| | * \ Merge ../linux-2.6Paul Mackerras2005-11-02124-138/+218
| | |\ \
| * | \ \ Merge iSeries include file moveStephen Rothwell2005-11-026-25/+25
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | merge filename and modify references to iseries/vio.hKelly Daly2005-11-025-6/+6
| | * | | merge filename and modify references to iSeries/mf.hKelly Daly2005-11-021-1/+1
| | * | | merge filename and modify references to iseries/hv_types.hKelly Daly2005-11-024-4/+4
| | * | | merge filename and modify references to iseries/hv_lp_event.hKelly Daly2005-11-026-6/+6
| | * | | merge filename and modify reference to iseries/hv_lp_config.hKelly Daly2005-11-025-5/+5
| | * | | merge filename and modify references to iseries/hv_call_event.hKelly Daly2005-11-022-2/+2
| | * | | merge filename and modify references to iseries/hv_call.hKelly Daly2005-11-011-1/+1
| * | | | powerpc: exclude powerbook sleep code with CONFIG_PPC64 and CONFIG_PMPaul Mackerras2005-11-021-13/+16
| |/ / /
* | | | [USB]: Make early handoff a final fixup instead of a header one.David S. Miller2005-11-041-1/+1
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-11-041-1/+1
|\ \ \ \
| * | | | [SERIAL] 8250_early.c passing 0 instead of NULLBen Dooks2005-11-031-1/+1
* | | | | [PATCH] ARM: Reverted 2918/1: [update] Base port of Comdial MP1000 platfromRussell King2005-11-041-9/+0Star
* | | | | [PATCH] ARM: Reverted 2921/1: Support for the RTC / nvram on the Comdial MP1000Russell King2005-11-041-109/+1Star
* | | | | [PATCH] ARM: Reverted 2919/1: CS8900A ethernet driver modifications for the C...Russell King2005-11-043-15/+3Star
|/ / / /
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-11-031-2/+2
|\ \ \ \
| * | | | [ARM] AMBA CLCD driver can drive PL110 and PL111 primecellsRussell King2005-11-021-2/+2
* | | | | Merge git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2005-11-0211-108/+61Star
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [BLOCK] aoe: update for combined io statisticsJens Axboe2005-11-011-9/+4Star
| * | | | [BLOCK] Unify the seperate read/write io stat fields into arraysJens Axboe2005-11-0110-97/+52Star
| * | | | [BLOCK] Update read/write block io statistics at completion timeJens Axboe2005-11-011-8/+11
* | | | | [PATCH] blk: fix dangling pointer access in __elv_add_requestTejun Heo2005-11-021-1/+6
* | | | | [PATCH] ibmveth fix panic in initial replenish cycleSantiago Leon2005-11-021-1/+1
* | | | | [PATCH] missing platform_device.h includesAl Viro2005-11-021-0/+1
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds2005-11-0293-19144/+19273
|\ \ \ \ \
| * | | | | drm: remove unused components of drm structuresDave Airlie2005-10-242-8/+0Star
| * | | | | drm: fix warning on 64-bit platforms..Dave Airlie2005-10-241-1/+3
| * | | | | merge linus head to drm-mm branchDave Airlie2005-10-221-1/+1
| * | | | | merge linus head to drm-mm branchDave Airlie2005-10-223-6/+10
| |\ \ \ \ \
| * \ \ \ \ \ merge Linus head tree into my drm tree and fix up conflictsDave Airlie2005-10-20197-1729/+16103
| |\ \ \ \ \ \
| * | | | | | | drm: fix drm PCIGARTDave Airlie2005-09-301-1/+2
| * | | | | | | drm: fix all sparse warning on 32-bit x86Dave Airlie2005-09-3022-73/+75