summaryrefslogtreecommitdiffstats
path: root/net/ethtool/debug.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-07freezer: Have {,un}lock_system_sleep() save/restore flagsPeter Zijlstra7-44/+70
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra6-14/+14
2022-09-07sched/fair: Cleanup for SIS_PROPAbel Wu1-6/+6
2022-09-07sched/fair: Default to false in test_idle_cores()Abel Wu1-8/+8
2022-09-07sched/fair: Remove useless check in select_idle_core()Abel Wu1-3/+0
2022-09-07sched/fair: Avoid double search on same cpuAbel Wu1-0/+2
2022-09-07sched/fair: Remove redundant check in select_idle_smt()Abel Wu1-7/+4
2022-09-01sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing1-1/+1
2022-09-01sched/deadline: Add replenish_dl_new_period helperShang XiaoJing1-10/+13
2022-09-01sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing1-12/+12
2022-08-27sched: Add update_current_exec_runtime helperShang XiaoJing4-17/+16
2022-08-23sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou1-14/+14
2022-08-23sched/fair: Move task sched_avg attach to enqueue_task_fair()Chengming Zhou1-8/+3
2022-08-23sched/fair: Allow changing cgroup of new forked taskChengming Zhou2-20/+12
2022-08-23sched/fair: Fix another detach on unattached task corner caseChengming Zhou1-0/+11
2022-08-23sched/fair: Combine detach into dequeue when migrating taskChengming Zhou1-12/+16
2022-08-23sched/fair: Update comments in enqueue/dequeue_entity()Chengming Zhou1-2/+4
2022-08-23sched/fair: Reset sched_avg last_update_time before set_task_rq()Chengming Zhou1-1/+1
2022-08-23sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou3-49/+6
2022-08-23sched/fair: Maintain task se depth in set_task_rq()Chengming Zhou2-8/+1
2022-08-12sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar7-25/+26
2022-08-11x86: link vdso and boot with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers3-2/+6
2022-08-11Makefile: link with -z noexecstack --no-warn-rwx-segmentsNick Desaulniers1-0/+5
2022-08-11crypto: blake2b: effectively disable frame size warningLinus Torvalds1-0/+1
2022-08-10hwmon: (nct6775) Fix platform driver suspend regressionZev Weiss3-2/+5
2022-08-10hwmon: (lm90) Fix error return value from detect functionGuenter Roeck1-1/+1
2022-08-10add barriers to buffer_uptodate and set_buffer_uptodateMikulas Patocka1-1/+24
2022-08-09dt-bindings: soc: qcom: smd-rpm: extend exampleKrzysztof Kozlowski1-6/+27
2022-08-09dt-bindings: soc: qcom: smd: reference SMD edge schemaKrzysztof Kozlowski1-1/+1
2022-08-09NFS: Improve readpage/writepage tracingTrond Myklebust1-28/+26
2022-08-09NFS: Improve O_DIRECT tracingTrond Myklebust1-12/+9
2022-08-09NFS: Improve write error tracingTrond Myklebust3-20/+27
2022-08-09fscache: add tracepoint when failing cookieJeff Layton2-0/+4
2022-08-09fscache: don't leak cookie access refs if invalidation is in progress or failedJeff Layton1-2/+5
2022-08-09fix copy_page_from_iter() for compound destinationsAl Viro1-4/+18
2022-08-09hugetlbfs: copy_page_to_iter() can deal with compound pagesAl Viro1-30/+1
2022-08-09copy_page_to_iter(): don't split high-order page in case of ITER_PIPEAl Viro1-15/+6
2022-08-09expand those iov_iter_advance()...Al Viro1-2/+9
2022-08-09pipe_get_pages(): switch to append_pipe()Al Viro1-29/+6
2022-08-09get rid of non-advancing variantsAl Viro2-31/+20
2022-08-09ceph: switch the last caller of iov_iter_get_pages_alloc()Al Viro1-1/+1
2022-08-099p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro3-19/+26
2022-08-09af_alg_make_sg(): switch to advancing variant of iov_iter_get_pages()Al Viro2-4/+4
2022-08-09iter_to_pipe(): switch to advancing variant of iov_iter_get_pages()Al Viro1-23/+24
2022-08-09block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-14/+18
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro13-30/+34
2022-08-09iov_iter: saner helper for page array allocationAl Viro1-45/+32
2022-08-09fold __pipe_get_pages() into pipe_get_pages()Al Viro1-37/+38
2022-08-09ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro1-9/+1
2022-08-09unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro1-59/+27