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_work.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-24
trace: Add trace_ipi_send_cpu()
Peter Zijlstra
1
-4
/
+2
2023-03-24
irq_work: Trace self-IPIs sent via arch_irq_work_raise()
Valentin Schneider
1
-1
/
+13
2022-04-15
irq_work: use kasan_record_aux_stack_noalloc() record callstack
Zqiang
1
-1
/
+1
2021-10-15
irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ on PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+4
2021-10-15
irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RT
Sebastian Andrzej Siewior
1
-12
/
+106
2021-10-15
irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support.
Sebastian Andrzej Siewior
1
-0
/
+10
2021-06-10
irq_work: Make irq_work_queue() NMI-safe again
Peter Zijlstra
1
-3
/
+0
2021-04-30
irq_work: record irq_work_queue() call stack
Zqiang
1
-1
/
+6
2020-11-24
irq_work: Optimize irq_work_single()
Peter Zijlstra
1
-12
/
+17
2020-11-24
irq_work: Cleanup
Peter Zijlstra
1
-9
/
+9
2020-05-28
irq_work, smp: Allow irq_work on call_single_queue
Peter Zijlstra
1
-24
/
+29
2020-03-21
lockdep: Annotate irq_work
Sebastian Andrzej Siewior
1
-0
/
+2
2019-11-15
irq_work: Fix IRQ_WORK_BUSY bit clearing
Frederic Weisbecker
1
-0
/
+1
2019-11-11
irq_work: Slightly simplify IRQ_WORK_PENDING clearing
Frederic Weisbecker
1
-4
/
+3
2019-11-11
irq_work: Fix irq_work_claim() memory ordering
Frederic Weisbecker
1
-15
/
+7
2019-11-11
irq_work: Convert flags to atomic_t
Frederic Weisbecker
1
-9
/
+9
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-18
irq_work: Do not raise an IPI when queueing work on the local CPU
Nicholas Piggin
1
-33
/
+42
2018-01-08
irq/work: Improve the flag definitions
Bartosz Golaszewski
1
-1
/
+1
2017-11-13
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-7
/
+3
2017-11-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2017-11-12
irq/work: Use llist_for_each_entry_safe
Thomas Gleixner
1
-3
/
+3
2017-11-08
irq_work: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
1
-1
/
+1
2017-10-31
irq/work: Don't reinvent the wheel but use existing llist API
Byungchul Park
1
-5
/
+1
2017-10-09
irq_work: Map irq_work_on_queue() to irq_work_on() in !SMP
Paul E. McKenney
1
-3
/
+6
2015-11-23
treewide: Remove old email address
Peter Zijlstra
1
-1
/
+1
2014-10-29
percpu: Convert remaining __get_cpu_var uses in 3.18-rcX
Christoph Lameter
1
-2
/
+2
2014-10-15
Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-6
/
+6
2014-09-13
irq_work: Force raised irq work to run on irq work interrupt
Frederic Weisbecker
1
-2
/
+13
2014-08-26
time: Replace __get_cpu_var uses
Christoph Lameter
1
-6
/
+6
2014-07-05
irq_work: Remove BUG_ON in irq_work_run()
Peter Zijlstra
1
-42
/
+4
2014-06-16
irq_work: Implement remote queueing
Frederic Weisbecker
1
-1
/
+24
2014-06-16
irq_work: Split raised and lazy lists
Frederic Weisbecker
1
-28
/
+23
2014-02-21
perf/x86: Warn to early_printk() in case irq_work is too slow
Peter Zijlstra
1
-2
/
+4
2013-02-05
Merge branch 'nohz/printk-v8' into irq/core
Frederic Weisbecker
1
-26
/
+86
2013-02-04
irq_work: Remove return value from the irq_work_queue() function
anish kumar
1
-21
/
+10
2012-11-18
irq_work: Make self-IPIs optable
Frederic Weisbecker
1
-20
/
+27
2012-11-17
irq_work: Warn if there's still work on cpu_down
Steven Rostedt
1
-0
/
+3
2012-11-17
irq_work: Flush work on CPU_DYING
Steven Rostedt
1
-6
/
+45
2012-11-17
irq_work: Don't stop the tick with pending works
Frederic Weisbecker
1
-0
/
+11
2012-11-14
irq_work: Fix racy check on work pending flag
Frederic Weisbecker
1
-5
/
+11
2012-11-14
irq_work: Fix racy IRQ_WORK_BUSY flag setting
Frederic Weisbecker
1
-1
/
+4
2012-04-13
irq_work: fix compile failure on tile from missing include
Chris Metcalf
1
-0
/
+1
2012-04-02
irq_work: fix compile failure on MIPS from system.h split
Paul Gortmaker
1
-0
/
+1
2011-10-31
kernel: fix two implicit header assumptions in irq_work.c
Paul Gortmaker
1
-0
/
+2
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-10-04
llist: Add llist_next()
Peter Zijlstra
1
-1
/
+1
2011-10-04
irq_work: Use llist in the struct irq_work logic
Huang Ying
1
-58
/
+33
2010-12-18
irq_work: Use per cpu atomics instead of regular atomics
Christoph Lameter
1
-9
/
+9
2010-11-18
irq_work: Drop cmpxchg() result
Sergio Aguirre
1
-1
/
+3
[next]