aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds3-63/+68
2012-03-23Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-3/+7
2012-03-22Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+1
2012-03-22kgdb: x86: Return all segment registers also in 64-bit modeJan Kiszka1-3/+7
2012-03-22Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+8
2012-03-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-22Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-580/+530
2012-03-22Merge branch 'x86-eficross-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-03-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-03-22Merge branches 'x86-cpu-for-linus', 'x86-boot-for-linus', 'x86-cpufeature-for-linus', 'x86-process-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2012-03-22Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-67/+85
2012-03-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/gregkh/driver-coreLinus Torvalds2-0/+14
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/ras into x86/mceIngo 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-09Merge 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-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2012-03-02perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel1-0/+8
2012-02-28x86: relocate get/set debugreg fcns to include/asm/debugreg.Paul Gortmaker2-63/+67
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 static_key_slow_[inc|dec]()Ingo Molnar2-6/+6
2012-02-23x86, efi: Allow basic init with mixed 32/64-bit efi/kernelOlof Johansson1-1/+1
2012-02-23irq_domain/x86: Convert x86 (embedded) to use common irq_domainGrant Likely2-22/+0
2012-02-22x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman1-1/+1
2012-02-21x86, cpufeature: Add CPU features from Intel document 319433-012AH. Peter Anvin1-0/+3
2012-02-21i387: Split up <asm/i387.h> into exported and internal interfacesLinus Torvalds2-506/+526
2012-02-21i387: 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-18i387: 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-16i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds1-19/+0
2012-02-16i387: do not preload FPU state at task switch timeLinus Torvalds1-1/+0
2012-02-16i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds1-20/+55
2012-02-16i387: 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-13i387: make irq_fpu_usable() tests more robustLinus Torvalds1-8/+46