summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/irq_stack.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-021-12/+25
|\
| * x86/mm/64: Improve stack overflow warningsPeter Zijlstra2021-09-211-12/+25
* | Merge tag 'x86_cleanups_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-011-1/+1
|\ \
| * | x86: Fix misspelled Kconfig symbolsLukas Bulwahn2021-10-051-1/+1
| |/
* / x86/softirq: Disable softirq stacks on PREEMPT_RTThomas Gleixner2021-09-271-0/+3
|/
* x86: Fix various typos in commentsIngo Molnar2021-03-181-1/+1
* x86/softirq/64: Inline do_softirq_own_stack()Thomas Gleixner2021-02-101-2/+1
* x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKThomas Gleixner2021-02-101-11/+8
* x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner2021-02-101-36/+16
* x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner2021-02-101-27/+31
* x86/entry: Convert system vectors to irq stack macroThomas Gleixner2021-02-101-27/+66
* x86/irq: Provide macro for inlining irq stack switchingThomas Gleixner2021-02-101-0/+98
* x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner2021-02-101-3/+3
* x86/irq: Sanitize irq stack trackingThomas Gleixner2021-02-101-7/+7
* x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner2020-09-221-8/+61
* x86/entry: Provide helpers for executing on the irqstackThomas Gleixner2020-06-111-0/+53