summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/irq.c
Commit message (Expand)AuthorAgeFilesLines
* um: time-travel: rework interrupt handling in ext modeJohannes Berg2021-02-121-25/+146
* um: irq/sigio: Support suspend/resume handling of workaround IRQsJohannes Berg2020-12-131-1/+16
* um: Support suspend to RAMJohannes Berg2020-12-131-1/+87
* um: Simplify IRQ handling codeJohannes Berg2020-12-131-242/+128
* um: Remove IRQ_NONE typeJohannes Berg2020-12-131-8/+7
* um: irq: Reduce irq_reg allocationJohannes Berg2020-12-131-6/+6
* um: irq: Clean up and rename struct irq_fdJohannes Berg2020-12-131-12/+22
* um: Clean up alarm IRQ chip nameJohannes Berg2020-12-131-5/+4
* um: Support dynamic IRQ allocationJohannes Berg2020-12-131-5/+32
* um: irq: Fix LAST_IRQ usage in init_IRQ()Erel Geron2019-09-161-1/+1
* um: Add SPDX headers to files in arch/um/kernel/Alex Dewar2019-09-151-1/+1
* um: Don't garbage collect in deactivate_all_fds()Johannes Berg2019-07-021-1/+1
* um: Remove locking in deactivate_all_fds()Johannes Berg2019-07-021-3/+0
* um: Fix IRQ controller regression on console readJouni Malinen2019-07-021-0/+4
* um: irq: don't set the chip for all irqsBartosz Golaszewski2019-05-071-1/+1
* um: Remove obsolete reenable_XX callsAnton Ivanov2018-12-271-6/+0
* um: NULL check before kfree is not neededYueHaibing2018-10-291-2/+1
* um: Add missing EXPORT for free_irq_by_fd()Anton Ivanov2018-02-191-0/+1
* Epoll based IRQ controllerAnton Ivanov2018-02-191-163/+297
* um: Remove broken SMP supportRichard Weinberger2015-04-131-3/+0
* um: Add irq chip um/mask handlersRichard Weinberger2013-09-071-0/+4
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-11/+11
* um: pass siginfo to guest processMartin Pärtel2012-08-021-1/+1
* um: Remove usage of irq_chip->release()Richard Weinberger2012-05-211-2/+0
* um: Implement um_free_irq()Richard Weinberger2012-05-211-0/+7
* um: distribute exports to where exported stuff is definedAl Viro2011-11-021-0/+1
* um: Use generic show_interrupts()Thomas Gleixner2011-03-241-46/+0
* um: Convert genirq namespaceThomas Gleixner2011-03-241-5/+4
* um: Use proper accessors in show_interrupts()Thomas Gleixner2011-02-141-4/+6
* um: Convert irq_chips to new functionsThomas Gleixner2011-02-141-10/+9
* um: Remove stale irq_chip.endThomas Gleixner2011-02-141-2/+0
* um: migrate from __do_IRQ() to generic_handle_irq()Richard Weinberger2010-10-261-11/+4
* genirq: Cleanup irq_chip->typename leftoversThomas Gleixner2010-09-231-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* um: remove obsolete hw_interrupt_typeThomas Gleixner2009-06-161-3/+3
* sparseirq: use kstat_irqs_cpu insteadYinghai Lu2009-01-111-1/+1
* arch/um/kernel/irq.c: clean up some functionsWANG Cong2008-07-241-33/+2
* uml: miscellaneous code cleanupsJeff Dike2008-02-051-4/+2
* uml: fix spurious IRQ testingJeff Dike2007-11-141-6/+7
* spelling fixes: arch/um/Simon Arlott2007-10-201-1/+1
* uml: style fixes pass 3Jeff Dike2007-10-161-47/+38
* uml: remove code made redundant by CHOOSE_MODE removalJeff Dike2007-10-161-2/+2
* uml: throw out CONFIG_MODE_TTJeff Dike2007-10-161-24/+0
* uml: fix irqstack crashJeff Dike2007-09-191-3/+4
* uml: Eliminate kernel allocator wrappersJeff Dike2007-07-161-1/+0
* uml: iRQ stacksJeff Dike2007-05-111-0/+111
* uml: tidy IRQ codeJeff Dike2007-05-111-2/+2
* uml: irq locking commentaryJeff Dike2007-05-071-0/+15