Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | timekeeping: Consistently use unsigned int for seqcount snapshot | Rasmus Villemoes | 2019-03-23 | 5 | -14/+15 | |
| * | | | | | | | | | | softirq: Remove tasklet_hrtimer | Thomas Gleixner | 2019-03-22 | 1 | -51/+0 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2019-05-06 | 1 | -25/+39 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | cpu/hotplug: Create SMT sysfs interface for all arches | Josh Poimboeuf | 2019-04-02 | 1 | -25/+39 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2019-05-06 | 18 | -190/+231 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | nohz_full: Allow the boot CPU to be nohz_full | Nicholas Piggin | 2019-05-03 | 2 | -14/+70 | |
| * | | | | | | | | | | sched/isolation: Require a present CPU in housekeeping mask | Nicholas Piggin | 2019-05-03 | 1 | -5/+13 | |
| * | | | | | | | | | | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freeze | Nicholas Piggin | 2019-05-03 | 2 | -1/+18 | |
| * | | | | | | | | | | power/suspend: Add function to disable secondaries for suspend | Nicholas Piggin | 2019-05-03 | 3 | -10/+10 | |
| * | | | | | | | | | | sched/core: Allow the remote scheduler tick to be started on CPU0 | Nicholas Piggin | 2019-05-03 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar | 2019-05-03 | 24 | -152/+276 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUs | Nicholas Piggin | 2019-04-29 | 1 | -6/+10 | |
| * | | | | | | | | | | | sched/debug: Fix spelling mistake "logaritmic" -> "logarithmic" | Colin Ian King | 2019-04-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | sched/topology: Update init_sched_domains() comment | Juri Lelli | 2019-04-19 | 1 | -3/+2 | |
| * | | | | | | | | | | | cgroup/cpuset: Update stale generate_sched_domains() comments | Juri Lelli | 2019-04-19 | 1 | -6/+5 | |
| * | | | | | | | | | | | sched/core: Check quota and period overflow at usec to nsec conversion | Konstantin Khlebnikov | 2019-04-19 | 1 | -1/+6 | |
| * | | | | | | | | | | | sched/core: Handle overflow in cpu_shares_write_u64 | Konstantin Khlebnikov | 2019-04-19 | 1 | -0/+2 | |
| * | | | | | | | | | | | sched/rt: Check integer overflow at usec to nsec conversion | Konstantin Khlebnikov | 2019-04-19 | 1 | -0/+5 | |
| * | | | | | | | | | | | sched/core: Fix typo in comment | Joel Savitz | 2019-04-19 | 1 | -1/+1 | |
| * | | | | | | | | | | | sched/core: Make some functions static | YueHaibing | 2019-04-18 | 2 | -6/+6 | |
| * | | | | | | | | | | | sched/core: Unify p->on_rq updates | Peter Zijlstra | 2019-04-16 | 2 | -7/+4 | |
| * | | | | | | | | | | | sched/core: Remove ttwu_activate() | Peter Zijlstra | 2019-04-16 | 1 | -7/+2 | |
| * | | | | | | | | | | | sched/core, workqueues: Distangle worker accounting from rq lock | Thomas Gleixner | 2019-04-16 | 3 | -99/+48 | |
| * | | | | | | | | | | | sched/fair: Remove unneeded prototype of capacity_of() | Valentin Schneider | 2019-04-16 | 1 | -1/+0 | |
| * | | | | | | | | | | | sched/topology: Skip duplicate group rewrites in build_sched_groups() | Valentin Schneider | 2019-04-10 | 1 | -3/+9 | |
| * | | | | | | | | | | | sched/topology: Fix build_sched_groups() comment | Valentin Schneider | 2019-04-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static | YueHaibing | 2019-04-03 | 1 | -2/+2 | |
| * | | | | | | | | | | | sched/core: Annotate perf_domain pointer with __rcu | Joel Fernandes (Google) | 2019-04-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | sched_domain: Annotate RCU pointers properly | Joel Fernandes (Google) | 2019-04-03 | 2 | -12/+12 | |
| * | | | | | | | | | | | sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu | Joel Fernandes (Google) | 2019-04-03 | 2 | -2/+2 | |
* | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-05-06 | 2 | -2/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | watchdog: Fix typo in comment | Arash Fotouhi | 2019-04-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | perf/core: Add perf_pmu_resched() as global function | Stephane Eranian | 2019-04-16 | 1 | -0/+10 | |
| * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2019-04-16 | 3 | -38/+38 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 2019-04-16 | 16 | -67/+116 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | perf/core: Make perf_swevent_init_cpu() static | Valdis Kletnieks | 2019-04-03 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2019-05-06 | 16 | -794/+895 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | locking/lockdep: Remove unnecessary unlikely() | zhengbin | 2019-04-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | locking/static_key: Don't take sleeping locks in __static_key_slow_dec_deferr... | Jakub Kicinski | 2019-04-29 | 1 | -19/+13 | |
| * | | | | | | | | | | | | | | locking/static_key: Factor out the fast path of static_key_slow_dec() | Jakub Kicinski | 2019-04-29 | 1 | -8/+15 | |
| * | | | | | | | | | | | | | | locking/static_key: Add support for deferred static branches | Jakub Kicinski | 2019-04-29 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | locking/lockdep: Test all incompatible scenarios at once in check_irq_usage() | Frederic Weisbecker | 2019-04-29 | 2 | -67/+167 | |
| * | | | | | | | | | | | | | | locking/lockdep: Generate LOCKF_ bit composites | Peter Zijlstra | 2019-04-18 | 1 | -6/+22 | |
| * | | | | | | | | | | | | | | locking/lockdep: Use expanded masks on find_usage_*() functions | Frederic Weisbecker | 2019-04-18 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | | locking/lockdep: Map remaining magic numbers to lock usage mask names | Frederic Weisbecker | 2019-04-18 | 1 | -4/+7 | |
| * | | | | | | | | | | | | | | locking/lockdep: Move valid_state() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PR... | Frederic Weisbecker | 2019-04-18 | 1 | -4/+6 | |
| * | | | | | | | | | | | | | | locking/rwsem: Prevent unneeded warning during locking selftest | Waiman Long | 2019-04-14 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | locking/rwsem: Enable lock event counting | Waiman Long | 2019-04-10 | 3 | -0/+32 | |
| * | | | | | | | | | | | | | | locking/lock_events: Don't show pvqspinlock events on bare metal | Waiman Long | 2019-04-10 | 1 | -1/+27 | |
| * | | | | | | | | | | | | | | locking/lock_events: Make lock_events available for all archs & other locks | Waiman Long | 2019-04-10 | 4 | -132/+173 |