Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | ftrace: rename FTRACE to FUNCTION_TRACER | Steven Rostedt | 2008-10-20 | 1 | -1/+1 | |
* | x86: paravirt: factor out cpu_khz to common code | Glauber Costa | 2008-10-15 | 1 | -9/+2 | |
* | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-10-12 | 1 | -14/+51 | |
|\ | ||||||
| * | Merge branch 'x86/apic' into x86-v28-for-linus-phase4-B | Ingo Molnar | 2008-10-11 | 1 | -4/+41 | |
| |\ | ||||||
| | * | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 2008-07-25 | 4 | -8/+8 | |
| | |\ | ||||||
| | * \ | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 2008-07-22 | 13 | -343/+1425 | |
| | |\ \ | ||||||
| | * | | | x86, xen: fix apic_ops build on UP | Ingo Molnar | 2008-07-20 | 1 | -0/+1 | |
| | * | | | Merge branch 'x86/apic' into x86/x2apic | Ingo Molnar | 2008-07-18 | 1 | -1/+0 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'linus' into x86/x2apic | Ingo Molnar | 2008-07-18 | 4 | -97/+53 | |
| | |\ \ \ \ | ||||||
| | * | | | | | x86: let 32bit use apic_ops too - fix | Yinghai Lu | 2008-07-14 | 1 | -10/+9 | |
| | * | | | | | x2apic: xen64 paravirt basic apic ops | Suresh Siddha | 2008-07-12 | 1 | -2/+39 | |
| | | | | | | | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| | \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ | Merge branches 'x86/alternatives', 'x86/cleanups', 'x86/commandline', 'x86/cr... | Ingo Molnar | 2008-10-06 | 1 | -10/+10 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | | | * | | | | | x86, paravirt_ops: use unsigned long instead of u32 for alloc_p*() pfn args | Eduardo Habkost | 2008-08-22 | 1 | -10/+10 | |
| | | |/ / / / / | | |/| | | | | | ||||||
* | | | | | | | | xen: do not reserve 2 pages of padding between hypervisor and fixmap. | Ian Campbell | 2008-10-10 | 1 | -1/+1 | |
* | | | | | | | | xen: use spin_lock_nest_lock when pinning a pagetable | Jeremy Fitzhardinge | 2008-10-09 | 2 | -29/+48 | |
* | | | | | | | | xen: clean up x86-64 warnings | Jeremy Fitzhardinge | 2008-10-03 | 2 | -54/+27 | |
* | | | | | | | | xen: make CONFIG_XEN_SAVE_RESTORE depend on CONFIG_XEN | Chuck Ebbert | 2008-09-30 | 1 | -2/+2 | |
* | | | | | | | | Merge branch 'timers/urgent' into x86/xen | Ingo Molnar | 2008-09-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | xen: fix for xen guest with mem > 3.7G | Jeremy Fitzhardinge | 2008-09-14 | 1 | -1/+1 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | xen: fix pinning when not using split pte locks | Jeremy Fitzhardinge | 2008-09-10 | 1 | -2/+2 | |
* | | | | | | | Merge branch 'core/xen' into x86/xen | Ingo Molnar | 2008-09-10 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mm: define USE_SPLIT_PTLOCKS rather than repeating expression | Jeremy Fitzhardinge | 2008-09-10 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags | Eduardo Habkost | 2008-09-06 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | xen: make CPU hotplug functions static | Alex Nixon | 2008-09-08 | 2 | -10/+6 | |
* | | | | | | x86, xen: fix build when !CONFIG_HOTPLUG_CPU | Alex Nixon | 2008-09-08 | 1 | -0/+18 | |
* | | | | | | xen: implement CPU hotplugging | Alex Nixon | 2008-08-25 | 4 | -12/+67 | |
* | | | | | | x86: build fix in "xen spinlock updates and performance measurements" | Jeremy Fitzhardinge | 2008-08-22 | 2 | -3/+3 | |
* | | | | | | xen: measure how long spinlocks spend blocking | Jeremy Fitzhardinge | 2008-08-21 | 1 | -20/+42 | |
* | | | | | | xen: allow interrupts to be enabled while doing a blocking spin | Jeremy Fitzhardinge | 2008-08-21 | 1 | -3/+27 | |
* | | | | | | xen: add debugfs support | Jeremy Fitzhardinge | 2008-08-21 | 7 | -9/+580 | |
* | | | | | | xen: save previous spinlock when blocking | Jeremy Fitzhardinge | 2008-08-21 | 1 | -15/+50 | |
* | | | | | | xen: add xen_ prefixes to make tracing with ftrace easier | Jeremy Fitzhardinge | 2008-08-20 | 1 | -32/+34 | |
* | | | | | | xen: clarify locking used when pinning a pagetable. | Jeremy Fitzhardinge | 2008-08-20 | 1 | -6/+35 | |
* | | | | | | xen: clean up domain mode predicates | Jeremy Fitzhardinge | 2008-08-20 | 1 | -2/+7 | |
* | | | | | | xen_alloc_ptpage: cast PFN_PHYS() argument to unsigned long | Eduardo Habkost | 2008-07-31 | 1 | -1/+1 | |
* | | | | | | xen: fix allocation and use of large ldts, cleanup | Jeremy Fitzhardinge | 2008-07-31 | 1 | -4/+5 | |
* | | | | | | xen: compile irq functions without -pg for ftrace | Jeremy Fitzhardinge | 2008-07-31 | 6 | -123/+150 | |
* | | | | | | Merge branch 'x86/spinlocks' into x86/xen | Ingo Molnar | 2008-07-31 | 4 | -168/+193 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | x86: split spinlock implementations out into their own files | Jeremy Fitzhardinge | 2008-07-24 | 4 | -168/+193 | |
* | | | | | | | xen: suppress known wrmsrs | Jeremy Fitzhardinge | 2008-07-28 | 1 | -0/+13 | |
* | | | | | | | xen: fix allocation and use of large ldts | Jeremy Fitzhardinge | 2008-07-28 | 1 | -10/+41 | |
* | | | | | | | x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flags | Eduardo Habkost | 2008-07-26 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'linus' into x86/xen | Ingo Molnar | 2008-07-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | xen: don't use sysret for sysexit32 | Jeremy Fitzhardinge | 2008-07-24 | 1 | -1/+1 | |
| |/ / / / / | ||||||
* | | | | | | x86/paravirt/xen: properly fill out the ldt ops | Jeremy Fitzhardinge | 2008-07-24 | 1 | -0/+23 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-07-23 | 1 | -2/+2 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-07-16 | 14 | -303/+628 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| * | | | | | Merge commit 'v2.6.26-rc9' into cpus4096 | Ingo Molnar | 2008-07-06 | 6 | -231/+80 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | x86: use performance variant for_each_cpu_mask_nr | Mike Travis | 2008-05-23 | 1 | -2/+2 | |
* | | | | | | | x86: add PTE_FLAGS_MASK | Jeremy Fitzhardinge | 2008-07-22 | 1 | -2/+2 |