index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
irq
/
resend.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-26
genirq: Fix software resend lockup and nested resend
Johan Hovold
1
-1
/
+6
2023-05-24
genirq: Use hlist for managing resend handlers
Shanker Donthineni
1
-17
/
+30
2021-03-16
genirq: Fix typos and misspellings in comments
Krzysztof Kozlowski
1
-1
/
+1
2021-01-28
genirq: Use new tasklet API for resend_tasklet
Emil Renner Berthing
1
-2
/
+2
2020-09-06
genirq: Walk the irq_data hierarchy when resending an interrupt
Marc Zyngier
1
-2
/
+13
2020-07-30
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
1
-1
/
+1
2020-03-08
genirq: Provide interrupt injection mechanism
Thomas Gleixner
1
-2
/
+51
2020-03-08
genirq: Sanitize state handling in check_irq_resend()
Thomas Gleixner
1
-8
/
+14
2020-03-08
genirq: Add return value to check_irq_resend()
Thomas Gleixner
1
-34
/
+49
2020-03-08
genirq: Add protection against unsafe usage of generic_handle_irq()
Thomas Gleixner
1
-2
/
+3
2019-09-05
genirq: Prevent NULL pointer dereference in resend_irqs()
Yunfeng Ye
1
-0
/
+2
2018-03-20
genirq: Cleanup top of file comments
Thomas Gleixner
1
-2
/
+0
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-07-30
Merge branch 'linus' into irq/core
Thomas Gleixner
1
-5
/
+13
2015-07-17
genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD
Thomas Gleixner
1
-5
/
+13
2015-07-11
genirq: Remove the irq argument from check_irq_resend()
Jiang Liu
1
-1
/
+3
2012-11-01
genirq: Provide means to retrigger parent
Thomas Gleixner
1
-0
/
+8
2012-05-04
genirq: Allow check_wakeup_irqs to notice level-triggered interrupts
Thomas Gleixner
1
-2
/
+5
2011-03-29
genirq: Remove compat code
Thomas Gleixner
1
-1
/
+0
2011-02-19
genirq: Mirror irq trigger type bits in irq_data.state
Thomas Gleixner
1
-1
/
+1
2011-02-19
genirq: Move IRQ_PENDING flag to core
Thomas Gleixner
1
-2
/
+3
2011-02-19
genirq: Move IRQ_REPLAY and IRQ_WAITING to core
Thomas Gleixner
1
-2
/
+5
2011-02-19
genirq: Consolidate IRQ_DISABLED
Thomas Gleixner
1
-5
/
+0
2011-02-19
genirq: Consolidate disable/enable
Thomas Gleixner
1
-5
/
+5
2011-02-19
genirq: Prevent access beyond allocated_irqs bitmap
Thomas Gleixner
1
-1
/
+1
2010-10-04
genirq: Provide compat handling for chip->retrigger()
Thomas Gleixner
1
-2
/
+2
2010-10-04
genirq: Provide compat handling for chip->enable()
Thomas Gleixner
1
-1
/
+1
2010-10-04
genirq: Convert core code to irq_data
Thomas Gleixner
1
-2
/
+3
2009-08-09
irq: Remove superfluous NULL pointer check in check_irq_resend()
Bartlomiej Zolnierkiewicz
1
-2
/
+1
2008-10-16
generic: sparse irqs: use irq_desc() together with dyn_array, instead of irq_...
Yinghai Lu
1
-1
/
+1
2008-10-16
irq: introduce nr_irqs
Yinghai Lu
1
-2
/
+2
2007-08-12
genirq: suppress resend of level interrupts
Thomas Gleixner
1
-1
/
+6
2007-08-09
Revert "genirq: temporary fix for level-triggered IRQ resend"
Linus Torvalds
1
-9
/
+0
2007-08-01
genirq: temporary fix for level-triggered IRQ resend
Thomas Gleixner
1
-0
/
+9
2006-10-06
[PATCH] ixp4xxdefconfig arm fixes
Frederik Deweerdt
1
-1
/
+1
2006-09-16
[PATCH] genirq: fix typo in IRQ resend
Imre Deak
1
-2
/
+1
2006-06-29
[PATCH] genirq: core
Thomas Gleixner
1
-2
/
+2
2006-06-29
[PATCH] genirq: add genirq sw IRQ-retrigger
Thomas Gleixner
1
-0
/
+78