aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-05x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange1-0/+1
2018-01-12x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen1-4/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin1-3/+3
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-06-24x86: fix up a few misc stack pointer vs thread_info confusionsLinus Torvalds1-2/+0
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-12/+7
2015-08-28x86/irq: Do not dereference irq descriptor before checking itThomas Gleixner1-1/+2
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner1-5/+4
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
2015-01-02x86: Clean up current_stack_pointerAndy Lutomirski1-10/+3
2014-03-10x86, threadinfo: Redo "x86: Use inline assembler to get sp"Mathias Krause1-1/+5
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt1-43/+31
2014-03-06x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt1-4/+11
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+0
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-22/+8
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra1-4/+0
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-1/+1
2012-05-08x86: Use common threadinfo allocatorThomas Gleixner1-4/+4
2012-02-20x86-32/irq: Don't switch to irq stack for a user-mode irqLinus Torvalds1-8/+3
2011-12-05x86: Fix the 32-bit stackoverflow-debug buildIngo Molnar1-0/+3
2011-12-05x86: Panic on detection of stack overflowMitsuo Hayasaka1-0/+2
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-01-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+2
2011-01-18x86: Clear irqstack thread_infoBrian Gerst1-5/+2
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo1-2/+2
2010-10-29x86-32: Restore irq stacks NUMA-aware allocationsEric Dumazet1-2/+7
2010-10-27x86-32: Allocate irq stacks seperate from percpu areaBrian Gerst1-10/+2
2010-09-07x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum1-2/+2
2010-07-27x86-32: Align IRQ stacks properlyChristoph Hellwig1-1/+1
2010-06-29x86: Always use irq stacksChristoph Hellwig1-6/+0
2009-11-02x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha1-45/+0
2009-08-09x86: Use printk_once()Marcin Slusarz1-3/+2
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpuIngo Molnar1-14/+15
2009-02-20x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan1-14/+15
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar1-1/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-02-09x86: unify do_IRQ()Jeremy Fitzhardinge1-27/+0
2009-02-09x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge1-13/+21
2009-01-29x86: remove mach_apic.hIngo Molnar1-1/+1
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis1-1/+1
2009-01-04x86: irq_32.c fix style problemsJaswinder Singh Rajput1-5/+5
2008-12-16x86: fixup_irqs() doesnt need an argument.Mike Travis1-6/+7
2008-12-13Merge ../linux-2.6-x86Rusty Russell1-0/+2
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell1-1/+1
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu1-0/+2
2008-10-16x86: move ack_bad_irq() to irq.cThomas Gleixner1-23/+0
2008-10-16x86: unify show_interrupts() and proc helpersThomas Gleixner1-146/+0
2008-10-16x86: cleanup show_interruptsThomas Gleixner1-83/+77