| Commit message (Expand) | Author | Age | Files | Lines |
* | livepatch: kernel: add support for live patching | Seth Jennings | 2014-12-22 | 1 | -0/+37 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr... | Linus Torvalds | 2014-12-20 | 1 | -4/+4 |
|\ |
|
| * | x86/spinlock: Replace ACCESS_ONCE with READ_ONCE | Christian Borntraeger | 2014-12-18 | 1 | -4/+4 |
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-19 | 5 | -59/+71 |
|\ \ |
|
| * | | x86, irq: Move IRQ initialization routines from io_apic.c into vector.c | Jiang Liu | 2014-12-16 | 1 | -0/+2 |
| * | | x86, irq: Move IOAPIC related declarations from hw_irq.h into io_apic.h | Jiang Liu | 2014-12-16 | 2 | -34/+19 |
| * | | x86, irq: Move PCI MSI related code from io_apic.c into msi.c | Jiang Liu | 2014-12-16 | 2 | -4/+3 |
| * | | x86, irq: Make UP version of irq_complete_move() an inline stub | Thomas Gleixner | 2014-12-16 | 1 | -1/+2 |
| * | | x86, irq: Move local APIC related code from io_apic.c into vector.c | Jiang Liu | 2014-12-16 | 1 | -13/+16 |
| * | | x86, irq: Introduce helpers to access struct irq_cfg | Jiang Liu | 2014-12-16 | 1 | -0/+2 |
| * | | x86, irq: Rename local APIC related functions in io_apic.c as apic_xxx() | Jiang Liu | 2014-12-16 | 1 | -2/+2 |
| * | | x86, irq: Refine hw_irq.h to prepare for irqdomain support | Jiang Liu | 2014-12-16 | 1 | -43/+51 |
| * | | x86, irq: Convert irq_2_pin list to generic list | Yinghai Lu | 2014-12-16 | 1 | -1/+1 |
| * | | x86, irq: Kill useless parameter 'irq_attr' of IO_APIC_get_PCI_irq_vector() | Jiang Liu | 2014-12-16 | 1 | -1/+1 |
| * | | x86, irq: Introduce helper to check whether an IOAPIC has been registered | Jiang Liu | 2014-12-16 | 1 | -0/+1 |
| * | | x86, irq, ACPI: Implement interfaces to support ACPI based IOAPIC hot-removal | Jiang Liu | 2014-12-16 | 1 | -0/+1 |
| * | | x86, irq: Refine mp_register_ioapic() to prepare for IOAPIC hotplug | Jiang Liu | 2014-12-16 | 1 | -2/+2 |
| * | | x86, irq: Remove __init marker for functions will be used by IOAPIC hotplug | Jiang Liu | 2014-12-16 | 1 | -2/+2 |
| * | | x86: Avoid building unused IRQ entry stubs | Jan Beulich | 2014-12-16 | 2 | -1/+8 |
| * | | x86: irq: Fix placement of mp_should_keep_irq() | Jan Beulich | 2014-12-16 | 2 | -3/+2 |
| * | | x86, irq: Provide empty send_cleanup_vector() stub for UP builds | Jiang Liu | 2014-12-16 | 1 | -0/+4 |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-19 | 1 | -0/+7 |
|\ \ \ |
|
| * | | | x86/tls: Don't validate lm in set_thread_area() after all | Andy Lutomirski | 2014-12-18 | 1 | -0/+7 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-12-18 | 4 | -4/+43 |
|\ \ \ \ |
|
| * | | | | KVM: move APIC types to arch/x86/ | Paolo Bonzini | 2014-12-18 | 1 | -0/+10 |
| * | | | | kvm: vmx: add MSR logic for XSAVES | Wanpeng Li | 2014-12-05 | 1 | -0/+1 |
| * | | | | kvm: x86: handle XSAVES vmcs and vmexit | Wanpeng Li | 2014-12-05 | 2 | -1/+7 |
| * | | | | kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guest | Wanpeng Li | 2014-12-05 | 2 | -0/+2 |
| * | | | | kvm: x86: avoid warning about potential shift wrapping bug | Paolo Bonzini | 2014-11-24 | 1 | -1/+1 |
| * | | | | KVM: x86: move device assignment out of kvm_host.h | Paolo Bonzini | 2014-11-24 | 1 | -23/+0 |
| * | | | | kvm: x86: move assigned-dev.c and iommu.c to arch/x86/ | Radim Krčmář | 2014-11-23 | 1 | -0/+23 |
| * | | | | kvm: x86: move ioapic.c and irq_comm.c back to arch/x86/ | Paolo Bonzini | 2014-11-21 | 1 | -0/+16 |
| * | | | | kvm: x86: increase user memory slots to 509 | Igor Mammedov | 2014-11-14 | 1 | -1/+1 |
| * | | | | KVM: x86: MOV to CR3 can set bit 63 | Nadav Amit | 2014-11-07 | 1 | -0/+1 |
| * | | | | KVM: x86: Breakpoints do not consider CS.base | Nadav Amit | 2014-11-07 | 1 | -0/+1 |
| * | | | | KVM: x86: Enable Intel AVX-512 for guest | Chao Peng | 2014-11-03 | 1 | -0/+1 |
| * | | | | KVM: vmx: Unavailable DR4/5 is checked before CPL | Nadav Amit | 2014-11-03 | 1 | -0/+1 |
| * | | | | KVM: x86: some apic broadcast modes does not work | Nadav Amit | 2014-11-03 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2014-12-16 | 2 | -14/+51 |
|\ \ \ \ |
|
| * | | | | xen: introduce helper functions to do safe read and write accesses | Juergen Gross | 2014-12-08 | 1 | -1/+15 |
| * | | | | xen: switch to linear virtual mapped sparse p2m list | Juergen Gross | 2014-12-04 | 1 | -4/+16 |
| * | | | | xen: Hide get_phys_to_machine() to be able to tune common path | Juergen Gross | 2014-12-04 | 1 | -6/+20 |
| * | | | | x86: Introduce function to get pmd entry pointer | Juergen Gross | 2014-12-04 | 1 | -0/+1 |
| * | | | | xen: Delay invalidating extra memory | Juergen Gross | 2014-12-04 | 1 | -0/+3 |
| * | | | | xen: Delay remapping memory of pv-domain | Juergen Gross | 2014-12-04 | 1 | -1/+0 |
| * | | | | xen: Make functions static | Juergen Gross | 2014-12-04 | 1 | -6/+0 |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-12-14 | 2 | -22/+10 |
|\ \ \ \ \
| | |_|/ /
| |/| | | |
|
| * | | | | x86/asm: Unify segment selector defines | Borislav Petkov | 2014-12-11 | 1 | -21/+9 |
| * | | | | x86/mm: Fix zone ranges boot printout | Xishi Qiu | 2014-12-11 | 1 | -1/+1 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-12-12 | 1 | -60/+10 |
|\ \ \ \ \ |
|