aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2012-06-13x86/smp: Fix topology checks on AMD MCM CPUsBorislav Petkov
2012-06-12x86/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior
2012-06-12crypto: serpent - add x86_64/avx assembler implementationJohannes Goetzfried
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried
2012-06-12crypto: sha1 - use Kbuild supplied flags for AVX testMathias Krause
2012-06-11x86: kvmclock: remove check_and_clear_guest_paused warningMarcelo Tosatti
2012-06-11KVM: MMU: Remove unused parameter from mmu_memory_cache_alloc()Takuya Yoshikawa
2012-06-11ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overridingFeng Tang
2012-06-11ACPI: Remove one board specific WARN when ignoring timer overridingFeng Tang
2012-06-11ACPI: Make acpi_skip_timer_override cover all source_irq==0 casesFeng Tang
2012-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2012-06-11x86/vsmp: Ignore IOAPIC IRQ affinity if possibleRavikiran Thirumalai
2012-06-11x86/mm: Fix some kernel-doc warningsWanpeng Li
2012-06-11perf/x86: Convert obsolete simple_strtoul() usage to kstrtoul()Shuah Khan
2012-06-11Merge tag 'v3.5-rc2' into perf/coreIngo Molnar
2012-06-09x86, um: Correct syscall table type attributes breaking gcc 4.8Martin Pelikan
2012-06-08x86: Save cr2 in NMI in case NMIs take a page fault (for i386)Steven Rostedt
2012-06-08x86: Remove cmpxchg from i386 NMI nesting codeSteven Rostedt
2012-06-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-06-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-06-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-06-08Merge tag 'amd-thresholding-fixes-for-3.6' of git://git.kernel.org/pub/scm/li...Ingo Molnar
2012-06-08uprobes: Pass probed vaddr to arch_uprobe_analyze_insn()Ananth N Mavinakayanahalli
2012-06-08x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus
2012-06-08x86/uv: Fix UV2 BAU legacy modeCliff Wickman
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations check cpu_online_maskAlexander Gordeev
2012-06-08x86/apic: Make cpu_mask_to_apicid() operations return error codeAlexander Gordeev
2012-06-08x86/apic: Avoid useless scanning thru a cpumask in assign_irq_vector()Alexander Gordeev
2012-06-08x86/apic: Try to spread IRQ vectors to different priority levelsAlexander Gordeev
2012-06-08x86/apic: Factor out default vector_allocation_domain() operationAlexander Gordeev
2012-06-08x86/mm: Only add extra pages count for the first memory range during pre-allo...Yinghai Lu
2012-06-07x86, cpu: Rename checking_wrmsrl() to wrmsrl_safe()H. Peter Anvin
2012-06-07x86, cpu, amd: Deprecate AMD-specific MSR variantsBorislav Petkov
2012-06-07x86, cpu, amd: Fix crash as Xen Dom0 on AMD Trinity systemsAndre Przywara
2012-06-07x86, cpu: Fix show_msr MSR accessing functionBorislav Petkov
2012-06-07x86, pvops: Remove hooks for {rd,wr}msr_safe_regsAndre Przywara
2012-06-07x86, efi stub: Add .reloc section back into imageJordan Justen
2012-06-07x86: Save cr2 in NMI in case NMIs take a page faultSteven Rostedt
2012-06-07x86, MCE, AMD: Update copyrights and boilerplateBorislav Petkov
2012-06-07x86, MCE, AMD: Give proper names to the thresholding banksBorislav Petkov
2012-06-07x86, MCE, AMD: Make error_count read onlyBorislav Petkov
2012-06-07x86, MCE, AMD: Cleanup reading of error_countBorislav Petkov
2012-06-07x86, MCE, AMD: Print decimal thresholding valuesBorislav Petkov
2012-06-07x86, MCE, AMD: Move shared bank to node descriptorBorislav Petkov
2012-06-07x86, MCE, AMD: Remove local_allocate_... wrapperBorislav Petkov
2012-06-07x86, MCE, AMD: Remove shared banks sysfs linkingBorislav Petkov
2012-06-07x86, amd_nb: Export model 0x10 and later PCI idBorislav Petkov
2012-06-06x86 bpf_jit: support BPF_S_ANC_ALU_XOR_X instructionEric Dumazet
2012-06-06perf/x86: Don't assume there can be only 4 PEBS eventsAndi Kleen
2012-06-06perf/x86: Use rdpmc() rather than rdmsr() when possible in the kernelVince Weaver