summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/...Ingo Molnar2009-01-281-1/+0Star
|\ \
| | * x86/pvops: remove pte_flags pvopJeremy Fitzhardinge2009-01-221-1/+0Star
| |/
* | x86: initialize per-cpu GDT segment in per-cpu setupBrian Gerst2009-01-271-1/+0Star
* | x86, xen: fix hardirq.h merge falloutIngo Molnar2009-01-231-0/+1
* | x86: remove pda_init()Brian Gerst2009-01-201-1/+0Star
* | x86-64: Move oldrsp from PDA to per-cpu.Brian Gerst2009-01-181-4/+4
* | x86-64: Move kernelstack from PDA to per-cpu.Brian Gerst2009-01-181-12/+11Star
* | x86-64: Move current task from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-181-2/+1Star
* | x86-64: Move TLB state from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-181-5/+1Star
* | x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-181-15/+3Star
* | percpu: add optimized generic percpu accessorsIngo Molnar2009-01-165-14/+14
* | x86: misc clean up after the percpu updateTejun Heo2009-01-161-1/+1
* | x86: fold pda into percpu area on SMPTejun Heo2009-01-161-10/+0Star
* | x86: change flush_tlb_others to take a const struct cpumaskRusty Russell2009-01-111-19/+12Star
|/
* Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-031-6/+4Star
|\
| * [PATCH] idle cputime accountingMartin Schwidefsky2008-12-311-6/+4Star
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-025-20/+34
|\ \ | |/ |/|
| * x86: xen: use smp_call_function_many()Mike Travis2008-12-171-5/+15
| * x86: cosmetic changes apic-related files.Mike Travis2008-12-171-5/+6
| * xen: convert to cpumask_var_t and new cpumask primitives.Mike Travis2008-12-173-5/+9
| * x86 smp: modify send_IPI_mask interface to accept cpumask_t pointersMike Travis2008-12-171-9/+8Star
| * cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-1/+1
* | xen: clean up asm/xen/hypervisor.hJeremy Fitzhardinge2008-12-161-0/+1
* | xen: whitespace/checkpatch cleanupTej2008-12-164-19/+25
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-301-7/+14
|\
| * xen: pin correct PGD on suspendIan Campbell2008-11-231-7/+14
* | xen_play_dead() is __cpuinitAl Viro2008-11-301-1/+1
* | xen_setup_vcpu_info_placement() is not init on x86Al Viro2008-11-301-1/+1
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-11-071-2/+2
|\
| * x86, xen: fix use of pgd_page now that it really does return a pageJeremy Fitzhardinge2008-11-061-2/+2
* | xen: make sure stray alias mappings are gone before pinningJeremy Fitzhardinge2008-11-072-5/+9
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-10-281-1/+1
|\
| * Merge branch 'tracing/ftrace' into tracing/urgentIngo Molnar2008-10-221-1/+1
| |\
| | * ftrace: rename FTRACE to FUNCTION_TRACERSteven Rostedt2008-10-201-1/+1
* | | xen: fix Xen domU boot with batched mprotectChris Lalancette2008-10-271-4/+14
|/ /
* | Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-10-202-3/+1Star
|\ \
| * | genirq: revert dynarrayThomas Gleixner2008-10-161-1/+1
| * | xen: Fix bug `do_IRQ: cannot handle IRQ -1 vector 0x6 cpu 1'Alex Nixon2008-10-161-2/+0Star
| * | x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-161-1/+1
* | | mm: rewrite vmap layerNick Piggin2008-10-202-0/+2
| |/ |/|
* | x86: paravirt: factor out cpu_khz to common codeGlauber Costa2008-10-151-9/+2Star
|/
* Merge branch 'linus' into x86/xenIngo Molnar2008-10-121-14/+51
|\
| * Merge branch 'x86/apic' into x86-v28-for-linus-phase4-BIngo Molnar2008-10-111-4/+41
| |\
| | * Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-254-8/+8
| | |\
| | * \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-2213-343/+1425
| | |\ \
| | * | | x86, xen: fix apic_ops build on UPIngo Molnar2008-07-201-0/+1
| | * | | Merge branch 'x86/apic' into x86/x2apicIngo Molnar2008-07-181-1/+0Star
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into x86/x2apicIngo Molnar2008-07-184-97/+53Star
| | |\ \ \ \
| | * | | | | x86: let 32bit use apic_ops too - fixYinghai Lu2008-07-141-10/+9Star
| | * | | | | x2apic: xen64 paravirt basic apic opsSuresh Siddha2008-07-121-2/+39