Age | Commit message (Expand) | Author |
2013-04-12 | x86-32: Fix possible incomplete TLB invalidate with PAE pagetables | Dave Hansen |
2013-04-12 | x86/PCI: Implement pcibios_{add|remove}_bus() hooks | Jiang Liu |
2013-04-12 | x86/mm/fixmap: Remove unused FIX_CYCLONE_TIMER | Paul Bolle |
2013-04-12 | x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is set | Boris Ostrovsky |
2013-04-12 | x86/mm/cpa/selftest: Fix false positive in CPA self test | Andrea Arcangeli |
2013-04-11 | x86, wakeup, sleep: Use pvops functions for changing GDT entries | konrad@kernel.org |
2013-04-11 | x86, xen, gdt: Remove the pvops variant of store_gdt. | Konrad Rzeszutek Wilk |
2013-04-11 | x86-32, gdt: Store/load GDT for ACPI S3 or hibernation/resume path is not needed | Konrad Rzeszutek Wilk |
2013-04-11 | x86-64, gdt: Store/load GDT for ACPI S3 or hibernate/resume path is not needed. | Konrad Rzeszutek Wilk |
2013-04-11 | x86: Use a read-only IDT alias on all CPUs | Kees Cook |
2013-04-11 | x86,efi: Check max_size only if it is non-zero. | Richard Weinberger |
2013-04-11 | KVM: x86 emulator: Fix segment loading in VM86 | Kevin Wolf |
2013-04-11 | x86/mm/cpa: Convert noop to functional fix | Andrea Arcangeli |
2013-04-10 | Merge tag 'stable/for-linus-3.9-rc6-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2013-04-10 | x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal | Boris Ostrovsky |
2013-04-10 | x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates | Samu Kallio |
2013-04-10 | x86/mm/numa: Simplify some bit mangling | Martin Bundgaard |
2013-04-10 | perf/x86: Add Sandy Bridge constraints for CYCLE_ACTIVITY.* | Andi Kleen |
2013-04-10 | x86/mm: Re-enable DEBUG_TLBFLUSH for X86_32 | Paul Bolle |
2013-04-10 | idle: Remove unused ARCH_HAS_DEFAULT_IDLE | Paul Bolle |
2013-04-10 | x86/mm/cpa: Cleanup split_large_page() and its callee | Borislav Petkov |
2013-04-10 | cpufreq: AMD "frequency sensitivity feedback" powersave bias for ondemand gov... | Jacob Shin |
2013-04-09 | x86, efivars: firmware bug workarounds should be in platform code | Matt Fleming |
2013-04-08 | Merge tag 'please-pull-cmci_rediscover' of git://git.kernel.org/pub/scm/linux... | Ingo Molnar |
2013-04-08 | x86: Use generic idle loop | Thomas Gleixner |
2013-04-08 | arch: Consolidate tsk_is_polling() | Thomas Gleixner |
2013-04-08 | kprobes/x86: Just return error for sanity check failure instead of using BUG_ON | Masami Hiramatsu |
2013-04-08 | KVM: Move kvm_rebooting declaration out of x86 | Geoff Levand |
2013-04-08 | KVM: Move kvm_spurious_fault to x86.c | Geoff Levand |
2013-04-08 | KVM: Move vm_list kvm_lock declarations out of x86 | Geoff Levand |
2013-04-08 | KVM: VMX: Add missing braces to avoid redundant error check | Jan Kiszka |
2013-04-08 | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/... | Ingo Molnar |
2013-04-08 | KVM: x86: fix memory leak in vmx_init | Yang Zhang |
2013-04-07 | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2013-04-07 | KVM: nVMX: Check exit control for VM_EXIT_SAVE_IA32_PAT, not entry controls | Jan Kiszka |
2013-04-07 | KVM: Call kvm_apic_match_dest() to check destination vcpu | Yang Zhang |
2013-04-07 | Revert "KVM: MMU: Move kvm_mmu_free_some_pages() into kvm_mmu_alloc_page()" | Takuya Yoshikawa |
2013-04-07 | KVM: Allow cross page reads and writes from cached translations. | Andrew Honig |
2013-04-05 | x86: Fix rebuild with EFI_STUB enabled | Jan Beulich |
2013-04-03 | Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux... | Thomas Gleixner |
2013-04-03 | crypto: sha256 - Optimized sha256 x86_64 routine using AVX2's RORX instructions | Tim Chen |
2013-04-03 | crypto: sha256 - Optimized sha256 x86_64 assembly routine with AVX instructions. | Tim Chen |
2013-04-03 | crypto: sha256 - Optimized sha256 x86_64 assembly routine using Supplemental ... | Tim Chen |
2013-04-03 | crypto: x86 - build AVX block cipher implementations only if assembler suppor... | Jussi Kivilinna |
2013-04-03 | crypto: x86/crc32-pclmul - assembly clean-ups: use ENTRY/ENDPROC | Jussi Kivilinna |
2013-04-02 | x86, quirks: Shut-up a long-standing gcc warning | Borislav Petkov |
2013-04-02 | x86, msr: Unify variable names | Borislav Petkov |
2013-04-02 | x86: Drop KERNEL_IMAGE_START | Borislav Petkov |
2013-04-02 | x86: remove the x32 syscall bitmask from syscall_get_nr() | Paul Moore |
2013-04-02 | x86/mce: Rework cmci_rediscover() to play well with CPU hotplug | Srivatsa S. Bhat |