summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-08-1824-57/+105
|\
| * Cross-compilation between e.g. i386 -> 64bit could break -> work around itThomas Renninger2007-08-171-1/+2
| * [IA64] Enable early console for Ski simulatorPeter Chubb2007-08-171-0/+7
| * [IA64] forbid ptrace changes psr.ri to 3Shaohua Li2007-08-171-3/+7
| * [IA64] Failure to grow RBSAndrew Burgess2007-08-161-3/+11
| * [IA64] Fix processor_get_freqAlex Williamson2007-08-151-4/+2
| * [IA64] SGI Altix : fix a force_interrupt bug on altixMike Habeck2007-08-131-1/+4
| * [IA64] Update arch/ia64/configs/* s/SLAB/SLUB/Christoph Lameter2007-08-137-8/+7
| * [IA64] get back PT_IA_64_UNWIND program headerDavid Mosberger-Tang2007-08-131-1/+3
| * [IA64] need NOTES in vmlinux.lds.SDavid Mosberger-Tang2007-08-131-4/+4
| * [IA64] make unwinder stop at last frame of the bootloaderDavid Mosberger-Tang2007-08-131-0/+1
| * [IA64] Clean up CPE handler registrationRuss Anderson2007-08-131-15/+19
| * [IA64] Include Kconfig.preemptSatyam Sharma2007-08-131-11/+1
| * [IA64] SN2 needs platform specific irq_to_vector() function.Kenji Kaneshige2007-08-136-1/+28
| * [IA64] Use atomic64_read to read an atomic64_t.Andreas Schwab2007-08-131-2/+2
| * [IA64] disable irq's and check need_resched before safe_haltDimitri Sivanich2007-08-131-3/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2007-08-181-1/+1
|\ \
| * | SELinux: correct error code in selinux_audit_rule_initSteve G2007-08-161-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-08-1815-61/+77
|\ \ \
| * | | IB/mlx4: Incorrect semicolon after if statementIlpo Järvinen2007-08-151-1/+1
| * | | mlx4_core: Wait 1 second after reset before accessing deviceEli Cohen2007-08-131-0/+3
| * | | IPoIB: Fix leak in ipoib_transport_dev_init() error pathJack Morgenstein2007-08-071-0/+1
| * | | IB/mlx4: Fix opcode returned in RDMA read completionVu Pham2007-08-031-1/+1
| * | | IB/srp: Add OUI for new Cisco targetsRaghava Kondapalli2007-08-031-1/+3
| * | | IB/srp: Wrap OUI checking for workarounds in helper functionsRoland Dreier2007-08-031-9/+20
| * | | RDMA/cxgb3: Always call low level send function via cxgb3_ofld_send()Steve Wise2007-08-031-8/+8
| * | | IB: Move the macro IB_UMEM_MAX_PAGE_CHUNK() to umem.cDotan Barak2007-08-032-5/+5
| * | | IB: Include <linux/list.h> and <linux/rwsem.h> from <rdma/ib_verbs.h>Dotan Barak2007-08-031-0/+2
| * | | IB: Include <linux/list.h> from <rdma/ib_mad.h>Dotan Barak2007-08-031-0/+2
| * | | IB/mad: Fix address handle leak in mad_rmppSean Hefty2007-08-031-4/+4
| * | | IB/mad: agent_send_response() should be voidHal Rosenstock2007-08-032-17/+13
| * | | IB/mad: Fix memory leak in switch handling in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+5
| * | | IB/mad: Fix error path if response alloc fails in ib_mad_recv_done_handler()Hal Rosenstock2007-08-031-6/+8
| * | | IB/sa: Don't need to check for default P_Key twiceRoland Dreier2007-08-031-3/+1
| * | | IB/core: Ignore membership bit in ib_find_pkey()Moni Shoua2007-08-031-1/+1
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-08-1821-29/+803
|\ \ \ \
| * | | | [MATH-EMU]: Fix underflow exception reporting.David S. Miller2007-08-164-1/+19
| * | | | [SPARC64]: Create a HWCAP_SPARC_N2 and report it to userspace on Niagara-2.David S. Miller2007-08-161-2/+8
| * | | | [SPARC64]: SMP trampoline needs to avoid %tick_cmpr on sun4v too.David S. Miller2007-08-161-4/+3
| * | | | [SPARC64]: Do not touch %tick_cmpr on sun4v cpus.David S. Miller2007-08-161-1/+2
| * | | | [SPARC64]: Niagara-2 optimized copies.David S. Miller2007-08-168-1/+716
| * | | | [SPARC64]: Allow userspace to get at the machine description.David S. Miller2007-08-151-0/+38
| * | | | [SPARC32]: Remove superfluous 'kernel_end' alignment on sun4c.Mark Fortescue2007-08-141-2/+0
| * | | | [SPARC32]: Fix bogus ramdisk image location check.Mark Fortescue2007-08-141-2/+1
| * | | | [SPARC32]: Remove iommu from struct sbus_bus and use archdata like sparc64.Robert Reif2007-08-104-16/+16
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-08-1815-28/+39
|\ \ \ \ \
| * | | | | [IPv6]: Invalid semicolon after if statementIlpo Järvinen2007-08-151-1/+1
| * | | | | [NET]: Fix unbalanced rcu_read_unlock in __sock_createHerbert Xu2007-08-151-1/+1
| * | | | | Merge branch 'fixes-davem' of master.kernel.org:/pub/scm/linux/kernel/git/lin...David S. Miller2007-08-142-2/+5
| |\ \ \ \ \
| | * | | | | [PATCH] mac80211: probe for hidden SSIDs in pre-auth scanJohn W. Linville2007-08-141-1/+5
OpenPOWER on IntegriCloud