aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-10x86/softirq/64: Inline do_softirq_own_stack()Thomas Gleixner1-5/+0
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner1-0/+1
2021-02-10x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKThomas Gleixner1-1/+1
2021-02-10x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner1-1/+1
2021-02-10x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner1-2/+4
2020-09-22x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner1-1/+1
2020-06-11x86/entry/64: Move do_softirq_own_stack() to CThomas Gleixner1-0/+6
2020-06-02x86: fix vmap arguments in map_irq_stackChristoph Hellwig1-1/+1
2019-08-19x86/irq: Move IS_ERR_OR_NULL() check into common do_IRQ() codeHeiner Kallweit1-9/+0
2019-04-17x86/irq/64: Remove stack overflow debug codeThomas Gleixner1-56/+0
2019-04-17x86/irq/64: Remap the IRQ stack with guard pagesAndy Lutomirski1-0/+30
2019-04-17x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski1-1/+4
2019-04-17x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner1-0/+15
2019-04-17x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner1-1/+1
2019-04-17x86/irq/64: Use cpu entry area instead of orig_istThomas Gleixner1-6/+7
2019-04-17x86/exceptions: Make IST index zero basedThomas Gleixner1-1/+1
2019-04-17x86/irq/64: Sanitize the top/bottom confusionThomas Gleixner1-11/+11
2019-04-17x86/irq/64: Remove a hardcoded irq_stack_union accessAndy Lutomirski1-2/+1
2019-04-17x86/irq/64: Limit IST stack overflow check to #DB stackThomas Gleixner1-5/+14
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2017-12-17x86/irq/64: Print the offending IP in the stack overflow warningAndy Lutomirski1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2016-12-09x86: Remove empty idle.h headerThomas Gleixner1-1/+0
2016-09-15x86: Move thread_info into task_structAndy Lutomirski1-2/+1
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2015-10-01x86/irq: Drop unlikely before IS_ERR_OR_NULLGeliang Tang1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner1-6/+3
2015-05-10x86/irq: Merge irq_regs & irq_statBrian Gerst1-6/+0
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-1/+1
2014-08-26x86: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-21/+0
2011-12-07x86: Add stack top margin for stack overflow checkingMitsuo Hayasaka1-3/+5
2011-12-05x86: Clean up the range of stack overflow checkingMitsuo Hayasaka1-4/+3
2011-12-05x86: Panic on detection of stack overflowMitsuo Hayasaka1-0/+5
2011-12-05x86: Check stack overflow in detailMitsuo Hayasaka1-6/+23
2011-12-05x86: Add user_mode_vm check in stack_overflow_checkMitsuo Hayasaka1-0/+3
2009-11-02x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha1-58/+0
2009-02-09x86: unify do_IRQ()Jeremy Fitzhardinge1-33/+0
2009-02-09x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge1-7/+16
2009-01-23x86: remove include of apic.h from hardirq_64.hBrian Gerst1-0/+1
2009-01-21x86: merge irq_regs.hBrian Gerst1-0/+3
2009-01-19x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-0/+3
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-1/+1
2009-01-04x86: irq_64.c fix style problemsJaswinder Singh Rajput1-11/+11
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-7/+8
2008-12-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+2
2008-12-16x86: fixup_irqs() doesnt need an argument.Mike Travis1-7/+8