Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1ee4fb3ee1e47f2b3c294ded383a3cd9cc2decd4
/
kernel
/
irq
/
manage.c
1ee4fb3
genirq: Export irq_[get|set]_irqchip_state()
by Bjorn Andersson
· 9 years ago
a8a98ea
genirq: Remove the irq argument from setup_affinity()
by Jiang Liu
· 10 years ago
e019c24
genirq: Provide and use __irq_can_set_affinity()
by Jiang Liu
· 10 years ago
79ff1cd
genirq: Remove irq argument from __enable/__disable_irq()
by Jiang Liu
· 10 years ago
a1ff541
genirq: Remove irq arg from __irq_set_trigger()
by Jiang Liu
· 10 years ago
0798abe
genirq: Remove the irq argument from check_irq_resend()
by Jiang Liu
· 10 years ago
6783011
genirq: Introduce helper function irq_data_get_node()
by Jiang Liu
· 10 years ago
0a4377d
genirq: Introduce irq_set_vcpu_affinity() to target an interrupt to a VCPU
by Jiang Liu
· 10 years ago
1b7047e
genirq: Allow the irqchip state of an IRQ to be save/restored
by Marc Zyngier
· 10 years ago
462b69b
Merge branch 'linus' into irq/core to get the GIC updates which
by Thomas Gleixner
· 10 years ago
17f4803
genirq / PM: Add flag for shared NO_SUSPEND interrupt lines
by Rafael J. Wysocki
· 10 years ago
02cea39
genirq: Provide disable_hardirq()
by Peter Zijlstra
· 10 years ago
4fe7ffb
genirq: Fix null pointer reference in irq_set_affinity_hint()
by Jesse Brandeburg
· 10 years ago
e2e64a9
genirq: Set initial affinity in irq_set_affinity_hint()
by Jesse Brandeburg
· 10 years ago
2cb6254
genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchip
by Jiang Liu
· 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
1e77d0a
genirq: Sanitize spurious interrupt detection of threaded irqs
by Thomas Gleixner
· 12 years ago
01f8fa4
genirq: Allow forcing cpu affinity of interrupts
by Thomas Gleixner
· 11 years ago
328a497
genirq: Add a new IRQCHIP_EOI_THREADED flag
by Thomas Gleixner
· 11 years ago
ffb12cf
Merge branch 'irq/for-gpio' into irq/core
by Thomas Gleixner
· 11 years ago
c1bacba
genirq: Provide irq_request/release_resources chip callbacks
by Thomas Gleixner
· 11 years ago
c685689
genirq: Remove racy waitqueue_active check
by Chuansheng Liu
· 11 years ago
b04c644
genirq: Update the a comment typo
by Chuansheng Liu
· 11 years ago
a92444c
genirq: Provide irq_wake_thread()
by Thomas Gleixner
· 11 years ago
18258f7
genirq: Provide synchronize_hardirq()
by Thomas Gleixner
· 11 years ago
9073e1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
bbfe65c
genirq: Set the irq thread policy without checking CAP_SYS_NICE
by Thomas Pfaff
· 11 years ago
f788e7b
irq: Fix some trivial typos in comments
by Xie XiuQi
· 11 years ago
2779db8
genirq: Fix can_request_irq() for IRQs without an action
by Ben Hutchings
· 12 years ago
ee23871
genirq: Set irq thread to RT priority on creation
by Ivo Sieben
· 12 years ago
d652e1eb
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
36a5df8
genirq: Export enable/disable_percpu_irq()
by Chris Metcalf
· 12 years ago
8bd75c7
sched/rt: Move rt specific bits into new header file
by Clark Williams
· 12 years ago
19af395
irq: tsk->comm is an array
by Alan Cox
· 12 years ago
04aa530
genirq: Always force thread affinity
by Thomas Gleixner
· 12 years ago
f3de44e
irq: Set CPU affinity right on thread creation
by Sankara Muthukrishnan
· 12 years ago
293a7a0
genirq: Provide means to retrigger parent
by Thomas Gleixner
· 12 years ago
148311d
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
3e9a970
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 12 years ago
dc9b229
genirq: Allow irq chips to mark themself oneshot safe
by Thomas Gleixner
· 12 years ago
67d1214
merge task_work and rcu_head, get rid of separate allocation for keyring case
by Al Viro
· 13 years ago
41f9d29
trimming task_work: kill ->data
by Al Viro
· 13 years ago
c5857cc
random: remove rand_initialize_irq()
by Theodore Ts'o
· 12 years ago
9171c67
Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
fb21aff
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
by Linus Torvalds
· 13 years ago
97fd75b
kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks
by Andrew Morton
· 13 years ago
818b0f3
genirq: Introduce irq_do_set_affinity() to reduce duplicated code
by Jiang Liu
· 13 years ago
4d1d61a
genirq: reimplement exit_irq_thread() hook via task_work_add()
by Oleg Nesterov
· 13 years ago
3a8580f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 13 years ago
8756826
irq: Remove irq_chip->release()
by Richard Weinberger
· 13 years ago
f5d8947
genirq: Be more informative on irq type mismatch
by Thomas Gleixner
· 13 years ago
1c6c695
genirq: Reject bogus threaded irq requests
by Thomas Gleixner
· 13 years ago
241fc64
genirq: Respect NUMA node affinity in setup_irq_irq affinity()
by Prarit Bhargava
· 13 years ago
f3f79e3
genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()
by Alexander Gordeev
· 13 years ago
e04268b
genirq: Remove paranoid warnons and bogus fixups
by Thomas Gleixner
· 13 years ago
7140ea1
genirq: Flush the irq thread on synchronization
by Ido Yariv
· 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
05d74ef
genirq: No need to check IRQTF_DIED before stopping a thread handler
by Alexander Gordeev
· 13 years ago
4bcdf1d
genirq: Get rid of unnecessary irqaction field in task_struct
by Alexander Gordeev
· 13 years ago
540b60e
genirq: Fix incorrect check for forced IRQ thread handler
by Alexander Gordeev
· 13 years ago
52abb70
genirq: Clear action->thread_mask if IRQ_ONESHOT is not set
by Thomas Gleixner
· 13 years ago
b4bc724
genirq: Handle pending irqs in irq_startup()
by Thomas Gleixner
· 13 years ago
9879326
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
550acb1
genirq: Fix race condition when stopping the irq thread
by Ido Yariv
· 13 years ago
2ed0e64
genirq: Don't allow per cpu interrupts to be suspended
by Marc Zyngier
· 13 years ago
2290c0d
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
6d21af4
irq: Fix comment typo ist->is
by Javi Merino
· 13 years ago
32cffdd
genirq: Fix fatfinered fixup really
by Thomas Gleixner
· 13 years ago
1e7c5fd
genirq: percpu: allow interrupt type to be set at enable time
by Marc Zyngier
· 13 years ago
31d9d9b
genirq: Add support for per-cpu dev_id interrupts
by Marc Zyngier
· 13 years ago
60f96b4
genirq: Add IRQCHIP_SKIP_SET_WAKE flag
by Santosh Shilimkar
· 13 years ago
69dd3d8
Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"
by Linus Torvalds
· 13 years ago
b687380
irq: Track the owner of irq descriptor
by Sebastian Andrzej Siewior
· 13 years ago
f3637a5
irq: Always set IRQF_ONESHOT if no primary handler is specified
by Sebastian Andrzej Siewior
· 13 years ago
13863a6
genirq: Prevent potential NULL dereference in irq_set_irq_wake()
by Jesper Juhl
· 14 years ago
3a43e05
irq: Handle spurios irq detection for threaded irqs
by Sebastian Andrzej Siewior
· 14 years ago
7f1b124
genirq: Support per-IRQ thread disabling.
by Paul Mundt
· 14 years ago
4f5058c
genirq: Fix cpumask leak in __setup_irq()
by Xiaotian Feng
· 14 years ago
0c6f8a8
genirq: Remove compat code
by Thomas Gleixner
· 14 years ago
cd22c0e
genirq: Fix harmless typo
by Thomas Gleixner
· 14 years ago
0ef5ca1
genirq; Fix cleanup fallout
by Thomas Gleixner
· 14 years ago
30398bf
genirq: Fix new kernel-doc warnings
by Randy Dunlap
· 14 years ago
32f4125
genirq: Move INPROGRESS, MASKED and DISABLED state flags to irq_data
by Thomas Gleixner
· 14 years ago
c2d0c55
genirq: Split irq_set_affinity() so it can be called with lock held.
by David Daney
· 14 years ago
1c38979
genirq: Fix incorrect unlock in __setup_irq()
by Dan Carpenter
· 14 years ago
8d32a30
genirq: Provide forced interrupt threading
by Thomas Gleixner
· 14 years ago
9d591ed
genirq: Allow shared oneshot interrupts
by Thomas Gleixner
· 14 years ago
b5faba2
genirq: Prepare the handling of shared oneshot interrupts
by Thomas Gleixner
· 14 years ago
8fff39e
genirq: Add missing break in __irq_set_trigger()
by Thomas Gleixner
· 14 years ago
02725e7
genirq: Use irq_get/put functions
by Thomas Gleixner
· 14 years ago
091738a
genirq: Remove real old transition functions
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
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
Next »