MIPS: Mark Eins: Fix cascading interrupt dispatcher
[safe/jmp/linux-2.6] / arch / x86 /
2009-03-28 Ingo MolnarMerge branch 'linus' into percpu-cpumask-x86-for-linus-2
2009-03-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-03-27 Christoph Hellwiggeneric compat_sys_ustat
2009-03-27 Ingo MolnarMerge branch 'core/percpu' into percpu-cpumask-x86...
2009-03-26 Linus TorvaldsMerge branch 'header-fixes-for-linus' of git://git...
2009-03-26 Linus TorvaldsMerge branch 'irq-for-linus' of git://git./linux/kernel...
2009-03-26 Linus TorvaldsMerge branch 'timers-for-linus' of git://git./linux...
2009-03-26 Linus TorvaldsMerge branch 'sched-for-linus' of git://git./linux...
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-03-26 Linus TorvaldsMerge branch 'kvm-updates/2.6.30' of git://git./virt...
2009-03-26 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-03-26 Linus TorvaldsMerge git://git./linux/kernel/git/herbert/crypto-2.6
2009-03-26 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2009-03-26 Ingo MolnarMerge commit 'v2.6.29' into x86/setup-lzma
2009-03-26 Cyrill Gorcunovx86: headers cleanup - setup.h
2009-03-26 Ingo MolnarMerge commit 'v2.6.29' into core/header-fixes
2009-03-26 Thomas Gleixnerx86: disable __do_IRQ support
2009-03-26 Ingo MolnarMerge branch 'timers/hpet' into timers/core
2009-03-26 Ingo MolnarMerge commit 'v2.6.29' into timers/core
2009-03-24 Avi KivityKVM: VMX: Don't allow uninhibited access to EFER on...
2009-03-24 Andrea ArcangeliKVM: Fix missing smp tlb flush in invlpg
2009-03-24 Hannes EderKVM: fix sparse warnings: Should it be static?
2009-03-24 Hannes EderKVM: fix sparse warnings: context imbalance
2009-03-24 Amit ShahKVM: is_long_mode() should check for EFER.LMA
2009-03-24 Amit ShahKVM: VMX: Update necessary state when guest enters...
2009-03-24 Joerg RoedelKVM: MMU: Fix another largepage memory leak
2009-03-24 Andre PrzywaraKVM: SVM: set accessed bit for VMCB segment selectors
2009-03-24 Gleb NatapovKVM: Report IRQ injection status to userspace.
2009-03-24 Joerg RoedelKVM: MMU: remove assertion in kvm_mmu_alloc_page
2009-03-24 Joerg RoedelKVM: MMU: remove redundant check in mmu_set_spte
2009-03-24 Gerd HoffmannKVM: Fix kvmclock on !constant_tsc boxes
2009-03-24 Sheng YangKVM: VMX: Use kvm_mmu_page_fault() handle EPT violation...
2009-03-24 Jan KiszkaKVM: Drop unused evaluations from string pio handlers
2009-03-24 Alexander GrafKVM: Add FFXSR support
2009-03-24 Alexander Grafx86: Add EFER descriptions for FFXSR
2009-03-24 Marcelo TosattiKVM: make irq ack notifications aware of routing table
2009-03-24 Avi KivityKVM: Avoid using CONFIG_ in userspace visible headers
2009-03-24 Avi KivityKVM: Userspace controlled irq routing
2009-03-24 Amit ShahKVM: x86: Fix typos and whitespace errors
2009-03-24 Avi KivityKVM: MMU: Only enable cr4_pge role in shadow mode
2009-03-24 Avi KivityKVM: MMU: Rename "metaphysical" attribute to "direct"
2009-03-24 Marcelo TosattiKVM: MMU: drop zeroing on mmu_memory_cache_alloc
2009-03-24 Joe PerchesKVM: SVM: Fix typo in has_svm()
2009-03-24 Avi KivityKVM: Reset PIT irq injection logic when the PIT IRQ...
2009-03-24 Avi KivityKVM: Add CONFIG_HAVE_KVM_IRQCHIP
2009-03-24 Avi KivityKVM: MMU: Optimize page unshadowing
2009-03-24 Alexander GrafKVM: SVM: Add microcode patch level dummy
2009-03-24 Avi KivityKVM: Properly lock PIT creation
2009-03-24 Avi KivityKVM: x86 emulator: implement 'ret far' instruction...
2009-03-24 Avi KivityKVM: VMX: When emulating on invalid vmx state, don...
2009-03-24 Avi KivityKVM: x86 emulator: Make emulate_pop() a little more...
2009-03-24 Avi KivityKVM: VMX: Prevent exit handler from running if emulatin...
2009-03-24 Avi KivityKVM: VMX: don't clobber segment AR if emulating invalid...
2009-03-24 Avi KivityKVM: VMX: Fix guest state validity checks
2009-03-24 Avi KivityKVM: Move struct kvm_pio_request into x86 kvm_host.h
2009-03-24 Marcelo TosattiKVM: PIT: provide an option to disable interrupt reinje...
2009-03-24 Avi KivityKVM: Fallback support for MSR_VM_HSAVE_PA
2009-03-24 Izik EidusKVM: remove the vmap usage
2009-03-24 Izik EidusKVM: introduce kvm_read_guest_virt, kvm_write_guest_virt
2009-03-24 Marcelo TosattiKVM: VMX: initialize TSC offset relative to vm creation...
2009-03-24 Avi KivityKVM: MMU: Drop walk_shadow()
2009-03-24 Avi KivityKVM: MMU: Replace walk_shadow() by for_each_shadow_entr...
2009-03-24 Avi KivityKVM: MMU: Replace walk_shadow() by for_each_shadow_entr...
2009-03-24 Avi KivityKVM: MMU: Use for_each_shadow_entry() in __direct_map()
2009-03-24 Avi KivityKVM: MMU: Add for_each_shadow_entry(), a simpler altern...
2009-03-24 Avi KivityKVM: Fix vmload and friends misinterpreted as lidt
2009-03-24 Avi KivityKVM: MMU: Initialize a shadow page's global attribute...
2009-03-24 Avi KivityKVM: MMU: Segregate mmu pages created with different...
2009-03-24 Avi KivityKVM: MMU: Inherit a shadow page's guest level count...
2009-03-24 Jan KiszkaKVM: x86: Wire-up hardware breakpoints for guest debugging
2009-03-24 Jan KiszkaKVM: x86: Virtualize debug registers
2009-03-24 Jan KiszkaKVM: VMX: Allow single-stepping when uninterruptible
2009-03-24 Jan KiszkaKVM: New guest debug interface
2009-03-24 Jan KiszkaKVM: VMX: Support for injecting software exceptions
2009-03-24 Alexander GrafKVM: SVM: Only allow setting of EFER_SVME when CPUID...
2009-03-24 Alexander GrafKVM: SVM: Allow setting the SVME bit
2009-03-24 Joerg RoedelKVM: SVM: Allow read access to MSR_VM_VR
2009-03-24 Alexander GrafKVM: SVM: Add VMEXIT handler and intercepts
2009-03-24 Alexander GrafKVM: SVM: Add VMRUN handler
2009-03-24 Alexander GrafKVM: SVM: Add VMLOAD and VMSAVE handlers
2009-03-24 Alexander GrafKVM: SVM: Implement hsave
2009-03-24 Alexander GrafKVM: SVM: Implement GIF, clgi and stgi
2009-03-24 Alexander GrafKVM: SVM: Add helper functions for nested SVM
2009-03-24 Alexander GrafKVM: SVM: Move EFER and MSR constants to generic x86...
2009-03-24 Alexander GrafKVM: SVM: Clean up VINTR setting
2009-03-18 Ingo MolnarMerge branches 'sched/cleanups' and 'linus' into sched...
2009-03-17 Masami Hiramatsuprevent boosting kprobes on exception address
2009-03-17 Linus TorvaldsFast TSC calibration: calculate proper frequency error...
2009-03-17 Linus TorvaldsFix potential fast PIT TSC calibration startup glitch
2009-03-13 Ingo MolnarMerge branches 'sched/clock', 'sched/urgent' and 'linus...
2009-03-11 Ingo Molnarx86: work around Fedora-11 x86-32 kernel failures on...
2009-03-10 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-03-10 Ingo Molnarx86, sched_clock(): mark variables read-mostly
2009-03-10 Ingo MolnarMerge branches 'sched/cleanups' and 'linus' into sched...
2009-03-10 Tejun Heopercpu: generalize embedding first chunk setup helper
2009-03-10 Tejun Heopercpu: more flexibility for @dyn_size of pcpu_setup_fi...
2009-03-10 Tejun Heopercpu: make x86 addr <-> pcpu ptr conversion macros...
2009-03-09 Linus TorvaldsMerge branch 'fixes' of git://git./linux/kernel/git...
2009-03-09 Dave JonesRevert "[CPUFREQ] Disable sysfs ui for p4-clockmod."
2009-03-08 Rusty Russelllguest: fix for CONFIG_SPARSE_IRQ=y
next