summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | | | | | | | | | | | | tracing: Restore system filter behaviorLi Zefan2011-11-02
| | * | | | | | | | | | | | | | | | | | | | tracing: fix event_subsystem ref countingIlya Dryomov2011-10-31
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-01-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | cpu: Export cpu_up()Paul E. McKenney2011-12-12
| * | | | | | | | | | | | | | | | | | | | | rcu: Apply ACCESS_ONCE() to rcu_boost() return valuePaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | Revert "rcu: Permit rt_mutex_unlock() with irqs disabled"Paul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Augment rcu_batch_end tracing for idle and callback statePaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Add rcutorture tests for srcu_read_lock_raw()Paul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Make rcutorture test for hotpluggability before offlining CPUsPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Remove redundant rcu_cpu_stall_suppress declarationPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Adaptive dyntick-idle preparationPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Keep invoking callbacks if CPU otherwise idlePaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Irq nesting is always 0 on rcu_enter_idle_commonFrederic Weisbecker2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Don't check irq nesting from rcu idle entry/exitFrederic Weisbecker2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Identify dyntick-idle CPUs on first force_quiescent_state() passPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Remove dynticks false positives and RCU failuresPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Reduce latency of rcu_prepare_for_idle()Paul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Avoid needlessly IPIing CPUs at GP endPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Go dyntick-idle more quickly if CPU has serviced current grace periodPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Add rcutorture CPU-hotplug capabilityPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | events: Make events use the new is_idle_task() APIPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Make RCU use the new is_idle_task() APIPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Control rcutorture startup from kernel boot parametersPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Add rcutorture system-shutdown capabilityPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Fix idle-task checksPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Add more information to the wrong-idle-task complaintPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker2011-12-11
| * | | | | | | | | | | | | | | | | | | | | nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker2011-12-11
| * | | | | | | | | | | | | | | | | | | | | nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Inform the user about extended quiescent state on PROVE_RCU warningFrederic Weisbecker2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Remove redundant return from rcu_report_exp_rnp()Thomas Gleixner2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Omit self-awaken when setting up expedited grace periodThomas Gleixner2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Disable preemption in rcu_is_cpu_idle()Paul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Add failure tracing to rcutorturePaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | trace: Allow ftrace_dump() to be called from modulesPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Track idleness independent of idle tasksPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Make synchronize_sched_expedited() better at work sharingPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: Avoid RCU-preempt expedited grace-period botchPaul E. McKenney2011-12-11
| * | | | | | | | | | | | | | | | | | | | | rcu: ->signaled better named ->fqs_statePaul E. McKenney2011-12-11
| | |_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | printk, lockdep: Switch to tracked irq opsPeter Zijlstra2011-11-14
| * | | | | | | | | | | | | | | | | | | | | printk, lockdep: Remove superfluous preempt_disable()Peter Zijlstra2011-11-14