Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-09-26 | xen: execve's error paths don't pin the mm before unpinning | Jeremy Fitzhardinge | 1 | -1/+4 |
2007-09-19 | xen: don't bother trying to set cr4 | Jeremy Fitzhardinge | 1 | -2/+2 |
2007-08-23 | Xen i386 xen-head.S fix sections mixup | Mathieu Desnoyers | 1 | -3/+3 |
2007-08-12 | i386: Make patching more robust, fix paravirt issue | Andi Kleen | 1 | -5/+7 |
2007-07-22 | x86_64: Fix xen section warnings | Andi Kleen | 1 | -0/+2 |
2007-07-22 | clockevents: fix resume logic | Thomas Gleixner | 1 | -0/+3 |
2007-07-20 | arch/i386/xen/events.c should #include <asm/xen/hypervisor.h> | Adrian Bunk | 1 | -0/+1 |
2007-07-20 | xen: disable vdso "nosegneg" on native boot | Roland McGrath | 2 | -0/+19 |
2007-07-18 | xen: disable all non-virtual drivers | Jeremy Fitzhardinge | 1 | -0/+2 |
2007-07-18 | xen: use iret directly when possible | Jeremy Fitzhardinge | 3 | -4/+183 |
2007-07-18 | xen: Attempt to patch inline versions of common operations | Jeremy Fitzhardinge | 4 | -54/+182 |
2007-07-18 | xen: Place vcpu_info structure into per-cpu memory | Jeremy Fitzhardinge | 4 | -16/+151 |
2007-07-18 | xen: handle external requests for shutdown, reboot and sysrq | Jeremy Fitzhardinge | 2 | -1/+144 |
2007-07-18 | xen: machine operations | Jeremy Fitzhardinge | 2 | -3/+44 |
2007-07-18 | xen: use the hvc console infrastructure for Xen console | Jeremy Fitzhardinge | 1 | -1/+2 |
2007-07-18 | xen: hack to prevent bad segment register reload | Jeremy Fitzhardinge | 1 | -0/+12 |
2007-07-18 | xen: lazy-mmu operations | Jeremy Fitzhardinge | 3 | -32/+72 |
2007-07-18 | xen: Add support for preemption | Jeremy Fitzhardinge | 5 | -42/+76 |
2007-07-18 | xen: SMP guest support | Jeremy Fitzhardinge | 10 | -49/+682 |
2007-07-18 | xen: Implement sched_clock | Jeremy Fitzhardinge | 3 | -4/+28 |
2007-07-18 | xen: Account for stolen time | Jeremy Fitzhardinge | 1 | -9/+150 |
2007-07-18 | xen: ignore RW mapping of RO pages in pagetable_init | Jeremy Fitzhardinge | 1 | -2/+25 |
2007-07-18 | xen: Complete pagetable pinning | Jeremy Fitzhardinge | 4 | -109/+242 |
2007-07-18 | xen: configuration | Jeremy Fitzhardinge | 1 | -0/+11 |
2007-07-18 | xen: time implementation | Jeremy Fitzhardinge | 3 | -1/+414 |
2007-07-18 | xen: event channels | Jeremy Fitzhardinge | 3 | -1/+514 |
2007-07-18 | xen: virtual mmu | Jeremy Fitzhardinge | 4 | -5/+494 |
2007-07-18 | xen: Core Xen implementation | Jeremy Fitzhardinge | 8 | -0/+1073 |