firefly-linux-kernel-4.4.55.git
2012-10-11 Frederic Weisbeckerrcu: Advise most users not to enable RCU user mode
2012-10-08 Paul E. McKenneyrcu: Grace-period initialization excludes only RCU...
2012-09-26 Paul E. McKenneyrcu: Apply micro-optimization and int/bool fixes to...
2012-09-26 Frederic Weisbeckerrcu: Userspace RCU extended QS selftest
2012-09-26 Frederic Weisbeckerx86: Exit RCU extended QS on notify resume
2012-09-26 Frederic Weisbeckerx86: Use the new schedule_user API on userspace preemption
2012-09-26 Frederic Weisbeckerrcu: Exit RCU extended QS on user preemption
2012-09-26 Frederic Weisbeckerrcu: Exit RCU extended QS on kernel preemption after...
2012-09-26 Frederic Weisbeckerx86: Exception hooks for userspace RCU extended QS
2012-09-26 Frederic Weisbeckerx86: Unspaghettize do_general_protection()
2012-09-26 Frederic Weisbeckerx86: Syscall hooks for userspace RCU extended QS
2012-09-26 Frederic Weisbeckerrcu: Switch task's syscall hooks on context switch
2012-09-26 Frederic Weisbeckerrcu: Ignore userspace extended quiescent state by default
2012-09-26 Frederic Weisbeckerrcu: Allow rcu_user_enter()/exit() to nest
2012-09-26 Frederic Weisbeckerrcu: Settle config for userspace extended quiescent...
2012-09-26 Paul E. McKenneyrcu: Make RCU_FAST_NO_HZ handle adaptive ticks
2012-09-26 Frederic Weisbeckerrcu: New rcu_user_enter_after_irq() and rcu_user_exit_a...
2012-09-26 Frederic Weisbeckerrcu: New rcu_user_enter() and rcu_user_exit() APIs
2012-09-25 Paul E. McKenneyMerge remote-tracking branch 'tip/core/rcu' into next...
2012-09-25 Paul E. McKenneyMerge remote-tracking branch 'tip/smp/hotplug' into...
2012-09-25 Ingo MolnarMerge tag 'v3.6-rc7' into core/rcu
2012-09-25 Paul E. McKenneyMerge branches 'bigrt.2012.09.23a', 'doctorture.2012...
2012-09-24 Linus TorvaldsLinux 3.6-rc7
2012-09-23 Linus TorvaldsMerge branch 'rc-fixes' of git://git./linux/kernel...
2012-09-23 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2012-09-23 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2012-09-23 Shaun Ruffelledac_mc: edac_mc_free() cannot assume mem_ctl_info...
2012-09-23 Fengguang Wuedac_mc: fix messy kfree calls in the error path
2012-09-23 Andreas Herrmannhwmon: (fam15h_power) Tweak runavg_range on resume
2012-09-23 Silas Boyd... hwmon: (coretemp) Use get_online_cpus to avoid races...
2012-09-23 Silas Boyd... hwmon: (via-cputemp) Use get_online_cpus to avoid races...
2012-09-23 Paul E. McKenneyia64: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckerxtensa: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckerscore: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckerparisc: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckermn10300: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckerm68k: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckerm32r: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckerh8300: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckerfrv: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckercris: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckeralpha: Add missing RCU idle APIs on idle loop
2012-09-23 Frederic Weisbeckeralpha: Fix preemption handling in idle loop
2012-09-23 Silas Boyd... Use get_online_cpus to avoid races involving CPU hotplug
2012-09-23 Silas Boyd... Use get_online_cpus to avoid races involving CPU hotplug
2012-09-23 Peter Zijlstrasched: Fix load avg vs cpu-hotplug
2012-09-23 Paul E. McKenneyrcu: Disallow callback registry on offline CPUs
2012-09-23 Paul E. McKenneyrcu: Remove _rcu_barrier() dependency on __stop_machine()
2012-09-23 Paul E. McKenneyrcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message
2012-09-23 Li Zhongrcu: Move TINY_RCU quiescent state out of extended...
2012-09-23 Michael Wangkmemleak: Replace list_for_each_continue_rcu with new...
2012-09-23 Paul E. McKenneytime: RCU permitted to stop idle entry via softirq
2012-09-23 Paul E. McKenneyrcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()
2012-09-23 Paul E. McKenneyrcu: Remove redundant memory barrier from __call_rcu()
2012-09-23 Paul E. McKenneyrcu: Avoid spurious RCU CPU stall warnings
2012-09-23 Paul E. McKenneyrcu: Protect rcu_node accesses during CPU stall warnings
2012-09-23 Paul E. McKenneyrcu: Avoid rcu_print_detail_task_stall_rnp() segfault
2012-09-23 Paul E. McKenneyrcu: Apply for_each_rcu_flavor() to increment_cpu_stall...
2012-09-23 Paul E. McKenneyrcu: Fix obsolete rcu_initiate_boost() header comment
2012-09-23 Paul E. McKenneyrcu: Make offline-CPU checking allow for indefinite...
2012-09-23 Paul E. McKenneyrcu: Improve boost selection when moving tasks to root...
2012-09-23 Paul E. McKenneyrcu: Permit RCU_NONIDLE() to be used from interrupt...
2012-09-23 Paul E. McKenneyrcu: Properly initialize ->boost_tasks on CPU offline
2012-09-23 Paul E. McKenneyrcu: Pull TINY_RCU dyntick-idle tracing into non-idle...
2012-09-23 Paul E. McKenneyrcu: Add PROVE_RCU_DELAY to provoke difficult races
2012-09-23 Paul E. McKenneyrcu: Prevent initialization race in rcutorture kthreads
2012-09-23 Paul E. McKenneyrcu: Switch rcutorture to pr_alert() and friends
2012-09-23 Paul E. McKenneyrcu: Document SRCU dead-CPU capabilities, emphasize...
2012-09-23 Paul E. McKenneyrcu: Track CPU-hotplug duration statistics
2012-09-23 Paul E. McKenneyrcu: Update rcutorture defaults
2012-09-23 Paul E. McKenneyrcu: Shrink RCU based on number of CPUs
2012-09-23 Paul E. McKenneyrcu: Handle unbalanced rcu_node configurations with...
2012-09-23 Paul E. McKenneyrcu: Simplify quiescent-state detection
2012-09-23 Paul E. McKenneyrcu: Reduce synchronize_rcu_expedited() latency
2012-09-23 Paul E. McKenneyrcu: Eliminate signed overflow in synchronize_rcu_exped...
2012-09-23 Paul E. McKenneyrcu: Adjust for unconditional ->completed assignment
2012-09-23 Paul E. McKenneyrcu: Add random PROVE_RCU_DELAY to grace-period initial...
2012-09-23 Paul E. McKenneyrcu: Fix day-zero grace-period initialization/cleanup...
2012-09-23 Paul E. McKenneyrcu: Make rcutree module parameters visible in sysfs
2012-09-23 Paul E. McKenneyrcu: Control grace-period duration from sysfs
2012-09-23 Paul E. McKenneyrcu: Prevent force_quiescent_state() memory contention
2012-09-23 Paul E. McKenneyrcu: Adjust debugfs tracing for kthread-based quiescent...
2012-09-23 Paul E. McKenneyrcu: Allow RCU quiescent-state forcing to be preempted
2012-09-23 Paul E. McKenneyrcu: Move quiescent-state forcing into kthread
2012-09-23 Dimitri Sivanichrcu: Segregate rcu_state fields to improve cache locality
2012-09-23 Paul E. McKenneyrcu: Provide OOM handler to motivate lazy RCU callbacks
2012-09-23 Paul E. McKenneyrcu: Prevent offline CPUs from executing RCU core code
2012-09-23 Paul E. McKenneyrcu: Break up rcu_gp_kthread() into subfunctions
2012-09-23 Paul E. McKenneyrcu: Allow RCU grace-period cleanup to be preempted
2012-09-23 Paul E. McKenneyrcu: Move RCU grace-period cleanup into kthread
2012-09-23 Paul E. McKenneyrcu: Allow RCU grace-period initialization to be preempted
2012-09-23 Paul E. McKenneyrcu: Prevent initialization-time quiescent-state race
2012-09-23 Paul E. McKenneyrcu: Move RCU grace-period initialization into a kthread
2012-09-23 Paul E. McKenneyrcu: Fix day-one dyntick-idle stall-warning bug
2012-09-22 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2012-09-22 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2012-09-22 Linus TorvaldsMerge branch 'upstream-fixes' of git://git./linux/kerne...
2012-09-22 Linus TorvaldsMerge branch 'for-linus' of git://git.samba.org/sfrench...
2012-09-22 Nestor Lopez... HID: Fix logitech-dj: missing Unifying device issue
2012-09-22 Axel LinHID: lenovo-tpkbd: Fix memory leak in tpkbd_remove_tp()
next