| Commit message (Expand) | Author | Age | Files | Lines |
* | lguest: Make sure interrupt is allocated ok by lguest_setup_irq | Stratos Psomadakis | 2012-01-12 | 1 | -8/+13 |
* | lguest: add export.h to lguest files for THIS_MODULE/EXPORT_SYMBOL | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | lguest: don't allow KVM-detection cpuid. | Rusty Russell | 2011-10-27 | 1 | -0/+10 |
* | lguest: Fix translation count about wikipedia's cpuid page | Adrian Knoth | 2011-07-22 | 1 | -1/+1 |
* | lguest: Fix three simple typos in comments | Adrian Knoth | 2011-07-22 | 2 | -2/+2 |
* | lguest: update comments | Rusty Russell | 2011-07-22 | 2 | -13/+26 |
* | lguest: remove remaining vmcall | Rusty Russell | 2011-07-22 | 1 | -6/+2 |
* | lguest: use a special 1:1 linear pagetable mode until first switch. | Rusty Russell | 2011-07-22 | 2 | -8/+12 |
* | lguest: fix timer interrupt setup | Rusty Russell | 2011-05-30 | 1 | -0/+1 |
* | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 2011-05-19 | 1 | -3/+1 |
|\ |
|
| * | Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a... | Thomas Gleixner | 2011-05-14 | 1 | -3/+3 |
| |\ |
|
| * | | x86: Convert remaining x86 clocksources to clocksource_register_hz/khz | John Stultz | 2011-02-21 | 1 | -3/+1 |
* | | | Correct occurrences of | Rob Landley | 2011-05-06 | 1 | -1/+1 |
| |/
|/| |
|
* | | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 1 | -1/+1 |
* | | x86: Cleanup the genirq name space | Thomas Gleixner | 2011-03-12 | 1 | -2/+2 |
|/ |
|
* | LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO) | Randy Dunlap | 2011-01-20 | 1 | -0/+1 |
* | lguest: compile fixes | Rusty Russell | 2011-01-20 | 1 | -1/+1 |
* | lguest: Use this_cpu_ops | Christoph Lameter | 2011-01-20 | 1 | -1/+1 |
* | x86, mm: Initialize initial_page_table before paravirt jumps | Rusty Russell | 2011-01-04 | 1 | -105/+0 |
* | lguest: populate initial_page_table | Rusty Russell | 2010-12-16 | 2 | -3/+105 |
* | lguest: restore boot speed | Rusty Russell | 2010-12-16 | 1 | -4/+7 |
* | lguest: fix crash lguest_time_init | Rusty Russell | 2010-12-16 | 1 | -1/+1 |
* | x86: lguest: Use new irq allocator | Thomas Gleixner | 2010-10-12 | 1 | -2/+2 |
* | x86: lguest: Convert to new irq chip functions | Thomas Gleixner | 2010-10-12 | 1 | -7/+7 |
* | lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY. | Rusty Russell | 2010-09-21 | 1 | -5/+8 |
* | Merge branch 'ht-delete-2.6.35' into release | Len Brown | 2010-05-28 | 1 | -1/+0 |
|\ |
|
| * | ACPI: delete the "acpi=ht" boot option | Len Brown | 2010-03-14 | 1 | -1/+0 |
* | | lguest: stop using KVM hypercall mechanism | Rusty Russell | 2010-04-14 | 2 | -32/+31 |
|/ |
|
* | lguest: move panic notifier registration to its expected place. | Rusty Russell | 2009-09-23 | 1 | -6/+4 |
* | x86: Move get/set_wallclock to x86_platform_ops | Feng Tang | 2009-09-16 | 1 | -3/+1 |
* | x86: Move tsc_calibration to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+1 |
* | x86: Add timer_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+1 |
* | x86: Move irq_init to x86_init_ops | Thomas Gleixner | 2009-08-31 | 1 | -1/+1 |
* | x86: Move memory_setup to x86_init_ops | Thomas Gleixner | 2009-08-27 | 1 | -1/+2 |
* | lguest: update commentry | Rusty Russell | 2009-07-30 | 2 | -22/+79 |
* | lguest: fix comment style | Rusty Russell | 2009-07-30 | 2 | -191/+347 |
* | lguest: restrict CPUID to avoid perf counter wrmsr | Rusty Russell | 2009-07-17 | 1 | -0/+5 |
* | lguest: fix journey | Matias Zabaljauregui | 2009-07-17 | 1 | -1/+1 |
* | lguest: PAE support | Matias Zabaljauregui | 2009-06-12 | 2 | -6/+66 |
* | lguest: Add support for kvm_hypercall4() | Matias Zabaljauregui | 2009-06-12 | 1 | -6/+20 |
* | lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGD | Matias Zabaljauregui | 2009-06-12 | 1 | -1/+1 |
* | lguest: use native_set_* macros, which properly handle 64-bit entries when PA... | Matias Zabaljauregui | 2009-06-12 | 1 | -4/+4 |
* | lguest: optimize by coding restore_flags and irq_enable in assembler. | Rusty Russell | 2009-06-12 | 2 | -30/+73 |
* | lguest: improve interrupt handling, speed up stream networking | Rusty Russell | 2009-06-12 | 2 | -8/+15 |
* | lguest: clean up lguest_init_IRQ | Rusty Russell | 2009-06-12 | 1 | -5/+4 |
* | Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 1 | -5/+11 |
|\ |
|
| * | Merge branch 'x86/urgent' into x86/xen | Ingo Molnar | 2009-05-08 | 1 | -8/+10 |
| |\ |
|
| * | | lguest: update lazy mmu changes to match lguest's use of kvm hypercalls | Jeremy Fitzhardinge | 2009-04-07 | 1 | -1/+1 |
| * | | Merge commit 'origin/master' into for-linus/xen/master | Jeremy Fitzhardinge | 2009-04-07 | 2 | -39/+59 |
| |\ \ |
|
| * | | | x86/paravirt: finish change from lazy cpu to context switch start/end | Jeremy Fitzhardinge | 2009-03-29 | 1 | -4/+4 |