index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
2021-05-12
25
-34
/
+8
*
kselftest: Add test for core sched prctl interface
Chris Hyser
2021-05-12
4
-0
/
+354
*
sched: prctl() core-scheduling interface
Chris Hyser
2021-05-12
5
-0
/
+137
*
sched: Inherit task cookie on fork()
Peter Zijlstra
2021-05-12
3
-0
/
+11
*
sched: Trivial core scheduling cookie management
Peter Zijlstra
2021-05-12
6
-3
/
+137
*
sched: Migration changes for core scheduling
Aubrey Li
2021-05-12
2
-6
/
+96
*
sched: Trivial forced-newidle balancer
Peter Zijlstra
2021-05-12
4
-1
/
+137
*
sched/fair: Snapshot the min_vruntime of CPUs on force idle
Joel Fernandes (Google)
2021-05-12
3
-25
/
+117
*
sched: Fix priority inversion of cookied task with sibling
Joel Fernandes (Google)
2021-05-12
1
-39
/
+26
*
sched/fair: Fix forced idle sibling starvation corner case
Vineeth Pillai
2021-05-12
3
-8
/
+49
*
sched: Add core wide task selection and scheduling
Peter Zijlstra
2021-05-12
2
-2
/
+305
*
sched: Basic tracking of matching tasks
Peter Zijlstra
2021-05-12
4
-51
/
+210
*
sched: Introduce sched_class::pick_task()
Peter Zijlstra
2021-05-12
6
-9
/
+87
*
sched: Allow sched_core_put() from atomic context
Peter Zijlstra
2021-05-12
1
-6
/
+27
*
sched: Optimize rq_lockp() usage
Peter Zijlstra
2021-05-12
4
-19
/
+36
*
sched: Core-wide rq->lock
Peter Zijlstra
2021-05-12
3
-4
/
+224
*
sched: Prepare for Core-wide rq->lock
Peter Zijlstra
2021-05-12
2
-33
/
+63
*
sched: Wrap rq::lock access
Peter Zijlstra
2021-05-12
10
-138
/
+136
*
sched: Provide raw_spin_rq_*lock*() helpers
Peter Zijlstra
2021-05-12
2
-0
/
+65
*
sched/fair: Add a few assertions
Peter Zijlstra
2021-05-12
1
-2
/
+9
*
delayacct: Add sysctl to enable at runtime
Peter Zijlstra
2021-05-12
4
-4
/
+54
*
delayacct: Default disabled
Peter Zijlstra
2021-05-12
4
-25
/
+20
*
delayacct: Add static_branch in scheduler hooks
Peter Zijlstra
2021-05-12
2
-0
/
+11
*
kvm: Select SCHED_INFO instead of TASK_DELAY_ACCT
Peter Zijlstra
2021-05-12
2
-8
/
+2
*
sched: Simplify sched_info_on()
Peter Zijlstra
2021-05-12
3
-36
/
+12
*
sched: Rename sched_info_{queued,dequeued}
Peter Zijlstra
2021-05-12
2
-12
/
+12
*
delayacct: Use sched_clock()
Peter Zijlstra
2021-05-12
1
-12
/
+10
*
sched/fair: Fix negative energy delta in find_energy_efficient_cpu()
Pierre Gondois
2021-05-12
1
-12
/
+15
*
sched/fair: Only compute base_energy_pd if necessary
Pierre Gondois
2021-05-12
1
-17
/
+24
*
sched,fair: Skip newidle_balance if a wakeup is pending
Rik van Riel
2021-05-12
1
-1
/
+10
*
sched/core: Remove the pointless BUG_ON(!task) from wake_up_q()
Oleg Nesterov
2021-05-12
1
-1
/
+0
*
sched/fair: Fix clearing of has_idle_cores flag in select_idle_cpu()
Gautham R. Shenoy
2021-05-12
1
-1
/
+1
*
Merge tag 'for-5.13-rc1-part2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-05-11
1
-0
/
+2
|
\
|
*
btrfs: handle transaction start error in btrfs_fileattr_set
Ritesh Harjani
2021-05-11
1
-0
/
+2
*
|
Merge tag 'perf-tools-fixes-for-v5.13-2021-05-10' of git://git.kernel.org/pub...
Linus Torvalds
2021-05-11
26
-22
/
+260
|
\
\
|
*
|
tools headers UAPI: Sync perf_event.h with the kernel sources
Arnaldo Carvalho de Melo
2021-05-10
4
-8
/
+24
|
*
|
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2021-05-10
1
-1
/
+8
|
*
|
tools include UAPI powerpc: Sync errno.h with the kernel headers
Arnaldo Carvalho de Melo
2021-05-10
1
-0
/
+1
|
*
|
tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...
Arnaldo Carvalho de Melo
2021-05-10
3
-2
/
+2
|
*
|
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
2021-05-10
1
-0
/
+4
|
*
|
tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_s...
Arnaldo Carvalho de Melo
2021-05-10
5
-1
/
+27
|
*
|
perf tools: Fix a build error on arm64 with clang
Masami Hiramatsu
2021-05-10
1
-1
/
+1
|
*
|
tools headers kvm: Sync kvm headers with the kernel sources
Arnaldo Carvalho de Melo
2021-05-10
1
-0
/
+1
|
*
|
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
2021-05-10
1
-0
/
+45
|
*
|
perf tools: Fix dynamic libbpf link
Jiri Olsa
2021-05-10
2
-0
/
+8
|
*
|
perf session: Fix swapping of cpu_map and stat_config records
Dmitry Koshelev
2021-05-10
1
-2
/
+2
|
*
|
perf jevents: Silence warning for ArchStd files
Ian Rogers
2021-05-10
1
-2
/
+4
|
*
|
perf record: Disallow -c and -F option at the same time
Namhyung Kim
2021-05-10
1
-1
/
+7
|
*
|
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
2021-05-10
1
-0
/
+4
|
*
|
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
2021-05-10
1
-0
/
+1
[next]