aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-02um: pass siginfo to guest processMartin Pärtel1-1/+1
2012-05-21um: Remove usage of irq_chip->release()Richard Weinberger1-2/+0
2012-05-21um: Implement um_free_irq()Richard Weinberger1-0/+7
2011-11-02um: distribute exports to where exported stuff is definedAl Viro1-0/+1
2011-03-24um: Use generic show_interrupts()Thomas Gleixner1-46/+0
2011-03-24um: Convert genirq namespaceThomas Gleixner1-5/+4
2011-02-14um: Use proper accessors in show_interrupts()Thomas Gleixner1-4/+6
2011-02-14um: Convert irq_chips to new functionsThomas Gleixner1-10/+9
2011-02-14um: Remove stale irq_chip.endThomas Gleixner1-2/+0
2010-10-26um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger1-11/+4
2010-09-23genirq: Cleanup irq_chip->typename leftoversThomas Gleixner1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner1-2/+2
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-06-16um: remove obsolete hw_interrupt_typeThomas Gleixner1-3/+3
2009-01-11sparseirq: use kstat_irqs_cpu insteadYinghai Lu1-1/+1
2008-07-24arch/um/kernel/irq.c: clean up some functionsWANG Cong1-33/+2
2008-02-05uml: miscellaneous code cleanupsJeff Dike1-4/+2
2007-11-14uml: fix spurious IRQ testingJeff Dike1-6/+7
2007-10-20spelling fixes: arch/um/Simon Arlott1-1/+1
2007-10-16uml: style fixes pass 3Jeff Dike1-47/+38
2007-10-16uml: remove code made redundant by CHOOSE_MODE removalJeff Dike1-2/+2
2007-10-16uml: throw out CONFIG_MODE_TTJeff Dike1-24/+0
2007-09-19uml: fix irqstack crashJeff Dike1-3/+4
2007-07-16uml: Eliminate kernel allocator wrappersJeff Dike1-1/+0
2007-05-11uml: iRQ stacksJeff Dike1-0/+111
2007-05-11uml: tidy IRQ codeJeff Dike1-2/+2
2007-05-07uml: irq locking commentaryJeff Dike1-0/+15
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-03-08[PATCH] uml: activate_fd: return ENOMEM only when appropriatePaolo 'Blaisorblade' Giarrusso1-0/+1
2007-02-11[PATCH] uml: IRQ handler tidyingJeff Dike1-4/+3
2006-10-20[PATCH] uml: split memory allocation prototypes out of user.hPaolo 'Blaisorblade' Giarrusso1-0/+1
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells1-2/+2
2006-10-08[PATCH] uml pt_regs fixesAl Viro1-7/+8
2006-10-06[PATCH] um: irq changes break buildPekka Enberg1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-26[PATCH] uml: SIGIO cleanupsJeff Dike1-24/+10
2006-07-10[PATCH] uml: remove os_isattyJeff Dike1-15/+2
2006-07-10[PATCH] uml: remove spinlock wrapper functionsJeff Dike1-29/+16
2006-07-10[PATCH] uml: mark forward_interrupts as being mode-specificJeff Dike1-0/+2
2006-07-02[PATCH] irq-flags: UM: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-3/+3
2006-05-01[PATCH] uml: remove NULL checks and add some CodingStyleJesper Juhl1-46/+47
2006-03-27[PATCH] uml: merge irq_user.c and irq.cJeff Dike1-0/+294
2005-09-30[PATCH] useless linux/irq.h includes (arch/um)Al Viro1-1/+0
2005-09-05[PATCH] uml: use host AIO supportJeff Dike1-11/+30
2005-06-21[PATCH] uml: add and use generic hw_controller_type->releasePaolo 'Blaisorblade' Giarrusso1-4/+7
2005-05-05[PATCH] uml: Fix SIGWINCH relayingJeff Dike1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+178