summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/irq_32.c
AgeCommit message (Expand)Author
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
2008-10-16x86: irq no should not use hex in /proc/interruptsYinghai Lu
2008-10-16x86: make HAVE_SPARSE_IRQ support selectableYinghai Lu
2008-10-16x86: add debug info for 32bit sparse_irqYinghai Lu
2008-10-16x86: make 32bit support per_cpu vectorYinghai Lu
2008-10-16x86: make 32 bit to use sparse_irqYinghai Lu
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu
2008-10-16x86: use nr_irqsYinghai Lu
2008-09-04x86: capitalize function call interrupts consistentlyAndi Kleen
2008-07-16x86: use __page_aligned_data/bssJeremy Fitzhardinge
2008-07-08Merge branch 'x86/irq' into x86/develIngo Molnar
2008-05-25x86: make /proc/stat account for all interruptsJan Beulich
2008-05-12x86: irq_32 move 4kstacks code to one placeThomas Gleixner
2008-05-12x86: janitor stack overflow warning patchThomas Gleixner