summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: Cleanup cpu_active madnessPeter Zijlstra2012-03-121-13/+0Star
* sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-012-6/+2Star
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-02-274-10/+46
|\
| * x86/mce/AMD: Fix UP build errorBorislav Petkov2012-02-221-0/+2
| * x86: Specify a size for the cmp in the NMI handlerSteven Rostedt2012-02-211-2/+2
| * x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt2012-02-201-0/+7
| * x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-091-8/+36
| * x86/microcode: Remove noisy AMD microcode warningPrarit Bhargava2012-02-071-1/+0Star
* | i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds2012-02-211-0/+3
* | i387: support lazy restore of FPU stateLinus Torvalds2012-02-203-2/+4
* | i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds2012-02-201-32/+8Star
* | i387: fix up some fpu_counter confusionLinus Torvalds2012-02-202-0/+2
* | i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-183-25/+40
* | i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-182-7/+6Star
* | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-172-3/+16
* | i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-173-67/+11Star
* | i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-162-2/+2
* | i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-162-8/+3Star
* | i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-131-0/+1
* | i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-131-3/+3
* | perf: Fix double start/stop in x86_pmu_start()Stephane Eranian2012-02-071-0/+3
* | perf: Remove deprecated WARN_ON_ONCE()Stephane Eranian2012-02-033-6/+0Star
|/
*-----. Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus', 'sched-urgen...Linus Torvalds2012-02-023-15/+32
|\ \ \ \
| | | | * x86/reboot: Remove VersaLogic Menlow reboot quirkMichael D Labriola2012-01-301-8/+0Star
| | | | * x86/reboot: Skip DMI checks if reboot set by userMichael D Labriola2012-01-301-2/+26
| |_|_|/ |/| | |
| | * | x86/dumpstack: Remove unneeded check in dump_trace()Dan Carpenter2012-01-281-1/+1
| |/ / |/| |
| * | bugs, x86: Fix printk levels for panic, softlockups and stack dumpsPrarit Bhargava2012-01-262-4/+5
* | | x86/microcode_amd: Add support for CPU family specific container filesAndreas Herrmann2012-01-261-2/+22
| |/ |/|
* | Merge remote-tracking branch 'linus/master' into x86/urgentH. Peter Anvin2012-01-1940-860/+997
|\ \
| * \ Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-01-191-2/+2
| |\ \
| | * | ACPI, Record ACPI NVS regionsHuang Ying2012-01-171-2/+2
| * | | x86-32: Fix build failure with AUDIT=y, AUDITSYSCALL=nAl Viro2012-01-181-0/+2
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-184-28/+25Star
| |\ \ \
| | * | | audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-173-15/+13Star
| | * | | Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-174-13/+12Star
| * | | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-177-393/+69Star
| |\ \ \ \
| | * | | | x86, syscall: Re-fix typo in commentH. Peter Anvin2011-11-191-1/+1
| | * | | | x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-177-390/+66Star
| | * | | | x86-64, syscall: Adjust comment spacing and remove typoH. Peter Anvin2011-11-171-3/+3
| * | | | | mce: fix warning messages about static struct mce_deviceGreg Kroah-Hartman2012-01-172-11/+25
| * | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-155-33/+335
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-01-083-9/+9
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | * | | | | Merge branch 'tip/x86/core-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-01-075-33/+335
| | |\ \ \ \ \
| | | * | | | | x86: Add counter when debug stack is used with interrupts enabledSteven Rostedt2011-12-212-2/+18
| | | * | | | | x86: Allow NMIs to hit breakpoints in i386Steven Rostedt2011-12-211-7/+94
| | | * | | | | x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-214-0/+47
| | | * | | | | x86: Add workaround to NMI iret woesSteven Rostedt2011-12-211-0/+177
| | | * | | | | x86: Document the NMI handler about not using paranoid_exitSteven Rostedt2011-12-211-1/+8
| | | * | | | | x86: Do not schedule while still in NMI contextLinus Torvalds2011-12-211-32/+0Star
| * | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-01-151-1/+6
| |\ \ \ \ \ \ \