summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | | | | | | | | | | | | rcu: Round FAST_NO_HZ lazy timeout to nearest secondPaul E. McKenney2012-07-021-7/+11
| | | | | * | | | | | | | | | | | | rcu: The rcu_needs_cpu() function is not a quiescent statePaul E. McKenney2012-07-021-2/+0
| | | | | * | | | | | | | | | | | | rcu: Dump only the current CPU's buffers for idle-entry/exit warningsPaul E. McKenney2012-07-021-2/+2
| | | | * | | | | | | | | | | | | | rcu: Introduce check for callback list/count mismatchPaul E. McKenney2012-07-061-0/+1
| | | | * | | | | | | | | | | | | | rcu: Add check for CPUs going offline with callbacks queuedPaul E. McKenney2012-07-021-0/+3
| | | | * | | | | | | | | | | | | | rcu: Disable preemption in rcu_blocking_is_gp()Paul E. McKenney2012-07-021-18/+6
| | | | * | | | | | | | | | | | | | rcu: Prevent uninitialized string in RCU CPU stall infoCarsten Emde2012-07-021-0/+1
| | | | * | | | | | | | | | | | | | rcu: Fix rcu_is_cpu_idle() #ifdef in TINY_RCUPaul E. McKenney2012-07-021-2/+2
| | | | * | | | | | | | | | | | | | rcu: Split RCU core processing out of __call_rcu()Paul E. McKenney2012-07-021-41/+49
| | | | * | | | | | | | | | | | | | rcu: Prevent __call_rcu() from invoking RCU core on offline CPUsPaul E. McKenney2012-07-021-3/+3
| | | | * | | | | | | | | | | | | | rcu: Make __call_rcu() handle invocation from idlePaul E. McKenney2012-07-021-6/+9
| | | | * | | | | | | | | | | | | | rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementationsPaul E. McKenney2012-07-023-92/+46
| | | | * | | | | | | | | | | | | | rcu: Add ACCESS_ONCE() to ->qlen accessesPaul E. McKenney2012-07-021-4/+4
| | | | * | | | | | | | | | | | | | rcu: Consolidate duplicate callback-list initializationPaul E. McKenney2012-07-021-9/+14
| | | | * | | | | | | | | | | | | | rcu: Fix detection of abruptly-ending stallPaul E. McKenney2012-07-021-2/+2
| | | | |/ / / / / / / / / / / / /
| | | * | | | | | | | | | | | | | rcu: Make rcutorture fakewriters invoke rcu_barrier()Paul E. McKenney2012-07-021-1/+5
| | | * | | | | | | | | | | | | | rcu: Fix diagnostic-printk typo in rcutorturePaul E. McKenney2012-07-021-1/+1
| | | * | | | | | | | | | | | | | rcu: Fix bug in rcu_barrier() torture testPaul E. McKenney2012-07-021-2/+7
| | | * | | | | | | | | | | | | | rcu: Test srcu_barrier() from rcutorture test suitePaul E. McKenney2012-07-021-2/+13
| | | * | | | | | | | | | | | | | rcu: Rationalize ordering of torture_ops listPaul E. McKenney2012-07-021-2/+2
| | | |/ / / / / / / / / / / / /
| | * | | | | | | | | | | | | | rcu: RCU_SAVE_DYNTICK code no longer ever deadPaul E. McKenney2012-07-021-2/+0
| | * | | | | | | | | | | | | | rcu: Use for_each_rcu_flavor() in TREE_RCU tracingPaul E. McKenney2012-07-021-73/+43
| | * | | | | | | | | | | | | | rcu: Introduce for_each_rcu_flavor() and use itPaul E. McKenney2012-07-023-144/+37
| | * | | | | | | | | | | | | | rcu: Remove unneeded __rcu_process_callbacks() argumentPaul E. McKenney2012-07-022-6/+5
| | * | | | | | | | | | | | | | rcu: Add rcu_barrier() statistics to debugfs tracingPaul E. McKenney2012-07-021-0/+39
| | * | | | | | | | | | | | | | rcu: Add tracing for _rcu_barrier()Paul E. McKenney2012-07-021-1/+28
| | * | | | | | | | | | | | | | rcu: Increase rcu_barrier() concurrencyPaul E. McKenney2012-07-022-1/+37
| | * | | | | | | | | | | | | | rcu: Remove needless initializationPaul E. McKenney2012-07-021-2/+0
| | * | | | | | | | | | | | | | rcu: Move rcu_barrier_mutex to rcu_state structurePaul E. McKenney2012-07-022-6/+4
| | * | | | | | | | | | | | | | rcu: Move rcu_barrier_completion to rcu_state structurePaul E. McKenney2012-07-022-5/+5
| | * | | | | | | | | | | | | | rcu: Move rcu_barrier_cpu_count to rcu_state structurePaul E. McKenney2012-07-022-11/+15
| | * | | | | | | | | | | | | | rcu: Move _rcu_barrier()'s rcu_head structures to rcu_data structuresPaul E. McKenney2012-07-022-4/+5
| | * | | | | | | | | | | | | | rcu: Place pointer to call_rcu() in rcu_data structurePaul E. McKenney2012-07-023-17/+17
| | * | | | | | | | | | | | | | rcu: Prevent excessive line length in RCU_STATE_INITIALIZER()Paul E. McKenney2012-07-021-7/+7
| | * | | | | | | | | | | | | | rcu: Size rcu_node tree from nr_cpu_ids rather than NR_CPUSPaul E. McKenney2012-07-022-1/+3
| | * | | | | | | | | | | | | | rcu: Four-level hierarchy is no longer experimentalPaul E. McKenney2012-07-021-1/+1
| | * | | | | | | | | | | | | | rcu: Control RCU_FANOUT_LEAF from boot-time parameterPaul E. McKenney2012-07-024-25/+99
| | |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'anton-kgdb' (kgdb dmesg fixups)Linus Torvalds2012-07-213-87/+88
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | kdb: Switch to nolock variants of kmsg_dump functionsAnton Vorontsov2012-07-211-4/+4
| * | | | | | | | | | | | | | printk: Implement some unlocked kmsg_dump functionsAnton Vorontsov2012-07-211-13/+55
| * | | | | | | | | | | | | | printk: Remove kdb_syslog_dataAnton Vorontsov2012-07-212-16/+0
| * | | | | | | | | | | | | | kdb: Revive dmesg commandAnton Vorontsov2012-07-211-58/+33
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Make wait_for_device_probe() also do scsi_complete_async_scans()Linus Torvalds2012-07-182-10/+0
* | | | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-07-181-2/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | / / / / | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | ntp: Fix STA_INS/DEL clearing bugJohn Stultz2012-07-151-2/+6
| |/ / / / / / / / / / /
* | | | | | | | | | | | timekeeping: Add missing update call in timekeeping_resume()Thomas Gleixner2012-07-161-0/+1
|/ / / / / / / / / / /
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ \ \ Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2012-07-149-85/+229
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
| | | * | | | | | | | | | sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-054-75/+205
| | | * | | | | | | | | | sched: Fix fork() error path to not crashSalman Qazi2012-07-051-3/+8
| | | |/ / / / / / / / /
| | * | | | | | | | | | ring-buffer: Fix accounting of entries when removing pagesVaibhav Nagarnaik2012-06-291-3/+2
OpenPOWER on IntegriCloud