Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8034f715f0a5fce97b14bacd47eefb1513316b17
/
kernel
/
irq
/
internals.h
c291ee6
genirq: Prevent proc race against freeing of irq descriptors
by Thomas Gleixner
· 10 years ago
9ce7a25
genirq: Simplify wakeup mechanism
by Thomas Gleixner
· 10 years ago
cab303b
genirq: Add sanity checks for PM options on shared interrupt lines
by Thomas Gleixner
· 10 years ago
8df2e02
genirq: Move suspend/resume logic into irq/pm code
by Thomas Gleixner
· 10 years ago
a257954
genirq: Improve documentation to match current implementation
by Jiang Liu
· 11 years ago
f63b6a0
genirq: Replace reserve_irqs in core code
by Thomas Gleixner
· 11 years ago
328a497
genirq: Add a new IRQCHIP_EOI_THREADED flag
by Thomas Gleixner
· 11 years ago
8f945a3
genirq: Move kstat_incr_irqs_this_cpu() to core
by Thomas Gleixner
· 11 years ago
a92444c
genirq: Provide irq_wake_thread()
by Thomas Gleixner
· 11 years ago
818b0f3
genirq: Introduce irq_do_set_affinity() to reduce duplicated code
by Jiang Liu
· 13 years ago
df8d291
Merge branch 'linus' into irq/core
by Thomas Gleixner
· 13 years ago
5234ffb
genirq: Get rid of unnecessary IRQTF_DIED flag
by Alexander Gordeev
· 13 years ago
b4bc724
genirq: Handle pending irqs in irq_startup()
by Thomas Gleixner
· 13 years ago
2329abf
module_param: make bool parameters really bool (core code)
by Rusty Russell
· 13 years ago
31d9d9b
genirq: Add support for per-cpu dev_id interrupts
by Marc Zyngier
· 13 years ago
0c6f8a8
genirq: Remove compat code
by Thomas Gleixner
· 14 years ago
32f4125
genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data
by Thomas Gleixner
· 14 years ago
8d32a30
genirq: Provide forced interrupt threading
by Thomas Gleixner
· 14 years ago
d5eb4ad2
genirq: Implement irq_get/put_desc_[bus]locked/unlock()
by Thomas Gleixner
· 14 years ago
091738a
genirq: Remove real old transition functions
by Thomas Gleixner
· 14 years ago
a6967ca
genirq: Remove desc->status when GENERIC_HARDIRQS_NO_COMPAT=y
by Thomas Gleixner
· 14 years ago
7f94226
genirq: Move wakeup state to irq_data
by Thomas Gleixner
· 14 years ago
d4d5e08
genirq: Add IRQCHIP_SET_TYPE_MASKED flag
by Thomas Gleixner
· 14 years ago
2bdd105
genirq: Move IRQ_AFFINITY_SET to core
by Thomas Gleixner
· 14 years ago
a005677
genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state
by Thomas Gleixner
· 14 years ago
1ce6068
genirq: Move debug code to separate header
by Thomas Gleixner
· 14 years ago
6a58fb3
genirq: Remove CONFIG_IRQ_PER_CPU
by Thomas Gleixner
· 14 years ago
f230b6d
genirq: Add IRQ_MOVE_PENDING to irq_data.state
by Thomas Gleixner
· 14 years ago
6d2cd17
genirq: Move IRQ_WAKEUP to core
by Thomas Gleixner
· 14 years ago
c531e83
genirq: Move IRQ_SUSPENDED to core
by Thomas Gleixner
· 14 years ago
6e40262
genirq: Move IRQ_MASKED to core
by Thomas Gleixner
· 14 years ago
2a0d6fb
genirq: Move IRQ_PENDING flag to core
by Thomas Gleixner
· 14 years ago
c1594b7
genirq: Move IRQ_DISABLED to core
by Thomas Gleixner
· 14 years ago
163ef30
genirq: Move IRQ_REPLAY and IRQ_WAITING to core
by Thomas Gleixner
· 14 years ago
3d67bae
genirq: Move IRQ_ONESHOT to core
by Thomas Gleixner
· 14 years ago
009b4c3
genirq: Add IRQ_INPROGRESS to core
by Thomas Gleixner
· 14 years ago
6954b75
genirq: Move IRQ_POLL_INPROGRESS to core
by Thomas Gleixner
· 14 years ago
7acdd53
genirq: Move IRQ_SPURIOUS_DISABLED to core state
by Thomas Gleixner
· 14 years ago
bd062e7
genirq: Move IRQ_AUTODETECT to internal state
by Thomas Gleixner
· 14 years ago
e6bea9c
genirq: Protect tglx from tripping over his own feet
by Thomas Gleixner
· 14 years ago
dbec07b
genirq: Add internal state field to irq_desc
by Thomas Gleixner
· 14 years ago
4912609
genirq: Implement handle_irq_event()
by Thomas Gleixner
· 14 years ago
8792347
genirq: Consolidate disable/enable
by Thomas Gleixner
· 14 years ago
4699923
genirq: Consolidate startup/shutdown of interrupts
by Thomas Gleixner
· 14 years ago
1535dfa
genirq: Move irq thread flags to core
by Thomas Gleixner
· 14 years ago
fe200ae
genirq: Mark polled irqs and defer the real handler
by Thomas Gleixner
· 14 years ago
3b8249e
genirq: Do not copy affinity before set
by Thomas Gleixner
· 14 years ago
c1ee626
genirq: Prevent access beyond allocated_irqs bitmap
by Thomas Gleixner
· 14 years ago
78f90d9
genirq: Remove the now unused sparse irq leftovers
by Thomas Gleixner
· 14 years ago
b7b2933
genirq: Sanitize dynamic irq handling
by Thomas Gleixner
· 14 years ago
13bfe99
genirq: Prepare proc for real sparse irq support
by Thomas Gleixner
· 14 years ago
e144710
genirq: Distangle irq.h
by Thomas Gleixner
· 14 years ago
bd15141
genirq: Provide config option to disable deprecated code
by Thomas Gleixner
· 14 years ago
3876ec9
genirq: Provide compat handling for bus_lock/bus_sync_unlock
by Thomas Gleixner
· 14 years ago
a77c463
genirq: Add new functions to dummy chips
by Thomas Gleixner
· 14 years ago
6b8ff31
genirq: Convert core code to irq_data
by Thomas Gleixner
· 14 years ago
99558f0
sparseirq: Change irq_desc_ptrs to static
by Yinghai Lu
· 15 years ago
239007b
genirq: Convert irq_desc.lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
70aedd2
genirq: Add buslock support
by Thomas Gleixner
· 15 years ago
591d2fb
genirq: Delegate irq affinity setting to the irq thread
by Thomas Gleixner
· 15 years ago
85ac16d
x86/irq: change irq_desc_alloc() to take node instead of cpu
by Yinghai Lu
· 16 years ago
57b150c
irq: only update affinity if ->set_affinity() is sucessfull
by Yinghai Lu
· 16 years ago
0a0c516
PM: Introduce functions for suspending and resuming device interrupts
by Rafael J. Wysocki
· 16 years ago
6e15cf0
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
by Ingo Molnar
· 16 years ago
0f3c2a8
irq: clear kstat_irqs
by Yinghai Lu
· 16 years ago
0fa0ebb
irq: allocate irq_desc_ptrs array based on nr_irqs
by Mike Travis
· 16 years ago
48a1b10
x86, sparseirq: move irq_desc according to smp_affinity, v7
by Yinghai Lu
· 16 years ago
f6d87f4
genirq: keep affinities set from userspace across free/request_irq()
by Thomas Gleixner
· 16 years ago
2c6927a
irq: replace loop with nr_irqs with for_each_irq_desc
by Yinghai Lu
· 16 years ago
0c5d1eb
genirq: record trigger type
by David Brownell
· 16 years ago
43f7775
[PATCH] genirq: more verbose debugging on unexpected IRQ vectors
by Ingo Molnar
· 19 years ago
6a6de9e
[PATCH] genirq: core
by Thomas Gleixner
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago