Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
77694b408abb8f92195ad5ed6ce5492f1d794c77
/
kernel
/
irq
77694b4
genirq; Add fasteoi irq_chip quirk
by Thomas Gleixner
· 14 years ago
7812957
genirq: Add preflow handler support
by Thomas Gleixner
· 14 years ago
3836ca0
genirq: Consolidate set_chip_handler functions
by Thomas Gleixner
· 14 years ago
02725e7
genirq: Use irq_get/put functions
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
e1ef824
genirq: Reflect IRQ_MOVE_PCNTXT in irq_data state
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
5d4d8fc
genirq: Cleanup irq.h
by Thomas Gleixner
· 14 years ago
f9e4989
genirq: Force wrapped access to desc->status in core code
by Thomas Gleixner
· 14 years ago
1ccb4e6
genirq: Wrap the remaning IRQ_* flags
by Thomas Gleixner
· 14 years ago
876dbd4
genirq: Mirror irq trigger type bits in irq_data.state
by Thomas Gleixner
· 14 years ago
2bdd105
genirq: Move IRQ_AFFINITY_SET to core
by Thomas Gleixner
· 14 years ago
bce4303
genirq: Reuse existing can set affinty check
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
fae581e
genirq: Remove CHECK_IRQ_PER_CPU from core code
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
6f91a52
genirq: Use modify_status for set_irq_nested_thread
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
35e857c
genirq: Fixup core code namespace fallout
by Thomas Gleixner
· 14 years ago
c78b9b6
genirq: Implement generic irq_show_interrupts()
by Thomas Gleixner
· 14 years ago
1277a53
genirq: Simplify handle_irq_event()
by Thomas Gleixner
· 14 years ago
0877d66
genirq: Use handle_irq_event() in the spurious poll code
by Thomas Gleixner
· 14 years ago
849f061
genirq: Use handle_perpcu_event() in handle_percpu_irq()
by Thomas Gleixner
· 14 years ago
a60a5dc
genirq: Use handle_irq_event() in handle_edge_irq()
by Thomas Gleixner
· 14 years ago
a7ae4de
genirq: Use handle_irq_event() in handle_fasteoi_irq()
by Thomas Gleixner
· 14 years ago
1529866
genirq: Use handle_irq_event() in handle_level_irq()
by Thomas Gleixner
· 14 years ago
107781e
genirq: Use handle_irq_event() in handle_simple_irq()
by Thomas Gleixner
· 14 years ago
4912609
genirq: Implement handle_irq_event()
by Thomas Gleixner
· 14 years ago
d78f8dd
genirq: Do not fiddle with IRQ_MASKED in handle_edge_irq()
by Thomas Gleixner
· 14 years ago
3aae994
genirq: Consolidate IRQ_DISABLED
by Thomas Gleixner
· 14 years ago
50f7c03
genirq: Remove default magic
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
3b56f05
genirq: Remove bogus conditional
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
d05c65f
genirq: spurious: Run only one poller at a time
by Thomas Gleixner
· 14 years ago
c7259cd
genirq: Do not poll disabled, percpu and timer interrupts
by Thomas Gleixner
· 14 years ago
fa27271
genirq: Fixup poll handling
by Thomas Gleixner
· 14 years ago
b738a50
genirq: Warn when handler enables interrupts
by Thomas Gleixner
· 14 years ago
1082687
genirq: Plug race in report_bad_irq()
by Thomas Gleixner
· 14 years ago
2b879ea
genirq: Remove redundant thread affinity setting
by Thomas Gleixner
· 14 years ago
3b8249e
genirq: Do not copy affinity before set
by Thomas Gleixner
· 14 years ago
569bda8
genirq: Always apply cpu online mask
by Thomas Gleixner
· 14 years ago
b008207
genirq: Rremove redundant check
by Thomas Gleixner
· 14 years ago
1fa46f1
genirq: Simplify affinity related code
by Thomas Gleixner
· 14 years ago
a0cd9ca
genirq: Namespace cleanup
by Thomas Gleixner
· 14 years ago
43abe43
genirq: Add missing buslock to set_irq_type(), set_irq_wake()
by Thomas Gleixner
· 14 years ago
e7bcecb
genirq: Make nr_irqs runtime expandable
by Thomas Gleixner
· 14 years ago
218502b
Merge branch 'irq/urgent' into irq/core
by Thomas Gleixner
· 14 years ago
6d83f94
genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for now
by Thomas Gleixner
· 14 years ago
c1ee626
genirq: Prevent access beyond allocated_irqs bitmap
by Thomas Gleixner
· 14 years ago
51327ad
Merge branch 'irq/for-mips' into irq/core
by Thomas Gleixner
· 14 years ago
986c011
genirq: Call bus_lock/unlock functions in setup_irq()
by David Daney
· 14 years ago
44951a6
genirq: Remove dead code
by Thomas Gleixner
· 14 years ago
c9a443c
Merge branch 'irq/for-xen' into irq/core
by Thomas Gleixner
· 14 years ago
dc5f219
genirq: Add IRQF_FORCE_RESUME
by Thomas Gleixner
· 14 years ago
285c1a2
Merge branch 'irq/urgent' into irq/core
by Thomas Gleixner
· 14 years ago
f1a0639
genirq: Prevent irq storm on migration
by Thomas Gleixner
· 14 years ago
1fb0ef3
genirq: Fix affinity notifier fallout
by Thomas Gleixner
· 14 years ago
cd7eab4
genirq: Add IRQ affinity notifiers
by Ben Hutchings
· 14 years ago
1c77ff2
genirq: Remove __do_IRQ
by Thomas Gleixner
· 14 years ago
6c9ae00
irq: use per_cpu kstat_irqs
by Eric Dumazet
· 14 years ago
c9b5f50
sched: Constify function scope static struct sched_param usage
by Peter Zijlstra
· 14 years ago
8e9255e
Merge branch 'linus' into sched/core
by Ingo Molnar
· 14 years ago
25c9170
genirq: Fix incorrect proc spurious output
by Kenji Kaneshige
· 14 years ago
92fd4d4
Merge commit 'v2.6.37-rc2' into sched/core
by Ingo Molnar
· 14 years ago
82279e6
Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
478735e3
/proc/stat: fix scalability of irq sum of all cpu
by KAMEZAWA Hiroyuki
· 14 years ago
fe7de49
sched: Make sched_param argument static in sched_setscheduler() callers
by KOSAKI Motohiro
· 14 years ago
2656c36
genirq: Warn if enable_irq is called before irq is set up
by Thomas Gleixner
· 14 years ago
c0a19eb
genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build
by Thomas Gleixner
· 14 years ago
baa0d23
genirq: Switch sparse_irq allocator to GFP_KERNEL
by Thomas Gleixner
· 14 years ago
a05a900
genirq: Make sparse_lock a mutex
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
b7d0d82
genirq: Remove arch_init_chip_data()
by Thomas Gleixner
· 14 years ago
b683de2
genirq: Query arch for number of early descriptors
by Thomas Gleixner
· 14 years ago
aa99ec0
genirq: Use sane sparse allocator
by Thomas Gleixner
· 14 years ago
06f6c33
genirq: Implement irq reservation
by Thomas Gleixner
· 14 years ago
a98d24b
genirq: Implement sane enumeration
by Thomas Gleixner
· 14 years ago
13bfe99
genirq: Prepare proc for real sparse irq support
by Thomas Gleixner
· 14 years ago
1f5a5b8
genirq: Implement a sane sparse_irq allocator
by Thomas Gleixner
· 14 years ago
Next »