Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
00a0d0d65b61241a718d0aee96f46b9a2d93bf26
/
kernel
/
irq
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
1318a48
genirq: Provide default irq init flags
by Thomas Gleixner
· 14 years ago
d895f51
genirq: Remove export of kstat_irqs_cpu
by Thomas Gleixner
· 14 years ago
154cd38
genirq: Remove early_init_irq_lock_class()
by Thomas Gleixner
· 14 years ago
3795de2
genirq: Distangle kernel/irq/handle.c
by Thomas Gleixner
· 14 years ago
f303a6d
genirq: Sanitize irq_data accessors
by Thomas Gleixner
· 14 years ago
4424718
genirq: Provide status modifier
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
21e2b8c
genirq: Provide compat handling for chip->retrigger()
by Thomas Gleixner
· 14 years ago
2f7e99b
genirq: Provide compat handling for chip->set_wake()
by Thomas Gleixner
· 14 years ago
b2ba2c3
genirq: Provide compat handling for chip->set_type()
by Thomas Gleixner
· 14 years ago
c96b3b3
genirq: Provide compat handling for chip->set_affinity()
by Thomas Gleixner
· 14 years ago
37e12df
genirq: Provide compat handling for chip->startup()
by Thomas Gleixner
· 14 years ago
bc310dd
genirq: Provide compat handling for chip->disable()/shutdown()
by Thomas Gleixner
· 14 years ago
c5f7563
genirq: Provide compat handling for chip->enable()
by Thomas Gleixner
· 14 years ago
0c5c155
genirq: Provide compat handling for chip->eoi()
by Thomas Gleixner
· 14 years ago
9205e31
genirq: Provide compat handling for chip->mask_ack()
by Thomas Gleixner
· 14 years ago
22a4916
genirq: Provide compat handling for chip->ack()
by Thomas Gleixner
· 14 years ago
0eda58b
genirq: Provide compat handling for chip->unmask()
by Thomas Gleixner
· 14 years ago
e2c0f8f
genirq: Provide compat handling for chip->mask()
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
ff7dcd4
genirq: Create irq_data
by Thomas Gleixner
· 14 years ago
d9817eb
genirq: Provide Kconfig
by Thomas Gleixner
· 14 years ago
d1ea13c
genirq: Cleanup irq_chip->typename leftovers
by Thomas Gleixner
· 14 years ago
685fd0b
irq: Add new IRQ flag IRQF_NO_SUSPEND
by Ian Campbell
· 14 years ago
4673247
genirq: Deal with desc->set_type() changing desc->chip
by Thomas Gleixner
· 15 years ago
4308ad8
genirq: Clear CPU mask in affinity_hint when none is provided
by Peter P Waskiewicz Jr
· 15 years ago
e7a297b
genirq: Add CPU mask affinity hint
by Peter P Waskiewicz Jr
· 15 years ago
6932bf3
genirq: Remove IRQF_DISABLED from core code
by Thomas Gleixner
· 15 years ago
e58aa3d
genirq: Run irq handlers with interrupts disabled
by Ingo Molnar
· 15 years ago
ae731f8
genirq: Introduce request_any_context_irq()
by Marc Zyngier
· 15 years ago
7c7145f
Merge branch 'linus' into irq/core
by Thomas Gleixner
· 15 years ago
94c4fce
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
753649d
genirq: Force MSI irq handlers to run with interrupts disabled
by Thomas Gleixner
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
309d1dc
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
860652b
genirq: Move two IRQ functions from .init.text to .text
by Henrik Kretzschmar
· 15 years ago
cc8c3b7
genirq: Protect access to irq_desc->action in can_request_irq()
by Thomas Gleixner
· 15 years ago
92d6b71
genirq: Expose irq_desc->node in proc/irq
by Dimitri Sivanich
· 15 years ago
0b1adaa
genirq: Prevent oneshot irq thread race
by Thomas Gleixner
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
b5eb78f
sparseirq: Use radix_tree instead of ptrs array
by Yinghai Lu
· 15 years ago
99558f0
sparseirq: Change irq_desc_ptrs to static
by Yinghai Lu
· 15 years ago
febcb0c
irq: Remove unnecessary bootmem code
by Yinghai Lu
· 15 years ago
dfff061
tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in comments
by Uwe Kleine-König
· 15 years ago
5c42dc7
devres/irq: Fix devm_irq_match comment
by Jean Delvare
· 15 years ago
ced5b69
x86: Avoid race condition in pci_enable_msix()
by Brandon Phiilps
· 15 years ago
9ce8e49
devres: typo fix s/dev/devm/
by Baruch Siach
· 15 years ago
239007b
genirq: Convert irq_desc.lock to raw_spinlock
by Thomas Gleixner
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
2b876f9
Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
bb2166c
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
fbfecd3
tree-wide: fix typos "couter" -> "counter"
by Uwe Kleine-König
· 15 years ago
fb3d38b
fix kerneldoc for set_irq_msi()
by Liuweni
· 15 years ago
3476994
genirq: Fix spurious irq seqfile conversion
by Thomas Gleixner
· 15 years ago
a1afb63
genirq: switch /proc/irq/*/spurious to seq_file
by Alexey Dobriyan
· 15 years ago
c82a43d
irq: Do not attempt to create subdirectories if /proc/irq/<irq> failed
by Cyrill Gorcunov
· 15 years ago
e7e7e0c
genirq: try_one_irq() must be called with irq disabled
by Yong Zhang
· 15 years ago
663e695
irq: Remove unused debug_poll_all_shared_irqs()
by Thomas Gleixner
· 15 years ago
24b26d4
irq: Fix docbook comments
by Liuweni
· 15 years ago
d43c36d
headers: remove sched.h from interrupt.h
by Alexey Dobriyan
· 15 years ago
d90a7e8
Merge branch 'irq-threaded-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
372e24b
irq: Make sure irq_desc for legacy irq get correct node setting
by Yinghai Lu
· 15 years ago
4dbc9ca
genirq: Do not mask oneshot edge type interrupts
by Thomas Gleixner
· 15 years ago
daedc71
Merge commit 'v2.6.31-rc7' into irq/core
by Ingo Molnar
· 15 years ago
69ab849
genirq: Wake up irq thread after action has been installed
by Thomas Gleixner
· 15 years ago
399b5da
genirq: Support nested threaded irq handling
by Thomas Gleixner
· 15 years ago
70aedd2
genirq: Add buslock support
by Thomas Gleixner
· 15 years ago
b25c340
genirq: Add oneshot support
by Thomas Gleixner
· 15 years ago
2d860ad
genirq: prevent wakeup of freed irq thread
by Linus Torvalds
· 15 years ago
c36ba80
irq: Remove superfluous NULL pointer check in check_irq_resend()
by Bartlomiej Zolnierkiewicz
· 15 years ago
ad7d6c7
x86/irq: Fix move_irq_desc() for nodes without ram
by Yinghai Lu
· 15 years ago
990a55e
irq: Clean up by removing irqfixup MODULE_PARM_DESC()
by Jiri Slaby
· 15 years ago
61f3826
genirq: Fix UP compile failure caused by irq_thread_check_affinity
by Bruno Premont
· 15 years ago
591d2fb
genirq: Delegate irq affinity setting to the irq thread
by Thomas Gleixner
· 15 years ago
Next »