- 08acd4f Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
- 9691609 Merge branches 'release', 'acpica', 'bugzilla-10224', 'bugzilla-9772', 'bugzilla-9916', 'ec', 'eeepc', 'idle', 'misc', 'pm-legacy', 'sysfs-links-2.6.26', 'thermal', 'thinkpad' and 'video' into release by Len Brown · 17 years ago
- 5a8da0e signals: x86 TS_RESTORE_SIGMASK by Roland McGrath · 17 years ago
- 1f43c53 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-fixes by Linus Torvalds · 17 years ago
- 5f78e4d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-bigbox-pci by Linus Torvalds · 17 years ago
- 44473d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 17 years ago
- 66916cd x86: use kbuild.h by Christoph Lameter · 17 years ago
- 8c4dd60 edd: add default mode CONFIG_EDD_OFF=n, override with edd={on,off} by Tim Gardner · 17 years ago
- c74c120 proc: remove proc_root from drivers by Alexey Dobriyan · 17 years ago
- 3ef0e1f x86: olpc: add One Laptop Per Child architecture support by Andres Salomon · 17 years ago
- a852250 swiotlb: use iommu_is_span_boundary helper function by FUJITA Tomonori · 17 years ago
- 7d195a5 proper extern for late_time_init by Adrian Bunk · 17 years ago
- eb0f1c4 proper __do_softirq() prototype by Adrian Bunk · 17 years ago
- e90955c x86: fix PCI MSI breaks when booting with nosmp by Jesse Barnes · 17 years ago
- 781fe2e bootprotocol: cleanup by Ingo Molnar · 17 years ago
- 8008abb x86: fix warning in "x86: clean up vSMP detection" by Alexander van Heukelum · 17 years ago
- e686d34 x86: !x & y typo in mtrr code by Harvey Harrison · 17 years ago
- d9dedc1 x86_64 vDSO: use initdata by Roland McGrath · 17 years ago
- e8628dd [CPUFREQ] expose cpufreq coordination requirements regardless of coordination mechanism by Darrick J. Wong · 17 years ago
- e56a727 [CPUFREQ] Make acpi-cpufreq more robust against BIOS freq changes behind our back. by Venkatesh Pallipadi · 17 years ago
- 9d9ad4b x86: Fix 32-bit MSI-X allocation leakage by PJ Waskiewicz · 17 years ago
- 32bf87e x86: geode: MSR cleanup by Andres Salomon · 17 years ago
- 7ae9392 x86: configurable DMI scanning code by Thomas Petazzoni · 17 years ago
- d60cd46 pageflags: use proper page flag functions in Xen by Christoph Lameter · 17 years ago
- 2301696 vmallocinfo: add caller information by Christoph Lameter · 17 years ago
- 1b27d05 mm: move cache_line_size() to <linux/cache.h> by Pekka Enberg · 17 years ago
- 180c06e hotplug-memory: make online_page() common by Jeremy Fitzhardinge · 17 years ago
- f022bfd x86: PAT fix by Ingo Molnar · 17 years ago
- 86cf02f x86 PAT: tone down debugging messages some more by Linus Torvalds · 17 years ago
- 42cadc8 Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 17 years ago
- 960b399 KVM: MMU: kvm_pv_mmu_op should not take mmap_sem by Marcelo Tosatti · 17 years ago
- 1336028 KVM: SVM: remove selective CR0 comment by Joerg Roedel · 17 years ago
- aaf697e KVM: SVM: remove now obsolete FIXME comment by Joerg Roedel · 17 years ago
- aaacfc9 KVM: SVM: disable CR8 intercept when tpr is not masking interrupts by Joerg Roedel · 17 years ago
- d7bf822 KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabled by Joerg Roedel · 17 years ago
- ec7cf69 KVM: export kvm_lapic_set_tpr() to modules by Joerg Roedel · 17 years ago
- 649d686 KVM: SVM: sync TPR value to V_TPR field in the VMCB by Joerg Roedel · 17 years ago
- f9b7aab KVM: x86 emulator: fix lea to really get the effective address by Avi Kivity · 17 years ago
- 16286d0 KVM: x86 emulator: fix smsw and lmsw with a memory operand by Avi Kivity · 17 years ago
- 66b8550 KVM: x86 emulator: initialize src.val and dst.val for register operands by Avi Kivity · 17 years ago
- a79d2f1 KVM: SVM: force a new asid when initializing the vmcb by Avi Kivity · 17 years ago
- e9571ed KVM: fix kvm_vcpu_kick vs __vcpu_run race by Marcelo Tosatti · 17 years ago
- 62d9f0d KVM: add ioctls to save/store mpstate by Marcelo Tosatti · 17 years ago
- a453529 KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_* by Avi Kivity · 17 years ago
- 3d80840 KVM: hlt emulation should take in-kernel APIC/PIT timers into account by Marcelo Tosatti · 17 years ago
- 3564990 KVM: SVM: do not intercept task switch with NPT by Joerg Roedel · 17 years ago
- d4c9ff2 KVM: Add kvm trace userspace interface by Feng(Eric) Liu · 17 years ago
- 2714d1d KVM: Add trace markers by Feng (Eric) Liu · 17 years ago
- 53371b5 KVM: SVM: add intercept for machine check exception by Joerg Roedel · 17 years ago
- 6394b64 KVM: SVM: align shadow CR4.MCE with host by Joerg Roedel · 17 years ago
- ec07726 KVM: SVM: indent svm_set_cr4 with tabs instead of spaces by Joerg Roedel · 17 years ago
- 35149e2 KVM: MMU: Don't assume struct page for x86 by Anthony Liguori · 17 years ago
- bed1d1d KVM: MMU: prepopulate guest pages after write-protecting by Marcelo Tosatti · 17 years ago
- fcd6dba KVM: MMU: Only mark_page_accessed() if the page was accessed by the guest by Avi Kivity · 17 years ago
- 3d45830 KVM: Free apic access page on vm destruction by Avi Kivity · 17 years ago
- 3ee16c8 KVM: MMU: allow the vm to shrink the kvm mmu shadow caches by Izik Eidus · 17 years ago
- 3200f40 KVM: MMU: unify slots_lock usage by Marcelo Tosatti · 17 years ago
- 25c5f22 KVM: VMX: Enable MSR Bitmap feature by Sheng Yang · 17 years ago
- 37817f2 KVM: x86: hardware task switching support by Izik Eidus · 17 years ago
- 2e4d265 KVM: x86: add functions to get the cpl of vcpu by Izik Eidus · 17 years ago
- 4c9fc8e KVM: VMX: Add module option to disable flexpriority by Avi Kivity · 17 years ago
- 268fe02 KVM: no longer EXPERIMENTAL by Avi Kivity · 17 years ago
- 0b49ea8 KVM: MMU: Introduce and use spte_to_page() by Avi Kivity · 17 years ago
- 855149a KVM: MMU: fix dirty bit setting when removing write permissions by Izik Eidus · 17 years ago
- 947da53 KVM: MMU: Set the accessed bit on non-speculative shadow ptes by Avi Kivity · 17 years ago
- 1e977aa x86: KVM guest: disable clock before rebooting. by Glauber Costa · 17 years ago
- 3c62c62 x86: make native_machine_shutdown non-static by Glauber Costa · 17 years ago
- ed23dc6 x86: allow machine_crash_shutdown to be replaced by Glauber Costa · 17 years ago
- 096d14a x86: KVM guest: hypercall batching by Marcelo Tosatti · 17 years ago
- 1da8a77 x86: KVM guest: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 17 years ago
- 2f333bc KVM: MMU: hypercall based pte updates and TLB flushes by Marcelo Tosatti · 17 years ago
- 9f81128 KVM: Provide unlocked version of emulator_write_phys() by Avi Kivity · 17 years ago
- 0cf1bfd x86: KVM guest: add basic paravirt support by Marcelo Tosatti · 17 years ago
- a28e4f5 KVM: add basic paravirt support by Marcelo Tosatti · 17 years ago
- 308b0f2 KVM: Add reset support for in kernel PIT by Sheng Yang · 17 years ago
- e0f63cb KVM: Add save/restore supporting of in kernel PIT by Sheng Yang · 17 years ago
- 7837699 KVM: In kernel PIT model by Sheng Yang · 17 years ago
- 4fcaa98 KVM: Remove pointless desc_ptr #ifdef by Avi Kivity · 17 years ago
- 019960a KVM: VMX: Don't adjust tsc offset forward by Avi Kivity · 17 years ago
- b8688d5 KVM: replace remaining __FUNCTION__ occurances by Harvey Harrison · 17 years ago
- 71c4dfa KVM: detect if VCPU triple faults by Joerg Roedel · 17 years ago
- 2d3ad1f KVM: Prefix control register accessors with kvm_ to avoid namespace pollution by Avi Kivity · 17 years ago
- 05da455 KVM: MMU: large page support by Marcelo Tosatti · 17 years ago
- 2e53d63 KVM: MMU: ignore zapped root pagetables by Marcelo Tosatti · 17 years ago
- 847f0ad KVM: Implement dummy values for MSR_PERF_STATUS by Alexander Graf · 17 years ago
- 14af3f3 KVM: sparse fixes for kvm/x86.c by Harvey Harrison · 17 years ago
- 4866d5e KVM: SVM: make iopm_base static by Harvey Harrison · 17 years ago
- 77cd337 KVM: x86 emulator: fix sparse warnings in x86_emulate.c by Harvey Harrison · 17 years ago
- f11c3a8 KVM: Add stat counter for hypercalls by Amit Shah · 17 years ago
- a5f6130 KVM: Use x86's segment descriptor struct instead of private definition by Avi Kivity · 17 years ago
- a988b91 KVM: Add API for determining the number of supported memory slots by Avi Kivity · 17 years ago
- f725230 KVM: Add API to retrieve the number of supported vcpus per vm by Avi Kivity · 17 years ago
- 7a957275 KVM: x86 emulator: make register_address_increment and JMP_REL static inlines by Harvey Harrison · 17 years ago
- e470677 KVM: x86 emulator: make register_address, address_mask static inlines by Harvey Harrison · 17 years ago
- ddcb288 KVM: x86 emulator: add ad_mask static inline by Harvey Harrison · 17 years ago
- 790c73f x86: KVM guest: paravirtualized clocksource by Glauber de Oliveira Costa · 17 years ago
- 1806852 KVM: paravirtualized clocksource: host part by Glauber de Oliveira Costa · 17 years ago
- 24e09cb KVM: SVM: enable LBR virtualization by Joerg Roedel · 17 years ago
- f65c229 KVM: SVM: allocate the MSR permission map per VCPU by Joerg Roedel · 17 years ago
- e6101a9 KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter by Joerg Roedel · 17 years ago