Age | Commit message (Expand) | Author |
2020-06-11 | Rebase locking/kcsan to locking/urgent | Thomas Gleixner |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov |
2020-06-09 | sched: print stack trace with KERN_INFO | Dmitry Safonov |
2020-06-09 | kallsyms/printk: add loglvl to print_ip_sym() | Dmitry Safonov |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-06-03 | Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-06-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2020-06-01 | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-28 | sched/headers: Split out open-coded prototypes into kernel/sched/smp.h | Ingo Molnar |
2020-05-28 | sched: Replace rq::wake_list | Peter Zijlstra |
2020-05-28 | sched: Add rq::ttwu_pending | Peter Zijlstra |
2020-05-28 | smp: Optimize send_call_function_single_ipi() | Peter Zijlstra |
2020-05-28 | sched: Fix smp_call_function_single_async() usage for ILB | Peter Zijlstra |
2020-05-28 | Merge branch 'core/rcu' into sched/core, to pick up dependency | Ingo Molnar |
2020-05-28 | Merge branch 'sched/urgent' into sched/core, to pick up fix | Ingo Molnar |
2020-05-26 | sched/fair: Don't NUMA balance for kthreads | Jens Axboe |
2020-05-25 | sched/core: Offload wakee task activation if it the wakee is descheduling | Mel Gorman |
2020-05-25 | sched/core: Optimize ttwu() spinning on p->on_cpu | Peter Zijlstra |
2020-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-19 | sched: Defend cfs and rt bandwidth quota against overflow | Huaixin Chang |
2020-05-19 | sched/cpuacct: Fix charge cpuacct.usage_sys | Muchun Song |
2020-05-19 | sched/fair: Replace zero-length array with flexible-array | Gustavo A. R. Silva |
2020-05-19 | sched/pelt: Sync util/runnable_sum with PELT window when propagating | Vincent Guittot |
2020-05-19 | sched/cpuacct: Use __this_cpu_add() instead of this_cpu_ptr() | Muchun Song |
2020-05-19 | sched/fair: Optimize enqueue_task_fair() | Vincent Guittot |
2020-05-19 | Merge branch 'sched/urgent' | Peter Zijlstra |
2020-05-19 | sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq list | Vincent Guittot |
2020-05-19 | sched/debug: Fix requested task uclamp values shown in procfs | Pavankumar Kondeti |
2020-05-19 | sched/fair: Fix enqueue_task_fair() warning some more | Phil Auld |
2020-05-19 | Merge tag 'noinstr-lds-2020-05-19' into core/rcu | Thomas Gleixner |
2020-05-18 | scs: Move scs_overflow_check() out of architecture code | Will Deacon |
2020-05-15 | scs: Add support for Clang's Shadow Call Stack (SCS) | Sami Tolvanen |
2020-05-12 | sched: Make scheduler_ipi inline | Thomas Gleixner |
2020-05-12 | sched: Clean up scheduler_ipi() | Peter Zijlstra (Intel) |
2020-04-30 | sched/core: Simplify sched_init() | Wei Yang |
2020-04-30 | sched/fair: Use __this_cpu_read() in wake_wide() | Muchun Song |
2020-04-30 | sched/core: Fix illegal RCU from offline CPUs | Peter Zijlstra |
2020-04-30 | sched/fair: Mark sched_init_granularity __init | Muchun Song |
2020-04-30 | sched/fair: Refill bandwidth before scaling | Huaixin Chang |
2020-04-30 | sched: Extract the task putting code from pick_next_task() | Chen Yu |
2020-04-30 | sched: Make newidle_balance() static again | Chen Yu |
2020-04-30 | sched/topology: Kill SD_LOAD_BALANCE | Valentin Schneider |
2020-04-30 | sched: Remove checks against SD_LOAD_BALANCE | Valentin Schneider |
2020-04-30 | sched/debug: Make sd->flags sysctl read-only | Valentin Schneider |
2020-04-30 | sched/fair: find_idlest_group(): Remove unused sd_flag parameter | Valentin Schneider |
2020-04-30 | sched/fair: Simplify the code of should_we_balance() | Peng Wang |
2020-04-30 | sched/fair: Remove distribute_running from CFS bandwidth | Josh Don |
2020-04-30 | sched/fair: Eliminate bandwidth race between throttling and distribution | Paul Turner |