index
:
snowball/igloo-kernel.git
android
audio
audio-android
caif
cg2900
cg2900-android
cg2900-fm
core
debian-packaging
dma
gpio
hsi
hwmem
input
integration-android-ux500
integration-linux-ux500
integration-ubuntu-ux500
mach-plat
mali-android
mali-generic
modem
other
pm
pm-android
security
st-mems-sensors
stable-android-ux500-3.0
stable-android-ux500-3.0-mali-v9
stable-android-ux500-3.1
stable-android-ux500-3.1-mali-v9
stable-android-ux500-3.2
stable-android-ux500-3.3
stable-android-ux500-3.3-1
stable-android-ux500-3.4
stable-linaro-ux500-3.1
stable-linux-ux500-3.1
stable-linux-ux500-3.2
stable-linux-ux500-3.3
stable-linux-ux500-3.3-1
stable-linux-ux500-3.4
stable-ubuntu-ux500-3.0
stable-ubuntu-ux500-3.1
stable-ubuntu-ux500-3.2
stable-ubuntu-ux500-3.3
stable-ubuntu-ux500-3.3-1
stable-ubuntu-ux500-3.4
ste-multimedia-framework
storage-mmc
trace-debug
usb
usb-android
video
video-android
wlan
Igloo kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-12-11
rcu: Augment rcu_batch_end tracing for idle and callback state
Paul E. McKenney
2011-12-11
rcu: Add rcutorture tests for srcu_read_lock_raw()
Paul E. McKenney
2011-12-11
rcu: Make rcutorture test for hotpluggability before offlining CPUs
Paul E. McKenney
2011-12-11
driver-core/cpu: Expose hotpluggability to the rest of the kernel
Josh Triplett
2011-12-11
rcu: Remove redundant rcu_cpu_stall_suppress declaration
Paul E. McKenney
2011-12-11
rcu: Adaptive dyntick-idle preparation
Paul E. McKenney
2011-12-11
rcu: Keep invoking callbacks if CPU otherwise idle
Paul E. McKenney
2011-12-11
rcu: Irq nesting is always 0 on rcu_enter_idle_common
Frederic Weisbecker
2011-12-11
rcu: Don't check irq nesting from rcu idle entry/exit
Frederic Weisbecker
2011-12-11
rcu: Permit dyntick-idle with callbacks pending
Paul E. McKenney
2011-12-11
rcu: Document same-context read-side constraints
Paul E. McKenney
2011-12-11
rcu: Identify dyntick-idle CPUs on first force_quiescent_state() pass
Paul E. McKenney
2011-12-11
rcu: Remove dynticks false positives and RCU failures
Paul E. McKenney
2011-12-11
rcu: Reduce latency of rcu_prepare_for_idle()
Paul E. McKenney
2011-12-11
rcu: Eliminate RCU_FAST_NO_HZ grace-period hang
Paul E. McKenney
2011-12-11
rcu: Avoid needlessly IPIing CPUs at GP end
Paul E. McKenney
2011-12-11
rcu: Go dyntick-idle more quickly if CPU has serviced current grace period
Paul E. McKenney
2011-12-11
rcu: Add tracing for RCU_FAST_NO_HZ
Paul E. McKenney
2011-12-11
rcu: Update trace_rcu_dyntick() header comment
Paul E. McKenney
2011-12-11
doc: Add load/store guarantees to Documentation/atomic-ops.txt
Paul E. McKenney
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
2011-12-11
rcu: Add rcutorture CPU-hotplug capability
Paul E. McKenney
2011-12-11
tile: Make tile use the new is_idle_task() API
Paul E. McKenney
2011-12-11
events: Make events use the new is_idle_task() API
Paul E. McKenney
2011-12-11
kdb: Make KDB use the new is_idle_task() API
Paul E. McKenney
2011-12-11
sparc: Make SPARC use the new is_idle_task() API
Paul E. McKenney
2011-12-11
rcu: Make RCU use the new is_idle_task() API
Paul E. McKenney
2011-12-11
sched: Add is_idle_task() to handle invalidated uses of idle_cpu()
Paul E. McKenney
2011-12-11
rcu: Control rcutorture startup from kernel boot parameters
Paul E. McKenney
2011-12-11
rcu: Add rcutorture system-shutdown capability
Paul E. McKenney
2011-12-11
rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCU
Paul E. McKenney
2011-12-11
rcu: Fix idle-task checks
Paul E. McKenney
2011-12-11
rcu: Allow dyntick-idle mode for CPUs with callbacks
Paul E. McKenney
2011-12-11
rcu: Add more information to the wrong-idle-task complaint
Paul E. McKenney
2011-12-11
rcu: Deconfuse dynticks entry-exit tracing
Paul E. McKenney
2011-12-11
rcu: Add documentation for raw SRCU read-side primitives
Paul E. McKenney
2011-12-11
rcu: Introduce raw SRCU read-side primitives
Paul E. McKenney
2011-12-11
powerpc: Tell RCU about idle after hcall tracing
Paul E. McKenney
2011-12-11
rcu: Fix early call to rcu_idle_enter()
Frederic Weisbecker
2011-12-11
x86: Call idle notifier after irq_enter()
Frederic Weisbecker
2011-12-11
x86: Enter rcu extended qs after idle notifier call
Frederic Weisbecker
2011-12-11
nohz: Allow rcu extended quiescent state handling seperately from tick stop
Frederic Weisbecker
2011-12-11
nohz: Separate out irq exit and idle loop dyntick logic
Frederic Weisbecker
2011-12-11
rcu: Make srcu_read_lock_held() call common lockdep-enabled function
Paul E. McKenney
2011-12-11
rcu: Warn when srcu_read_lock() is used in an extended quiescent state
Paul E. McKenney
2011-12-11
rcu: Remove one layer of abstraction from PROVE_RCU checking
Paul E. McKenney
2011-12-11
rcu: Warn when rcu_read_lock() is used in extended quiescent state
Frederic Weisbecker
2011-12-11
rcu: Inform the user about extended quiescent state on PROVE_RCU warning
Frederic Weisbecker
2011-12-11
rcu: Detect illegal rcu dereference in extended quiescent state
Frederic Weisbecker
2011-12-11
rcu: Remove redundant return from rcu_report_exp_rnp()
Thomas Gleixner
[next]