| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [IA64] enable trap code on slot 1 | Tony Luck | 2006-12-12 | 4 | -17/+42 |
| * | [IA64] Take defensive stance on ia64_pal_get_brand_info() | Tony Luck | 2006-12-12 | 1 | -2/+2 |
| * | [IA64] fix possible XPC deadlock when disconnecting | Dean Nelson | 2006-12-12 | 3 | -27/+54 |
| * | [IA64] - Reduce overhead of FP exception logging messages | Jack Steiner | 2006-12-12 | 1 | -10/+40 |
| * | [IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid' | Tony Luck | 2006-12-12 | 2 | -9/+3 |
| * | [IA64] s/termios/ktermios/ in simserial.c | Tony Luck | 2006-12-12 | 1 | -1/+1 |
| * | [IA64] kexec/kdump: tidy up declaration of relocate_new_kernel_t | Horms | 2006-12-12 | 1 | -2/+5 |
| * | [IA64] Kexec/Kdump: honour non-zero crashkernel offset. | Horms | 2006-12-12 | 1 | -4/+10 |
| * | [IA64] CONFIG_KEXEC/CONFIG_CRASH_DUMP permutations | Horms | 2006-12-12 | 7 | -25/+73 |
| * | [IA64] Do not call SN_SAL_SET_CPU_NUMBER twice on cpu 0 | Jay Lan | 2006-12-12 | 1 | -2/+10 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart | Linus Torvalds | 2006-12-12 | 2 | -2/+27 |
|\ \ |
|
| * \ | Merge ../linus | Dave Jones | 2006-12-12 | 8987 | -300625/+502036 |
| |\ \ |
|
| * | | | [AGPGART] VIA and SiS AGP chipsets are x86-only | Matthew Wilcox | 2006-12-12 | 1 | -2/+2 |
| * | | | [AGPGART] agp-amd64: section mismatches with HOTPLUG=n | Randy Dunlap | 2006-12-12 | 1 | -1/+1 |
| * | | | [AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates. | Dave Jones | 2006-11-03 | 1 | -0/+25 |
* | | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 2006-12-12 | 36 | -354/+2146 |
|\ \ \ \ |
|
| * | | | | IPoIB: Make sure struct ipoib_neigh.queue is always initialized | Roland Dreier | 2006-12-12 | 1 | -2/+1 |
| * | | | | IB/iser: Use the new verbs DMA mapping functions | Ralph Campbell | 2006-12-12 | 2 | -63/+61 |
| * | | | | IB/srp: Use new verbs IB DMA mapping functions | Ralph Campbell | 2006-12-12 | 2 | -34/+49 |
| * | | | | IPoIB: Use the new verbs DMA mapping functions | Ralph Campbell | 2006-12-12 | 2 | -41/+38 |
| * | | | | IB/core: Use the new verbs DMA mapping functions | Ralph Campbell | 2006-12-12 | 3 | -55/+53 |
| * | | | | IB/ipath: Implement new verbs DMA mapping functions | Ralph Campbell | 2006-12-12 | 6 | -7/+201 |
| * | | | | IB: Add DMA mapping functions to allow device drivers to interpose | Ralph Campbell | 2006-12-12 | 1 | -0/+253 |
| * | | | | RDMA/cma: Export rdma cm interface to userspace | Sean Hefty | 2006-12-12 | 5 | -4/+1092 |
| * | | | | RDMA/cma: Add support for RDMA_PS_UDP | Sean Hefty | 2006-12-12 | 3 | -16/+222 |
| * | | | | RDMA/cma: Allow early transition to RTS to handle lost CM messages | Sean Hefty | 2006-12-12 | 3 | -24/+63 |
| * | | | | RDMA/cma: Report connect info with connect events | Sean Hefty | 2006-12-12 | 2 | -72/+101 |
| * | | | | RDMA/cma: Remove unneeded qp_type parameter from rdma_cm | Sean Hefty | 2006-12-12 | 2 | -6/+1 |
| * | | | | IB/ipath: Fix IRQ for PCI Express HCAs | Roland Dreier | 2006-12-12 | 1 | -1/+1 |
| * | | | | RDMA/amso1100: Fix memory leak in c2_qp_modify() | Krishna Kumar | 2006-12-12 | 1 | -5/+8 |
| * | | | | IB/iser: Remove unused "write-only" variables | Roland Dreier | 2006-12-12 | 2 | -6/+1 |
| * | | | | IB/ipath: Remove unused "write-only" variables | Roland Dreier | 2006-12-12 | 7 | -18/+9 |
| * | | | | IB/fmr: ib_flush_fmr_pool() may wait too long | Roland Dreier | 2006-12-12 | 1 | -10/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-12-12 | 27 | -100/+68 |
|\ \ \ \ |
|
| * | | | | Fix inotify maintainers entry | Cal Peake | 2006-12-12 | 1 | -2/+4 |
| * | | | | Fix typo in new debug options. | Dave Jones | 2006-12-12 | 1 | -1/+1 |
| * | | | | Jon needs a new shift key. | Dave Jones | 2006-12-12 | 1 | -1/+1 |
| * | | | | fs: Convert kmalloc() + memset() to kzalloc() in fs/. | Robert P. J. Day | 2006-12-12 | 1 | -2/+1 |
| * | | | | configfs.h: Remove dead macro definitions. | Robert P. J. Day | 2006-12-12 | 1 | -25/+0 |
| * | | | | kconfig: Standardize "depends" -> "depends on" in Kconfig files | Robert P. J. Day | 2006-12-12 | 14 | -49/+49 |
| * | | | | e100: replace kmalloc with kcalloc | Yan Burman | 2006-12-12 | 1 | -2/+1 |
| * | | | | um: replace kmalloc+memset with kzalloc | Yan Burman | 2006-12-12 | 1 | -2/+1 |
| * | | | | fix typo in net/ipv4/ip_fragment.c | Peter Zijlstra | 2006-12-12 | 1 | -1/+1 |
| * | | | | include/linux/compiler.h: reject gcc 3 < gcc 3.2 | Alistair John Strachan | 2006-12-12 | 1 | -1/+1 |
| * | | | | Kconfig: fix spelling error in config KALLSYMS help text | Jesper Juhl | 2006-12-12 | 1 | -1/+1 |
| * | | | | Remove duplicate "have to" in comment | Rolf Eike Beer | 2006-12-12 | 1 | -1/+1 |
| * | | | | Fix small typo in drivers/serial/icom.c | Thomas Hisch | 2006-12-12 | 1 | -1/+1 |
| * | | | | Use consistent casing in help message | Samuel Tardieu | 2006-12-12 | 1 | -2/+2 |
| * | | | | EXT{2,3,4}_FS: remove outdated part of the help text | Jan Engelhardt | 2006-12-12 | 1 | -9/+3 |
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2006-12-12 | 5 | -31/+28 |
|\ \ \ \ \ |
|