summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcu: Move combining-tree definitions for SRCU's benefitPaul E. McKenney2017-04-181-70/+1
* srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney2017-04-184-799/+38
* srcu: Add grace-period sequence numbersPaul E. McKenney2017-04-181-4/+23
* srcu: Move to state-based grace-period sequencingPaul E. McKenney2017-04-181-50/+61
* srcu: Push srcu_advance_batches() fastpath into common casePaul E. McKenney2017-04-181-20/+7
* rcu: Fix warning in rcu_seq_end()Dmitry Vyukov2017-04-181-1/+1
* rcu: Expedited wakeups need to be fully orderedPaul E. McKenney2017-04-181-0/+2
* srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney2017-04-182-35/+40
* rcu: Add single-element dequeue functions to rcu_segcblistPaul E. McKenney2017-04-181-0/+45
* srcu: Allow early boot use of synchronize_srcu()Paul E. McKenney2017-04-181-0/+2
* srcu: Allow SRCU to access rcu_scheduler_activePaul E. McKenney2017-04-184-35/+40
* srcu: Abstract multi-tail callback list handlingPaul E. McKenney2017-04-185-309/+780
* rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changedPaul E. McKenney2017-04-181-5/+1
* rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actionsPaul E. McKenney2017-04-184-17/+34
* rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()Paul E. McKenney2017-04-182-52/+13
* rcu: Pull rcu_qs_ctr into rcu_dynticks structurePaul E. McKenney2017-04-183-13/+9
* rcu: Pull rcu_sched_qs_mask into rcu_dynticks structurePaul E. McKenney2017-04-182-7/+6
* rcu: Semicolon inside RCU_TRACE() for tree.cPaul E. McKenney2017-04-181-4/+4
* rcu: Semicolon inside RCU_TRACE() for Tiny RCUPaul E. McKenney2017-04-182-12/+12
* rcu: Semicolon inside RCU_TRACE() for rcu.hPaul E. McKenney2017-04-181-2/+2
* srcu: Check for tardy grace-period activity in cleanup_srcu_struct()Paul E. McKenney2017-04-181-2/+13
* srcu: Consolidate batch checking into rcu_all_batches_empty()Paul E. McKenney2017-04-181-8/+13
* rcu: Maintain special bits at bottom of ->dynticks counterPaul E. McKenney2017-04-182-16/+62
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-03-122-9/+5
|\
| * kexec, x86/purgatory: Unbreak it and clean it upThomas Gleixner2017-03-102-9/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-03-104-4/+3
|\ \
| * | userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli2017-03-101-1/+0
| * | scripts/spelling.txt: add "overide" pattern and fix typo instancesMasahiro Yamada2017-03-101-1/+1
| * | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-102-2/+2
| |/
* | Merge tag 'pm-4.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-03-101-10/+9
|\ \ | |/ |/|
| * cpufreq: schedutil: Pass sg_policy to get_next_freq()Viresh Kumar2017-03-051-6/+5
| * cpufreq: schedutil: move cached_raw_freq to struct sugov_policyViresh Kumar2017-03-051-4/+4
* | sched/headers: fix up header file dependency on <linux/sched/signal.h>Linus Torvalds2017-03-081-0/+39
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-03-071-1/+1
|\ \
| * | jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECFrederic Weisbecker2017-03-071-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-073-4/+14
|\ \ \
| * | | sched/core: Fix pick_next_task() for RT,DLPeter Zijlstra2017-03-021-3/+8
| * | | sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2017-03-022-1/+6
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-074-12/+12
|\ \ \ \
| * | | | perf/core: Rename CONFIG_[UK]PROBE_EVENT to CONFIG_[UK]PROBE_EVENTSAnton Blanchard2017-03-014-12/+12
| |/ / /
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-072-5/+12
|\ \ \ \
| * | | | locking/ww_mutex: Adjust the lock number for stress testBoqun Feng2017-03-021-1/+1
| * | | | locking/lockdep: Add nest_lock integrity testPeter Zijlstra2017-03-021-2/+9
| * | | | locking/ww_mutex: Replace cpu_relax() with cond_resched() for testsChris Wilson2017-03-021-2/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-03-071-7/+11
|\ \ \ \
| * | | | ucount: Remove the atomicity from ucount->countEric W. Biederman2017-03-061-7/+11
| | |_|/ | |/| |
* | | | Merge tag 'trace-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-03-071-5/+18
|\ \ \ \ | |/ / / |/| | |
| * | | ftrace/graph: Add ftrace_graph_max_depth kernel parameterTodd Brandt2017-03-031-0/+9
| * | | ftrace/graph: Do not modify the EMPTY_HASH for the function_graph filterSteven Rostedt (VMware)2017-03-031-4/+8
| * | | tracing: Fix code comment for ftrace_ops_get_func()Chunyu Hu2017-02-271-1/+1