Fast TSC calibration: calculate proper frequency error bounds
[safe/jmp/linux-2.6] / arch / x86 / xen /
2009-02-25 Jeremy Fitzhardingexen: disable interrupts early, as start_kernel expects
2009-02-04 Jeremy Fitzhardingexen: disable interrupts before saving in percpu
2009-01-03 Linus TorvaldsMerge branch 'cputime' of git://git390.osdl.marist...
2009-01-03 Mike TravisMerge branch 'master' of git://git./linux/kernel/git...
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2008-12-31 Martin Schwidefsky[PATCH] idle cputime accounting
2008-12-29 Rusty RussellMerge branch 'master' of git://git./linux/kernel/git...
2008-12-17 Mike Travisx86: xen: use smp_call_function_many()
2008-12-17 Mike Travisx86: cosmetic changes apic-related files.
2008-12-17 Mike Travisxen: convert to cpumask_var_t and new cpumask primitives.
2008-12-17 Mike Travisx86 smp: modify send_IPI_mask interface to accept cpuma...
2008-12-16 Jeremy Fitzhardingexen: clean up asm/xen/hypervisor.h
2008-12-16 Tejxen: whitespace/checkpatch cleanup
2008-12-13 Rusty Russellcpumask: convert struct clock_event_device to cpumask...
2008-11-30 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2008-11-30 Al Viroxen_play_dead() is __cpuinit
2008-11-30 Al Viroxen_setup_vcpu_info_placement() is not init on x86
2008-11-23 Ian Campbellxen: pin correct PGD on suspend
2008-11-07 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2008-11-07 Jeremy Fitzhardingexen: make sure stray alias mappings are gone before...
2008-11-06 Jeremy Fitzhardingex86, xen: fix use of pgd_page now that it really does...
2008-10-28 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2008-10-27 Chris Lalancettexen: fix Xen domU boot with batched mprotect
2008-10-22 Ingo MolnarMerge branch 'tracing/ftrace' into tracing/urgent
2008-10-20 Linus TorvaldsMerge branch 'genirq-v28-for-linus' of git://git./linux...
2008-10-20 Steven Rostedtftrace: rename FTRACE to FUNCTION_TRACER
2008-10-20 Nick Pigginmm: rewrite vmap layer
2008-10-16 Thomas Gleixnergenirq: revert dynarray
2008-10-16 Alex Nixonxen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6...
2008-10-16 Yinghai Lux86: move kstat_irqs from kstat to irq_desc
2008-10-15 Glauber Costax86: paravirt: factor out cpu_khz to common code
2008-10-12 Ingo MolnarMerge branch 'linus' into x86/xen
2008-10-11 Ingo MolnarMerge branch 'x86/apic' into x86-v28-for-linus-phase4-B
2008-10-10 Ian Campbellxen: do not reserve 2 pages of padding between hypervis...
2008-10-09 Jeremy Fitzhardingexen: use spin_lock_nest_lock when pinning a pagetable
2008-10-06 Ingo MolnarMerge branches 'x86/alternatives', 'x86/cleanups',...
2008-10-03 Jeremy Fitzhardingexen: clean up x86-64 warnings
2008-09-30 Chuck Ebbertxen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN
2008-09-23 Ingo MolnarMerge branch 'timers/urgent' into x86/xen
2008-09-23 Ingo MolnarMerge branch 'x86/signal' into core/signal
2008-09-14 Jeremy Fitzhardingexen: fix for xen guest with mem > 3.7G
2008-09-10 Jeremy Fitzhardingexen: fix pinning when not using split pte locks
2008-09-10 Ingo MolnarMerge branch 'core/xen' into x86/xen
2008-09-10 Jeremy Fitzhardingemm: define USE_SPLIT_PTLOCKS rather than repeating...
2008-09-10 Ingo MolnarMerge commit 'v2.6.27-rc6' into x86/unify-cpu-detect
2008-09-08 Alex Nixonxen: make CPU hotplug functions static
2008-09-08 Alex Nixonx86, xen: fix build when !CONFIG_HOTPLUG_CPU
2008-09-06 Eduardo Habkostx86, xen: Use native_pte_flags instead of native_pte_va...
2008-08-25 Alex Nixonxen: implement CPU hotplugging
2008-08-22 Jeremy Fitzhardingex86: build fix in "xen spinlock updates and performance...
2008-08-22 Eduardo Habkostx86, paravirt_ops: use unsigned long instead of u32...
2008-08-21 Jeremy Fitzhardingexen: measure how long spinlocks spend blocking
2008-08-21 Jeremy Fitzhardingexen: allow interrupts to be enabled while doing a block...
2008-08-21 Jeremy Fitzhardingexen: add debugfs support
2008-08-21 Jeremy Fitzhardingexen: save previous spinlock when blocking
2008-08-20 Jeremy Fitzhardingexen: add xen_ prefixes to make tracing with ftrace...
2008-08-20 Jeremy Fitzhardingexen: clarify locking used when pinning a pagetable.
2008-08-20 Jeremy Fitzhardingexen: clean up domain mode predicates
2008-07-31 Eduardo Habkostxen_alloc_ptpage: cast PFN_PHYS() argument to unsigned...
2008-07-31 Jeremy Fitzhardingexen: fix allocation and use of large ldts, cleanup
2008-07-31 Jeremy Fitzhardingexen: compile irq functions without -pg for ftrace
2008-07-31 Ingo MolnarMerge branch 'x86/spinlocks' into x86/xen
2008-07-28 Jeremy Fitzhardingexen: suppress known wrmsrs
2008-07-28 Jeremy Fitzhardingexen: fix allocation and use of large ldts
2008-07-26 Eduardo Habkostx86, xen: Use native_pte_flags instead of native_pte_va...
2008-07-26 Ingo MolnarMerge branch 'linus' into x86/xen
2008-07-25 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-24 Jeremy Fitzhardingex86: split spinlock implementations out into their...
2008-07-24 Jeremy Fitzhardingex86/paravirt/xen: properly fill out the ldt ops
2008-07-24 Jeremy Fitzhardingexen: don't use sysret for sysexit32
2008-07-24 Linus TorvaldsMerge branch 'cpus4096-for-linus' of git://git./linux...
2008-07-22 Jeremy Fitzhardingex86: add PTE_FLAGS_MASK
2008-07-22 Jeremy Fitzhardingex86: rename PTE_MASK to PTE_PFN_MASK
2008-07-22 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-21 Ingo MolnarMerge branch 'x86/paravirt-spinlocks' into x86/for...
2008-07-21 Ingo MolnarMerge branches 'x86/urgent', 'x86/amd-iommu', 'x86...
2008-07-20 Ingo Molnarx86, xen: fix apic_ops build on UP
2008-07-18 Ingo MolnarMerge branch 'x86/apic' into x86/x2apic
2008-07-18 Ingo MolnarMerge branch 'linus' into x86/x2apic
2008-07-18 Jeremy Fitzhardingexen: report hypervisor version
2008-07-18 Maciej W. Rozyckix86: APIC: remove apic_write_around(); use alternatives
2008-07-17 Jeremy Fitzhardingex86, xen, power: fix up config dependencies on PM
2008-07-16 Jeremy Fitzhardingexen: implement Xen-specific spinlocks
2008-07-16 Jeremy Fitzhardingexen: use lock-byte spinlock implementation
2008-07-16 Jeremy Fitzhardingex86: xen: no need to disable vdso32
2008-07-16 Jeremy Fitzhardingex86_64: further cleanup of 32-bit compat syscall mechanisms
2008-07-16 Ingo Molnarx86, xen, vdso: fix build error
2008-07-16 Jeremy Fitzhardingexen64: disable 32-bit syscall/sysenter if not supported.
2008-07-16 Ingo Molnarxen64: fix build error on 32-bit + !HIGHMEM
2008-07-16 Jeremy Fitzhardingexen: update Kconfig to allow 64-bit Xen
2008-07-16 Jeremy Fitzhardingexen: implement Xen write_msr operation
2008-07-16 Jeremy Fitzhardingexen64: set up userspace syscall patch
2008-07-16 Jeremy Fitzhardingexen64: set up syscall and sysenter entrypoints for...
2008-07-16 Jeremy Fitzhardingexen64: allocate and manage user pagetables
2008-07-16 Eduardo Habkostxen64: Clear %fs on xen_load_tls()
2008-07-16 Jeremy Fitzhardingexen: make sure the kernel command line is right
2008-07-16 Jeremy Fitzhardingexen: rework pgd_walk to deal with 32/64 bit
2008-07-16 Eduardo Habkostxen64: implement xen_load_gs_index()
2008-07-16 Jeremy Fitzhardingexen64: add identity irq->vector map
2008-07-16 Jeremy Fitzhardingexen64: register callbacks in arch-independent way
next