Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-02-11 | x86/softirq/64: Inline do_softirq_own_stack() | Thomas Gleixner | 1 | -2/+1 |
2021-02-11 | x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK | Thomas Gleixner | 1 | -11/+8 |
2021-02-11 | x86/softirq: Remove indirection in do_softirq_own_stack() | Thomas Gleixner | 1 | -36/+16 |
2021-02-11 | x86/entry: Convert device interrupts to inline stack switching | Thomas Gleixner | 1 | -27/+31 |
2021-02-11 | x86/entry: Convert system vectors to irq stack macro | Thomas Gleixner | 1 | -27/+66 |
2021-02-11 | x86/irq: Provide macro for inlining irq stack switching | Thomas Gleixner | 1 | -0/+98 |
2021-02-11 | x86/irq/64: Adjust the per CPU irq stack pointer by 8 | Thomas Gleixner | 1 | -3/+3 |
2021-02-11 | x86/irq: Sanitize irq stack tracking | Thomas Gleixner | 1 | -7/+7 |
2020-09-22 | x86/irq: Make run_on_irqstack_cond() typesafe | Thomas Gleixner | 1 | -8/+61 |
2020-06-11 | x86/entry: Provide helpers for executing on the irqstack | Thomas Gleixner | 1 | -0/+53 |