Age | Commit message (Expand) | Author | Files | Lines |
2021-03-18 | x86: Fix various typos in comments | Ingo Molnar | 1 | -2/+2 |
2020-09-04 | x86/debug: Change thread.debugreg6 to thread.virtual_dr6 | Peter Zijlstra | 1 | -2/+3 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 1 | -3/+3 |
2019-07-25 | x86/apic: Provide and use helper for send_IPI_allbutself() | Thomas Gleixner | 1 | -1/+1 |
2019-07-25 | x86/kgbd: Use NMI_VECTOR not APIC_DM_NMI | Thomas Gleixner | 1 | -1/+1 |
2019-06-25 | x86/stackframe/32: Provide consistent pt_regs | Peter Zijlstra | 1 | -8/+0 |
2019-06-12 | x86/kgdb: Return 0 from kgdb_arch_set_breakpoint() | Matt Mullins | 1 | -1/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118 | Thomas Gleixner | 1 | -10/+1 |
2019-04-30 | x86/kgdb: Avoid redundant comparison of patched code | Nadav Amit | 1 | -13/+1 |
2019-04-30 | x86/alternatives: Add text_poke_kgdb() to not assert the lock when debugging | Nadav Amit | 1 | -5/+6 |
2019-01-26 | x86/kernel: Mark expected switch-case fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
2018-12-30 | kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops | Christophe Leroy | 1 | -1/+1 |
2018-12-30 | kgdb: Remove irq flags from roundup | Douglas Anderson | 1 | -7/+2 |
2016-08-24 | sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t... | Brian Gerst | 1 | -1/+2 |
2016-08-24 | sched/x86/64, kgdb: Clear GDB_PS on 64-bit | Brian Gerst | 1 | -1/+1 |
2016-08-24 | sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs() | Brian Gerst | 1 | -2/+1 |
2016-04-29 | x86/asm: Stop depending on ptrace.h in alternative.h | Andy Lutomirski | 1 | -0/+1 |
2016-03-17 | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 1 | -2/+2 |
2016-02-24 | x86: Fix misspellings in comments | Adam Buchbinder | 1 | -2/+2 |
2016-02-22 | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option | Kees Cook | 1 | -6/+2 |
2015-09-28 | x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmap | Denys Vlasenko | 1 | -6/+11 |
2015-04-08 | Merge tag 'v4.0-rc7' into x86/asm, to resolve conflicts | Ingo Molnar | 1 | -1/+1 |
2015-04-02 | kgdb/x86: Fix reporting of 'si' in kgdb on x86_64 | Steffen Liebergeld | 1 | -1/+1 |
2015-03-23 | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' | Andy Lutomirski | 1 | -2/+2 |
2014-01-07 | x86: Delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2012-10-12 | kgdb,x86: fix warning about unused variable | Jason Wessel | 1 | -0/+2 |
2012-06-18 | x86: Fix kernel-doc warnings | Wanpeng Li | 1 | -4/+4 |
2012-04-05 | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+60 |
2012-03-30 | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke() | Jason Wessel | 1 | -0/+60 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -1/+0 |
2012-03-28 | Disintegrate asm/system.h for X86 | David Howells | 1 | -1/+0 |
2012-03-23 | kgdb: x86: Return all segment registers also in 64-bit mode | Jan Kiszka | 1 | -2/+4 |
2011-10-10 | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 1 | -15/+45 |
2011-07-01 | perf: Add context field to perf_event | Avi Kivity | 1 | -1/+1 |
2011-07-01 | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 1 | -1/+1 |
2011-03-26 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 1 | -2/+2 |
2011-03-26 | kgdb,x86_64: fix compile warning found with sparse | Jason Wessel | 1 | -2/+2 |
2011-03-18 | x86: Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-02-18 | x86: Remove die_nmi() | Jan Beulich | 1 | -9/+0 |
2011-01-07 | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 1 | -4/+0 |
2011-01-07 | x86, NMI: Add priorities to handlers | Don Zickus | 1 | -1/+2 |
2010-11-17 | kgdb,x86: fix regression in detach handling | Jason Wessel | 1 | -4/+8 |
2010-10-29 | debug_core,x86,blackfin: Clean up hw debug disable API | Dongdong Deng | 1 | -1/+2 |
2010-10-23 | x86,kgdb: remove unnecessary call to kgdb_correct_hw_break() | Dongdong Deng | 1 | -2/+0 |
2010-10-23 | kdb,kgdb: fix sparse fixups | Jason Wessel | 1 | -1/+1 |
2010-10-23 | x86,kgdb: fix debugger hw breakpoint test regression in 2.6.35 | Jason Wessel | 1 | -1/+6 |
2010-08-17 | kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.c | Namhyung Kim | 1 | -1/+1 |
2010-08-05 | kgdb,x86: use macro HBP_NUM to replace magic number 4 | Dongdong Deng | 1 | -9/+9 |
2010-08-05 | KGDB: Remove set but unused newPC | Andi Kleen | 1 | -3/+0 |