IA64 - CompWisdom
About us  |  Why use us?  |  Press  |  Contact us

 

Topic: IA64



  
 Halo: A Hazard Location Tool for IA64
IA64, the new Epic architecture from Intel and HP, has introduced many new features that allow a high degree of hardware control by software.
These features include explicit delineation of instruction level parallelism (ILP) and predication, which allows branch delays to be avoided by guarding sequences of code with Boolean predicates.
Moreover, writing system level components at the assembly level can be error-prone.
http://research.microsoft.com/Pubs/view.aspx?tr_id=348   (191 words)

  
 Under the Hood: Programming for 64-bit Windows -- MSDN Magazine, November 2000
Having worked with Intel's IA64 architecture and its Explicitly Parallel Instruction Computing (EPIC) technology for more than six months, I can tell you that there's no way to cover all of the interesting new concepts in a single article, much less a column.
Fortunately, the IA64 data area is 4MB, rather than the 64KB segment limit in Win16.
In my own work, CPU portability is now a much more tangible concept, since I've written code that works on both 32-bit and 64-bit Windows.
http://msdn.microsoft.com/msdnmag/issues/1100/hood   (2496 words)

  
 Real World Technologies - Making a Mountain Out of a Molehill
After years of Khruschev-like "we will bury you" rhetoric directed at the makers of RISC processor and systems from the Intel and HP camp, the public dressing down of the first generation IA64 device, a processor that wouldn’t ship for nearly two years, was very surprising.
And was yet another sign that the mammoth project to harness very long instruction word (VLIW) technology for general purpose computing wasn’t progressing well.
This will lead directly to speculation about the nature of the McKinley design and the various approaches Intel and HP may have used to raise IA64 performance to a level befitting a processor immodestly named after the tallest mountain in North America.
http://www.realworldtech.com/page.cfm?ArticleID=RWT071901001629   (303 words)

  
 HP/Intel IA64 (Was Re: I hate to ask, but.... (Alpha-PC))
Considering how long I've heard rumors of Intel's _finally_ breaking x86 compatability (close to 3 years now) I wouldn't be surprised if this attempt is also just a rumor.
Binary compatibility with existing x86 *and* PA-RISC binaries has been the one constant in every description of the IA64 that I've ever heard.
It will recognize the instruction sets of both the x86 family of CPUs and the HP PA-RISC family of CPUs.
http://www.irtc.org/pipermail/irtc-l/1998-July/005618.html   (516 words)

  
 BYTE.com > Porting Linux Software to the IA64 Platform
The IA64 processor family is the fruit of a common effort between HP and Intel to introduce a replacement for the venerable but outdated Intel386 platform.
Recently, HP contacted me to ask if I was interested in porting my openMosix software to the Intel IA64 platform.
I remember that for the very first column I intended to write about the new Intel IA64 platform and HP's ongoing effort to port Linux to it.
http://www.byte.com/documents/s=7182/byt1021067742738/0513_moshe.html   (697 words)

  
 X-bit labs - Hardware news - Intel Outlines Long-Term Itanium Roadmap.
One of the targets Intel would like to address is to put on par the costs of Itanium and Xeon hardware sometimes in the middle of the decade.
Although Intel is also going to supply x86 processors with 64-bit extensions for 1P, 2P and MP machines starting from Q2 2004, IA64 and IA32e families will co-exist.
Montecito will be Intel’s first IA64 chip with two cores and 24MB of L3 cache.
http://www.xbitlabs.com/news/cpu/display/20040219125800.html   (748 words)

  
 The Old New Thing : The history of calling conventions, part 4: ia64
I've often used this in assembly functions without even considering that it might be illegal.
I've only seen it in intense graphics code which is trying to squeak that last cycle out of an image processing algorithm.
A context switch changes the processor's view of the world, but the world doesn't change.
http://blogs.msdn.com/oldnewthing/archive/2004/01/13/58199.aspx   (3199 words)

  
 The Old New Thing : Uninitialized garbage on ia64 can be deadly
There is a special form of load instruction on the ia64 which attempts to load the value from memory, but if the load fails (because the memory is paged out or the address is invalid), then instead of raising a page fault, all that happens is that NaT bit gets set, and execution continues.
Or, I suppose, the customers could just do what I did when I found I'd been sold a machine which corrupted the BIOS data area, which killed unpatched Brief, and return their new computers as not PC compatible?
If you're linking dynamically, you can do it either way.
http://blogs.msdn.com/oldnewthing/archive/2004/01/19/60162.aspx   (3324 words)

  
 Debian -- IA-64 Port
The best option, particularly if you are using an HP Integrity server (though unofficially, this image will work with many other ia64 systems), is to use the Debian installer that is part of the HP Enablement Kit for Linux, available for free download from HP's web site.
It's possible that you may find an early ia64 machine that needs a BIOS upgrade to work well with Linux.
Some HP Itanium 2 systems need an updated kernel before the integrated gigabit Ethernet interface will work as expected.
http://www.debian.org/ports/ia64   (455 words)

  
 Gentoo Linux Documentation -- IA/64 Release Notes for Gentoo Linux 2005.0
No LiveCDs are available at this moment due to a lack of physical access to testing hardware, so the only supported installation method is to either boot a Debian IA/64 CD or to use an existing Linux installation to install Gentoo Linux.
Once you have booted Linux, whether from a CD or an existing installation, you should fetch the stages and chroot as normal.
Gentoo Linux is a community driven project committed to producing high quality open-source software.
http://www.gentoo.org/proj/en/releng/release/2005.0/ia64-release-notes.xml   (271 words)

  
 Program Loading and Dynamic Linking
IA64 Processor Reference: Intel Itanium Processor Reference Manual for Software Development
IA64 Processor Reference: Intel ® Itanium &trade Processor Reference Manual for Software Development
http://www.freestandards.org/pipermail/lsb-cvslog/2002-March.txt   (5041 words)

  
 LWN: Patch: ia64 function return probes
For ia64 complexities came up with respect to: * the assumption that kernel/kprobes.c is working with a stacked based architecture * the assumption that changing the return address to kretprobe_trampoline() will always result in the first instruction of of kretprobe_trampoline being executed.
Therefore we need our trampoline to + * have a break on each slot of the first bundle, not just the the first + * instruction (i.e.
The following is an implementation of the ia64 specific parts for implementing the function return probes functionality that is a part of kprobes.
http://lwn.net/Articles/138245   (1060 words)

  
 BitKeeper patches for hera.kernel.org:/home/davidm/BK/linux-ia64-2.5
ia64: Fix things so that they compile with the latest GCC 3.4, which optimize
Having this print out for every CPU on a large system was a pain, so
Fix task creation/destruction to make it possible for the thread_info and the
http://www.kernel.org/pub/linux/kernel/ports/ia64/v2.5/testing/cset   (1447 words)

  
 Download details: .NET Framework 2.0 Beta 1 IA64
The Microsoft.NET Framework version 2.0 beta redistributable package is the most recent update to the Microsoft.NET Framework and includes everything you need to run applications developed using the.NET Framework.
If you plan to develop.NET Framework version 2.0 applications, the Microsoft.NET Framework version 2.0 Software Development Kit (SDK) includes everything you need to write, build, test, and deploy.NET Framework applications—documentation, samples, and command-line tools and compilers.
Others who downloaded.NET Framework Version 2.0 Redistributable Package Beta 1 (IA64) also downloaded:
http://www.microsoft.com/downloads/details.aspx?familyid=F94B0AFF-2981-4223-90EC-CF00A215A934&displaylang=en   (477 words)

  
 Vim for Open VMS (IA64, AXP and VAX executables)
Recommended for users that do not need GUI or do not have Motif or GTK libraries installed.
For compatibility reasons executables has been built on lowest available OpenVMS version.
You should define only one important logical for proper response of help command, syntax files and menus: $VIM
http://www.polarhome.com/vim   (1404 words)

  
 EPIC/IA64 for GCC
The first EPIC chip that was announced, the Merced, will be based on the IA64 instruction set architecture, jointly developed by HP and Intel.
The IA-64 Application Developers Guide is available for download from both HP and Intel, the Intel download page is located here.
The Byte Magazine featured an article about IA64 on December 1997, which is available online
http://www.goof.com/pcg/epic   (831 words)

  
 2003/freebsd-ia64/20030316.freebsd-ia64
Mar 14 Marcel Moolenaar Announce: new snapshot available 11.
Mar 9 Marcel Moolenaar Re: can freebsd/ia64 support linux emulation?
Mar 14 Kris Kennaway Re: Ports broken due to -current change (Re: Ports b 30.
http://docs.freebsd.org/mail/archive/2003/freebsd-ia64/20030316.freebsd-ia64.html   (303 words)

  
 Debian Mailing Lists -- Index for debian-ia64
Discussions on the intel IA64 (aka Itanium, Merced) port of Debian GNU/Linux.
This list is not moderated, posting is allowed to anyone.
http://lists.debian.org/debian-ia64   (159 words)

  
 FreeBSD/ia64 Project
This is a rather big issue, because it affects all platforms and may involve rewriting (big) parts of certain subsystems.
Basic device drivers such as sio(4) and syscons(4) do not work on ia64 machines that do not have support for legacy devices.
A typical example is the maintenance of the ia64 web pages...
http://linuxinstruct.com/platforms/ia64/todo.html   (502 words)

  
 [Whitebox-ia64] IA64-RC1 md5sum do not match
Can't say what the IPF version is, and since the IA64 port is a contrib I can't answer much definitively, but I can confirm that the md5sums of the.iso files here match the supplied md5sum file and the implanted md5sums pass.
I have > downloaded the three ISOs but have noticed that the md5sums do not match > IA64-RC1.
So if you have different images check the implanted sums.
http://www.beau.org/pipermail/whitebox-ia64/2004-July/000004.html   (205 words)

  
 [arch] ia64 Port
IA64 *IS* Itanium so lets keep that in mind from now on, this thread got flamey (is that a word?) because of a mistake on the name :/ - -Justyn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFA15cWyRBlAExtS3sRAoKiAJ0TEc6axUvHDwgnWKY0On0KoLpjKACgij7v S1qmq7gRiqNnZSURgvFC84c= =48wD -----END PGP SIGNATURE-----
I may have caused some confusion, by ia64 I was talking about intel
As far as I know this processor does not have a name yet, though if its the same as AMD64 then we can safely call it an x86-64 architecture.
http://www.archlinux.org/pipermail/arch/2004-June/001799.html   (152 words)

  
 SecurityTracker.com Archives - (Debian Issues Fix for ia64 Architecture) Linux Kernel do_mremap() Fails to Check ...
Due to missing function return value check of internal functions a local attacker can gain root privileges.
For the stable distribution (woody) this problem has been fixed in version 011226.16 of ia64 kernel source and images.
Solution: Debian has released a fix for the stable distribution (woody) in version 011226.16 of ia64 kernel source and images.
http://www.securitytracker.com/alerts/2004/Feb/1009155.html   (570 words)

  
 Linux Display Driver - IA64
See the text README for more detailed instructions.
If you have any questions or problems, please check the linux discussion forum.
For specific IA64 restrictions and troubleshooting, see the IA64 README also.
http://www.nvidia.co.uk/object/linux_display_ia64_1.0-5336   (167 words)

  
 ISS X-Force Database: linux-ia64-info-disclosure(16644): Linux kernel ia64 information disclosure
Home > Research > X-Force Database > X-Force Database Results
An attacker could create a malicious program that sets the MFH bit, which would allow the attacker to view the registers of another process.
Linux kernel version 2.4.x in some ia64 Linux distributions could allow a local attacker to obtain sensitive information, caused by a floating point leak.
http://xforce.iss.net/xforce/xfdb/16644   (440 words)

  
 [No title]
# -------------------------------------------- # 04/01/15 david_jeffery@adaptec.com 1.1503.1.33 # [PATCH] ips fix for large mem 64bit machines # # This patch fixes DMA bugs on x86-64 and ia64 machines.
# -------------------------------------------- # 04/01/14 jes@wildopensource.com 1.1514 # [PATCH] ia64: header cleanup # # I fixed the code to compile with CONFIG_ACPI_NUMA and # !CONFIG_DISCONTIG since it's actually possible to compile that # configuration as well as cleaned up the #include usage a litte.
Actually two real # bugs; one is that parisc is not discarding the.init.text and.exit.text # sections (so I didn't notice this bug) and the other is that sym_detach # is marked __devexit, yet called from a __devinit function.
http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.1/2.6.1-mm4/broken-out/linus.patch   (8393 words)

  
 Neowin.net - Microsoft: No IA64 for Windows XP
Neowin.net - Microsoft: No IA64 for Windows XP Gamers : Main page : Software
Microsoft: No IA64 for Windows XP Posted by
After removing all references to the 64-bit (IA64) Windows XP here, we've spoken to sources close to the company who have confirmed Microsoft's intensions to axe XP IA64.
http://www.neowin.net/comments.php?id=26457&category=main   (2732 words)

  
 MySQL Bugs: #1569: Crash-me crashes on HPUX, Linux ia64
This is becasue the stack checking code doesn't work on Ia64 (Linux Ia64 has the same problem).
We are still trying to find a for a solution for this, but it may take some time as we need more information about Ia64 to fix this.
MySQL Bugs: #1569: Crash-me crashes on HPUX, Linux ia64
http://bugs.mysql.com/bug.php?id=1569   (200 words)

  
 Debian -- bootcd-ia64
With bootcd you can copy your system to cd, run it from cd without need for disks and restore your system on disk from bootcd.
This package is needed to create images that can boot on ia64.
bootcd extension to create images that can boot on ia64
http://packages.debian.org/testing/utils/bootcd-ia64   (111 words)

  
 2004/freebsd-ia64/20040425.freebsd-ia64
Apr 22 Marcel Moolenaar Re: Where did the ia64 snapshot go?
Apr 22 Miod Vallat Where did the ia64 snapshot go?
Apr 22 Jason M. Leonard Re: Where did the ia64 snapshot go?
http://docs.freebsd.org/mail/archive/2004/freebsd-ia64/20040425.freebsd-ia64.html   (128 words)

  
 [arch] ia64 Port
There might be some confusion as to which you mean...
Are you so desperate to look intelligent you go the lengths of making yourself look like a retard to those of us with a clue?
I say ia64 as that's the overall architect aim for what I'm doing, so why pick at the facts?
http://www.archlinux.org/pipermail/arch/2004-June/001745.html   (235 words)

  
 FreeBSD/ia64 Project
From a developer point of view there's an advantage to have the ia64 port be a tier 2 platform for a while longer.
As with the port itself, these pages are still mostly a work in progress.
The ia64 port is still considered a tier 2 platform.
http://www.freebsd.org/platforms/ia64   (161 words)

  
 LKML: "John W. Linville": [patch 2.6.14] ia64: re-implement dma_get_cache_alignment to avoid EXPORT_SYMBOL
The current ia64 implementation of dma_get_cache_alignment does not work for modules because it relies on a symbol which is not exported.
Direct access to a global is a little ugly anyway, so this patch re-implements dma_get_cache_alignment in a manner similar to what is currently used for x86_64.
[patch 2.6.14] ia64: re-implement dma_get_cache_alignment to avoid EXPORT_SYMBOL
http://lkml.org/lkml/2005/11/4/361   (114 words)

  
 www.centos.org - News - CentOS Announcements - Release Announcement CentOS 4.0 IA64 Final
Major new features include the Linux 2.6 Kernel, SELinux, udev replacing the /dev system, Xorg, MySQL4, CyrusIMAPD, Gnome 2.8 and KDE 3.3.
The CentOS team is pleased to announce availability of CentOS 4.0 ia64 This product supports Itanium2 processors.
http://www.centos.org/modules/news/article.php?storyid=70   (698 words)

  
 GMP on IA64 HP-UX?
I picked up GMP 4.1.4 and was able to get it to build using some comments from http://swox.com/list-archives/gmp-bugs/2004-August/000157.html but as this email notes the 'make check' fails even after you get the build working.
I think this is because the ia64 config file (mpn/ia64/gmp-mparam.h) is assuming a LP64 setup (based on IA64 Linux) and HP-UX uses ILP32 by default but also supports an LP64 mode.
You might have some luck with passing +DD64 in CFLAGS.
http://www.swox.com/list-archives/gmp-discuss/2004-November/001409.html   (181 words)

  
 LWN: Patch: topology for ia64
Hi David, please find attached a first attempt to implement the topology.h macros/routines for IA64.
We need this for the NUMA scheduler setup.
The LQ Radio site is home to the LQ Podcast, the LQ Radio Show and the LQ Radio Interview Series.
http://lwn.net/Articles/11940   (196 words)

  
 Download details: SSL Diagnostics Version 1.0 (ia64)
This should successfully install with no user interaction.
Accept the terms of the License Agreement (Required)
Others who downloaded SSL Diagnostics Version 1.0 (ia64) also downloaded:
http://www.microsoft.com/downloads/details.aspx?familyid=083d0066-d89d-4d95-90a9-6a94dd2bbc36&displaylang=en   (316 words)

  
 [No title]
+/* + * This file contains the code to configure and read/write the ia64 performance + * monitoring stuff.
http://www.kadlec.lkams.kernel.org/pub/linux/kernel/v2.3/patch-2.3.51   (7196 words)

  
 Secunia - Advisories - Debian update for ia64 kernel
Debian has issued updated packages for the kernel on ia64 processors.
Select a product and view a complete list of all Patched/Unpatched Secunia advisories affecting it.
Secunia - Advisories - Debian update for ia64 kernel
http://www.secunia.com/advisories/10642   (212 words)

  
 Whitebox-ia64 Info Page
This list is for discussion of efforts to port WhiteBox to Intel's ia64 platform.
To see the collection of prior postings to the list, visit the Whitebox-ia64 Archives.
If you leave the field blank, you will be prompted for your email address
http://www.beau.org/mailman/listinfo/whitebox-ia64   (255 words)

  
 [PVFS-users] Compatibility ia64/ia32 and logfile warning
Rob On Wed, 13 Aug 2003, Christoph Biardzki wrote: > > > My problem is that a benchmark (iozone) using a big file (say 10g) fails > when the clients are ia64 and the servers ia32.
> > > > Regards, > > > Christoph > > > > > > > > Rob Ross wrote: > > On Wed, 13 Aug 2003, Christoph Biardzki wrote: > > > > > >>I have two questions > >> > >>1) Is PVFS on ia64 fully interoperable with ia32 (eg.
http://www.beowulf-underground.org/pipermail/pvfs-users/2003-August/001305.html   (456 words)

  
 The Gelato Community -- Linux on Itanium
I'd like to use the boost library on an IA64 using gcc3.2.3.
Can anyone help me on how to interpret these messages, or even point me
Click here to view the Gelato Federation Privacy Policy and Terms of Service Agreement.
http://www.gelato.org   (696 words)

Compwisdom
 About us   |  Why use us?   |  Press   |  Contact us

 Copyright © 2006 CompWisdom.com Usage implies agreement with terms.