aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06sections: fix section conflicts in arch/ia64Andi Kleen2-2/+2
2012-09-27[IA64] xen: Fix return value check in xencomm_vtop()Wei Yongjun1-1/+2
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2012-02-21ia64: Fix typo in irq_xen.cMasanari Iida1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31ia64: Add export.h to arch/ia64 specific files as requiredPaul Gortmaker1-0/+1
2011-09-29xen: use generic functions instead of xen_{alloc, free}_vm_area()David Vrabel1-62/+0
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-1/+9
2011-03-29ia64: xen: Use irq accessor functionsThomas Gleixner1-3/+1
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+5
2011-02-25xen: suspend: add "arch" to pre/post suspend hooksIan Campbell1-7/+2
2011-01-31ia64: Switch do_timer() to xtime_update()Torben Hohn1-8/+5
2010-09-23[IA64] xen: use ARRAY_SIZE macro in xen_pv_ops.cNikitas Angelinas1-3/+2
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko1-1/+1
2010-03-03Rename .data.gate to .data..gate.Denys Vlasenko1-1/+1
2010-02-08[IA64] Remove COMPAT_IA32 supportTony Luck2-21/+0
2009-10-29percpu: make percpu symbols in xen uniqueTejun Heo2-75/+78
2009-08-23rcu: Simplify rcu_pending()/rcu_check_callbacks() APIPaul E. McKenney1-2/+1
2009-06-15[IA64] remove obsolete irq_desc_t typedefThomas Gleixner1-1/+1
2009-05-05[IA64] xen_domu_defconfig: fix build issues/warningsJan Beulich1-2/+0
2009-03-27ia64: remove some warnings.Isaku Yamahata1-2/+7
2009-03-27ia64/xen: fix the link error.Isaku Yamahata1-1/+1
2009-03-26ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops.Isaku Yamahata2-0/+667
2009-03-26ia64/pv_ops/xen/gate.S: xen gate page paravirtualizationIsaku Yamahata1-0/+1
2009-03-26ia64/pv_ops/xen: define xen specific gate page.Isaku Yamahata3-1/+50
2009-03-26ia64/pv_ops/xen/pv_time_ops: implement sched_clock.Isaku Yamahata1-0/+48
2009-03-26ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itmIsaku Yamahata1-1/+79
2009-03-26ia64/pv_ops/xen: preliminary to paravirtualizing fsys.S for xen.Isaku Yamahata2-1/+15
2009-03-26ia64/pv_ops/xen: use __initconst instead of __initdata for const dataIsaku Yamahata1-1/+1
2009-02-19[IA64] xen_domu build fixTony Luck1-2/+2
2009-02-19[IA64] fixes configs and add default config for ia64 xen domUIsaku Yamahata1-2/+1
2009-01-15[IA64] Update to use account_{steal,idle}_ticksIsaku Yamahata1-2/+2
2008-11-20[IA64] xen: fix xen_get_eflags.Isaku Yamahata1-1/+1
2008-10-17ia64/pv_ops: update Kconfig for paravirtualized guest and xen.Isaku Yamahata1-0/+26
2008-10-17ia64/xen: preliminary support for save/restore.Isaku Yamahata4-1/+99
2008-10-17ia64/xen: define xen machine vector for domU.Isaku Yamahata2-0/+6
2008-10-17ia64/pv_ops/xen: implement xen pv_time_ops.Isaku Yamahata4-1/+206
2008-10-17ia64/pv_ops/xen: implement xen pv_irq_ops.Isaku Yamahata4-1/+473
2008-10-17ia64/pv_ops/xen: implement xen pv_iosapic_ops.Isaku Yamahata1-0/+52
2008-10-17ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen.Isaku Yamahata2-1/+19
2008-10-17ia64/pv_ops/xen: paravirtualize ivt.S for xen.Isaku Yamahata2-1/+67
2008-10-17ia64/pv_ops/xen: define xen pv_cpu_ops.Isaku Yamahata1-0/+114
2008-10-17ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization.Isaku Yamahata3-1/+207
2008-10-17ia64/pv_ops/xen: elf note based xen startup.Isaku Yamahata3-1/+150
2008-10-17ia64/xen: implement arch specific part of xen grant table.Isaku Yamahata2-1/+156
2008-10-17ia64/xen: xencomm conversion functions for hypercallsIsaku Yamahata3-1/+453
2008-10-17ia64/xen: implement the arch specific part of xencomm.Isaku Yamahata2-1/+95
2008-10-17ia64/xen: define helper functions for xen hypercalls.Isaku Yamahata2-0/+96