Age | Commit message (Expand) | Author | Files | Lines |
2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | 1 | -0/+2 |
2014-07-17 | Merge branch 'locking/urgent' into locking/core, before applying larger chang... | Ingo Molnar | 3 | -3/+19 |
2014-07-17 | perf kvm: Use defines of kvm events | Alexander Yarygin | 2 | -0/+17 |
2014-07-14 | x86, cpu: Kill cpu_has_mp | Borislav Petkov | 1 | -4/+0 |
2014-07-14 | x86/cpufeature: Add bug flags to /proc/cpuinfo | Borislav Petkov | 1 | -2/+8 |
2014-07-14 | x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box() | Oren Twaig | 1 | -8/+0 |
2014-07-12 | x86: Simplify __HAVE_ARCH_CMPXCHG tests | Borislav Petkov | 5 | -21/+5 |
2014-07-12 | x86, vdso: Move the vvar area before the vdso text | Andy Lutomirski | 1 | -9/+9 |
2014-07-11 | KVM: emulate: put pointers in the fetch_cache | Paolo Bonzini | 1 | -2/+2 |
2014-07-11 | KVM: emulate: do not initialize memopp | Bandan Das | 1 | -0/+5 |
2014-07-11 | KVM: emulate: rework seg_override | Bandan Das | 1 | -2/+1 |
2014-07-11 | KVM: emulate: clean up initializations in init_decode_cache | Bandan Das | 1 | -9/+11 |
2014-07-11 | KVM: emulate: move init_decode_cache to emulate.c | Bandan Das | 1 | -0/+1 |
2014-07-11 | KVM: emulate: speed up emulated moves | Paolo Bonzini | 1 | -1/+1 |
2014-07-11 | KVM: x86: return all bits from get_interrupt_shadow | Paolo Bonzini | 1 | -1/+1 |
2014-07-11 | x86, ia64: Move EFI_FB vga_default_device() initialization to pci_vga_fixup() | Bruno Prémont | 1 | -6/+0 |
2014-07-09 | KVM: x86: fix TSC matching | Tomasz Grabiec | 1 | -2/+2 |
2014-07-09 | KVM: nSVM: Set correct port for IOIO interception evaluation | Jan Kiszka | 1 | -0/+1 |
2014-07-07 | efi/x86: efistub: Move shared dependencies to <asm/efi.h> | Ard Biesheuvel | 1 | -0/+25 |
2014-07-04 | ptrace,x86: force IRET path after a ptrace_stop() | Tejun Heo | 1 | -0/+16 |
2014-07-01 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+2 |
2014-06-24 | nmi: provide the option to issue an NMI back trace to every cpu but current | Aaron Tomlin | 1 | -1/+1 |
2014-06-23 | ASoC: Intel: add mrfld pipelines | Vinod Koul | 1 | -0/+78 |
2014-06-22 | x86, irq: Introduce helper functions to release IOAPIC pin | Jiang Liu | 1 | -0/+3 |
2014-06-22 | x86, irq: Clean up unused IOAPIC interface | Jiang Liu | 1 | -9/+0 |
2014-06-22 | x86, irq: Introduce two helper functions to support irqdomain map operation | Jiang Liu | 1 | -0/+5 |
2014-06-22 | x86, devicetree, irq: Use common mechanism to support irqdomain | Jiang Liu | 1 | -2/+0 |
2014-06-22 | x86, irq: Enhance mp_register_ioapic() to support irqdomain | Jiang Liu | 1 | -1/+2 |
2014-06-22 | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPIC | Jiang Liu | 1 | -2/+19 |
2014-06-22 | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ number | Jiang Liu | 1 | -0/+2 |
2014-06-22 | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_... | Jiang Liu | 1 | -0/+5 |
2014-06-22 | x86, irq: Introduce some helper utilities to improve readability | Jiang Liu | 1 | -0/+2 |
2014-06-22 | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu | 1 | -4/+0 |
2014-06-22 | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu | 2 | -12/+7 |
2014-06-22 | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu | 3 | -18/+2 |
2014-06-19 | KVM: x86: preserve the high 32-bits of the PAT register | Paolo Bonzini | 1 | -1/+1 |
2014-06-19 | KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS | Jan Kiszka | 1 | -0/+3 |
2014-06-19 | KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS | Jan Kiszka | 1 | -0/+1 |
2014-06-19 | KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLS | Jan Kiszka | 1 | -2/+2 |
2014-06-19 | x86/efi: Move all workarounds to a separate file quirks.c | Saurabh Tangri | 1 | -0/+2 |
2014-06-19 | KVM: x86: Increase the number of fixed MTRR regs to 10 | Nadav Amit | 1 | -1/+1 |
2014-06-19 | x86, cpufeature: Convert more "features" to bugs | Borislav Petkov | 4 | -17/+20 |
2014-06-19 | Merge tag 'v3.16-rc1' into x86/cpufeature | H. Peter Anvin | 50 | -375/+419 |
2014-06-19 | x86, xsave: Add forgotten inline annotation | Borislav Petkov | 1 | -1/+1 |
2014-06-18 | x86, locking: Use no more OOSTORE nonsense | Peter Zijlstra | 2 | -2/+2 |
2014-06-18 | KVM: x86: rdpmc emulation checks the counter incorrectly | Nadav Amit | 2 | -0/+2 |
2014-06-18 | percpu: invoke __verify_pcpu_ptr() from the generic part of accessors and ope... | Tejun Heo | 1 | -1/+0 |
2014-06-18 | percpu: introduce arch_raw_cpu_ptr() | Tejun Heo | 1 | -1/+1 |
2014-06-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -7/+15 |
2014-06-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -0/+25 |