summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/tracepoint.c
Commit message (Expand)AuthorAgeFilesLines
* x86/entry: Convert reschedule interrupt to IDTENTRY_SYSVEC_SIMPLEThomas Gleixner2020-06-111-17/+0
* x86/kernel: Fix more -Wmissing-prototypes warningsBorislav Petkov2018-12-081-0/+1
* x86/headers: Fix -Wmissing-prototypes warningYi Wang2018-11-231-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/tracing: Disentangle pagefault and resched IPI tracing keyThomas Gleixner2017-08-291-5/+22
* x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-291-43/+0
* x86/tracing: Introduce a static key for exception tracingThomas Gleixner2017-08-291-1/+8
* tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2016-12-091-1/+2
* x86: Make sure IDT is page alignedKees Cook2013-07-161-4/+2
* trace,x86: Do not call local_irq_save() in load_current_idt()Steven Rostedt (Red Hat)2013-06-221-0/+4
* x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-201-0/+57