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
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-30
Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...
Paul E. McKenney
12
-2385
/
+2004
2018-08-30
srcu: Make early-boot call_srcu() reuse workqueue lists
Paul E. McKenney
2
-11
/
+10
2018-08-30
srcu: Make call_srcu() available during very early boot
Paul E. McKenney
6
-4
/
+68
2018-08-30
rcu: Convert rcu_state.ofl_lock to raw_spinlock_t
Mike Galbraith
2
-7
/
+7
2018-08-30
rcu: Remove obsolete ->dynticks_fqs and ->cond_resched_completed
Paul E. McKenney
2
-10
/
+3
2018-08-30
rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticks
Paul E. McKenney
4
-80
/
+56
2018-08-30
rcu: Switch dyntick nesting counters to rcu_data structure
Paul E. McKenney
3
-40
/
+43
2018-08-30
rcu: Switch urgent quiescent-state requests to rcu_data structure
Paul E. McKenney
4
-16
/
+14
2018-08-30
rcu: Switch lazy counts to rcu_data structure
Paul E. McKenney
2
-20
/
+10
2018-08-30
rcu: Switch last accelerate/advance to rcu_data structure
Paul E. McKenney
2
-13
/
+8
2018-08-30
rcu: Switch ->tick_nohz_enabled_snap to rcu_data structure
Paul E. McKenney
2
-6
/
+5
2018-08-30
rcu: Merge rcu_dynticks structure into rcu_data structure
Paul E. McKenney
1
-0
/
+17
2018-08-30
rcu: Convert "1UL << x" to "BIT(x)"
Paul E. McKenney
2
-2
/
+2
2018-08-30
rcu: Avoid resched_cpu() when rescheduling the current CPU
Paul E. McKenney
3
-13
/
+21
2018-08-30
rcu: More aggressively enlist scheduler aid for nohz_full CPUs
Paul E. McKenney
3
-6
/
+28
2018-08-30
rcu: Compute jiffies_till_sched_qs from other kernel parameters
Paul E. McKenney
2
-16
/
+49
2018-08-30
rcu: Provide functions for determining if call_rcu() has been invoked
Paul E. McKenney
1
-1
/
+4
2018-08-30
rcu: Eliminate ->rcu_qs_ctr from the rcu_dynticks structure
Paul E. McKenney
3
-45
/
+15
2018-08-30
rcu: Motivate Tiny RCU forward progress
Paul E. McKenney
1
-1
/
+5
2018-08-30
rcutorture: Dump reader protection sequence if failures or close calls
Paul E. McKenney
1
-23
/
+96
2018-08-30
rcu: Provide improved interrupt-from-idle check in rcu_check_callbacks()
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Make need_resched() respond to urgent RCU-QS needs
Paul E. McKenney
1
-0
/
+9
2018-08-30
rcu: Inline _rcu_barrier() into its sole remaining caller
Paul E. McKenney
3
-35
/
+29
2018-08-30
rcu: Define rcu_all_qs() only in !PREEMPT builds
Paul E. McKenney
2
-40
/
+40
2018-08-30
rcu: Clean up flavor-related definitions and comments in update.c
Paul E. McKenney
1
-10
/
+10
2018-08-30
rcu: Clean up flavor-related definitions and comments in tree_plugin.h
Paul E. McKenney
1
-19
/
+17
2018-08-30
rcu: Clean up flavor-related definitions and comments in tree_exp.h
Paul E. McKenney
1
-11
/
+11
2018-08-30
rcu: Clean up flavor-related definitions and comments in tree.c
Paul E. McKenney
1
-42
/
+32
2018-08-30
rcu: Clean up flavor-related definitions and comments in tiny.c
Paul E. McKenney
1
-5
/
+5
2018-08-30
rcu: Clean up flavor-related definitions and comments in srcutree.h
Paul E. McKenney
1
-1
/
+1
2018-08-30
rcu: Clean up flavor-related definitions and comments in rcutorture.c
Paul E. McKenney
1
-2
/
+2
2018-08-30
rcu: Clean up flavor-related definitions and comments in rcu.h
Paul E. McKenney
1
-8
/
+10
2018-08-30
rcu: Clean up flavor-related definitions and comments in Kconfig
Paul E. McKenney
1
-10
/
+10
2018-08-30
rcu: Remove now-unused rcutorture APIs
Paul E. McKenney
2
-57
/
+0
2018-08-30
rcuperf: Remove the "rcu_bh" and "sched" torture types
Paul E. McKenney
1
-63
/
+2
2018-08-30
rcutorture: Remove the "rcu_bh" and "sched" torture types
Paul E. McKenney
1
-86
/
+3
2018-08-30
rcu: Stop testing RCU-bh and RCU-sched
Paul E. McKenney
1
-37
/
+1
2018-08-30
rcutorture: Add RCU-bh and RCU-sched support for extended readers
Paul E. McKenney
1
-10
/
+22
2018-08-30
rcu: Consolidate RCU-sched update-side function definitions
Paul E. McKenney
1
-58
/
+0
2018-08-30
rcu: Consolidate RCU-bh update-side function definitions
Paul E. McKenney
1
-9
/
+0
2018-08-30
rcu: Pull rcu_gp_kthread() FQS loop into separate function
Paul E. McKenney
1
-59
/
+66
2018-08-30
rcu: Inline increment_cpu_stall_ticks() into its sole caller
Paul E. McKenney
3
-8
/
+1
2018-08-30
rcu: Fix typo in force_qs_rnp()'s parameter's parameter
Paul E. McKenney
1
-2
/
+2
2018-08-30
rcu: Eliminate initialization-time use of rsp
Paul E. McKenney
1
-13
/
+12
2018-08-30
rcu: Eliminate RCU-barrier use of rsp
Paul E. McKenney
1
-33
/
+32
2018-08-30
rcu: Eliminate quiescent-state and grace-period-nonstart use of rsp
Paul E. McKenney
1
-17
/
+15
2018-08-30
rcu: Eliminate callback-invocation/invocation use of rsp
Paul E. McKenney
1
-13
/
+11
2018-08-30
rcu: Eliminate grace-period management code use of rsp
Paul E. McKenney
1
-86
/
+82
2018-08-30
rcu: Eliminate stall-warning use of rsp
Paul E. McKenney
1
-41
/
+39
2018-08-30
rcu: Restructure rcu_check_gp_kthread_starvation()
Paul E. McKenney
1
-14
/
+11
[next]