aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/irq_stack.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-17x86/percpu: Move irq_stack variables next to current_taskGravatar Thomas Gleixner 1-6/+6
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Gravatar Sebastian Andrzej Siewior 1-1/+1
2022-03-15x86,objtool: Move the ASM_REACHABLE annotation to objtool.hGravatar Peter Zijlstra 1-0/+1
2022-03-15x86: Annotate call_on_stack()Gravatar Peter Zijlstra 1-1/+2
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-12/+25
2021-11-01Merge tag 'x86_cleanups_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2021-10-05x86: Fix misspelled Kconfig symbolsGravatar Lukas Bulwahn 1-1/+1
2021-09-27x86/softirq: Disable softirq stacks on PREEMPT_RTGravatar Thomas Gleixner 1-0/+3
2021-09-21x86/mm/64: Improve stack overflow warningsGravatar Peter Zijlstra 1-12/+25
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-02-10x86/softirq/64: Inline do_softirq_own_stack()Gravatar Thomas Gleixner 1-2/+1
2021-02-10x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKGravatar Thomas Gleixner 1-11/+8
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Gravatar Thomas Gleixner 1-36/+16
2021-02-10x86/entry: Convert device interrupts to inline stack switchingGravatar Thomas Gleixner 1-27/+31
2021-02-10x86/entry: Convert system vectors to irq stack macroGravatar Thomas Gleixner 1-27/+66
2021-02-10x86/irq: Provide macro for inlining irq stack switchingGravatar Thomas Gleixner 1-0/+98
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Gravatar Thomas Gleixner 1-3/+3
2021-02-10x86/irq: Sanitize irq stack trackingGravatar Thomas Gleixner 1-7/+7
2020-09-22x86/irq: Make run_on_irqstack_cond() typesafeGravatar Thomas Gleixner 1-8/+61
2020-06-11x86/entry: Provide helpers for executing on the irqstackGravatar Thomas Gleixner 1-0/+53