index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
step.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
entry: Ensure trap after single-step on system call return
Gabriel Krisman Bertazi
2021-02-06
1
-2
/
+8
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads
Andy Lutomirski
2017-07-30
1
-1
/
+1
*
x86/ldt: Rename ldt_struct::size to ::nr_entries
Borislav Petkov
2017-06-08
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
mm: replace access_process_vm() write parameter with gup_flags
Lorenzo Stoakes
2016-10-19
1
-1
/
+2
*
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
Ingo Molnar
2015-08-18
1
-2
/
+2
|
\
|
*
x86/ldt: Correct LDT access in single stepping logic
Juergen Gross
2015-08-08
1
-2
/
+2
*
|
x86/ldt: Make modify_ldt() optional
Andy Lutomirski
2015-07-31
1
-0
/
+2
|
/
*
x86/ldt: Make modify_ldt synchronous
Andy Lutomirski
2015-07-31
1
-2
/
+4
*
ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILL
Oleg Nesterov
2013-01-22
1
-4
/
+5
*
uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...
Oleg Nesterov
2012-09-15
1
-1
/
+1
*
ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logic
Oleg Nesterov
2012-09-15
1
-1
/
+13
*
ptrace/x86: Introduce set_task_blockstep() helper
Oleg Nesterov
2012-09-15
1
-20
/
+21
*
x86-64: Add user_64bit_mode paravirt op
Andy Lutomirski
2011-08-04
1
-1
/
+1
*
x86: Fix common misspellings
Lucas De Marchi
2011-03-18
1
-1
/
+1
*
x86, ptrace: Fix block-step
Peter Zijlstra
2010-03-26
1
-4
/
+20
*
x86, perf, bts, mm: Delete the never used BTS-ptrace code
Peter Zijlstra
2010-03-26
1
-32
/
+4
*
x86: Use get_desc_base()
Akinobu Mita
2009-07-19
1
-5
/
+4
*
x86 ptrace: user-sets-TF nits
Roland McGrath
2008-07-16
1
-0
/
+13
*
x86 ptrace: block-step fix
Roland McGrath
2008-07-16
1
-6
/
+16
*
x86: prevent unconditional writes to DebugCtl MSR
Jan Beulich
2008-04-17
1
-1
/
+1
*
x86 ptrace: avoid unnecessary wrmsr
Roland McGrath
2008-04-03
1
-4
/
+7
*
x86: fix typo in step.c
Jan Beulich
2008-03-07
1
-2
/
+2
*
x86: remove last user of get_segment_eip
Harvey Harrison
2008-01-30
1
-84
/
+0
*
x86: common x86_32|64 naming
Harvey Harrison
2008-01-30
1
-2
/
+2
*
x86: use wrmsrl in kprobes.c, step.c
Harvey Harrison
2008-01-30
1
-4
/
+0
*
x86: move get_segment_eip() to step.c
Harvey Harrison
2008-01-30
1
-0
/
+81
*
x86, ptrace: support for branch trace store(BTS)
Markus Metzger
2008-01-30
1
-5
/
+13
*
x86: rename the struct pt_regs members for 32/64-bit consistency
H. Peter Anvin
2008-01-30
1
-10
/
+5
*
x86: debugctlmsr arch_has_block_step
Roland McGrath
2008-01-30
1
-3
/
+61
*
x86 single_step: TIF_FORCED_TF
Roland McGrath
2008-01-30
1
-6
/
+3
*
x86: single_step: share code
Roland McGrath
2008-01-30
1
-0
/
+14
*
x86: single_step 0xf0
Roland McGrath
2008-01-30
1
-1
/
+1
*
x86: single_step segment macros
Roland McGrath
2008-01-30
1
-3
/
+1
*
x86: single_step moved
Roland McGrath
2008-01-30
1
-0
/
+140