summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | net: new user space API for time stamping of incoming and outgoing packetsPatrick Ohly2009-02-151-0/+3
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | KVM: ia64: Fix the build errors due to lack of macros related to MSI.Xiantao Zhang2009-03-241-0/+2
| * | | | | | | | | | | ia64: Move the macro definitions related to MSI to one header file.Xiantao Zhang2009-03-242-46/+51
| * | | | | | | | | | | KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-241-2/+10
| * | | | | | | | | | | KVM: ia64: dynamic nr online cpusJes Sorensen2009-03-243-9/+18
| * | | | | | | | | | | KVM: ia64: Implement some pal calls needed for windows 2008Xiantao Zhang2009-03-242-7/+152
| * | | | | | | | | | | KVM: ia64: Add the support for translating PAL Call's pointer argsXiantao Zhang2009-03-241-3/+45
| * | | | | | | | | | | KVM: ia64: vTLB change for enabling windows 2008 bootXiantao Zhang2009-03-242-24/+19
| * | | | | | | | | | | KVM: Userspace controlled irq routingAvi Kivity2009-03-241-0/+5
| * | | | | | | | | | | KVM: ia64: expose registers in struct kvm_regsJes Sorensen2009-03-241-1/+34
| * | | | | | | | | | | KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity2009-03-241-0/+4
| * | | | | | | | | | | KVM: ia64: Code cleanupXiantao Zhang2009-03-243-57/+2
| * | | | | | | | | | | KVM: Remove old kvm_guest_debug structsJan Kiszka2009-03-241-2/+0
| * | | | | | | | | | | KVM: ia64: stack get/restore patchJes Sorensen2009-03-243-4/+101
| * | | | | | | | | | | KVM: New guest debug interfaceJan Kiszka2009-03-242-2/+9
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-181-4/+3
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | [IA64] fix PCI DMA flag propagation on SN (Altix) with PICsJeremy Higdon2009-03-061-4/+3
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-0520-39/+1660
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | [IA64] Don't go beyond iosapic_intr_info's arraysizeRoel Kluin2009-02-251-1/+1
| * | | | | | | | | [IA64] Do not go beyond ARRAY_SIZE of unw.hashRoel Kluin2009-02-251-1/+1
| * | | | | | | | | [IA64] enable setting DMAR on by defaultKyle McMartin2009-02-251-0/+11
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | [IA64] xen_domu build fixTony Luck2009-02-191-2/+2
| * | | | | | | | [IA64] fixes configs and add default config for ia64 xen domUIsaku Yamahata2009-02-193-2/+1606
| * | | | | | | | [IA64] Remove redundant cpu_clear() in __cpu_disable pathAlex Chiang2009-02-191-2/+1
| * | | | | | | | [IA64] Revert "prevent ia64 from invoking irq handlers on offline CPUs"Alex Chiang2009-02-191-1/+3
| * | | | | | | | [IA64] bte_copy of BTE_MAX_XFER trips BUG_ON.Robin Holt2009-02-192-4/+5
| * | | | | | | | [IA64] Build fix for __early_pfn_to_nid() undefined link errorTony Luck2009-02-191-2/+1
| * | | | | | | | mm: fix memmap init for handling memory holeKAMEZAWA Hiroyuki2009-02-181-1/+1
| * | | | | | | | mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-02-182-5/+1
| * | | | | | | | KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+4
| * | | | | | | | KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity2009-02-151-0/+4
| * | | | | | | | KVM: ia64: fix fp fault/trap handlerYang Zhang2009-02-151-8/+9
| |/ / / / / / /
| * | | | | | | PCI: return error on failure to read PCI ROMsTimothy S. Nelson2009-02-042-2/+2
| | |_|/ / / / | |/| | | | |
| * | | | | | Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-291-6/+6
| | |_|_|/ / | |/| | | |
| * | | | | eeprom: More consistent symbol namesJean Delvare2009-01-262-2/+2
| | |_|/ / | |/| | |
| * | | | Merge branch 'misc' into releaseLen Brown2009-01-161-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-161-1/+1
| | |/ /
* | | | IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devices, fixYasunori Goto2009-02-031-1/+1
* | | | IA64: fix VT-d dma_mapping_errorFUJITA Tomonori2009-01-291-6/+0
* | | | IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devicesFUJITA Tomonori2009-01-291-1/+9
* | | | IA64: fix compile error on IA64_DIG_VTDFUJITA Tomonori2009-01-272-3/+3
* | | | Merge branch 'linus' into core/iommuIngo Molnar2009-01-1616-10/+58
|\ \ \ \ | |/ / /
| * | | [IA64] SN specific version of dma_get_required_mask()John Keller2009-01-156-0/+45
| * | | [IA64] generic_defconfig: Enable SATA_VITESSEBrent Casavant2009-01-151-1/+1
| * | | [IA64] dump stack on kernel unaligned warningsDoug Chapman2009-01-151-1/+5
| * | | [IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCKTony Luck2009-01-151-0/+1
| * | | [IA64] Update to use account_{steal,idle}_ticksIsaku Yamahata2009-01-151-2/+2
| * | | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-144-4/+4
| |\ \ \
| | * | | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2Heiko Carstens2009-01-144-4/+4
| | |/ /
| * | | byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-2/+0
| |/ /
OpenPOWER on IntegriCloud