summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/x32' into x86/cleanupsIngo Molnar2012-03-1343-601/+1101
|\
| * x32: Add ptrace for x32H.J. Lu2012-03-062-2/+101
| * x32: Switch to a 64-bit clock_tH. Peter Anvin2012-03-063-4/+19
| * x32: Provide separate is_ia32_task() and is_x32_task() predicatesH. Peter Anvin2012-03-061-1/+11
| * x86, mtrr: Use explicit sizing and padding for the 64-bit ioctlsH. Peter Anvin2012-03-012-14/+24
| * x86/x32: Fix the binutils auto-detectIngo Molnar2012-02-281-7/+7
| * x32: Warn and disable rather than error if binutils too oldH. Peter Anvin2012-02-272-2/+18
| * x32: Only clear TIF_X32 flag onceBobby Powers2012-02-261-1/+0
| * x32: Make sure TS_COMPAT is cleared for x32 tasksBobby Powers2012-02-261-0/+3
| * x32: Drop non-__vdso weak symbols from the x32 VDSOH. Peter Anvin2012-02-231-4/+0
| * x32: Fix coding style violations in the x32 VDSO codeH. Peter Anvin2012-02-213-6/+7
| * x32: Add x32 VDSO supportH. J. Lu2012-02-206-9/+177
| * x32: Allow x32 to be configuredH. J. Lu2012-02-201-4/+17
| * x32: If configured, add x32 system calls to system call tablesH. Peter Anvin2012-02-202-2/+11
| * x32: Handle process creationH. Peter Anvin2012-02-205-14/+79
| * x32: Signal-related system callsH. Peter Anvin2012-02-202-1/+136
| * x86: Add #ifdef CONFIG_COMPAT to <asm/sys_ia32.h>H. Peter Anvin2012-02-201-0/+5
| * x32: Handle the x32 system call flagH. Peter Anvin2012-02-204-4/+31
| * x32: Add rt_sigframe_x32H. Peter Anvin2012-02-201-0/+13
| * x32: Add struct ucontext_x32H. J. Lu2012-02-201-0/+9
| * x32: Export setup/restore_sigcontext from signal.cH. Peter Anvin2012-02-202-6/+9
| * x86: Move some signal-handling definitions to a common headerH. Peter Anvin2012-02-204-20/+22
| * x32: Generate <asm/unistd_64_x32.h>H. Peter Anvin2012-02-202-1/+7
| * x32: Generate <asm/unistd_x32.h>H. Peter Anvin2012-02-203-4/+17
| * x32: Add x32 system calls to syscall/syscall_64.tblH. Peter Anvin2012-02-206-274/+317
| * x86-64, ia32: Drop sys32_rt_sigprocmaskH. Peter Anvin2012-02-203-43/+1
| * x32: Add a thread flag for x32 processesH. Peter Anvin2012-02-202-0/+4
| * x86-64: Add prototype for old_rsp to a header fileH. J. Lu2012-02-201-0/+6
| * x32: Create posix_types_x32.hH. Peter Anvin2012-02-203-1/+23
| * x86-64: Use explicit sizes in sigcontext.h, prepare for x32H. Peter Anvin2012-02-201-27/+30
| * x86: Factor out TIF_IA32 from 32-bit address spaceH. Peter Anvin2012-02-206-9/+13
| * x86: Use generic posix_types.hH. Peter Anvin2012-02-142-169/+12
* | x86: Use enum instead of literals for trap valuesKees Cook2012-03-103-59/+91
* | perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-024-4/+54
* | 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/+0
* | | Merge tag 'stable/for-linus-fixes-3.3-rc5' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-02-272-8/+6
|\ \ \
| * | | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-202-4/+6
| * | | xen/setup: Remove redundant filtering of PTE masks.Konrad Rzeszutek Wilk2012-02-201-4/+0
* | | | i387: export 'fpu_owner_task' per-cpu variableLinus Torvalds2012-02-211-0/+3
* | | | i387: support lazy restore of FPU stateLinus Torvalds2012-02-205-15/+29
* | | | i387: use 'restore_fpu_checking()' directly in task switching codeLinus Torvalds2012-02-202-35/+22
* | | | i387: fix up some fpu_counter confusionLinus Torvalds2012-02-203-1/+4
* | | | i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-184-42/+133
* | | | i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-186-32/+30
* | | | i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-173-22/+16