index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
internals.h
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-19
genirq: Move IRQ_SPURIOUS_DISABLED to core state
Thomas Gleixner
1
-0
/
+3
2011-02-19
genirq: Move IRQ_AUTODETECT to internal state
Thomas Gleixner
1
-2
/
+13
2011-02-19
genirq: Protect tglx from tripping over his own feet
Thomas Gleixner
1
-0
/
+2
2011-02-19
genirq: Add internal state field to irq_desc
Thomas Gleixner
1
-0
/
+6
2011-02-19
genirq: Implement handle_irq_event()
Thomas Gleixner
1
-0
/
+3
2011-02-19
genirq: Consolidate disable/enable
Thomas Gleixner
1
-0
/
+2
2011-02-19
genirq: Consolidate startup/shutdown of interrupts
Thomas Gleixner
1
-0
/
+3
2011-02-19
genirq: Move irq thread flags to core
Thomas Gleixner
1
-0
/
+14
2011-02-19
genirq: Mark polled irqs and defer the real handler
Thomas Gleixner
1
-10
/
+1
2011-02-19
genirq: Do not copy affinity before set
Thomas Gleixner
1
-1
/
+1
2011-02-19
genirq: Prevent access beyond allocated_irqs bitmap
Thomas Gleixner
1
-0
/
+6
2010-10-12
genirq: Remove the now unused sparse irq leftovers
Thomas Gleixner
1
-102
/
+0
2010-10-12
genirq: Sanitize dynamic irq handling
Thomas Gleixner
1
-1
/
+0
2010-10-12
genirq: Prepare proc for real sparse irq support
Thomas Gleixner
1
-0
/
+2
2010-10-12
genirq: Distangle irq.h
Thomas Gleixner
1
-0
/
+100
2010-10-04
genirq: Provide config option to disable deprecated code
Thomas Gleixner
1
-0
/
+10
2010-10-04
genirq: Provide compat handling for bus_lock/bus_sync_unlock
Thomas Gleixner
1
-6
/
+6
2010-10-04
genirq: Add new functions to dummy chips
Thomas Gleixner
1
-0
/
+2
2010-10-04
genirq: Convert core code to irq_data
Thomas Gleixner
1
-6
/
+6
2010-02-18
sparseirq: Change irq_desc_ptrs to static
Yinghai Lu
1
-5
/
+1
2009-12-15
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
1
-1
/
+1
2009-08-17
genirq: Add buslock support
Thomas Gleixner
1
-0
/
+13
2009-07-21
genirq: Delegate irq affinity setting to the irq thread
Thomas Gleixner
1
-2
/
+1
2009-04-28
x86/irq: change irq_desc_alloc() to take node instead of cpu
Yinghai Lu
1
-1
/
+1
2009-04-28
irq: only update affinity if ->set_affinity() is sucessfull
Yinghai Lu
1
-0
/
+3
2009-03-30
PM: Introduce functions for suspending and resuming device interrupts
Rafael J. Wysocki
1
-0
/
+2
2009-03-27
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
Ingo Molnar
1
-0
/
+7
2009-02-09
irq: clear kstat_irqs
Yinghai Lu
1
-0
/
+1
2009-01-11
irq: allocate irq_desc_ptrs array based on nr_irqs
Mike Travis
1
-0
/
+7
2008-12-17
x86, sparseirq: move irq_desc according to smp_affinity, v7
Yinghai Lu
1
-0
/
+5
2008-11-10
genirq: keep affinities set from userspace across free/request_irq()
Thomas Gleixner
1
-0
/
+2
2008-10-16
irq: replace loop with nr_irqs with for_each_irq_desc
Yinghai Lu
1
-2
/
+2
2008-10-02
genirq: record trigger type
David Brownell
1
-0
/
+3
2006-06-29
[PATCH] genirq: more verbose debugging on unexpected IRQ vectors
Ingo Molnar
1
-0
/
+40
2006-06-29
[PATCH] genirq: core
Thomas Gleixner
1
-0
/
+6
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+18
[prev]