]> git.karo-electronics.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2012-08-03 Paul E. McKenneyMerge branches 'bigrt.2012.07.31a', 'doctorture.2012...
2012-08-03 Paul E. McKenneyrcu: Fix obsolete rcu_initiate_boost() header comment
2012-08-03 Paul E. McKenneyrcu: Make offline-CPU checking allow for indefinite...
2012-08-03 Paul E. McKenneyrcu: Improve boost selection when moving tasks to root...
2012-08-03 Paul E. McKenneyrcu: Track CPU-hotplug duration statistics
2012-08-03 Paul E. McKenneyrcu: Remove _rcu_barrier() dependency on __stop_machine()
2012-08-03 Paul E. McKenneysched: Make migration_call() safe for stop_machine...
2012-07-31 Paul E. McKenneyrcu: Permit RCU_NONIDLE() to be used from interrupt...
2012-07-31 Paul E. McKenneyrcu: Properly initialize ->boost_tasks on CPU offline
2012-07-31 Paul E. McKenneyrcu: Move unanticipated condition from "if" to "WARN_ON()"
2012-07-31 Paul E. McKenneyrcu: Reduce synchronize_rcu_expedited() latency
2012-07-31 Paul E. McKenneyrcu: Eliminate signed overflow in synchronize_rcu_exped...
2012-07-31 Paul E. McKenneyrcu: Update rcutorture defaults
2012-07-31 Frederic Weisbeckerrcu: Userspace RCU extended QS selftest
2012-07-31 Frederic Weisbeckerx86: Exit RCU extended QS on notify resume
2012-07-31 Frederic Weisbeckerx86: Use the new schedule_user API on userspace preemption
2012-07-31 Frederic Weisbeckerrcu: Exit RCU extended QS on user preemption
2012-07-31 Frederic Weisbeckerrcu: Exit RCU extended QS on kernel preemption after...
2012-07-31 Frederic Weisbeckerx86: Exception hooks for userspace RCU extended QS
2012-07-31 Frederic Weisbeckerx86: Syscall hooks for userspace RCU extended QS
2012-07-31 Frederic Weisbeckerrcu: Switch task's syscall hooks on context switch
2012-07-31 Frederic Weisbeckerrcu: Ignore userspace extended quiescent state by default
2012-07-31 Frederic Weisbeckerrcu: Allow rcu_user_enter()/exit() to nest
2012-07-31 Frederic Weisbeckerrcu: Settle config for userspace extended quiescent...
2012-07-31 Paul E. McKenneyrcu: Make RCU_FAST_NO_HZ handle adaptive ticks
2012-07-31 Frederic Weisbeckerrcu: New rcu_user_enter_irq() and rcu_user_exit_irq...
2012-07-31 Frederic Weisbeckerrcu: New rcu_user_enter() and rcu_user_exit() APIs
2012-07-23 Paul E. McKenneyrcu: Remove callback acceleration from grace-period...
2012-07-23 Paul E. McKenneyrcu: Adjust for unconditional ->completed assignment
2012-07-23 Paul E. McKenneyrcu: Add random PROVE_RCU_DELAY to grace-period initial...
2012-07-23 Paul E. McKenneyrcu: Fix day-zero grace-period initialization/cleanup...
2012-07-23 Paul E. McKenneyrcu: Prevent initialization-time quiescent-state race
2012-07-23 Paul E. McKenneyrcu: Make rcutree module parameters visible in sysfs
2012-07-23 Paul E. McKenneyrcu: Remove now-unused rcu_state fields
2012-07-23 Paul E. McKenneyrcu: Control grace-period duration from sysfs
2012-07-23 Paul E. McKenneyrcu: Prevent force_quiescent_state() memory contention
2012-07-23 Paul E. McKenneyrcu: Adjust debugfs tracing for kthread-based quiescent...
2012-07-23 Paul E. McKenneyrcu: Allow RCU quiescent-state forcing to be preempted
2012-07-23 Paul E. McKenneyrcu: Move quiescent-state forcing into kthread
2012-07-23 Paul E. McKenneyrcu: Pull TINY_RCU dyntick-idle tracing into non-idle...
2012-07-23 Paul E. McKenneyrcu: Add PROVE_RCU_DELAY to provoke difficult races
2012-07-06 Dimitri Sivanichrcu: Segregate rcu_state fields to improve cache locality
2012-07-06 Paul E. McKenneyrcu: Provide OOM handler to motivate lazy RCU callbacks
2012-07-06 Paul E. McKenneyrcu: Break up rcu_gp_kthread() into subfunctions
2012-07-06 Paul E. McKenneyrcu: Prevent offline CPUs from executing RCU core code
2012-07-06 Paul E. McKenneyrcu: Allow RCU grace-period cleanup to be preempted
2012-07-06 Paul E. McKenneyrcu: Fix broken strings in RCU's source code.
2012-07-06 Paul E. McKenneyrcu: Move RCU grace-period cleanup into kthread
2012-07-06 Paul E. McKenneyrcu: Allow RCU grace-period initialization to be preempted
2012-07-06 Paul E. McKenneyrcu: Move RCU grace-period initialization into a kthread
2012-07-06 Paul E. McKenneyrcu: Fix code-style issues involving "else"
2012-07-06 Paul E. McKenneyMerge branches 'bigrtm.2012.07.04a', 'doctorture.2012...
2012-07-06 Paul E. McKenneyrcu: Introduce check for callback list/count mismatch
2012-07-02 Paul E. McKenneyrcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter
2012-07-02 Paul E. McKenneyrcu: Fix qlen_lazy breakage
2012-07-02 Paul E. McKenneyrcu: Round FAST_NO_HZ lazy timeout to nearest second
2012-07-02 Paul E. McKenneyrcu: The rcu_needs_cpu() function is not a quiescent...
2012-07-02 Paul E. McKenneyrcu: Dump only the current CPU's buffers for idle-entry...
2012-07-02 Paul E. McKenneyrcu: Add check for CPUs going offline with callbacks...
2012-07-02 Paul E. McKenneyrcu: Disable preemption in rcu_blocking_is_gp()
2012-07-02 Carsten Emdercu: Prevent uninitialized string in RCU CPU stall...
2012-07-02 Paul E. McKenneyrcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCU
2012-07-02 Paul E. McKenneyrcu: Split RCU core processing out of __call_rcu()
2012-07-02 Paul E. McKenneyrcu: Prevent __call_rcu() from invoking RCU core on...
2012-07-02 Paul E. McKenneyrcu: Make __call_rcu() handle invocation from idle
2012-07-02 Paul E. McKenneyrcu: Remove function versions of __kfree_rcu and __is_k...
2012-07-02 Paul E. McKenneyrcu: Consolidate tree/tiny __rcu_read_{,un}lock() imple...
2012-07-02 Paul E. McKenneyrcu: Remove return value from rcu_assign_pointer()
2012-07-02 Paul E. McKenneykey: Remove extraneous parentheses from rcu_assign_keyp...
2012-07-02 Paul E. McKenneyrcu: Remove return value from RCU_INIT_POINTER()
2012-07-02 Paul E. McKenneyrcu: Use new RCU_POINTER_INITIALIZER for gcc-style...
2012-07-02 Paul E. McKenneyrcu: Add a gcc-style structure initializer for RCU...
2012-07-02 Paul E. McKenneyrcu: Add ACCESS_ONCE() to ->qlen accesses
2012-07-02 Paul E. McKenneyrcu: Consolidate duplicate callback-list initialization
2012-07-02 Paul E. McKenneyrcu: Fix detection of abruptly-ending stall
2012-07-02 Paul E. McKenneyrcu: Make rcutorture fakewriters invoke rcu_barrier()
2012-07-02 Paul E. McKenneyrcu: Fix diagnostic-printk typo in rcutorture
2012-07-02 Paul E. McKenneyrcu: Fix bug in rcu_barrier() torture test
2012-07-02 Paul E. McKenneyrcu: Test srcu_barrier() from rcutorture test suite
2012-07-02 Paul E. McKenneyrcu: Rationalize ordering of torture_ops list
2012-07-02 Paul E. McKenneyrcu: Update documentation to cover call_srcu() and...
2012-07-02 Paul E. McKenneyrcu: RCU_SAVE_DYNTICK code no longer ever dead
2012-07-02 Paul E. McKenneyrcu: Use for_each_rcu_flavor() in TREE_RCU tracing
2012-07-02 Paul E. McKenneyrcu: Introduce for_each_rcu_flavor() and use it
2012-07-02 Paul E. McKenneyrcu: Remove unneeded __rcu_process_callbacks() argument
2012-07-02 Paul E. McKenneyrcu: Add rcu_barrier() statistics to debugfs tracing
2012-07-02 Paul E. McKenneyrcu: Add tracing for _rcu_barrier()
2012-07-02 Paul E. McKenneyrcu: Increase rcu_barrier() concurrency
2012-07-02 Paul E. McKenneyrcu: Remove needless initialization
2012-07-02 Paul E. McKenneyrcu: Move rcu_barrier_mutex to rcu_state structure
2012-07-02 Paul E. McKenneyrcu: Move rcu_barrier_completion to rcu_state structure
2012-07-02 Paul E. McKenneyrcu: Move rcu_barrier_cpu_count to rcu_state structure
2012-07-02 Paul E. McKenneyrcu: Move _rcu_barrier()'s rcu_head structures to rcu_d...
2012-07-02 Paul E. McKenneyrcu: Place pointer to call_rcu() in rcu_data structure
2012-07-02 Paul E. McKenneyrcu: Prevent excessive line length in RCU_STATE_INITIAL...
2012-07-02 Paul E. McKenneyrcu: Size rcu_node tree from nr_cpu_ids rather than...
2012-07-02 Paul E. McKenneyrcu: Four-level hierarchy is no longer experimental
2012-07-02 Paul E. McKenneyrcu: Control RCU_FANOUT_LEAF from boot-time parameter
2012-07-02 Paul E. McKenneyRevert "rcu: Move PREEMPT_RCU preemption to switch_to...
2012-06-30 Linus TorvaldsLinux 3.5-rc5 v3.5-rc5
next