aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irq_32.c
AgeCommit message (Expand)Author
2018-01-12x86/retpoline/irq32: Convert assembler indirect jumpsAndi Kleen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-29x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-06-24x86: fix up a few misc stack pointer vs thread_info confusionsLinus Torvalds
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner
2015-08-28x86/irq: Do not dereference irq descriptor before checking itThomas Gleixner
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner
2015-05-10x86/irq: Merge irq_regs & irq_statBrian Gerst
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski
2015-01-02x86: Clean up current_stack_pointerAndy Lutomirski
2014-03-10x86, threadinfo: Redo "x86: Use inline assembler to get sp"Mathias Krause
2014-03-06x86: Keep thread_info on thread stack in x86_32Steven Rostedt
2014-03-06x86: Prepare removal of previous_esp from i386 thread_info structureSteven Rostedt
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra
2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker
2012-05-08x86: Use common threadinfo allocatorThomas Gleixner
2012-02-20x86-32/irq: Don't switch to irq stack for a user-mode irqLinus Torvalds
2011-12-05x86: Fix the 32-bit stackoverflow-debug buildIngo Molnar
2011-12-05x86: Panic on detection of stack overflowMitsuo Hayasaka
2011-03-18x86: Fix common misspellingsLucas De Marchi
2011-01-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-01-18x86: Clear irqstack thread_infoBrian Gerst
2010-12-30x86: Use this_cpu_ops to optimize codeTejun Heo
2010-10-29x86-32: Restore irq stacks NUMA-aware allocationsEric Dumazet
2010-10-27x86-32: Allocate irq stacks seperate from percpu areaBrian Gerst
2010-09-07x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum
2010-07-27x86-32: Align IRQ stacks properlyChristoph Hellwig
2010-06-29x86: Always use irq stacksChristoph Hellwig
2009-11-02x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha
2009-08-09x86: Use printk_once()Marcin Slusarz
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar
2009-02-20x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan
2009-02-17x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar
2009-02-17x86, apic: remove genapic.hIngo Molnar
2009-02-09x86: unify do_IRQ()Jeremy Fitzhardinge
2009-02-09x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge
2009-01-29x86: remove mach_apic.hIngo Molnar
2009-01-11cpumask: update irq_desc to use cpumask_var_tMike Travis
2009-01-04x86: irq_32.c fix style problemsJaswinder Singh Rajput
2008-12-16x86: fixup_irqs() doesnt need an argument.Mike Travis
2008-12-13Merge ../linux-2.6-x86Rusty Russell
2008-12-13cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-10-16x86: move ack_bad_irq() to irq.cThomas Gleixner
2008-10-16x86: unify show_interrupts() and proc helpersThomas Gleixner
2008-10-16x86: cleanup show_interruptsThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner