index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
x86/entry/traps: Clear TIF_BLOCKSTEP on all debug exceptions
Andy Lutomirski
1
-5
/
+7
2016-02-18
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
1
-3
/
+3
2016-02-09
x86/fpu: Speed up lazy FPU restores slightly
Andy Lutomirski
1
-1
/
+1
2016-02-09
x86/fpu: Fix math emulation in eager fpu mode
Andy Lutomirski
1
-1
/
+0
2016-02-01
x86/entry/traps: Refactor preemption and interrupt flag handling
Alexander Kuleshov
1
-28
/
+19
2015-09-14
x86/fpu/mpx: Rework MPX 'xstate' types
Dave Hansen
1
-1
/
+1
2015-09-14
x86/fpu: Rename XSAVE macros
Dave Hansen
1
-1
/
+1
2015-09-01
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-59
/
+29
2015-08-22
x86/traps: Weaken context tracking entry assertions
Andy Lutomirski
1
-9
/
+9
2015-07-31
x86/vm86: Clean up vm86.h includes
Brian Gerst
1
-0
/
+1
2015-07-22
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
Paul E. McKenney
1
-1
/
+1
2015-07-07
x86/entry: Remove exception_enter() from most trap handlers
Andy Lutomirski
1
-59
/
+19
2015-07-07
x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...
Andy Lutomirski
1
-0
/
+9
2015-06-22
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-17
/
+4
2015-06-09
x86/mpx: Trace #BR exceptions
Dave Hansen
1
-0
/
+2
2015-06-09
x86/mpx: Clean up the code by not passing a task pointer around when unnecessary
Dave Hansen
1
-3
/
+2
2015-06-09
x86/mpx: Use the new get_xsave_field_ptr()API
Dave Hansen
1
-9
/
+8
2015-06-08
Merge branch 'x86/asm' into x86/core, to prepare for new patch
Ingo Molnar
1
-4
/
+3
2015-06-08
x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...
Ingo Molnar
1
-3
/
+2
2015-06-08
x86/asm/entry: Rename compat syscall entry points
Ingo Molnar
1
-1
/
+1
2015-06-07
Merge branch 'x86/ras' into x86/core, to fix conflicts
Ingo Molnar
1
-12
/
+0
2015-05-19
x86/fpu: Pass 'struct fpu' to fpu__restore()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Harmonize FPU register state types
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Factor out the exception error code handling code
Ingo Molnar
1
-55
/
+12
2015-05-19
x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again)
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename fpu-internal.h to fpu/internal.h
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Use 'struct fpu' in fpu__save()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Rename math_state_restore() to fpu__restore()
Ingo Molnar
1
-1
/
+1
2015-05-19
x86/fpu: Move math_state_restore() to fpu/core.c
Ingo Molnar
1
-42
/
+0
2015-05-19
x86/fpu: Fix header file dependencies of fpu-internal.h
Ingo Molnar
1
-1
/
+0
2015-05-19
x86/fpu: Move thread_info::fpu_counter into thread_info::fpu.counter
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
2015-05-19
x86/fpu: Rename unlazy_fpu() to fpu__save()
Ingo Molnar
1
-1
/
+1
2015-05-10
x86/asm/entry: Remove SYSCALL_VECTOR
Brian Gerst
1
-2
/
+2
2015-05-07
x86/traps: Remove superfluous weak definitions and dead code
Borislav Petkov
1
-17
/
+0
2015-05-07
x86/mce/amd: Introduce deferred error interrupt handler
Aravind Gopalakrishnan
1
-0
/
+5
2015-04-14
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2015-04-13
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2015-03-31
x86/asm/entry: Remove user_mode_ignore_vm86()
Ingo Molnar
1
-3
/
+3
2015-03-23
x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks
Andy Lutomirski
1
-7
/
+4
2015-03-23
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
1
-8
/
+8
2015-03-23
x86/asm/entry: Use user_mode_ignore_vm86() where appropriate
Andy Lutomirski
1
-3
/
+3
2015-03-23
Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts
Ingo Molnar
1
-2
/
+2
2015-03-23
x86/fpu: Rename drop_init_fpu() to fpu_reset_state()
Borislav Petkov
1
-1
/
+1
2015-03-23
Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts
Ingo Molnar
1
-2
/
+2
2015-03-10
x86/asm/entry/32: Fix user_mode() misuses
Andy Lutomirski
1
-2
/
+2
2015-03-09
context_tracking: Rename context symbols to prepare for transition state
Frederic Weisbecker
1
-1
/
+1
2015-03-07
x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...
Andy Lutomirski
1
-2
/
+2
2015-03-06
x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()
Andy Lutomirski
1
-2
/
+2
[prev]
[next]