aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sw842.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-20sched/core: Distribute tasks within affinity masksPaul Turner3-1/+42
2020-03-20sched/fair: Fix enqueue_task_fair warningVincent Guittot1-4/+22
2020-03-06thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to generic scheduler codeIngo Molnar2-11/+11
2020-03-06sched/rt: Remove unnecessary push for unfit tasksQais Yousef1-5/+2
2020-03-06sched/rt: Allow pulling unfitting taskQais Yousef1-2/+1
2020-03-06sched/rt: Optimize cpupri_find() on non-heterogenous systemsQais Yousef3-8/+31
2020-03-06sched/rt: Re-instate old behavior in select_task_rq_rt()Qais Yousef1-0/+9
2020-03-06sched/rt: cpupri_find: Implement fallback mechanism for !fit caseQais Yousef1-56/+101
2020-03-06sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot1-8/+9
2020-03-06sched/fair: Fix runnable_avg for throttled cfsVincent Guittot1-2/+12
2020-03-06sched/deadline: Make two functions staticYu Chen2-4/+4
2020-03-06arm64: defconfig: enable CONFIG_SCHED_SMTValentin Schneider1-0/+1
2020-03-06sched/topology: Don't enable EAS on SMT systemsValentin Schneider1-2/+10
2020-03-06sched/numa: Acquire RCU lock for checking idle cores during NUMA balancingMel Gorman1-0/+2
2020-03-06sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMAValentin Schneider1-5/+9
2020-03-06sched/fair: Enable tuning of decay periodThara Gopinath4-2/+49
2020-03-06thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency cappingThara Gopinath1-2/+17
2020-03-06sched/fair: Update cpu_capacity to reflect thermal pressureThara Gopinath1-0/+7
2020-03-06sched/fair: Enable periodic update of average thermal pressureThara Gopinath2-0/+10
2020-03-06arm/topology: Populate arch_scale_thermal_pressure() for ARM platformsThara Gopinath1-0/+3
2020-03-06arm64/topology: Populate arch_scale_thermal_pressure() for arm64 platformsThara Gopinath1-0/+3
2020-03-06drivers/base/arch_topology: Add infrastructure to store and update instantaneous thermal pressureThara Gopinath2-0/+21
2020-03-06sched/topology: Add callback to read per CPU thermal pressureThara Gopinath1-0/+8
2020-03-06sched/pelt: Add support to track thermal pressureThara Gopinath5-0/+73
2020-03-06sched/vtime: Prevent unstable evaluation of WARN(vtime->state)Chris Wilson1-19/+22
2020-03-01Linux 5.6-rc4Linus Torvalds1-1/+1
2020-03-01KVM: VMX: check descriptor table exits on instruction emulationOliver Upton1-0/+15
2020-02-29ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter1-3/+3
2020-02-29macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang1-21/+31
2020-02-29jbd2: fix data races at struct journal_headQian Cai1-4/+4
2020-02-29x86/mm: Fix dump_pagetables with Xen PVJuergen Gross1-6/+1
2020-02-29x86/ioperm: Add new paravirt function update_io_bitmap()Juergen Gross6-2/+50
2020-02-28kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu1-2/+2
2020-02-28KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini1-5/+5
2020-02-28KVM: allow disabling -WerrorPaolo Bonzini2-1/+14
2020-02-28KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2-0/+4
2020-02-28KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li1-12/+21
2020-02-28KVM: Introduce pv check helpersWanpeng Li1-10/+24
2020-02-28KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger1-1/+1
2020-02-28KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini1-1/+2
2020-02-27MAINTAINERS: Correct Cadence PCI driver pathLukas Bulwahn1-1/+1
2020-02-27io_uring: fix 32-bit compatability with sendmsg/recvmsgJens Axboe1-0/+10
2020-02-27net: dsa: mv88e6xxx: Fix masking of egress portAndrew Lunn1-2/+2
2020-02-27mlxsw: pci: Wait longer before accessing the device after resetAmit Cohen1-1/+1
2020-02-27sfc: fix timestamp reconstruction at 16-bit rollover pointsAlex Maftei (amaftei)1-3/+35
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella3-13/+12
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller1-1/+1
2020-02-27net: rmnet: fix packet forwarding in rmnet bridge modeTaehee Yoo1-0/+3
2020-02-27net: rmnet: fix bridge mode bugsTaehee Yoo4-77/+64
2020-02-27net: rmnet: use upper/lower device infrastructureTaehee Yoo1-19/+16