Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | KVM: nVMX: Enable unrestricted guest mode support | Jan Kiszka | 2013-09-24 | 1 | -4/+14 | |
| * | | | | | | | | | | KVM: nVMX: Implement support for EFER saving on VM-exit | Jan Kiszka | 2013-09-24 | 1 | -1/+3 | |
| * | | | | | | | | | | KVM: nVMX: Do not set identity page map for L2 | Jan Kiszka | 2013-09-24 | 1 | -2/+4 | |
| * | | | | | | | | | | KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_state | Jan Kiszka | 2013-09-24 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2013-11-15 | 8 | -17/+63 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-... | Konrad Rzeszutek Wilk | 2013-11-08 | 3 | -6/+49 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | xen: introduce xen_dma_map/unmap_page and xen_dma_sync_single_for_cpu/device | Stefano Stabellini | 2013-10-25 | 1 | -0/+14 | |
| | * | | | | | | | | | | | swiotlb-xen: use xen_alloc/free_coherent_pages | Stefano Stabellini | 2013-10-10 | 1 | -2/+5 | |
| | * | | | | | | | | | | | xen: introduce xen_alloc/free_coherent_pages | Stefano Stabellini | 2013-10-09 | 1 | -0/+24 | |
| | * | | | | | | | | | | | xen: make xen_create_contiguous_region return the dma address | Stefano Stabellini | 2013-10-09 | 1 | -1/+3 | |
| | * | | | | | | | | | | | xen/x86: allow __set_phys_to_machine for autotranslate guests | Stefano Stabellini | 2013-10-09 | 1 | -3/+3 | |
| * | | | | | | | | | | | | Merge tag 'v3.12-rc5' into stable/for-linus-3.13 | Konrad Rzeszutek Wilk | 2013-11-08 | 10 | -34/+45 | |
| |\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | pci-swiotlb-xen: call pci_request_acs only ifdef CONFIG_PCI | Stefano Stabellini | 2013-11-08 | 1 | -0/+4 | |
| * | | | | | | | | | | | | xen: delete new instances of added __cpuinit | Paul Gortmaker | 2013-11-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | x86/xen: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-11-06 | 3 | -8/+7 | |
| * | | | | | | | | | | | | xen/mmu: Correct PAT MST setting. | Konrad Rzeszutek Wilk | 2013-09-27 | 1 | -2/+2 | |
* | | | | | | | | | | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS | Christoph Hellwig | 2013-11-15 | 1 | -1/+0 | |
* | | | | | | | | | | | | | mm: dynamically allocate page->ptl if it cannot be embedded to struct page | Kirill A. Shutemov | 2013-11-15 | 1 | -1/+1 | |
* | | | | | | | | | | | | | x86: handle pgtable_page_ctor() fail | Kirill A. Shutemov | 2013-11-15 | 1 | -2/+6 | |
* | | | | | | | | | | | | | x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmds | Kirill A. Shutemov | 2013-11-15 | 1 | -2/+9 | |
* | | | | | | | | | | | | | x86, mm: enable split page table lock for PMD level | Kirill A. Shutemov | 2013-11-15 | 2 | -1/+14 | |
* | | | | | | | | | | | | | mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS | Kirill A. Shutemov | 2013-11-15 | 1 | -3/+3 | |
* | | | | | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-14 | 6 | -8/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | x86/microcode/amd: Tone down printk(), don't treat a missing firmware file as... | Thomas Renninger | 2013-11-12 | 1 | -1/+1 | |
| * | | | | | | | | | | | | x86/dumpstack: Fix printk_address for direct addresses | Jiri Slaby | 2013-11-12 | 5 | -7/+12 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2013-11-14 | 3 | -18/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | seqcount: Add lockdep functionality to seqcount/seqlock structures | John Stultz | 2013-11-06 | 1 | -4/+4 | |
| * | | | | | | | | | | | | Merge branch 'sched/core' into core/locking, to prepare the kernel/locking/ f... | Ingo Molnar | 2013-11-06 | 21 | -113/+280 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge tag 'v3.12' into core/locking to pick up mutex upates | Ingo Molnar | 2013-11-06 | 22 | -83/+173 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | x86/locking/kconfig: Update paravirt spinlock Kconfig description | Raghavendra K T | 2013-10-26 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | lockdep, x86/alternatives: Drop ancient lockdep fixup message | Borislav Petkov | 2013-09-28 | 1 | -11/+0 | |
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-11-14 | 12 | -50/+165 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | x86, trace: Change user|kernel_page_fault to page_fault_user|kernel | H. Peter Anvin | 2013-11-11 | 2 | -4/+4 | |
| * | | | | | | | | | | | | x86, trace: Add page fault tracepoints | Seiji Aguchi | 2013-11-08 | 3 | -0/+67 | |
| * | | | | | | | | | | | | x86, trace: Delete __trace_alloc_intr_gate() | Seiji Aguchi | 2013-11-08 | 1 | -22/+0 | |
| * | | | | | | | | | | | | x86, trace: Register exception handler to trace IDT | Seiji Aguchi | 2013-11-08 | 10 | -22/+97 | |
| * | | | | | | | | | | | | x86, trace: Remove __alloc_intr_gate() | Seiji Aguchi | 2013-11-08 | 1 | -6/+1 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-11-14 | 5 | -13/+39 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-11-07 | 3 | -1/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq() | Konrad Rzeszutek Wilk | 2013-11-07 | 3 | -1/+25 | |
| * | | | | | | | | | | | | | Merge branch 'pci/misc' into next | Bjorn Helgaas | 2013-10-31 | 1 | -4/+4 | |
| |\| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | x86/PCI: Coalesce multiple overlapping host bridge windows | Alexey Neyman | 2013-10-10 | 1 | -4/+4 | |
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | ||||||
| * / | | | | | | | | | | | x86/pci: Use cached pci_dev->pcie_cap to simplify code | Yijing Wang | 2013-09-24 | 1 | -8/+10 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-11-14 | 14 | -113/+134 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'acpica' | Rafael J. Wysocki | 2013-11-07 | 4 | -2/+15 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | ACPICA: Cleanup asmlinkage for ACPICA APIs. | Lv Zheng | 2013-10-31 | 4 | -2/+15 | |
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge branch 'powercap' | Rafael J. Wysocki | 2013-10-28 | 2 | -0/+84 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | x86 / msr: add 64bit _on_cpu access functions | Jacob Pan | 2013-10-17 | 2 | -0/+84 | |
| | | |_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch 'acpi-assorted' | Rafael J. Wysocki | 2013-10-28 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge back earlier 'acpi-assorted' material. | Rafael J. Wysocki | 2013-10-25 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | |