| Commit message (Expand) | Author | Age | Files | Lines |
* | pci-dma: add linux/pci-dma.h to linux/pci.h | FUJITA Tomonori | 2010-03-12 | 1 | -2/+0 |
* | pci-dma: x86: use include/linux/pci-dma.h | FUJITA Tomonori | 2010-03-12 | 1 | -28/+2 |
* | ptrace: move user_enable_single_step & co prototypes to linux/ptrace.h | Christoph Hellwig | 2010-03-12 | 1 | -7/+0 |
* | Add generic sys_olduname() | Christoph Hellwig | 2010-03-12 | 4 | -12/+2 |
* | improve sys_newuname() for compat architectures | Christoph Hellwig | 2010-03-12 | 3 | -5/+3 |
* | Add generic sys_ipc wrapper | Christoph Hellwig | 2010-03-12 | 2 | -1/+1 |
* | Add generic sys_old_mmap() | Christoph Hellwig | 2010-03-12 | 3 | -4/+3 |
* | Add generic sys_old_select() | Christoph Hellwig | 2010-03-12 | 3 | -4/+1 |
* | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2010-03-07 | 13 | -43/+151 |
|\ |
|
| * | x86, olpc: Use pci subarch init for OLPC | Thomas Gleixner | 2010-02-25 | 2 | -19/+2 |
| * | x86, pci: Add arch_init to x86_init abstraction | Thomas Gleixner | 2010-02-25 | 1 | -3/+5 |
| * | x86, legacy_irq: Remove left over nr_legacy_irqs | Yinghai Lu | 2010-02-24 | 1 | -1/+0 |
| * | x86, apbt: Moorestown APB system timer driver | Jacob Pan | 2010-02-24 | 1 | -0/+70 |
| * | x86, mrst: Add vrtc platform data setup code | Feng Tang | 2010-02-23 | 1 | -0/+2 |
| * | x86, mrst: Add platform timer info parsing code | Jacob Pan | 2010-02-23 | 1 | -0/+2 |
| * | x86, mrst: Fill in PCI functions in x86_init layer | Jacob Pan | 2010-02-23 | 1 | -0/+15 |
| * | x86, ioapic: Add dummy ioapic functions | Jacob Pan | 2010-02-23 | 1 | -0/+4 |
| * | x86, ioapic: Early enable ioapic for timer irq | Jacob Pan | 2010-02-23 | 1 | -0/+1 |
| * | Merge remote branch 'origin/x86/apic' into x86/mrst | H. Peter Anvin | 2010-02-22 | 4 | -26/+26 |
| |\ |
|
| * | | x86, apic: Remove ioapic_disable_legacy() | Jacob Pan | 2010-02-19 | 1 | -2/+0 |
| * | | x86, pic: Make use of legacy_pic abstraction | Jacob Pan | 2010-02-19 | 2 | -15/+0 |
| * | | x86, pic: Introduce legacy_pic abstraction | Jacob Pan | 2010-02-19 | 1 | -0/+13 |
| * | | x86: Add pcibios_fixup_irqs to x86_init | Thomas Gleixner | 2010-02-19 | 2 | -0/+5 |
| * | | x86: Add pci_init_irq to x86_init | Thomas Gleixner | 2010-02-19 | 2 | -1/+5 |
| * | | x86: Move pci init function to x86_init | Thomas Gleixner | 2010-02-19 | 6 | -6/+31 |
* | | | Merge branch 'kvm-updates/2.6.34' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-03-05 | 7 | -29/+243 |
|\ \ \ |
|
| * | | | KVM: Fix segment descriptor loading | Gleb Natapov | 2010-03-01 | 1 | -2/+1 |
| * | | | KVM: x86 emulator: Check IOPL level during io instruction emulation | Gleb Natapov | 2010-03-01 | 1 | -0/+1 |
| * | | | KVM: x86 emulator: fix memory access during x86 emulation | Gleb Natapov | 2010-03-01 | 2 | -3/+18 |
| * | | | KVM: x86 emulator: Add Virtual-8086 mode of emulation | Gleb Natapov | 2010-03-01 | 1 | -0/+1 |
| * | | | KVM: VMX: Rename VMX_EPT_IGMT_BIT to VMX_EPT_IPAT_BIT | Sheng Yang | 2010-03-01 | 1 | -1/+1 |
| * | | | KVM: Rename vcpu->shadow_efer to efer | Avi Kivity | 2010-03-01 | 1 | -1/+1 |
| * | | | KVM: Activate fpu on clts | Avi Kivity | 2010-03-01 | 1 | -0/+1 |
| * | | | KVM: SVM: Clean up and enhance mov dr emulation | Jan Kiszka | 2010-03-01 | 1 | -3/+2 |
| * | | | KVM: export <asm/hyperv.h> | Avi Kivity | 2010-03-01 | 1 | -0/+1 |
| * | | | KVM: Add HYPER-V apic access MSRs | Gleb Natapov | 2010-03-01 | 1 | -0/+2 |
| * | | | KVM: Implement bare minimum of HYPER-V MSRs | Gleb Natapov | 2010-03-01 | 2 | -0/+5 |
| * | | | KVM: Add HYPER-V header file | Gleb Natapov | 2010-03-01 | 1 | -0/+186 |
| * | | | KVM: SVM: Fix SVM_CR0_SELECTIVE_MASK | Avi Kivity | 2010-03-01 | 1 | -1/+1 |
| * | | | KVM: Lazify fpu activation and deactivation | Avi Kivity | 2010-03-01 | 1 | -0/+1 |
| * | | | KVM: VMX: Allow the guest to own some cr0 bits | Avi Kivity | 2010-03-01 | 1 | -0/+2 |
| * | | | KVM: Fix the explanation of write_emulated | Takuya Yoshikawa | 2010-03-01 | 1 | -1/+1 |
| * | | | KVM: VMX: Enable EPT 1GB page support | Sheng Yang | 2010-03-01 | 1 | -0/+1 |
| * | | | KVM: x86: Rename gb_page_enable() to get_lpage_level() in kvm_x86_ops | Sheng Yang | 2010-03-01 | 1 | -1/+1 |
| * | | | KVM: Bump maximum vcpu count to 64 | Avi Kivity | 2010-03-01 | 1 | -1/+1 |
| * | | | KVM: x86: switch kvm_set_memory_alias to SRCU update | Marcelo Tosatti | 2010-03-01 | 1 | -0/+4 |
| * | | | KVM: modify alias layout in x86s struct kvm_arch | Marcelo Tosatti | 2010-03-01 | 1 | -2/+6 |
| * | | | KVM: VMX: Add instruction rdtscp support for guest | Sheng Yang | 2010-03-01 | 2 | -0/+2 |
| * | | | KVM: Add cpuid_update() callback to kvm_x86_ops | Sheng Yang | 2010-03-01 | 1 | -0/+1 |
| * | | | KVM: Add accessor for reading cr4 (or some bits of cr4) | Avi Kivity | 2010-03-01 | 1 | -0/+1 |