summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_32.c
Commit message (Expand)AuthorAgeFilesLines
* x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen2018-01-121-4/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-291-3/+3
* x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-141-1/+0
* x86: fix up a few misc stack pointer vs thread_info confusionsLinus Torvalds2016-06-241-2/+0
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-12/+7
* x86/irq: Do not dereference irq descriptor before checking itThomas Gleixner2015-08-281-1/+2
* x86/irq: Store irq descriptor in vector arrayThomas Gleixner2015-08-061-5/+4
* 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: Clean up current_stack_pointerAndy Lutomirski2015-01-021-10/+3
* x86, threadinfo: Redo "x86: Use inline assembler to get sp"Mathias Krause2014-03-101-1/+5
* x86: Keep thread_info on thread stack in x86_32Steven Rostedt2014-03-061-43/+31
* x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt2014-03-061-4/+11
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-4/+0
|\
| * sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-251-4/+0
* | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-22/+8
|/
* x86: delete __cpuinit usage from all x86 filesPaul Gortmaker2013-07-141-1/+1
* x86: Use common threadinfo allocatorThomas Gleixner2012-05-081-4/+4
* x86-32/irq: Don't switch to irq stack for a user-mode irqLinus Torvalds2012-02-201-8/+3
* x86: Fix the 32-bit stackoverflow-debug buildIngo Molnar2011-12-051-0/+3
* x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-051-0/+2
* x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-181-5/+2
|\
| * x86: Clear irqstack thread_infoBrian Gerst2011-01-181-5/+2
* | x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-301-2/+2
|/
* x86-32: Restore irq stacks NUMA-aware allocationsEric Dumazet2010-10-291-2/+7
* x86-32: Allocate irq stacks seperate from percpu areaBrian Gerst2010-10-271-10/+2
* x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum2010-09-071-2/+2
* x86-32: Align IRQ stacks properlyChristoph Hellwig2010-07-271-1/+1
* x86: Always use irq stacksChristoph Hellwig2010-06-291-6/+0
* x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha2009-11-021-45/+0
* x86: Use printk_once()Marcin Slusarz2009-08-091-3/+2
* Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-241-14/+15
|\
| * x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan2009-02-201-14/+15
* | x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-171-1/+0
* | x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* | x86: unify do_IRQ()Jeremy Fitzhardinge2009-02-091-27/+0
* | x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge2009-02-091-13/+21
* | x86: remove mach_apic.hIngo Molnar2009-01-291-1/+1
|/
* cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-111-1/+1
* x86: irq_32.c fix style problemsJaswinder Singh Rajput2009-01-041-5/+5
* x86: fixup_irqs() doesnt need an argument.Mike Travis2008-12-161-6/+7
* Merge ../linux-2.6-x86Rusty Russell2008-12-131-0/+2
|\
| * sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-081-0/+2
* | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-131-1/+1
|/
* x86: move ack_bad_irq() to irq.cThomas Gleixner2008-10-161-23/+0
* x86: unify show_interrupts() and proc helpersThomas Gleixner2008-10-161-146/+0
* x86: cleanup show_interruptsThomas Gleixner2008-10-161-83/+77
* genirq: remove sparse irq codeThomas Gleixner2008-10-161-8/+0
OpenPOWER on IntegriCloud