index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
math-emu
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-04
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-25
/
+51
2017-08-29
x86/fpu/math-emu: Add ENDPROC to functions
Jiri Slaby
14
-4
/
+21
2017-08-29
x86/gdt: Use bitfields for initialization
Thomas Gleixner
1
-1
/
+1
2017-08-29
x86/fpu: Use bitfield accessors for desc_struct
Thomas Gleixner
3
-25
/
+51
2017-07-20
x86/fpu/math-emu: Avoid bogus -Wint-in-bool-context warning
Arnd Bergmann
1
-1
/
+1
2017-07-20
x86/fpu/math-emu: Fix possible uninitialized variable use
Arnd Bergmann
2
-10
/
+10
2017-06-08
x86/ldt: Rename ldt_struct::size to ::nr_entries
Borislav Petkov
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
5
-5
/
+5
2015-11-03
Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2015-09-20
x86/fpu/math-emu: Add support for FISTTP instructions
Denys Vlasenko
1
-12
/
+51
2015-09-20
x86/fpu/math-emu: Add support for FCMOVcc insns
Denys Vlasenko
3
-9
/
+87
2015-09-20
x86/fpu/math-emu: Add support for F[U]COMI[P] insns
Denys Vlasenko
3
-12
/
+147
2015-09-20
x86/fpu/math-emu: Remove define layer for undocumented opcodes
Denys Vlasenko
1
-22
/
+21
2015-09-15
x86/fpu/math-emu: Remove !NO_UNDOC_CODE
Denys Vlasenko
1
-36
/
+0
2015-09-08
x86/headers: Remove <asm/sigcontext.h> references on the kernel side
Ingo Molnar
1
-1
/
+1
2015-08-18
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
3
-7
/
+20
2015-08-16
x86/ldt: Further fix FPU emulation
Andy Lutomirski
1
-1
/
+1
2015-08-08
x86/ldt: Correct FPU emulation access to LDT
Juergen Gross
3
-7
/
+20
2015-07-31
x86/vm86: Clean up vm86.h includes
Brian Gerst
1
-0
/
+1
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
2
-6
/
+6
2015-05-19
x86/fpu: Harmonize the names of the fpstate_init() helper functions
Ingo Molnar
1
-2
/
+2
2015-05-19
x86/fpu: Simplify fpstate_init_curr() usage
Ingo Molnar
1
-2
/
+1
2015-05-19
x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Remove failure return from fpstate_alloc_init()
Ingo Molnar
1
-6
/
+2
2015-05-19
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
Ingo Molnar
3
-4
/
+4
2015-05-19
x86/fpu: Move various internal function prototypes to fpu/internal.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Use 'struct fpu' in fpstate_alloc_init()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active
Ingo Molnar
1
-1
/
+2
2015-05-19
x86/fpu: Open code PF_USED_MATH usages
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Split an fpstate_alloc_init() function out of init_fpu()
Ingo Molnar
1
-1
/
+1
2014-05-05
asmlinkage, x86: Add explicit __visible to arch/x86/*
Andi Kleen
1
-8
/
+8
2014-01-27
x86: math-emu: Drop already-disabled print of build date
Josh Triplett
1
-5
/
+0
2012-03-13
x86: Rename trap_no to trap_nr in thread_struct
Srikar Dronamraju
1
-2
/
+3
2010-05-10
x86, fpu: Unbreak FPU emulation
H. Peter Anvin
3
-4
/
+4
2010-05-10
x86: Introduce 'struct fpu' and related API
Avi Kivity
1
-3
/
+3
2009-03-27
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
1
-4
/
+2
2009-03-04
x86, math-emu: fix init_fpu for task != current
Daniel Glöckner
1
-11
/
+20
2009-02-10
x86: add %gs accessors for x86_32
Tejun Heo
1
-4
/
+2
2009-02-10
x86: fix math_emu register frame access
Tejun Heo
4
-46
/
+42
2009-02-09
x86: math_emu info cleanup
Tejun Heo
4
-42
/
+39
2008-06-18
x86: coding style fixes to arch/x86/math-emu/reg_constant
Paolo Ciarrocchi
1
-4
/
+4
2008-06-04
x86: fix broken math-emu with lazy allocation of fpu area
Suresh Siddha
1
-5
/
+8
2008-04-19
x86, fpu: split FPU state from task struct - v5
Suresh Siddha
3
-17
/
+17
2008-04-17
i386: arch/x86/math-emu/reg_ld_str.c: fix warning
Andrew Morton
1
-9
/
+4
2008-04-17
i386: arch/x86/math-emu/fpu_entry.c warning fix
Andrew Morton
1
-0
/
+1
2008-01-30
x86: arch/x86/math-emu/errors.c: fix printk warnings
Andrew Morton
1
-2
/
+2
2008-01-30
x86: x86 user_regset cleanup
Roland McGrath
1
-14
/
+0
2008-01-30
x86: x86 user_regset math_emu
Roland McGrath
1
-32
/
+54
2008-01-30
x86: lindent arch/i386/math-emu, cleanup
Ingo Molnar
14
-101
/
+101
[next]