summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-10-21sched/fair: Rework find_idlest_group()Vincent Guittot
2019-10-21sched/fair: Optimize find_idlest_group()Vincent Guittot
2019-10-21sched/fair: Use load instead of runnable load in wakeup pathVincent Guittot
2019-10-21sched/fair: Use utilization to select misfit taskVincent Guittot
2019-10-21sched/fair: Spread out tasks evenly when not overloadedVincent Guittot
2019-10-21sched/fair: Use load instead of runnable load in load_balance()Vincent Guittot
2019-10-21sched/fair: Use rq->nr_running when balancing loadVincent Guittot
2019-10-21sched/fair: Rework load_balance()Vincent Guittot
2019-10-21sched/fair: Remove meaningless imbalance calculationVincent Guittot
2019-10-21sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningVincent Guittot
2019-10-21sched/fair: Clean up asym packingVincent Guittot
2019-10-17sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxValentin Schneider
2019-10-09sched/cputime: Spare a seqcount lock/unlock cycle on context switchFrederic Weisbecker
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Frederic Weisbecker
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-10-01membarrier: Fix RCU locking bug caused by faulty mergePeter Zijlstra
2019-09-30Merge tag 'trace-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-28tracing: Have error path in predicate_parse() free its allocated memoryNavid Emamdoost
2019-09-28tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macroNathan Chancellor
2019-09-28tracing/probe: Fix to check the difference of nr_args before adding probeMasami Hiramatsu
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-27Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-09-27bpf: Fix bpf_event_output re-entry issueAllan Zhang
2019-09-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-09-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-26Merge tag 'trace-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2019-09-26bpf: Clean up indentation issue in BTF kflag processingColin Ian King
2019-09-25bug: consolidate __WARN_FLAGS usageKees Cook
2019-09-25bug: lift "cut here" out of __warn()Kees Cook
2019-09-25bug: consolidate warn_slowpath_fmt() usageKees Cook
2019-09-25bug: refactor away warn_slowpath_fmt_taint()Kees Cook
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson
2019-09-25kexec: bail out upon SIGKILL when allocating memory.Tetsuo Handa
2019-09-25fork: improve error message for corrupted page tablesSai Praneeth Prakhya
2019-09-25kernel/elfcore.c: include proper prototypesValdis Kletnieks
2019-09-25bpf/xskmap: Return ERR_PTR for failure case instead of NULL.Jonathan Lemon
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-09-25sched/membarrier: Return -ENOMEM to userspace on memory allocation failureMathieu Desnoyers
2019-09-25sched/membarrier: Skip IPIs when mm->mm_users == 1Mathieu Desnoyers
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers
2019-09-25sched/membarrier: Remove redundant checkMathieu Desnoyers
2019-09-25sched/membarrier: Fix private expedited registration checkMathieu Desnoyers