aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-16genirq: remove sparse irq codeThomas Gleixner1-8/+0
2008-10-16x86: irq no should not use hex in /proc/interruptsYinghai Lu1-1/+1
2008-10-16x86: make HAVE_SPARSE_IRQ support selectableYinghai Lu1-1/+1
2008-10-16x86: add debug info for 32bit sparse_irqYinghai Lu1-2/+2
2008-10-16x86: make 32bit support per_cpu vectorYinghai Lu1-7/+11
2008-10-16x86: make 32 bit to use sparse_irqYinghai Lu1-9/+28
2008-10-16x86: move kstat_irqs from kstat to irq_descYinghai Lu1-2/+2
2008-10-16generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_desc[]Yinghai Lu1-10/+14
2008-10-16x86: use nr_irqsYinghai Lu1-4/+4
2008-09-04x86: capitalize function call interrupts consistentlyAndi Kleen1-1/+1
2008-07-16x86: use __page_aligned_data/bssJeremy Fitzhardinge1-5/+2
2008-07-08Merge branch 'x86/irq' into x86/develIngo Molnar1-97/+119
2008-05-25x86: make /proc/stat account for all interruptsJan Beulich1-0/+38
2008-05-12x86: irq_32 move 4kstacks code to one placeThomas Gleixner1-86/+77
2008-05-12x86: janitor stack overflow warning patchThomas Gleixner1-61/+75
2008-05-12i386: Execute stack overflow warning on interrupt stack v2Andi Kleen1-16/+33
2008-04-29proper __do_softirq() prototypeAdrian Bunk1-2/+0
2008-04-26i386: fix asm constraint in do_IRQ()Jan Beulich1-1/+1
2008-04-17x86: replace remaining __FUNCTION__ occurancesHarvey Harrison1-1/+1
2008-01-30x86: remove all definitions with fastcallHarvey Harrison1-1/+1
2008-01-30x86: rename the struct pt_regs members for 32/64-bit consistencyH. Peter Anvin1-10/+10