summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Fix ARMv6 page table bitsRussell King2005-09-011-1/+1
* [ARM] Simplify setup_mm_for_reboot()Russell King2005-09-011-9/+9
* [ARM] Convert open-coded __pmd_populate to use inline functionRussell King2005-09-011-5/+1
* [ARM] 2864/1: VST aka CONFIG_NO_IDLE_HZ support for SA11x0Nicolas Pitre2005-09-012-2/+53
* [ARM] 2863/1: clarify comment in PXA2xx and SA1x00 timer codeNicolas Pitre2005-09-012-12/+12
* [ARM] 2862/1: VST aka CONFIG_NO_IDLE_HZ support for PXA2xxNicolas Pitre2005-09-012-2/+53
* [ARM] 2865/2: fix fadvise64_64 syscall argument passingNicolas Pitre2005-09-014-2/+16
* [ARM] 2869/1: ixp4xx: correct ioread*/iowrite*David Vrabel2005-08-311-42/+60
* [ARM] 2868/1: Include linux/cpumask.h in arch/arm/common/gic.cCatalin Marinas2005-08-311-0/+1
* [ARM] 2867/2: unaligned ldrd/strd fixupsSteve Longerbeam2005-08-311-14/+56
* [ARM] 2857/2: Dynamic tick - fix OOPS if configured and not providedBen Dooks2005-08-311-4/+6
* [ARM] 2853/1: Make alloc_init_supersection() work with 36-bit mappingsDeepak Saxena2005-08-291-3/+1
* [ARM] 2861/1: PXA: Add some extra pxa27x register definitionsRichard Purdie2005-08-291-0/+29
* [ARM] 2858/1: ARM has sys_fadvise64_64 onlyNicolas Pitre2005-08-291-1/+0
* [ARM] 2856/1: S3C2440 - show DVS status at startupBen Dooks2005-08-291-2/+4
* [ARM] 2855/1: S3C2410 - add CLKSLOW definitions, and show in initBen Dooks2005-08-292-2/+18
* [ARM] 2836/1: Cleanup IXP4xx GPIO codeDeepak Saxena2005-08-296-134/+91
* [ARM] 2834/1: Remove IXP4xx board-specific map_io routinesDeepak Saxena2005-08-293-23/+7
* [PATCH] missing include in smc-ultraAl Viro2005-08-291-0/+1
* [PATCH] missing include in tda80xxAl Viro2005-08-291-0/+1
* [PATCH] mod_devicetable.h fixesAl Viro2005-08-291-2/+8
* [PATCH] new name for 2.6.14Benjamin LaHaise2005-08-291-1/+1
* Merge HEAD from master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband...Linus Torvalds2005-08-2969-1424/+2732
|\
| * [PATCH] IB: move include files to include/rdmaRoland Dreier2005-08-2641-57/+51
| * [PATCH] IPoIB: Fix device removal raceMichael S. Tsirkin2005-08-261-1/+1
| * [PATCH] IB: Add handling for ABORT and STOP RMPP MADs.Sean Hefty2005-08-262-65/+246
| * [PATCH] IB: fix userspace CM deadlockSean Hefty2005-08-262-313/+160
| * [PATCH] IPoIB: Set full membership bit in P_KeysRoland Dreier2005-08-261-0/+12
| * [PATCH] IB/mthca: Add SRQ implementationRoland Dreier2005-08-2613-25/+857
| * [PATCH] IB/mthca: Handle context tables smaller than our chunk sizeRoland Dreier2005-08-261-1/+6
| * [PATCH] IB/mthca: Move WQE structures into their own headerRoland Dreier2005-08-262-74/+115
| * [PATCH] IB/mthca: Simplify handling of completions with errorRoland Dreier2005-08-262-9/+9
| * [PATCH] IB/mthca: Factor out common queue alloc codeRoland Dreier2005-08-265-224/+141
| * [PATCH] IB: userspace SRQ supportRoland Dreier2005-08-264-4/+238
| * [PATCH] IB: Add SRQ support to midlayerRoland Dreier2005-08-262-5/+158
| * [PATCH] IB/mthca: Report correct max_msg_szRoland Dreier2005-08-261-0/+3
| * [PATCH] IB/mthca: Use correct port width capability valueRoland Dreier2005-08-265-13/+10
| * [PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering2005-08-264-4/+0
| * [PATCH] IB: Fix ib_mad_thread_completion_handler declarationHal Rosenstock2005-08-261-3/+2
| * [PATCH] IB/mthca: use generic function instead of arbel_ version in mthca_fre...Guy German2005-08-261-1/+1
| * [PATCH] IB: unmap FMRs when destroying FMR poolRoland Dreier2005-08-261-0/+6
| * [PATCH] IB/mthca: add HCA board ID to sysfs infoMichael S. Tsirkin2005-08-265-69/+109
| * [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-2634-562/+565
| * [PATCH] IB: Eliminate redundant NULL checksHal Rosenstock2005-08-261-8/+4
| * [PATCH] IB: Add copyright noticesRoland Dreier2005-08-2639-17/+69
| * [PATCH] IB: Update current firmware versions in mthca driverTziporet Koren2005-08-261-3/+3
* | Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git Linus Torvalds2005-08-296-39/+213
|\ \
| * | [ARM] drop i386-isms from arm KconfigPavel Machek2005-08-281-37/+0
| * | [ARM] fs/adfs/adfs.h: "extern inline" doesn't make senseAdrian Bunk2005-08-201-2/+2
| * | [ARM] Add support for ARM GICRussell King2005-08-184-0/+211