summaryrefslogtreecommitdiffstats
path: root/arch/ia64
AgeCommit message (Expand)AuthorLines
2008-05-27[IA64] Workaround for RSE issueTony Luck-46/+125
2008-05-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+0
2008-05-18KVM: ia64: fix GVMM module including position-dependent objectsXiantao Zhang-2/+3
2008-05-16[PATCH] take init_files to fs/file.cAl Viro-1/+0
2008-05-15[IA64] fix personality(PER_LINUX32) performance issueHuang, Xiaolan-10/+25
2008-05-14[IA64] Properly unregister legacy interruptsPrarit Bhargava-0/+3
2008-05-14[IA64] Remove NULL pointer check for argument never passed as NULL.Simon Holm Thøgersen-6/+0
2008-05-14[IA64] trivial cleanup for perfmon.cHidetoshi Seto-6/+10
2008-05-14[IA64] trivial cleanup for entry.SHidetoshi Seto-6/+6
2008-05-14[IA64] fix interrupt masking for pending works on kernel leaveHidetoshi Seto-8/+31
2008-05-14[IA64] allow user to force_pal_cache_flushAlex Chiang-0/+11
2008-05-14[IA64] Don't reserve crashkernel memory > 4 GBBernhard Walle-0/+29
2008-05-14[IA64] machvec support for SGI UV platformJack Steiner-2/+154
2008-05-02Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds-168/+145
2008-05-01[IA64] fix file and descriptor handling in perfmonAl Viro-112/+87
2008-05-01[IA64] TS_RESTORE_SIGMASKRoland McGrath-8/+9
2008-05-01[IA64] smp.c coding style fixHidetoshi Seto-33/+35
2008-05-01rename div64_64 to div64_u64Roman Zippel-2/+1
2008-04-30[IA64] fix section mismatch in arch/ia64/kernel/topology.cHidetoshi Seto-6/+10
2008-04-30[IA64] fix section mismatch in arch/ia64/kernel/palinfo.cHidetoshi Seto-1/+1
2008-04-30[IA64] fix section mismatch in arch/ia64/kernel/irq.cHidetoshi Seto-7/+2
2008-04-30[IA64] fix section mismatch in arch/ia64/kernel/acpi.cHidetoshi Seto-1/+1
2008-04-30tty: The big operations reworkAlan Cox-4/+7
2008-04-30signals: ia64 renumber TIF_RESTORE_SIGMASKakpm@linux-foundation.org-1/+1
2008-04-29[IA64] Provide ACPI fixup for /proc/cpuinfo/physical_idAlex Chiang-0/+9
2008-04-29[IA64] Remove printk noise on unimplemented SAL_PHYSICAL_ID_INFOAlex Chiang-3/+9
2008-04-29[IA64] allocate multiple contiguous pages via uncached allocatorDean Nelson-10/+13
2008-04-29[IA64] bugfix: nptcg breaks cpu-hotaddHidetoshi Seto-1/+4
2008-04-29ia64: use kbuild.h macros instead of defining macros in asm-offsets.cChristoph Lameter-6/+1
2008-04-29ia64: use non-racy method for proc entries creationDenis V. Lunev-36/+20
2008-04-29dma/ia64: update ia64 machvecs, swiotlb.cArthur Kepner-77/+129
2008-04-29dma: add dma_*map*_attrs() interfacesArthur Kepner-0/+1
2008-04-29swiotlb: use iommu_is_span_boundary helper functionFUJITA Tomonori-1/+4
2008-04-28ia64 kvm fixes for O=... buildsAl Viro-5/+2
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge-9/+0
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti-0/+12
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity-13/+13
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti-0/+5
2008-04-27KVM: ia64: Stub out kvmtraceAvi Kivity-0/+3
2008-04-27KVM: ia64: Enable kvm build for ia64Xiantao Zhang-0/+111
2008-04-27KVM: ia64: Add kvm sal/pal virtulization supportXiantao Zhang-0/+500
2008-04-27KVM: ia64: Add guest interruption injection supportXiantao Zhang-0/+970
2008-04-27KVM: ia64: Generate offset values for assembly code useXiantao Zhang-0/+251
2008-04-27KVM: ia64: Add optimization for some virtulization faultsXiantao Zhang-0/+918
2008-04-27KVM: ia64: Add processor virtulization supportXiantao Zhang-0/+2163
2008-04-27KVM: ia64: Add trampoline for guest/host mode switchXiantao Zhang-0/+1038
2008-04-27KVM: ia64: Add mmio decoder for kvm/ia64Xiantao Zhang-0/+341
2008-04-27KVM: ia64: Add interruption vector table for vmmXiantao Zhang-0/+1424
2008-04-27KVM: ia64: Add TLB virtulization supportXiantao Zhang-0/+636
2008-04-27KVM: ia64: VMM module interfacesXiantao Zhang-0/+66