summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-23Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2012-03-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+8
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-580/+530
2012-03-22Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2012-03-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-03-22Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for...Linus Torvalds1-0/+3
2012-03-22Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-67/+85
2012-03-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+2
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2-22/+0
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds1-1/+1
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+14
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+2
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-1/+1
2012-03-14x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman1-0/+6
2012-03-14Merge tag 'v3.3-rc7' into x86/platformIngo Molnar8-62/+284
2012-03-14Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar1-1/+1
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi1-6/+2
2012-03-10xen/enlighten: Expose MWAIT and MWAIT_LEAF if hypervisor OKs it.Konrad Rzeszutek Wilk1-0/+1
2012-03-10Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman6-60/+281
2012-03-05perf/x86: Add Intel LBR MSR definitionsStephane Eranian1-0/+7
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar5-57/+278
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel1-0/+8
2012-02-28Merge branch 'linus' into x86/asmIngo Molnar48-1323/+883
2012-02-27x86/time: Eliminate unused irq0_irqs counterJan Beulich1-1/+0
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2-6/+6
2012-02-24x86, efi: Allow basic init with mixed 32/64-bit efi/kernelOlof Johansson1-1/+1
2012-02-24irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2-22/+0
2012-02-23x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman1-1/+1
2012-02-22x86, cpufeature: Add CPU features from Intel document 319433-012AH. Peter Anvin1-0/+3
2012-02-22i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2-506/+526
2012-02-22i387: Uninline the generic FP helpers that we expose to kernel modulesLinus Torvalds1-74/+4
2012-02-20i387: support lazy restore of FPU stateLinus Torvalds2-13/+25
2012-02-20i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds1-3/+14
2012-02-20i387: fix up some fpu_counter confusionLinus Torvalds1-1/+2
2012-02-19i387: re-introduce FPU state preloading at context switch timeLinus Torvalds1-17/+93
2012-02-18i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds3-24/+23
2012-02-17i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds1-19/+0
2012-02-17i387: do not preload FPU state at task switch timeLinus Torvalds1-1/+0
2012-02-17i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds1-20/+55
2012-02-17i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds1-3/+6
2012-02-16i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds1-0/+42
2012-02-15i387: fix sense of sanity checkLinus Torvalds1-1/+1
2012-02-14i387: make irq_fpu_usable() tests more robustLinus Torvalds1-8/+46
2012-02-14i387: math_state_restore() isn't called from asmLinus Torvalds1-1/+1
2012-02-12x86/debug: Fix/improve the show_msr=<cpus> debug print outYinghai Lu1-0/+1
2012-02-11x86: Fix to decode grouped AVX with VEX pp bitsMasami Hiramatsu2-8/+15
2012-02-07x86/spinlocks: Eliminate TICKET_MASKJan Beulich2-3/+2
2012-02-07Merge branch 'kvm-updates/3.3' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+16