index
:
~miku/drm-intel
88910
bdw_forcewake
bdw_rc6
byt_rc6_test
byt_rps
byt_test
byt_test4
ctx_masked_write
dc_state
dc_state2
dp
dptest
dyndebug
dynpages_test
elist
elist2
error_capture_fixes
execlists_no_special_default
fw_debug
fw_test
fwackv_v414
gt_awake
hangcheck
hangcheck_move
i915_gpu_state
icl
icl_irq
idleness
intel_lrc_cleanup
kbl-4.7-fixes
kbl_workarounds
min_idle
missed_irqs
parser_test
per_ppgtt_scratch
ppgtt_cleanup
pushtest
rc0_util
rc6_test
reg_detect
render_state
reset_cleanups
review
ring_hw_init
ring_stop
scratch_check
scratch_page
setclear
shang
skl
skl_fw_test
skl_gt3e_fixes
skl_gt4
skl_masked_write
skl_test
slow_rps
svm
test
tjaaltonen_wa
unclaimed_detect
unclaimed_mmio
uncore_cleanup
uncore_cleanup20
uncore_cleanup27
uncore_cleanup28
uncore_cleanup29
uncore_fw_domains
va_alloc_range_fix2
vlk8822
vm
vm_cleanups
wa_init
wait_for
wait_until
Kernel playground
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
irq.h
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-20
[PATCH] genirq: clean up irq-flow-type naming, fix
Ingo Molnar
1
-0
/
+3
2006-10-17
[PATCH] genirq: clean up irq-flow-type naming
Ingo Molnar
1
-12
/
+10
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-25
/
+15
2006-10-05
IRQ: Typedef the IRQ flow handler function type
David Howells
1
-18
/
+12
2006-10-04
[PATCH] msi: simplify msi sanity checks by adding with generic irq code
Eric W. Biederman
1
-0
/
+7
2006-10-04
[PATCH] genirq: irq: remove msi hacks
Eric W. Biederman
1
-36
/
+0
2006-10-04
[PATCH] genirq: irq: add a dynamic irq creation API
Eric W. Biederman
1
-1
/
+8
2006-10-04
[PATCH] genirq: irq: add moved_masked_irq
Eric W. Biederman
1
-0
/
+6
2006-10-04
[PATCH] genirq: irq: convert the move_irq flag from a 32bit word to a single bit
Eric W. Biederman
1
-2
/
+1
2006-09-26
[PATCH] FRV: permit __do_IRQ() to be dispensed with
David Howells
1
-0
/
+6
2006-07-31
[PATCH] always define IRQ_PER_CPU
Yoichi Yuasa
1
-1
/
+1
2006-07-31
[PATCH] genirq: {en,dis}able_irq_wake() need refcounting too
David Brownell
1
-0
/
+3
2006-07-02
[PATCH] genirq: ARM dyntick cleanup
Thomas Gleixner
1
-0
/
+4
2006-07-02
Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-1
/
+2
2006-07-02
[PATCH] irq-flags: consolidate flags for request_irq
Thomas Gleixner
1
-28
/
+27
2006-07-01
[ARM] 3690/1: genirq: Introduce and make use of dummy irq chip
Thomas Gleixner
1
-1
/
+2
2006-06-29
[PATCH] genirq: add chip->eoi(), fastack -> fasteoi
Ingo Molnar
1
-2
/
+4
2006-06-29
[PATCH] genirq: add IRQ_TYPE_SENSE_MASK
Benjamin Herrenschmidt
1
-0
/
+1
2006-06-29
[PATCH] genirq: add irq-chip support
Thomas Gleixner
1
-0
/
+11
2006-06-29
[PATCH] genirq MSI fixes
Ingo Molnar
1
-11
/
+16
2006-06-29
[PATCH] genirq: core
Thomas Gleixner
1
-19
/
+141
2006-06-29
[PATCH] genirq: add IRQ_NOAUTOEN support
Thomas Gleixner
1
-0
/
+1
2006-06-29
[PATCH] genirq: add IRQ_NOREQUEST support
Thomas Gleixner
1
-0
/
+1
2006-06-29
[PATCH] genirq: add IRQ_NOPROBE support
Thomas Gleixner
1
-0
/
+1
2006-06-29
[PATCH] genirq: add genirq sw IRQ-retrigger
Thomas Gleixner
1
-0
/
+3
2006-06-29
[PATCH] genirq: doc: comment include/linux/irq.h structures
Ingo Molnar
1
-7
/
+37
2006-06-29
[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()
Ingo Molnar
1
-0
/
+2
2006-06-29
[PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU
Ingo Molnar
1
-1
/
+1
2006-06-29
[PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]
Ingo Molnar
1
-1
/
+1
2006-06-29
[PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]
Ingo Molnar
1
-0
/
+5
2006-06-29
[PATCH] genirq: cleanup: include/linux/irq.h
Ingo Molnar
1
-28
/
+28
2006-06-29
[PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete
Ingo Molnar
1
-5
/
+13
2006-06-29
[PATCH] genirq: cleanup: misc code cleanups
Ingo Molnar
1
-22
/
+32
2006-06-29
[PATCH] genirq: cleanup: remove fastcall
Ingo Molnar
1
-3
/
+7
2006-06-29
[PATCH] genirq: cleanup: remove irq_descp()
Ingo Molnar
1
-7
/
+0
2006-06-29
[PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]
Ingo Molnar
1
-3
/
+4
2006-06-29
[PATCH] genirq: rename desc->handler to desc->chip
Ingo Molnar
1
-2
/
+2
2006-06-23
[PATCH] adjust handle_IRR_event() return type
Jan Beulich
1
-1
/
+2
2006-06-23
[PATCH] x86: kernel irq balance doesn't work
Zhang Yanmin
1
-0
/
+8
2006-04-26
Don't include linux/config.h from anywhere else in include/
David Woodhouse
1
-1
/
+0
2006-03-25
[PATCH] irq: uninline migration functions
Andrew Morton
1
-47
/
+2
2006-01-06
[PATCH] s390: cleanup Kconfig
Martin Schwidefsky
1
-1
/
+1
2006-01-06
[PATCH] Alpha: convert to generic irq framework (generic part)
Ivan Kokshaysky
1
-0
/
+11
2005-12-21
[PATCH] include/linux/irq.h: #include <linux/smp.h>
Adrian Bunk
1
-1
/
+1
2005-11-07
[PATCH] fix remaining missing includes
Tim Schmielau
1
-0
/
+1
2005-09-07
[PATCH] CHECK_IRQ_PER_CPU() to avoid dead code in __do_IRQ()
Karsten Wiese
1
-1
/
+6
2005-09-07
[PATCH] x86/x86_64: deferred handling of writes to /proc/irqxx/smp_affinity
Ashok Raj
1
-0
/
+123
2005-06-28
[PATCH] irqpoll
Alan Cox
1
-2
/
+3
2005-06-24
[PATCH] make various thing static
Adrian Bunk
1
-1
/
+0
2005-06-21
[PATCH] uml: make hw_controller_type->release exist only for archs needing it
Paolo 'Blaisorblade' Giarrusso
1
-0
/
+3
[next]