aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/irq_32.c
Commit message (Expand)AuthorAge
* x86: Use common threadinfo allocatorThomas Gleixner2012-05-08
* x86-32/irq: Don't switch to irq stack for a user-mode irqLinus Torvalds2012-02-20
* x86: Fix the 32-bit stackoverflow-debug buildIngo Molnar2011-12-05
* x86: Panic on detection of stack overflowMitsuo Hayasaka2011-12-05
* x86: Fix common misspellingsLucas De Marchi2011-03-18
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-18
|\
| * x86: Clear irqstack thread_infoBrian Gerst2011-01-18
* | x86: Use this_cpu_ops to optimize codeTejun Heo2010-12-30
|/
* x86-32: Restore irq stacks NUMA-aware allocationsEric Dumazet2010-10-29
* x86-32: Allocate irq stacks seperate from percpu areaBrian Gerst2010-10-27
* x86, 32-bit: Align percpu area and irq stacks to THREAD_SIZEAlexander van Heukelum2010-09-06
* x86-32: Align IRQ stacks properlyChristoph Hellwig2010-07-27
* x86: Always use irq stacksChristoph Hellwig2010-06-29
* x86: Unify fixup_irqs() for 32-bit and 64-bit kernelsSuresh Siddha2009-11-02
* x86: Use printk_once()Marcin Slusarz2009-08-09
* Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-24
|\
| * x86: use percpu data for 4k hardirq and softirq stacksLai Jiangshan2009-02-20
* | x86, apic: remove duplicate asm/apic.h inclusionsIngo Molnar2009-02-17
* | x86, apic: remove genapic.hIngo Molnar2009-02-17
* | x86: unify do_IRQ()Jeremy Fitzhardinge2009-02-09
* | x86: add handle_irq() to allow interrupt injectionJeremy Fitzhardinge2009-02-09
* | x86: remove mach_apic.hIngo Molnar2009-01-29
|/
* cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-11
* x86: irq_32.c fix style problemsJaswinder Singh Rajput2009-01-04
* x86: fixup_irqs() doesnt need an argument.Mike Travis2008-12-16
* Merge ../linux-2.6-x86Rusty Russell2008-12-13
|\
| * sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-08
* | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-13
|/
* x86: move ack_bad_irq() to irq.cThomas Gleixner2008-10-16
* x86: unify show_interrupts() and proc helpersThomas Gleixner2008-10-16
* x86: cleanup show_interruptsThomas Gleixner2008-10-16
* genirq: remove sparse irq codeThomas Gleixner2008-10-16
* x86: irq no should not use hex in /proc/interruptsYinghai Lu2008-10-16
* x86: make HAVE_SPARSE_IRQ support selectableYinghai Lu2008-10-16
* x86: add debug info for 32bit sparse_irqYinghai Lu2008-10-16
* x86: make 32bit support per_cpu vectorYinghai Lu2008-10-16
* x86: make 32 bit to use sparse_irqYinghai Lu2008-10-16
* x86: move kstat_irqs from kstat to irq_descYinghai Lu2008-10-16
* generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...Yinghai Lu2008-10-16
* x86: use nr_irqsYinghai Lu2008-10-16
* x86: capitalize function call interrupts consistentlyAndi Kleen2008-09-04
* x86: use __page_aligned_data/bssJeremy Fitzhardinge2008-07-16
* Merge branch 'x86/irq' into x86/develIngo Molnar2008-07-08
|\
| * x86: irq_32 move 4kstacks code to one placeThomas Gleixner2008-05-12
| * x86: janitor stack overflow warning patchThomas Gleixner2008-05-12
| * i386: Execute stack overflow warning on interrupt stack v2Andi Kleen2008-05-12
* | x86: make /proc/stat account for all interruptsJan Beulich2008-05-25
|/
* proper __do_softirq() prototypeAdrian Bunk2008-04-29
* i386: fix asm constraint in do_IRQ()Jan Beulich2008-04-26
* x86: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-04-17