| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-11-03 | 7 | -53/+38 |
|\ |
|
| * | stop_machine: Kill smp_hotplug_thread->pre_unpark, introduce stop_machine_unp... | Oleg Nesterov | 2015-10-20 | 2 | -4/+1 |
| * | stop_machine: Ensure that a queued callback will be called before cpu_stop_pa... | Oleg Nesterov | 2015-10-20 | 1 | -0/+1 |
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con... | Ingo Molnar | 2015-10-20 | 3 | -1/+14 |
| |\ |
|
| * | | sched/core: Kill PREEMPT_ACTIVE | Peter Zijlstra | 2015-10-06 | 1 | -5/+0 |
| * | | sched/core: Simplify preempt_count tests | Peter Zijlstra | 2015-10-06 | 1 | -2/+1 |
| * | | sched/core: Stop setting PREEMPT_ACTIVE | Peter Zijlstra | 2015-10-06 | 1 | -12/+0 |
| * | | sched/core: Fix trace_sched_switch() | Peter Zijlstra | 2015-10-06 | 1 | -13/+9 |
| * | | sched/core: Create preempt_count invariant | Peter Zijlstra | 2015-10-06 | 2 | -6/+13 |
| * | | sched/core: Simplify INIT_PREEMPT_COUNT | Peter Zijlstra | 2015-10-06 | 1 | -6/+5 |
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2015-10-06 | 48 | -176/+375 |
| |\ \ |
|
| * | | | sched/core: Make 'sched_domain_topology' declaration static | Juergen Gross | 2015-09-23 | 1 | -2/+0 |
| * | | | sched/deadline: Unify dl_time_before() usage | Juri Lelli | 2015-09-23 | 1 | -0/+5 |
| * | | | Merge branch 'linus' into sched/core, to pick up fixes before applying new ch... | Ingo Molnar | 2015-09-18 | 5 | -33/+15 |
| |\ \ \ |
|
| * | | | | sched/fair: Make utilization tracking CPU scale-invariant | Dietmar Eggemann | 2015-09-13 | 1 | -1/+1 |
| * | | | | sched/fair: Make load tracking frequency scale-invariant | Dietmar Eggemann | 2015-09-13 | 1 | -3/+3 |
| * | | | | Merge tag 'v4.3-rc1' into sched/core, to refresh the branch | Ingo Molnar | 2015-09-13 | 435 | -5662/+12428 |
| |\ \ \ \ |
|
* | \ \ \ \ | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-11-03 | 2 | -19/+107 |
|\ \ \ \ \ \ |
|
| * | | | | | | perf: Add PERF_SAMPLE_BRANCH_CALL | Stephane Eranian | 2015-10-20 | 1 | -0/+2 |
| * | | | | | | perf/x86: Fix time_shift in perf_event_mmap_page | Adrian Hunter | 2015-10-20 | 1 | -2/+2 |
| * | | | | | | Merge branch 'perf/urgent' into perf/core, before pulling new changes | Ingo Molnar | 2015-10-08 | 18 | -37/+127 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'linus' into perf/core, to pick up fixes before applying new cha... | Ingo Molnar | 2015-09-28 | 33 | -140/+257 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n... | Ingo Molnar | 2015-09-18 | 6 | -33/+24 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|/ / /
| | |/| | | | | | |
|
| * | | | | | | | | perf/core: Drop PERF_EVENT_TXN | Sukadev Bhattiprolu | 2015-09-13 | 1 | -2/+0 |
| * | | | | | | | | perf/core: Define PERF_PMU_TXN_READ interface | Sukadev Bhattiprolu | 2015-09-13 | 1 | -0/+1 |
| * | | | | | | | | perf/core: Add a 'flags' parameter to the PMU transactional interfaces | Sukadev Bhattiprolu | 2015-09-13 | 1 | -3/+11 |
| * | | | | | | | | perf/abi: Document some more aspects of the perf ABI | Peter Zijlstra | 2015-09-13 | 1 | -13/+92 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() | Linus Torvalds | 2015-11-03 | 3 | -35/+0 |
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-11-03 | 7 | -44/+177 |
|\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 2015-10-20 | 5 | -2/+18 |
| |\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | locking/rwsem: Use acquire/release semantics | Davidlohr Bueso | 2015-10-06 | 1 | -7/+14 |
| * | | | | | | | | | locking/mutex: Use acquire/release semantics | Davidlohr Bueso | 2015-10-06 | 2 | -9/+9 |
| * | | | | | | | | | locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec at... | Davidlohr Bueso | 2015-10-06 | 2 | -12/+114 |
| * | | | | | | | | | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 2015-10-06 | 34 | -73/+208 |
| |\ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/ /
| | |/| | | | | | | |
|
| * | | | | | | | | | atomic: Implement atomic_read_ctrl() | Peter Zijlstra | 2015-09-23 | 2 | -1/+20 |
| * | | | | | | | | | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 | 1 | -2/+2 |
| * | | | | | | | | | atomic: Add atomic_long_t bitops | Peter Zijlstra | 2015-09-23 | 2 | -11/+16 |
| * | | | | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl... | Ingo Molnar | 2015-09-23 | 15 | -103/+167 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | locking/qrwlock: Rename ->lock to ->wait_lock | Davidlohr Bueso | 2015-09-18 | 1 | -2/+2 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-11-03 | 12 | -47/+141 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into core/rcu, to fix up a semantic conflict | Ingo Molnar | 2015-10-28 | 15 | -113/+116 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-10-19 | 12 | -47/+141 |
| |\ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
| | | | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \ | |
| | *-. \ \ \ \ \ \ \ \ \ | Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201... | Paul E. McKenney | 2015-10-07 | 2 | -1/+88 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | | | * | | | | | | | | | | rcu_sync: Cleanup the CONFIG_PROVE_RCU checks | Oleg Nesterov | 2015-10-06 | 1 | -4/+3 |
| | | | * | | | | | | | | | | locking/percpu-rwsem: Make use of the rcu_sync infrastructure | Oleg Nesterov | 2015-10-06 | 1 | -1/+2 |
| | | | * | | | | | | | | | | rcu_sync: Introduce rcu_sync_dtor() | Oleg Nesterov | 2015-10-06 | 1 | -0/+1 |
| | | | * | | | | | | | | | | rcu_sync: Add CONFIG_PROVE_RCU checks | Oleg Nesterov | 2015-10-06 | 1 | -0/+6 |
| | | | * | | | | | | | | | | rcu_sync: Simplify rcu_sync using new rcu_sync_ops structure | Oleg Nesterov | 2015-10-06 | 1 | -37/+23 |
| | | | * | | | | | | | | | | rcu: Create rcu_sync infrastructure | Oleg Nesterov | 2015-10-06 | 1 | -0/+94 |
| | | |/ / / / / / / / / / |
|
| | * | | | | | | | | | | | Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD | Paul E. McKenney | 2015-10-07 | 2 | -6/+6 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|