summaryrefslogtreecommitdiffstats
path: root/fs/cifs/dir.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-11rcu: Augment rcu_batch_end tracing for idle and callback statePaul E. McKenney4-13/+68
2011-12-11rcu: Add rcutorture tests for srcu_read_lock_raw()Paul E. McKenney1-1/+25
2011-12-11rcu: Make rcutorture test for hotpluggability before offlining CPUsPaul E. McKenney1-2/+2
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett2-0/+8
2011-12-11rcu: Remove redundant rcu_cpu_stall_suppress declarationPaul E. McKenney1-2/+0
2011-12-11rcu: Adaptive dyntick-idle preparationPaul E. McKenney1-11/+43
2011-12-11rcu: Keep invoking callbacks if CPU otherwise idlePaul E. McKenney3-1/+19
2011-12-11rcu: Irq nesting is always 0 on rcu_enter_idle_commonFrederic Weisbecker1-3/+2
2011-12-11rcu: Don't check irq nesting from rcu idle entry/exitFrederic Weisbecker1-10/+8
2011-12-11rcu: Permit dyntick-idle with callbacks pendingPaul E. McKenney4-5/+78
2011-12-11rcu: Document same-context read-side constraintsPaul E. McKenney2-0/+20
2011-12-11rcu: Identify dyntick-idle CPUs on first force_quiescent_state() passPaul E. McKenney1-1/+1
2011-12-11rcu: Remove dynticks false positives and RCU failuresPaul E. McKenney1-2/+3
2011-12-11rcu: Reduce latency of rcu_prepare_for_idle()Paul E. McKenney1-5/+7
2011-12-11rcu: Eliminate RCU_FAST_NO_HZ grace-period hangPaul E. McKenney4-82/+2
2011-12-11rcu: Avoid needlessly IPIing CPUs at GP endPaul E. McKenney1-2/+14
2011-12-11rcu: Go dyntick-idle more quickly if CPU has serviced current grace periodPaul E. McKenney1-6/+18
2011-12-11rcu: Add tracing for RCU_FAST_NO_HZPaul E. McKenney2-3/+52
2011-12-11rcu: Update trace_rcu_dyntick() header commentPaul E. McKenney1-2/+10
2011-12-11doc: Add load/store guarantees to Documentation/atomic-ops.txtPaul E. McKenney1-0/+87
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker17-91/+76
2011-12-11rcu: Add rcutorture CPU-hotplug capabilityPaul E. McKenney2-5/+120
2011-12-11tile: Make tile use the new is_idle_task() APIPaul E. McKenney1-2/+2
2011-12-11events: Make events use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11sparc: Make SPARC use the new is_idle_task() APIPaul E. McKenney1-1/+1
2011-12-11rcu: Make RCU use the new is_idle_task() APIPaul E. McKenney2-4/+4
2011-12-11sched: Add is_idle_task() to handle invalidated uses of idle_cpu()Paul E. McKenney1-0/+8
2011-12-11rcu: Control rcutorture startup from kernel boot parametersPaul E. McKenney1-0/+2
2011-12-11rcu: Add rcutorture system-shutdown capabilityPaul E. McKenney2-4/+69
2011-12-11rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCUPaul E. McKenney1-5/+5
2011-12-11rcu: Fix idle-task checksPaul E. McKenney2-4/+4
2011-12-11rcu: Allow dyntick-idle mode for CPUs with callbacksPaul E. McKenney3-33/+132
2011-12-11rcu: Add more information to the wrong-idle-task complaintPaul E. McKenney2-4/+20
2011-12-11rcu: Deconfuse dynticks entry-exit tracingPaul E. McKenney4-32/+53
2011-12-11rcu: Add documentation for raw SRCU read-side primitivesPaul E. McKenney4-16/+29
2011-12-11rcu: Introduce raw SRCU read-side primitivesPaul E. McKenney1-0/+43
2011-12-11powerpc: Tell RCU about idle after hcall tracingPaul E. McKenney2-2/+18
2011-12-11rcu: Fix early call to rcu_idle_enter()Frederic Weisbecker1-1/+1
2011-12-11x86: Call idle notifier after irq_enter()Frederic Weisbecker5-9/+9
2011-12-11x86: Enter rcu extended qs after idle notifier callFrederic Weisbecker1-2/+8
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker18-49/+90
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker19-77/+99
2011-12-11rcu: Make srcu_read_lock_held() call common lockdep-enabled functionPaul E. McKenney1-1/+4
2011-12-11rcu: Warn when srcu_read_lock() is used in an extended quiescent statePaul E. McKenney1-13/+23
2011-12-11rcu: Remove one layer of abstraction from PROVE_RCU checkingPaul E. McKenney1-45/+8
2011-12-11rcu: Warn when rcu_read_lock() is used in extended quiescent stateFrederic Weisbecker1-10/+42
2011-12-11rcu: Inform the user about extended quiescent state on PROVE_RCU warningFrederic Weisbecker1-0/+22
2011-12-11rcu: Detect illegal rcu dereference in extended quiescent stateFrederic Weisbecker4-0/+30
2011-12-11rcu: Remove redundant return from rcu_report_exp_rnp()Thomas Gleixner1-1/+0