AMD IOMMU: use dev_name instead of self-build print_devid
[pandora-kernel.git] / arch /
2009-01-03 Joerg RoedelAMD IOMMU: use dev_name instead of self-build print_devid
2009-01-03 Joerg RoedelAMD IOMMU: allocate a new protection for hotplugged...
2009-01-03 Joerg RoedelAMD IOMMU: add a domain flag for default domains
2009-01-03 Joerg RoedelAMD IOMMU: register functions for the IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain address lookup function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain unmap function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain map function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add device attach function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add device detach function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain destroy function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain init function for IOMMU API
2009-01-03 Joerg RoedelAMD IOMMU: add domain cleanup helper function
2009-01-03 Joerg RoedelAMD IOMMU: add device notifier callback
2009-01-03 Joerg RoedelAMD IOMMU: add device detach helper functions
2009-01-03 Joerg RoedelAMD IOMMU: rename set_device_domain function
2009-01-03 Joerg RoedelAMD IOMMU: add device reference counting for protection...
2009-01-03 Joerg RoedelAMD IOMMU: add checks for dma_ops domain to dma_ops...
2009-01-03 Joerg RoedelAMD IOMMU: add protection domain flags
2009-01-03 Joerg RoedelAMD IOMMU: add iommu_flush_domain function
2009-01-03 Joerg RoedelAMD IOMMU: don't remove protection domain from iommu_pd...
2009-01-03 Joerg RoedelAMD IOMMU: move invalidation command building to a...
2009-01-03 Joerg RoedelAMD IOMMU: refactor completion wait handling into separ...
2009-01-03 Joerg RoedelAMD IOMMU: add domain id free function
2009-01-03 Joerg RoedelAMD IOMMU: make dma_ops_free_pagetable generic
2009-01-03 Joerg RoedelAMD IOMMU: rename iommu_map to iommu_map_page
2009-01-02 Linus TorvaldsMerge branch 'cpus4096-for-linus-2' of git://git./linux...
2009-01-02 Linus TorvaldsMerge branch 'kvm-updates/2.6.29' of git://git./linux...
2009-01-02 Linus TorvaldsMerge git://git./linux/kernel/git/bart/ide-2.6
2009-01-02 Linus TorvaldsMerge branch 'for-upstream' of git://git./linux/kernel...
2009-01-02 Linus TorvaldsMerge branch 'i8k-updates' from Alan
2009-01-02 Ingo BruecklFix compiler warning in arch/x86/mm/init_32.c
2009-01-02 David VrabelMerge branch 'master' of git://git./linux/kernel/git...
2008-12-31 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-12-31 Al Virotake init_fs to saner place
2008-12-31 Nick Pigginshrink struct dentry
2008-12-31 Linus TorvaldsMerge branch 'irq-fixes-for-linus-4' of git://git....
2008-12-31 Marcelo TosattiKVM: MMU: handle large host sptes on invlpg/resync
2008-12-31 Avi KivityKVM: Add locking to virtual i8259 interrupt controller
2008-12-31 Avi KivityKVM: MMU: Don't treat a global pte as such if cr4.pge...
2008-12-31 Jes SorensenKVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs()
2008-12-31 Jan KiszkaKVM: x86: Rework user space NMI injection as KVM_CAP_US...
2008-12-31 Jan KiszkaKVM: VMX: Fix pending NMI-vs.-IRQ race for user space...
2008-12-31 Marcelo TosattiKVM: MMU: check for present pdptr shadow page in walk_s...
2008-12-31 Avi KivityKVM: Consolidate userspace memory capability reporting...
2008-12-31 Eduardo Habkostx86: KVM guest: kvm_get_tsc_khz: return khz, not lpj
2008-12-31 Marcelo TosattiKVM: MMU: prepopulate the shadow on invlpg
2008-12-31 Marcelo TosattiKVM: MMU: skip global pgtables on sync due to cr3 switch
2008-12-31 Marcelo TosattiKVM: MMU: collapse remote TLB flushes on root sync
2008-12-31 Marcelo TosattiKVM: MMU: use page array in unsync walk
2008-12-31 Amit ShahKVM: x86 emulator: Fix handling of VMMCALL instruction
2008-12-31 Guillaume ThouveninKVM: x86 emulator: add the emulation of shld and shrd...
2008-12-31 Guillaume ThouveninKVM: x86 emulator: add the assembler code for three...
2008-12-31 Guillaume ThouveninKVM: x86 emulator: add a new "implied 1" Src decode...
2008-12-31 Guillaume ThouveninKVM: x86 emulator: add Src2 decode set
2008-12-31 Guillaume ThouveninKVM: x86 emulator: Extend the opcode descriptor
2008-12-31 Hollis BlanchardKVM: ppc: mostly cosmetic updates to the exit timing...
2008-12-31 Hollis BlanchardKVM: ppc: Implement in-kernel exit timing statistics
2008-12-31 Hollis BlanchardKVM: ppc: save and restore guest mappings on context...
2008-12-31 Hollis BlanchardKVM: ppc: directly insert shadow mappings into the...
2008-12-31 Hollis Blanchardpowerpc/44x: declare tlb_44x_index for use in C code
2008-12-31 Hollis BlanchardKVM: ppc: support large host pages
2008-12-31 Hannes EderKVM: VMX: fix sparse warning
2008-12-31 Avi KivityKVM: Remove extraneous semicolon after do/while
2008-12-31 Avi KivityKVM: x86 emulator: fix popf emulation
2008-12-31 Avi KivityKVM: x86 emulator: fix ret emulation
2008-12-31 Avi KivityKVM: x86 emulator: switch 'pop reg' instruction to...
2008-12-31 Avi KivityKVM: x86 emulator: allow pop from mmio
2008-12-31 Avi KivityKVM: x86 emulator: Extract 'pop' sequence into a function
2008-12-31 Christian BorntraegerKVM: s390: Fix memory leak of vcpu->run
2008-12-31 Christian BorntraegerKVM: s390: Fix refcounting and allow module unload
2008-12-31 Avi KivityKVM: x86 emulator: consolidate emulation of two operand...
2008-12-31 Avi KivityKVM: x86 emulator: reduce duplication in one operand...
2008-12-31 Marcelo TosattiKVM: MMU: optimize set_spte for page sync
2008-12-31 Glauber Costax86: KVM guest: sign kvmclock as paravirt
2008-12-31 Avi KivityKVM: VMX: Conditionally request interrupt window after...
2008-12-31 Xiantao ZhangKVM: ia64: Clean up vmm_ivt.S using tab to indent every...
2008-12-31 Xiantao ZhangKVM: ia64: Add handler for crashed vmm
2008-12-31 Xiantao ZhangKVM: ia64: Add some debug points to provide crash infom...
2008-12-31 Xiantao ZhangKVM: ia64: Define printk function for kvm-intel module
2008-12-31 Eduardo Habkostx86: disable VMX on all CPUs on reboot
2008-12-31 Eduardo Habkostkdump: forcibly disable VMX and SVM on machine_crash_sh...
2008-12-31 Eduardo Habkostx86: cpu_emergency_svm_disable() function
2008-12-31 Eduardo HabkostKVM: SVM: move svm_hardware_disable() code to asm/virtext.h
2008-12-31 Eduardo HabkostKVM: SVM: move has_svm() code to asm/virtext.h
2008-12-31 Eduardo Habkostx86: cpu_emergency_vmxoff() function
2008-12-31 Eduardo HabkostKVM: VMX: extract kvm_cpu_vmxoff() from hardware_disable()
2008-12-31 Eduardo Habkostx86: asm/virtext.h: add cpu_vmxoff() inline function
2008-12-31 Eduardo HabkostKVM: VMX: move cpu_has_kvm_support() to an inline on...
2008-12-31 Eduardo HabkostKVM: VMX: move ASM_VMX_* definitions from asm/kvm_host...
2008-12-31 Eduardo HabkostKVM: SVM: move svm.h to include/asm
2008-12-31 Eduardo HabkostKVM: VMX: move vmx.h to include/asm
2008-12-31 Hollis BlanchardKVM: ppc: fix userspace mapping invalidation on context...
2008-12-31 Hollis BlanchardKVM: ppc: use prefetchable mappings for guest memory
2008-12-31 Hollis BlanchardKVM: ppc: use MMUCR accessor to obtain TID
2008-12-31 Xiantao ZhangKVM: ia64: Remove some macro definitions in asm-offsets.c.
2008-12-31 Hollis BlanchardKVM: ppc: fix Kconfig constraints
2008-12-31 Nitin A KambleKVM: Fix cpuid iteration on multiple leaves per eac
2008-12-31 Nitin A KambleKVM: Fix cpuid leaf 0xb loop termination
2008-12-31 Hollis BlanchardKVM: ppc: improve trap emulation
2008-12-31 Hollis BlanchardKVM: ppc: optimize irq delivery path
next