index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-20
sched/fair: Fix enqueue_task_fair warning
Vincent Guittot
1
-4
/
+22
2020-03-06
thermal/cpu-cooling, sched/core: Move the arch_set_thermal_pressure() API to ...
Ingo Molnar
2
-11
/
+11
2020-03-06
sched/rt: Remove unnecessary push for unfit tasks
Qais Yousef
1
-5
/
+2
2020-03-06
sched/rt: Allow pulling unfitting task
Qais Yousef
1
-2
/
+1
2020-03-06
sched/rt: Optimize cpupri_find() on non-heterogenous systems
Qais Yousef
3
-8
/
+31
2020-03-06
sched/rt: Re-instate old behavior in select_task_rq_rt()
Qais Yousef
1
-0
/
+9
2020-03-06
sched/rt: cpupri_find: Implement fallback mechanism for !fit case
Qais Yousef
1
-56
/
+101
2020-03-06
sched/fair: Fix reordering of enqueue/dequeue_task_fair()
Vincent Guittot
1
-8
/
+9
2020-03-06
sched/fair: Fix runnable_avg for throttled cfs
Vincent Guittot
1
-2
/
+12
2020-03-06
sched/deadline: Make two functions static
Yu Chen
2
-4
/
+4
2020-03-06
arm64: defconfig: enable CONFIG_SCHED_SMT
Valentin Schneider
1
-0
/
+1
2020-03-06
sched/topology: Don't enable EAS on SMT systems
Valentin Schneider
1
-2
/
+10
2020-03-06
sched/numa: Acquire RCU lock for checking idle cores during NUMA balancing
Mel Gorman
1
-0
/
+2
2020-03-06
sched/fair: Fix kernel build warning in test_idle_cores() for !SMT NUMA
Valentin Schneider
1
-5
/
+9
2020-03-06
sched/fair: Enable tuning of decay period
Thara Gopinath
4
-2
/
+49
2020-03-06
thermal/cpu-cooling: Update thermal pressure in case of a maximum frequency c...
Thara Gopinath
1
-2
/
+17
2020-03-06
sched/fair: Update cpu_capacity to reflect thermal pressure
Thara Gopinath
1
-0
/
+7
2020-03-06
sched/fair: Enable periodic update of average thermal pressure
Thara Gopinath
2
-0
/
+10
2020-03-06
arm/topology: Populate arch_scale_thermal_pressure() for ARM platforms
Thara Gopinath
1
-0
/
+3
2020-03-06
arm64/topology: Populate arch_scale_thermal_pressure() for arm64 platforms
Thara Gopinath
1
-0
/
+3
2020-03-06
drivers/base/arch_topology: Add infrastructure to store and update instantane...
Thara Gopinath
2
-0
/
+21
2020-03-06
sched/topology: Add callback to read per CPU thermal pressure
Thara Gopinath
1
-0
/
+8
2020-03-06
sched/pelt: Add support to track thermal pressure
Thara Gopinath
5
-0
/
+73
2020-03-06
sched/vtime: Prevent unstable evaluation of WARN(vtime->state)
Chris Wilson
1
-19
/
+22
2020-03-06
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
265
-1672
/
+2964
2020-03-03
Merge tag '5.6-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
11
-20
/
+44
2020-03-02
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-9
/
+52
2020-03-02
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2020-03-02
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
25
-214
/
+251
2020-03-02
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-101
/
+54
2020-03-01
Linux 5.6-rc4
v5.6-rc4
Linus Torvalds
1
-1
/
+1
2020-03-01
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-7
/
+7
2020-03-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
22
-107
/
+171
2020-03-01
KVM: VMX: check descriptor table exits on instruction emulation
Oliver Upton
1
-0
/
+15
2020-02-29
Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-56
/
+34
2020-02-29
ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
Dan Carpenter
1
-3
/
+3
2020-02-29
macintosh: therm_windtunnel: fix regression when instantiating devices
Wolfram Sang
1
-21
/
+31
2020-02-29
jbd2: fix data races at struct journal_head
Qian Cai
1
-4
/
+4
2020-02-29
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
8
-7
/
+14
2020-02-29
x86/mm: Fix dump_pagetables with Xen PV
Juergen Gross
1
-6
/
+1
2020-02-29
x86/ioperm: Add new paravirt function update_io_bitmap()
Juergen Gross
6
-2
/
+50
2020-02-29
Merge tag 'perf-urgent-for-mingo-5.6-20200228' of git://git.kernel.org/pub/sc...
Ingo Molnar
14
-148
/
+210
2020-02-28
Merge tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-2
/
+2
2020-02-28
Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-block
Linus Torvalds
12
-70
/
+136
2020-02-28
Merge tag 'io_uring-5.6-2020-02-28' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-91
/
+74
2020-02-28
Merge branch 'nvme-5.6-rc4' of git://git.infradead.org/nvme into block-5.6
Jens Axboe
1
-1
/
+1
2020-02-28
Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
4
-5
/
+42
2020-02-28
Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
4
-7
/
+12
2020-02-28
Merge tag 'zonefs-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2
-4
/
+5
2020-02-28
Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
15
-77
/
+84
[next]