Age | Commit message (Expand) | Author |
2014-06-21 | x86, ioapic: Introduce helper utilities to walk ioapics and pins | Jiang Liu |
2014-06-21 | x86, ioapic: Kill static variable nr_irqs_gsi | Jiang Liu |
2014-06-21 | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu |
2014-06-21 | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQ | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Enhance error handling in function acpi_register_gsi() | Jiang Liu |
2014-06-21 | x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.c | Jiang Liu |
2014-06-21 | x86, acpi, irq: Kill static function irq_to_gsi() | Jiang Liu |
2014-06-21 | x86, PCI, ACPI: Use kmalloc_node() to optimize for performance | Jiang Liu |
2014-06-21 | x86, acpi: Reorganize code to avoid forward declaration in boot.c | Jiang Liu |
2014-06-21 | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu |
2014-06-21 | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL) | Jiang Liu |
2014-06-21 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-06-20 | x86/vdso: Create .build-id links for unstripped vdso files | Andy Lutomirski |
2014-06-20 | crypto: aes - AES CTR x86_64 "by8" AVX optimization | chandramouli narayanan |
2014-06-20 | crypto: des_3des - add x86-64 assembly implementation | Jussi Kivilinna |
2014-06-20 | crypto: crc32c-pclmul - Shrink K_table to 32-bit words | George Spelvin |
2014-06-19 | x86/tsc: Get rid of custom DIV_ROUND() macro | Michal Nazarewicz |
2014-06-19 | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-06-19 | x86/vdso: Remove some redundant in-memory section headers | Andy Lutomirski |
2014-06-19 | x86/vdso: Improve the fake section headers | Andy Lutomirski |
2014-06-19 | x86/vdso2c: Use better macros for ELF bitness | Andy Lutomirski |
2014-06-19 | x86/vdso: Discard the __bug_table section | Andy Lutomirski |
2014-06-19 | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-06-19 | KVM: x86: preserve the high 32-bits of the PAT register | Paolo Bonzini |
2014-06-19 | kvm: fix wrong address when writing Hyper-V tsc page | Xiaoming Gao |
2014-06-19 | KVM: vmx: vmx instructions handling does not consider cs.l | Nadav Amit |
2014-06-19 | KVM: vmx: handle_cr ignores 32/64-bit mode | Nadav Amit |
2014-06-19 | KVM: x86: Hypercall handling does not considers opsize correctly | Nadav Amit |
2014-06-19 | KVM: x86: check DR6/7 high-bits are clear only on long-mode | Nadav Amit |
2014-06-19 | KVM: nVMX: Fix returned value of MSR_IA32_VMX_VMCS_ENUM | Jan Kiszka |
2014-06-19 | KVM: nVMX: Allow to disable VM_{ENTRY_LOAD,EXIT_SAVE}_DEBUG_CONTROLS | Jan Kiszka |
2014-06-19 | KVM: nVMX: Fix returned value of MSR_IA32_VMX_PROCBASED_CTLS | Jan Kiszka |
2014-06-19 | KVM: nVMX: Allow to disable CR3 access interception | Jan Kiszka |
2014-06-19 | KVM: nVMX: Advertise support for MSR_IA32_VMX_TRUE_*_CTLS | Jan Kiszka |
2014-06-19 | KVM: x86: Fix constant value of VM_{EXIT_SAVE,ENTRY_LOAD}_DEBUG_CONTROLS | Jan Kiszka |
2014-06-19 | KVM: x86: NOP emulation clears (incorrectly) the high 32-bits of RAX | Nadav Amit |
2014-06-19 | KVM: x86: emulation of dword cmov on long-mode should clear [63:32] | Nadav Amit |
2014-06-19 | KVM: x86: Inter-privilege level ret emulation is not implemeneted | Nadav Amit |
2014-06-19 | KVM: x86: Wrong emulation on 'xadd X, X' | Nadav Amit |
2014-06-19 | KVM: x86: bit-ops emulation ignores offset on 64-bit | Nadav Amit |
2014-06-19 | arch/x86/kvm/vmx.c: use PAGE_ALIGNED instead of IS_ALIGNED(PAGE_SIZE | Fabian Frederick |
2014-06-19 | KVM: emulate: fix harmless typo in MMX decoding | Paolo Bonzini |
2014-06-19 | KVM: emulate: simplify BitOp handling | Paolo Bonzini |
2014-06-19 | x86/efi: Support initrd loaded above 4G | Yinghai Lu |
2014-06-19 | x86/efi: Use early_memunmap() to squelch sparse errors | Matt Fleming |
2014-06-19 | x86/efi: Move all workarounds to a separate file quirks.c | Saurabh Tangri |
2014-06-19 | KVM: x86: Increase the number of fixed MTRR regs to 10 | Nadav Amit |
2014-06-18 | x86, cpufeature: Convert more "features" to bugs | Borislav Petkov |
2014-06-18 | Merge tag 'v3.16-rc1' into x86/cpufeature | H. Peter Anvin |