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
/
rcutiny.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-21
rcu: Add RCU_NONIDLE() for idle-loop RCU read-side critical sections
Paul E. McKenney
1
-0
/
+2
2012-02-21
rcu: Allow nesting of rcu_idle_enter() and rcu_idle_exit()
Paul E. McKenney
1
-4
/
+12
2012-02-21
rcu: Avoid waking up CPUs having only kfree_rcu() callbacks
Paul E. McKenney
1
-2
/
+2
2012-02-21
rcu: Add lockdep-RCU checks for simple self-deadlock
Paul E. McKenney
1
-0
/
+4
2011-12-11
rcu: Augment rcu_batch_end tracing for idle and callback state
Paul E. McKenney
1
-2
/
+8
2011-12-11
rcu: Make RCU use the new is_idle_task() API
Paul E. McKenney
1
-2
/
+2
2011-12-11
rcu: Fix idle-task checks
Paul E. McKenney
1
-2
/
+2
2011-12-11
rcu: Add more information to the wrong-idle-task complaint
Paul E. McKenney
1
-2
/
+10
2011-12-11
rcu: Deconfuse dynticks entry-exit tracing
Paul E. McKenney
1
-11
/
+17
2011-12-11
rcu: Detect illegal rcu dereference in extended quiescent state
Frederic Weisbecker
1
-0
/
+1
2011-12-11
rcu: Track idleness independent of idle tasks
Paul E. McKenney
1
-17
/
+107
2011-10-31
kernel: fix up module header handling in rcutiny files
Paul Gortmaker
1
-1
/
+0
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-09-28
rcu: Add grace-period, quiescent-state, and call_rcu trace events
Paul E. McKenney
1
-1
/
+3
2011-09-28
rcu: Make TINY_RCU also use softirq for RCU_BOOST=n
Paul E. McKenney
1
-64
/
+10
2011-09-28
rcu: Add RCU type to callback-invocation tracing
Paul E. McKenney
1
-4
/
+4
2011-09-28
rcu: Put names into TINY_RCU structures under RCU_TRACE
Paul E. McKenney
1
-13
/
+0
2011-09-28
rcu: Add event-tracing for RCU callback invocation
Paul E. McKenney
1
-1
/
+25
2011-09-28
rcu: Abstract common code for RCU grace-period-wait primitives
Paul E. McKenney
1
-28
/
+0
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
1
-0
/
+1
2011-05-05
rcu: optimize rcutiny
Eric Dumazet
1
-22
/
+21
2011-05-05
rcu: introduce kfree_rcu()
Lai Jiangshan
1
-1
/
+1
2011-01-14
rcu: avoid pointless blocked-task warnings
Paul E. McKenney
1
-1
/
+2
2010-11-29
rcu: add tracing for TINY_RCU and TINY_PREEMPT_RCU
Paul E. McKenney
1
-0
/
+4
2010-11-29
rcu: priority boosting for TINY_PREEMPT_RCU
Paul E. McKenney
1
-40
/
+26
2010-11-17
rcu: move TINY_RCU from softirq to kthread
Paul E. McKenney
1
-13
/
+58
2010-08-20
rcu: Add a TINY_PREEMPT_RCU
Paul E. McKenney
1
-19
/
+14
2010-06-14
tree/tiny rcu: Add debug RCU head objects
Mathieu Desnoyers
1
-0
/
+2
2010-05-11
rcu: remove all rcu head initializations, except on_stack initializations
Paul E. McKenney
1
-0
/
+6
2010-05-10
rcu: slim down rcutiny by removing rcu_scheduler_active and friends
Paul E. McKenney
1
-0
/
+7
2010-05-10
rcu: rename rcutiny rcu_ctrlblk to rcu_sched_ctrlblk
Paul E. McKenney
1
-6
/
+7
2010-05-10
rcu: shrink rcutiny by making synchronize_rcu_bh() be inline
Paul E. McKenney
1
-7
/
+2
2009-11-22
rcu: Eliminate unneeded function wrapping
Paul E. McKenney
1
-10
/
+1
2009-10-26
rcu: Do tiny cleanups in rcutiny
Ingo Molnar
1
-26
/
+23
2009-10-26
rcu: "Tiny RCU", The Bloatwatch Edition
Paul E. McKenney
1
-0
/
+294