summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | * | | | | | | | | | | | | | | | | | rcutorture: Use unsigned for Reader Batch computationsPaul E. McKenney2015-01-101-9/+9
| | | | | | | * | | | | | | | | | | | | | | | | | rcu: Make _batches_completed() functions return unsigned longPaul E. McKenney2015-01-103-6/+6
| | | |_|_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | | | | rcu: Initialize tiny RCU stall-warning timeouts at bootPaul E. McKenney2015-01-151-0/+2
| | | | | | * | | | | | | | | | | | | | | | | | rcu: Fix RCU CPU stall detection in tiny implementationMiroslav Benes2015-01-151-4/+3
| | | | | | * | | | | | | | | | | | | | | | | | rcu: Add GP-kthread-starvation checks to CPU stall warningsPaul E. McKenney2015-01-151-1/+20
| | | | | | * | | | | | | | | | | | | | | | | | rcu: Make cond_resched_rcu_qs() apply to normal RCU flavorsPaul E. McKenney2015-01-153-7/+41
| | | | | | * | | | | | | | | | | | | | | | | | rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney2015-01-152-5/+23
| | | | | | * | | | | | | | | | | | | | | | | | rcu: Handle gpnum/completed wrap while dyntick idlePaul E. McKenney2015-01-063-6/+15
| | | | | | * | | | | | | | | | | | | | | | | | rcu: Improve diagnostics for spurious RCU CPU stall warningsPaul E. McKenney2015-01-062-5/+29
| | | | | | * | | | | | | | | | | | | | | | | | rcu: Make RCU_CPU_STALL_INFO include number of fqs attemptsPaul E. McKenney2015-01-063-1/+5
| | | |_|_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | | | | | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-063-1/+6
| | | | | * | | | | | | | | | | | | | | | | | rcu: Expand SRCU ->completed to 64 bitsPaul E. McKenney2015-01-061-1/+1
| | | |_|/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | rcu: Remove redundant callback-list initializationPaul E. McKenney2015-01-061-3/+0
| | | | * | | | | | | | | | | | | | | | | | rcu: Don't scan root rcu_node structure for stalled tasksPaul E. McKenney2015-01-061-9/+0
| | | | * | | | | | | | | | | | | | | | | | rcu: Revert "Allow post-unlock reference for rt_mutex" to avoid priority-inve...Lai Jiangshan2015-01-062-12/+1
| | | | * | | | | | | | | | | | | | | | | | rcu: Note quiescent state when CPU goes offlinePaul E. McKenney2015-01-061-1/+1
| | | | * | | | | | | | | | | | | | | | | | rcu: Don't bother affinitying rcub kthreads away from offline CPUsPaul E. McKenney2015-01-061-5/+1
| | | | * | | | | | | | | | | | | | | | | | rcu: Don't initiate RCU priority boosting on root rcu_nodePaul E. McKenney2015-01-061-6/+0
| | | | * | | | | | | | | | | | | | | | | | rcu: Don't spawn rcub kthreads on root rcu_node structurePaul E. McKenney2015-01-061-6/+2
| | | | * | | | | | | | | | | | | | | | | | rcu: Make use of rcu_preempt_has_tasks()Paul E. McKenney2015-01-061-3/+3
| | | | * | | | | | | | | | | | | | | | | | rcu: Shorten irq-disable region in rcu_cleanup_dead_cpu()Paul E. McKenney2015-01-061-2/+2
| | | | * | | | | | | | | | | | | | | | | | rcu: Don't migrate blocked tasks even if all corresponding CPUs offlinePaul E. McKenney2015-01-063-160/+4
| | | | * | | | | | | | | | | | | | | | | | rcu: Make rcu_read_unlock_special() propagate ->qsmaskinit bit clearingPaul E. McKenney2015-01-062-3/+17
| | | | * | | | | | | | | | | | | | | | | | rcu: Abstract rcu_cleanup_dead_rnp() from rcu_cleanup_dead_cpu()Paul E. McKenney2015-01-063-19/+66
| | | | * | | | | | | | | | | | | | | | | | rcu: Rename "empty" to "empty_norm" in preparation for boost reworkPaul E. McKenney2015-01-061-3/+3
| | | | * | | | | | | | | | | | | | | | | | rcu: Protect rcu_boost() lockless accesses with ACCESS_ONCE()Paul E. McKenney2015-01-061-1/+2
| | | |/ / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | ksoftirqd: Use new cond_resched_rcu_qs() functionPaul E. McKenney2015-01-141-6/+1
| | | * | | | | | | | | | | | | | | | | | ksoftirqd: Enable IRQs and call cond_resched() before poking RCUCalvin Owens2015-01-141-1/+5
| | | * | | | | | | | | | | | | | | | | | rcu: Remove "select IRQ_WORK" from config TREE_RCULai Jiangshan2015-01-061-1/+0
| | | * | | | | | | | | | | | | | | | | | rcu: Fix rcu_barrier() race that could result in too-short waitPaul E. McKenney2015-01-063-39/+36
| | | * | | | | | | | | | | | | | | | | | hotplugcpu: Avoid deadlocks by waking active_writerDavid Hildenbrand2015-01-061-33/+23
| | | * | | | | | | | | | | | | | | | | | tiny_rcu: Directly force QS when call_rcu_[bh|sched]() on idle_taskLai Jiangshan2015-01-064-99/+14
| | | * | | | | | | | | | | | | | | | | | rcu: Fix invoke_rcu_callbacks() commentPaul E. McKenney2014-12-301-1/+1
| | | * | | | | | | | | | | | | | | | | | rcu: Remove redundant rcu_is_cpu_rrupt_from_idle() from tiny RCUAlexander Gordeev2014-12-301-11/+1
| | |/ / / / / / / / / / / / / / / / / /
| | * | | | | | | | / / / / / / / / / / rcu: Make rcu_nmi_enter() handle nestingPaul E. McKenney2014-12-301-17/+49
| | | |_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://...Linus Torvalds2015-02-061-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | hrtimer: Fix incorrect tai offset calculation for non high-res timer systemsJohn Stultz2015-02-051-1/+1
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-063-7/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra2015-02-042-6/+30
| | |_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith2015-01-281-0/+3
| * | | | | | | | | | | | | | | | | sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich2015-01-281-1/+1
* | | | | | | | | | | | | | | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-061-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan2015-01-231-0/+2
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | sched: don't cause task state changes in nested sleep debuggingLinus Torvalds2015-02-011-3/+2
* | | | | | | | | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-01-301-2/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | / / / / / / / / / / / | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | perf: Tighten (and fix) the grouping conditionPeter Zijlstra2015-01-281-2/+13
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-271-8/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov2015-01-261-8/+17
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-01-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | cgroup: prevent mount hang due to memory controller lifetimeJohannes Weiner2015-01-221-1/+1
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |