aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/kgdbts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-21kgdb: fix gcc-11 warnings harderGreg Kroah-Hartman1-1/+2
2021-03-28kgdbts: Switch to do_sys_openat2() for breakpoint testingDaniel Thompson1-19/+29
2021-03-24kgdb: fix gcc-11 warning on indentationArnd Bergmann1-13/+13
2020-08-20kgdbts: switch to kernel_clone()Christian Brauner1-24/+24
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner1-13/+1
2019-04-25Drivers: misc: fix out-of-bounds access in function param_set_kgdbts_varYoung Xiao1-2/+2
2018-09-25misc: kgdbts: Fix restrict errorLaura Abbott1-10/+6
2018-01-25misc: kgdbts: Display progress of asynchronous testsDaniel Thompson1-2/+6
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>Ingo Molnar1-0/+2
2015-09-20drivers/misc: make kgdbts.c slightly more explicitly non-modularPaul Gortmaker1-5/+5
2015-06-25clone: support passing tls argument via C rather than pt_regs magicJosh Triplett1-1/+1
2013-03-02kgdb/kgdbts: support ppc64Tiejun Chen1-0/+2
2012-03-29x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel1-17/+0
2012-03-29kgdbts: (2 of 2) fix single step awareness to work correctly with SMPJason Wessel1-11/+62
2012-03-29kgdbts: (1 of 2) fix single step awareness to work correctly with SMPJason Wessel1-11/+43
2012-03-29kgdbts: Fix kernel oops with CONFIG_DEBUG_RODATAJason Wessel1-24/+28
2011-10-31drivers/misc: Add module.h to files who are really modular.Paul Gortmaker1-0/+1
2011-06-01kgdbts: only use new asm-generic/ptrace.h api when neededMike Frysinger1-1/+4
2011-05-26kgdbts: unify/generalize gdb breakpoint adjustmentMike Frysinger1-18/+11
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-25kgdboc,kgdbts: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2010-10-29kgdbts: prevent re-entry to kgdbts before it unregistersDongdong Deng1-14/+2
2010-04-02kgdbts,sh: Add in breakpoint pc offset for superhJason Wessel1-0/+6
2009-12-11kgdb: Replace strstr() by strchr() for single-character needlesGeert Uytterhoeven1-4/+4
2009-12-11kgdbts: Read buffer overflowRoel Kluin1-0/+6
2008-05-28kgdbts: Use HW breakpoints with CONFIG_DEBUG_RODATAJason Wessel1-4/+24
2008-05-28kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison1-3/+2
2008-05-05kgdb: 1000 loops for the single step test in kgdbtsJason Wessel1-2/+13
2008-05-05kgdb: trivial sparse fixes in kgdb test-suiteHarvey Harrison1-30/+30
2008-04-29kgdbts: Sparc needs sstep emulation.David S. Miller1-1/+1
2008-04-17kgdb: allow static kgdbts boot configurationJason Wessel1-17/+24
2008-04-17kgdb: add kgdb internal test suiteJason Wessel1-0/+1083