summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/step.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes2016-10-191-1/+2
* Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-181-2/+2
|\
| * x86/ldt: Correct LDT access in single stepping logicJuergen Gross2015-08-081-2/+2
* | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-311-0/+2
|/
* x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-311-2/+4
* ptrace: ensure arch_ptrace/ptrace_request can never race with SIGKILLOleg Nesterov2013-01-221-4/+5
* uprobes/x86: Do not (ab)use TIF_SINGLESTEP/user_*_single_step() for single-st...Oleg Nesterov2012-09-151-1/+1
* ptrace/x86: Partly fix set_task_blockstep()->update_debugctlmsr() logicOleg Nesterov2012-09-151-1/+13
* ptrace/x86: Introduce set_task_blockstep() helperOleg Nesterov2012-09-151-20/+21
* x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-041-1/+1
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* x86, ptrace: Fix block-stepPeter Zijlstra2010-03-261-4/+20
* x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra2010-03-261-32/+4
* x86: Use get_desc_base()Akinobu Mita2009-07-191-5/+4
* x86 ptrace: user-sets-TF nitsRoland McGrath2008-07-161-0/+13
* x86 ptrace: block-step fixRoland McGrath2008-07-161-6/+16
* x86: prevent unconditional writes to DebugCtl MSRJan Beulich2008-04-171-1/+1
* x86 ptrace: avoid unnecessary wrmsrRoland McGrath2008-04-031-4/+7
* x86: fix typo in step.cJan Beulich2008-03-071-2/+2
* x86: remove last user of get_segment_eipHarvey Harrison2008-01-301-84/+0
* x86: common x86_32|64 namingHarvey Harrison2008-01-301-2/+2
* x86: use wrmsrl in kprobes.c, step.cHarvey Harrison2008-01-301-4/+0
* x86: move get_segment_eip() to step.cHarvey Harrison2008-01-301-0/+81
* x86, ptrace: support for branch trace store(BTS)Markus Metzger2008-01-301-5/+13
* x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin2008-01-301-10/+5
* x86: debugctlmsr arch_has_block_stepRoland McGrath2008-01-301-3/+61
* x86 single_step: TIF_FORCED_TFRoland McGrath2008-01-301-6/+3
* x86: single_step: share codeRoland McGrath2008-01-301-0/+14
* x86: single_step 0xf0Roland McGrath2008-01-301-1/+1
* x86: single_step segment macrosRoland McGrath2008-01-301-3/+1
* x86: single_step movedRoland McGrath2008-01-301-0/+140