Age | Commit message (Expand) | Author | Files | Lines |
2019-03-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -7/+11 |
2019-03-06 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 10 | -239/+495 |
2019-03-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -21/+46 |
2019-03-05 | mm, compaction: capture a page under direct compaction | Mel Gorman | 1 | -0/+3 |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 1 | -7/+8 |
2019-03-05 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -6/+6 |
2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -3/+2 |
2019-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+28 |
2019-02-28 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
2019-02-21 | psi: avoid divide-by-zero crash inside virtual machines | Johannes Weiner | 1 | -1/+1 |
2019-02-19 | bpf: check that BPF programs run with preemption disabled | Peter Zijlstra | 1 | -0/+28 |
2019-02-13 | Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 4 | -6/+6 |
2019-02-13 | sched/fair: Use non-atomic cpumask_{set,clear}_cpu() | Viresh Kumar | 2 | -4/+4 |
2019-02-11 | sched/fair: Remove unused 'sd' parameter from select_idle_smt() | Viresh Kumar | 1 | -3/+3 |
2019-02-11 | sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment block | Valentin Schneider | 1 | -9/+2 |
2019-02-11 | sched/fair: Explain LLC nohz kick condition | Valentin Schneider | 1 | -2/+7 |
2019-02-11 | sched/fair: Simplify nohz_balancer_kick() | Valentin Schneider | 1 | -6/+2 |
2019-02-11 | sched/topology: Fix percpu data types in struct sd_data & struct s_data | Luc Van Oostenryck | 1 | -1/+1 |
2019-02-11 | sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st... | Dietmar Eggemann | 3 | -24/+18 |
2019-02-11 | sched/fair: Fix O(nr_cgroups) in the load balancing path | Vincent Guittot | 1 | -9/+34 |
2019-02-11 | sched/fair: Optimize update_blocked_averages() | Vincent Guittot | 1 | -5/+21 |
2019-02-11 | Merge tag 'v5.0-rc6' into sched/core, to pick up fixes | Ingo Molnar | 3 | -7/+34 |
2019-02-10 | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/... | Thomas Gleixner | 1 | -3/+2 |
2019-02-07 | y2038: syscalls: rename y2038 compat syscalls | Arnd Bergmann | 1 | -3/+2 |
2019-02-04 | sched/fair: Fix insertion in rq->leaf_cfs_rq_list | Vincent Guittot | 1 | -5/+28 |
2019-02-04 | sched/fair: Add tmp_alone_branch assertion | Peter Zijlstra | 1 | -55/+71 |
2019-02-04 | sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock() | Andrea Parri | 2 | -7/+8 |
2019-02-04 | sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACK | Hidetoshi Seto | 1 | -0/+4 |
2019-02-04 | sched/pelt: Skip updating util_est when utilization is higher than CPU's capa... | Vincent Guittot | 2 | -5/+16 |
2019-02-04 | sched/fair: Update scale invariance of PELT | Vincent Guittot | 7 | -52/+170 |
2019-02-04 | sched/fair: Move the rq_of() helper function | Vincent Guittot | 2 | -13/+16 |
2019-02-04 | sched/wake_q: Reduce reference counting for special users | Davidlohr Bueso | 1 | -16/+44 |
2019-02-04 | Merge tag 'v5.0-rc5' into locking/core to pick up fixes | Ingo Molnar | 2 | -4/+18 |
2019-02-04 | sched/fair: Convert numa_group.refcount to refcount_t | Elena Reshetova | 1 | -6/+6 |
2019-02-03 | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2019-02-01 | psi: fix aggregation idle shut-off | Johannes Weiner | 1 | -4/+17 |
2019-01-30 | cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVM | Josh Poimboeuf | 1 | -0/+1 |
2019-01-27 | sched/fair: Fix unnecessary increase of balance interval | Vincent Guittot | 1 | -13/+27 |
2019-01-27 | sched/fair: Fix rounding bug for asym packing | Vincent Guittot | 1 | -3/+1 |
2019-01-27 | sched/fair: Trigger asym_packing during idle load balance | Vincent Guittot | 1 | -1/+1 |
2019-01-27 | sched/fair: Robustify CFS-bandwidth timer locking | Peter Zijlstra | 1 | -14/+16 |
2019-01-27 | sched/core: Give DCE a fighting chance | Peter Zijlstra | 3 | -8/+16 |
2019-01-27 | sched/topology: Introduce a sysctl for Energy Aware Scheduling | Quentin Perret | 1 | -0/+29 |
2019-01-25 | sched: Replace synchronize_sched() with synchronize_rcu() | Paul E. McKenney | 2 | -3/+3 |
2019-01-25 | sched: Replace call_rcu_sched() with call_rcu() | Paul E. McKenney | 2 | -3/+3 |
2019-01-21 | Revert "sched/core: Take the hotplug lock in sched_init_smp()" | Valentin Schneider | 1 | -4/+1 |
2019-01-21 | sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchg | Davidlohr Bueso | 1 | -1/+1 |
2019-01-21 | sched/wake_q: Fix wakeup ordering for wake_q | Peter Zijlstra | 1 | -3/+4 |
2019-01-21 | sched/wake_q: Document wake_q_add() | Peter Zijlstra | 1 | -0/+12 |
2019-01-06 | jump_label: move 'asm goto' support test to Kconfig | Masahiro Yamada | 4 | -9/+9 |