index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ethtool
/
debug.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
freezer: Have {,un}lock_system_sleep() save/restore flags
Peter Zijlstra
7
-44
/
+70
2022-09-07
sched: Rename task_running() to task_on_cpu()
Peter Zijlstra
6
-14
/
+14
2022-09-07
sched/fair: Cleanup for SIS_PROP
Abel Wu
1
-6
/
+6
2022-09-07
sched/fair: Default to false in test_idle_cores()
Abel Wu
1
-8
/
+8
2022-09-07
sched/fair: Remove useless check in select_idle_core()
Abel Wu
1
-3
/
+0
2022-09-07
sched/fair: Avoid double search on same cpu
Abel Wu
1
-0
/
+2
2022-09-07
sched/fair: Remove redundant check in select_idle_smt()
Abel Wu
1
-7
/
+4
2022-09-01
sched/deadline: Move __dl_clear_params out of dl_bw lock
Shang XiaoJing
1
-1
/
+1
2022-09-01
sched/deadline: Add replenish_dl_new_period helper
Shang XiaoJing
1
-10
/
+13
2022-09-01
sched/deadline: Add dl_task_is_earliest_deadline helper
Shang XiaoJing
1
-12
/
+12
2022-08-27
sched: Add update_current_exec_runtime helper
Shang XiaoJing
4
-17
/
+16
2022-08-23
sched/fair: Don't init util/runnable_avg for !fair task
Chengming Zhou
1
-14
/
+14
2022-08-23
sched/fair: Move task sched_avg attach to enqueue_task_fair()
Chengming Zhou
1
-8
/
+3
2022-08-23
sched/fair: Allow changing cgroup of new forked task
Chengming Zhou
2
-20
/
+12
2022-08-23
sched/fair: Fix another detach on unattached task corner case
Chengming Zhou
1
-0
/
+11
2022-08-23
sched/fair: Combine detach into dequeue when migrating task
Chengming Zhou
1
-12
/
+16
2022-08-23
sched/fair: Update comments in enqueue/dequeue_entity()
Chengming Zhou
1
-2
/
+4
2022-08-23
sched/fair: Reset sched_avg last_update_time before set_task_rq()
Chengming Zhou
1
-1
/
+1
2022-08-23
sched/fair: Remove redundant cpu_cgrp_subsys->fork()
Chengming Zhou
3
-49
/
+6
2022-08-23
sched/fair: Maintain task se depth in set_task_rq()
Chengming Zhou
2
-8
/
+1
2022-08-12
sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()
Ingo Molnar
7
-25
/
+26
2022-08-11
x86: link vdso and boot with -z noexecstack --no-warn-rwx-segments
Nick Desaulniers
3
-2
/
+6
2022-08-11
Makefile: link with -z noexecstack --no-warn-rwx-segments
Nick Desaulniers
1
-0
/
+5
2022-08-11
crypto: blake2b: effectively disable frame size warning
Linus Torvalds
1
-0
/
+1
2022-08-10
hwmon: (nct6775) Fix platform driver suspend regression
Zev Weiss
3
-2
/
+5
2022-08-10
hwmon: (lm90) Fix error return value from detect function
Guenter Roeck
1
-1
/
+1
2022-08-10
add barriers to buffer_uptodate and set_buffer_uptodate
Mikulas Patocka
1
-1
/
+24
2022-08-09
dt-bindings: soc: qcom: smd-rpm: extend example
Krzysztof Kozlowski
1
-6
/
+27
2022-08-09
dt-bindings: soc: qcom: smd: reference SMD edge schema
Krzysztof Kozlowski
1
-1
/
+1
2022-08-09
NFS: Improve readpage/writepage tracing
Trond Myklebust
1
-28
/
+26
2022-08-09
NFS: Improve O_DIRECT tracing
Trond Myklebust
1
-12
/
+9
2022-08-09
NFS: Improve write error tracing
Trond Myklebust
3
-20
/
+27
2022-08-09
fscache: add tracepoint when failing cookie
Jeff Layton
2
-0
/
+4
2022-08-09
fscache: don't leak cookie access refs if invalidation is in progress or failed
Jeff Layton
1
-2
/
+5
2022-08-09
fix copy_page_from_iter() for compound destinations
Al Viro
1
-4
/
+18
2022-08-09
hugetlbfs: copy_page_to_iter() can deal with compound pages
Al Viro
1
-30
/
+1
2022-08-09
copy_page_to_iter(): don't split high-order page in case of ITER_PIPE
Al Viro
1
-15
/
+6
2022-08-09
expand those iov_iter_advance()...
Al Viro
1
-2
/
+9
2022-08-09
pipe_get_pages(): switch to append_pipe()
Al Viro
1
-29
/
+6
2022-08-09
get rid of non-advancing variants
Al Viro
2
-31
/
+20
2022-08-09
ceph: switch the last caller of iov_iter_get_pages_alloc()
Al Viro
1
-1
/
+1
2022-08-09
9p: convert to advancing variant of iov_iter_get_pages_alloc()
Al Viro
3
-19
/
+26
2022-08-09
af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()
Al Viro
2
-4
/
+4
2022-08-09
iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()
Al Viro
1
-23
/
+24
2022-08-09
block: convert to advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2
-14
/
+18
2022-08-09
iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
13
-30
/
+34
2022-08-09
iov_iter: saner helper for page array allocation
Al Viro
1
-45
/
+32
2022-08-09
fold __pipe_get_pages() into pipe_get_pages()
Al Viro
1
-37
/
+38
2022-08-09
ITER_XARRAY: don't open-code DIV_ROUND_UP()
Al Viro
1
-9
/
+1
2022-08-09
unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
Al Viro
1
-59
/
+27
[next]