summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_64.c
Commit message (Expand)AuthorAgeFilesLines
* x86/irq/64: Remove stack overflow debug codeThomas Gleixner2019-04-171-56/+0
* x86/irq/64: Remap the IRQ stack with guard pagesAndy Lutomirski2019-04-171-0/+30
* x86/irq/64: Split the IRQ stack into its own pagesAndy Lutomirski2019-04-171-1/+4
* x86/irq/64: Init hardirq_stack_ptr during CPU hotplugThomas Gleixner2019-04-171-0/+15
* x86/irq/64: Rename irq_stack_ptr to hardirq_stack_ptrThomas Gleixner2019-04-171-1/+1
* x86/irq/64: Use cpu entry area instead of orig_istThomas Gleixner2019-04-171-6/+7
* x86/exceptions: Make IST index zero basedThomas Gleixner2019-04-171-1/+1
* x86/irq/64: Sanitize the top/bottom confusionThomas Gleixner2019-04-171-11/+11
* x86/irq/64: Remove a hardcoded irq_stack_union accessAndy Lutomirski2019-04-171-2/+1
* x86/irq/64: Limit IST stack overflow check to #DB stackThomas Gleixner2019-04-171-5/+14
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-051-0/+1
* x86/irq/64: Print the offending IP in the stack overflow warningAndy Lutomirski2017-12-171-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* x86: Remove empty idle.h headerThomas Gleixner2016-12-091-1/+0
* x86: Move thread_info into task_structAndy Lutomirski2016-09-151-2/+1
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* x86/irq: Drop unlikely before IS_ERR_OR_NULLGeliang Tang2015-10-011-1/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-061-6/+3
* x86/irq: Merge irq_regs & irq_statBrian Gerst2015-05-101-6/+0
* x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-1/+1
* x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-3/+3
* irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-21/+0
* x86: Add stack top margin for stack overflow checkingMitsuo Hayasaka2011-12-071-3/+5
* x86: Clean up the range of stack overflow checkingMitsuo Hayasaka2011-12-051-4/+3
* x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-051-0/+5
* x86: Check stack overflow in detailMitsuo Hayasaka2011-12-051-6/+23
* x86: Add user_mode_vm check in stack_overflow_checkMitsuo Hayasaka2011-12-051-0/+3
* x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha2009-11-021-58/+0
* x86: unify do_IRQ()Jeremy Fitzhardinge2009-02-091-33/+0
* x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge2009-02-091-7/+16
* x86: remove include of apic.h from hardirq_64.hBrian Gerst2009-01-231-0/+1
* x86: merge irq_regs.hBrian Gerst2009-01-211-0/+3
* x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst2009-01-191-0/+3
* cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-1/+1
* x86: irq_64.c fix style problemsJaswinder Singh Rajput2009-01-041-11/+11
* Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-7/+8
|\
| * x86: fixup_irqs() doesnt need an argument.Mike Travis2008-12-161-7/+8
| * Merge ../linux-2.6-x86Rusty Russell2008-12-131-0/+2
| |\
| * | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-1/+1
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-301-0/+2
|\ \ \ | | |/ | |/|
| * | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-0/+2
| |/
* | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-1/+2
|\ \
| * | tracing/function-graph-tracer: annotate do_IRQ and smp_apic_timer_interruptFrederic Weisbecker2008-12-121-1/+2
| |/
* | x86: clean up stack overflow debug checkIngo Molnar2008-11-231-15/+10
* | x86_64: fix the check in stack_overflow_checkjia zhang2008-11-231-3/+4
|/
* x86: move ack_bad_irq() to irq.cThomas Gleixner2008-10-161-20/+0
* x86: unify show_interrupts() and proc helpersThomas Gleixner2008-10-161-132/+0
* x86: cleanup show_interruptsThomas Gleixner2008-10-161-76/+77