aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-03-06sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef
2020-03-06sched/rt: Re-instate old behavior in select_task_rq_rt()Qais Yousef
2020-03-06sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot
2020-03-06sched/deadline: Make two functions staticYu Chen
2020-03-06sched/topology: Don't enable EAS on SMT systemsValentin Schneider
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath
2020-03-06sched/vtime: Prevent unstable evaluation of WARN(vtime->state)Chris Wilson
2020-03-06Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2020-03-02Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-02-28Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-02-28Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-02-28Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki
2020-02-27Merge tag 'audit-pr-20200226' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-02-27sched/fair: Fix statistics for find_idlest_group()Vincent Guittot
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-26signal: avoid double atomic counter increments for user accountingLinus Torvalds
2020-02-25bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issueMasami Hiramatsu
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara
2020-02-24audit: always check the netlink payload length in audit_receive_msg()Paul Moore
2020-02-24sched/numa: Stop an exhastive search if a reasonable swap candidate or idle C...Mel Gorman
2020-02-24sched/numa: Bias swapping tasks based on their preferred nodeMel Gorman
2020-02-24sched/numa: Find an alternative idle CPU if the CPU is part of an active NUMA...Mel Gorman
2020-02-24sched/numa: Prefer using an idle CPU as a migration target instead of compari...Mel Gorman
2020-02-24sched/fair: Take into account runnable_avg to classify groupVincent Guittot
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot
2020-02-24sched/numa: Use similar logic to the load balancer for moving between domains...Mel Gorman
2020-02-24sched/numa: Replace runnable_load_avg by load_avgVincent Guittot
2020-02-24sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot
2020-02-24sched/numa: Distinguish between the different task_numa_migrate() failure casesMel Gorman
2020-02-24sched/numa: Trace when no candidate CPU was found on the preferred nodeMel Gorman
2020-02-24Merge tag 'v5.6-rc3' into sched/core, to pick up fixes and dependent patchesIngo Molnar
2020-02-22audit: fix error handling in audit_data_to_entry()Paul Moore
2020-02-22Merge tag 'irq-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-21y2038: remove unused time32 interfacesArnd Bergmann
2020-02-20bootconfig: Set CONFIG_BOOT_CONFIG=n by defaultMasami Hiramatsu
2020-02-20tracing: Clear trace_state when starting traceMasami Hiramatsu
2020-02-20tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)
2020-02-20tracing: Have synthetic event test use raw_smp_processor_id()Steven Rostedt (VMware)
2020-02-20tracing: Fix number printing bug in print_synth_event()Tom Zanussi
2020-02-20tracing: Check that number of vals matches number of synth event fieldsTom Zanussi