- 1950482 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 57d19e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
- d7ef64a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- f4b10bc Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
- 4eec42f watchdog: Change the default timeout and configure nmi watchdog period based on watchdog_thresh by Mandeep Singh Baines · 14 years ago
- 82da65d x86: setup_smep needs to be __cpuinit by Linus Torvalds · 14 years ago
- c8cfbb5 KVM: MMU: Use ptep_user for cmpxchg_gpte() by Takuya Yoshikawa · 14 years ago
- d2f6276 KVM: x86 emulator: Make jmp far emulation into a separate function by Takuya Yoshikawa · 14 years ago
- 5118768 KVM: x86 emulator: Rename emulate_grpX() to em_grpX() by Takuya Yoshikawa · 14 years ago
- 3b9be3b KVM: x86 emulator: Remove unused arg from emulate_pop() by Takuya Yoshikawa · 14 years ago
- adddcec KVM: x86 emulator: Remove unused arg from writeback() by Takuya Yoshikawa · 14 years ago
- 509cf9f KVM: x86 emulator: Remove unused arg from read_descriptor() by Takuya Yoshikawa · 14 years ago
- c1ed6de KVM: x86 emulator: Remove unused arg from seg_override() by Takuya Yoshikawa · 14 years ago
- fa3d315 KVM: Validate userspace_addr of memslot when registered by Takuya Yoshikawa · 14 years ago
- 12cb814 KVM: MMU: Clean up gpte reading with copy_from_user() by Takuya Yoshikawa · 14 years ago
- 2fb92db KVM: VMX: Cache vmcs segment fields by Avi Kivity · 14 years ago
- 1aa3661 KVM: x86 emulator: consolidate segment accessors by Avi Kivity · 14 years ago
- 0a434bb KVM: VMX: Avoid reading %rip unnecessarily when handling exceptions by Avi Kivity · 14 years ago
- ae8cc05 KVM: SVM: Make dump_vmcb static, reduce text by Joe Perches · 14 years ago
- 8f74d8e KVM: MMU: Fix 64-bit paging breakage on x86_32 by Takuya Yoshikawa · 14 years ago
- 4429d5d KVM: Add CPUID support for VIA CPU by BrillyWu@viatech.com.cn · 14 years ago
- 2aab2c5 KVM: call cache_all_regs() only once during instruction emulation by Gleb Natapov · 14 years ago
- 0004c7c KVM: Fix compound mmio by Gleb Natapov · 14 years ago
- 4947e7cd KVM: emulator: Propagate fault in far jump emulation by Gleb Natapov · 14 years ago
- 8d7d810 KVM: mmio_fault_cr2 is not used by Gleb Natapov · 14 years ago
- 4656164 KVM: x86 emulator: consolidate group handling by Avi Kivity · 14 years ago
- 781e074 KVM: MMU: Add unlikely() annotations to walk_addr_generic() by Avi Kivity · 14 years ago
- 62aaa2f KVM: x86 emulator: Use opcode::execute for PUSHF/POPF (9C/9D) by Takuya Yoshikawa · 14 years ago
- b96a7fa KVM: x86 emulator: Use opcode::execute for PUSHA/POPA (60/61) by Takuya Yoshikawa · 14 years ago
- c54fe50 KVM: x86 emulator: Use opcode::execute for POP reg (58-5F) by Takuya Yoshikawa · 14 years ago
- d67fc27 KVM: x86 emulator: Use opcode::execute for Group 1, CMPS and SCAS by Takuya Yoshikawa · 14 years ago
- 6e2ca7d KVM: MMU: Optimize guest page table walk by Takuya Yoshikawa · 14 years ago
- 40e19b5 KVM: SVM: Get rid of x86_intercept_map::valid by Avi Kivity · 14 years ago
- 5ef39c7 KVM: x86 emulator: Use opcode::execute for 0F 01 opcode by Avi Kivity · 14 years ago
- 68152d8 KVM: x86 emulator: Don't force #UD for 0F 01 /5 by Avi Kivity · 14 years ago
- 26d05cc KVM: x86 emulator: move 0F 01 sub-opcodes into their own functions by Avi Kivity · 14 years ago
- d422444 KVM: x86 emulator: fix const value warning on i386 in svm insn RAX check by Randy Dunlap · 14 years ago
- cfb2237 KVM: x86 emulator: avoid calling wbinvd() macro by Clemens Noss · 14 years ago
- a78484c KVM: MMU: Make cmpxchg_gpte aware of nesting too by Roedel, Joerg · 14 years ago
- 13db70e KVM: x86 emulator: drop x86_emulate_ctxt::vcpu by Avi Kivity · 14 years ago
- 5197b80 KVM: Avoid using x86_emulate_ctxt.vcpu by Avi Kivity · 14 years ago
- bcaf5cc KVM: x86 emulator: add new ->wbinvd() callback by Avi Kivity · 14 years ago
- d6aa100 KVM: x86 emulator: add ->fix_hypercall() callback by Avi Kivity · 14 years ago
- 6c3287f KVM: x86 emulator: add new ->halt() callback by Avi Kivity · 14 years ago
- 3cb16fe KVM: x86 emulator: make emulate_invlpg() an emulator callback by Avi Kivity · 14 years ago
- 2d04a05 KVM: x86 emulator: emulate CLTS internally by Avi Kivity · 14 years ago
- fd72c41 KVM: x86 emulator: Replace calls to is_pae() and is_paging with ->get_cr() by Avi Kivity · 14 years ago
- c2ad2bb KVM: x86 emulator: drop use of is_long_mode() by Avi Kivity · 14 years ago
- 1ac9d0c KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt() by Avi Kivity · 14 years ago
- fe870ab KVM: x86 emulator: avoid using ctxt->vcpu in check_perm() callbacks by Avi Kivity · 14 years ago
- 2953538 KVM: x86 emulator: drop vcpu argument from intercept callback by Avi Kivity · 14 years ago
- 717746e KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacks by Avi Kivity · 14 years ago
- 4bff1e86 KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacks by Avi Kivity · 14 years ago
- 6ec5ff4 x86: Eliminate various 'set but not used' warnings by Gustavo F. Padovan · 14 years ago
- 1d487624f x86, SMEP: Fix section mismatch warnings by Fenghua Yu · 14 years ago
- 0524975 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
- 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
- 3ed4c05 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 14 years ago
- 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 14 years ago
- d47cc0d x86, amd: Use _safe() msr access for GartTlbWlk disable code by Roedel, Joerg · 14 years ago
- 39ab05c Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
- 5765040 Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 08839ff Merge branches 'x86-reboot-for-linus' and 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 08b5d06 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 1358820 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- ac2941f Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus' and 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 0162818 Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 17b1418 Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 7e6628e Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 0f1bdc1 Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 80fe02b Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- df48d87 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- cbdad8d Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 51509a2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
- e33ab8f Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
- 3bfccb7 Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
- 5318991 Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 14 years ago
- 6b55b90 Merge branch 'move-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
- f8223b1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
- bb0a56e [CPUFREQ] Move x86 drivers to drivers/cpufreq/ by Dave Jones · 14 years ago
- 7663164 Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs by Linus Torvalds · 14 years ago
- b53cede arch/x86/xen/smp: Cleanup code/data sections definitions by Daniel Kiper · 14 years ago
- fb6ce5d arch/x86/xen/time: Cleanup code/data sections definitions by Daniel Kiper · 14 years ago
- ad7ba09 arch/x86/xen/xen-ops: Cleanup code/data sections definitions by Daniel Kiper · 14 years ago
- 3f508953 arch/x86/xen/mmu: Cleanup code/data sections definitions by Daniel Kiper · 14 years ago
- 983bbf1 x86: Don't unmask disabled irqs when migrating them by Tian, Kevin · 14 years ago
- b87ba87 x86: Skip migrating IRQF_PER_CPU irqs in fixup_irqs() by Tian, Kevin · 14 years ago
- ab0e08f x86: hpet: Cleanup the clockevents init and register code by Thomas Gleixner · 14 years ago
- 61ee9a4 x86: Convert PIT to clockevents_config_and_register() by Thomas Gleixner · 14 years ago
- 01ed58a Merge branch 'x86/mem' into perf/core by Ingo Molnar · 14 years ago
- 26afb7c x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit by Jiri Olsa · 14 years ago
- 39dcfa5 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 7f12b72 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- de5397a x86, cpu: Enable/disable Supervisor Mode Execution Protection by Fenghua Yu · 14 years ago
- dc23c0b x86, cpu: Add SMEP CPU feature in CR4 by Fenghua Yu · 14 years ago
- d0281a2 x86, cpufeature: Add cpufeature flag for SMEP by Fenghua Yu · 14 years ago
- 9bed4ac crypto: aesni-intel - fix aesni build on i386 by Randy Dunlap · 14 years ago
- 2f19e06 x86, mem: memset_64.S: Optimize memset by enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
- 057e05c x86, mem: memmove_64.S: Optimize memmove by enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago
- 101068c x86, mem: memcpy_64.S: Optimize memcpy by enhanced REP MOVSB/STOSB by Fenghua Yu · 14 years ago