summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2009-02-05xen: fix 32-bit build resulting from mmu moveJeremy Fitzhardinge1-0/+37
2009-02-04xen: disable interrupts before saving in percpuJeremy Fitzhardinge1-1/+3
2009-01-31xen: setup percpu data pointersJeremy Fitzhardinge2-1/+7
2009-01-31x86/paravirt: use callee-saved convention for pte_val/make_pte/etcJeremy Fitzhardinge1-8/+16
2009-01-31x86/paravirt: add register-saving thunks to reduce caller register pressureJeremy Fitzhardinge2-8/+14
2009-01-31xen: move remaining mmu-related stuff into mmu.cJeremy Fitzhardinge4-730/+712
2009-01-31Merge branch 'core/percpu' into x86/paravirtH. Peter Anvin7-83/+47
2009-01-29Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar1-1/+0
2009-01-27x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst1-1/+0
2009-01-23x86, xen: fix hardirq.h merge falloutIngo Molnar1-0/+1
2009-01-23x86/pvops: remove pte_flags pvopJeremy Fitzhardinge1-1/+0
2009-01-20x86: remove pda_init()Brian Gerst1-1/+0
2009-01-18x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst1-4/+4
2009-01-18x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst1-12/+11
2009-01-18x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-2/+1
2009-01-18x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-5/+1
2009-01-18x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-15/+3
2009-01-16percpu: add optimized generic percpu accessorsIngo Molnar5-14/+14
2009-01-16x86: misc clean up after the percpu updateTejun Heo1-1/+1
2009-01-16x86: fold pda into percpu area on SMPTejun Heo1-10/+0
2009-01-11x86: change flush_tlb_others to take a const struct cpumaskRusty Russell1-19/+12
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-6/+4
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-20/+34
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-6/+4
2008-12-17x86: xen: use smp_call_function_many()Mike Travis1-5/+15
2008-12-17x86: cosmetic changes apic-related files.Mike Travis1-5/+6
2008-12-17xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis3-5/+9
2008-12-17x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis1-9/+8
2008-12-16xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge1-0/+1
2008-12-16xen: whitespace/checkpatch cleanupTej4-19/+25
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-12-01Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+14
2008-11-30xen_play_dead() is __cpuinitAl Viro1-1/+1
2008-11-30xen_setup_vcpu_info_placement() is not init on x86Al Viro1-1/+1
2008-11-23xen: pin correct PGD on suspendIan Campbell1-7/+14
2008-11-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2008-11-07xen: make sure stray alias mappings are gone before pinningJeremy Fitzhardinge2-5/+9
2008-11-07x86, xen: fix use of pgd_page now that it really does return a pageJeremy Fitzhardinge1-2/+2
2008-10-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2008-10-27xen: fix Xen domU boot with batched mprotectChris Lalancette1-4/+14
2008-10-22Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar1-1/+1
2008-10-21Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+1
2008-10-20ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt1-1/+1
2008-10-20mm: rewrite vmap layerNick Piggin2-0/+2
2008-10-16genirq: revert dynarrayThomas Gleixner1-1/+1
2008-10-16xen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6 cpu 1'Alex Nixon1-2/+0
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-1/+1
2008-10-15x86: paravirt: factor out cpu_khz to common codeGlauber Costa1-9/+2
2008-10-12Merge branch 'linus' into x86/xenIngo Molnar1-14/+51
2008-10-11Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar1-4/+41