index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
sched
/
cputime.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sched/cputime: Fix mul_u64_u64_div_u64() precision for cputime
Zheng Zucheng
2024-07-29
1
-0
/
+6
*
sched: Fix spelling in comments
Ingo Molnar
2024-05-27
1
-7
/
+7
*
sched/vtime: Get rid of generic vtime_task_switch() implementation
Alexander Gordeev
2024-04-17
1
-13
/
+0
*
cputime: remove cputime_to_nsecs fallback
Nicholas Piggin
2022-12-27
1
-0
/
+4
*
sched/core: add forced idle accounting for cgroups
Josh Don
2022-07-04
1
-0
/
+15
*
sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...
Ingo Molnar
2022-02-23
1
-1
/
+0
*
Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-01-11
1
-2
/
+2
|
\
|
*
cputime, cpuacct: Include guest time in user time in cpuacct.stat
Andrey Ryabinin
2021-11-23
1
-2
/
+2
*
|
sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full
Frederic Weisbecker
2021-12-02
1
-3
/
+9
|
/
*
Merge tag 'sched-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-04-28
1
-1
/
+1
|
\
|
*
sched: Fix various typos
Ingo Molnar
2021-03-22
1
-1
/
+1
*
|
irqtime: Make accounting correct on RT
Thomas Gleixner
2021-03-17
1
-2
/
+2
|
/
*
irqtime: Move irqtime entry accounting after irq offset incrementation
Frederic Weisbecker
2020-12-02
1
-7
/
+11
*
sched/vtime: Consolidate IRQ time accounting
Frederic Weisbecker
2020-12-02
1
-4
/
+9
*
s390/vtime: Use the generic IRQ entry accounting
Frederic Weisbecker
2020-12-02
1
-11
/
+2
*
sched/cputime: Remove symbol exports from IRQ time accounting
Frederic Weisbecker
2020-12-02
1
-2
/
+0
*
sched/cputime: Improve cputime_adjust()
Oleg Nesterov
2020-06-15
1
-45
/
+1
*
sched/vtime: Work around an unitialized variable warning
Borislav Petkov
2020-04-15
1
-2
/
+2
*
sched/vtime: Prevent unstable evaluation of WARN(vtime->state)
Chris Wilson
2020-03-06
1
-19
/
+22
*
sched/cputime: move rq parameter in irqtime_account_process_tick
Alex Shi
2020-01-17
1
-9
/
+6
*
sched/vtime: Bring up complete kcpustat accessor
Frederic Weisbecker
2019-11-21
1
-20
/
+116
*
sched/cputime: Support other fields on kcpustat_field()
Frederic Weisbecker
2019-11-21
1
-11
/
+43
*
sched/kcpustat: Introduce vtime-aware kcpustat accessor for CPUTIME_SYSTEM
Frederic Weisbecker
2019-10-29
1
-0
/
+82
*
sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...
Frederic Weisbecker
2019-10-29
1
-1
/
+1
*
sched/cputime: Add vtime guest task state
Frederic Weisbecker
2019-10-29
1
-7
/
+11
*
sched/cputime: Add vtime idle task state
Frederic Weisbecker
2019-10-29
1
-5
/
+8
*
sched/vtime: Record CPU under seqcount for kcpustat needs
Frederic Weisbecker
2019-10-29
1
-0
/
+3
*
sched/cputime: Spare a seqcount lock/unlock cycle on context switch
Frederic Weisbecker
2019-10-09
1
-11
/
+19
*
sched/cputime: Rename vtime_account_system() to vtime_account_kernel()
Frederic Weisbecker
2019-10-09
1
-9
/
+9
*
sched/vtime: Fix guest/system mis-accounting on task switch
Frederic Weisbecker
2019-10-09
1
-3
/
+3
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
sched: Fix various typos in comments
Ingo Molnar
2018-12-03
1
-1
/
+1
*
sched/headers: Simplify and clean up header usage in the scheduler
Ingo Molnar
2018-03-04
1
-7
/
+3
*
sched: Clean up and harmonize the coding style of the scheduler code base
Ingo Molnar
2018-03-03
1
-24
/
+24
*
Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2017-11-15
1
-4
/
+10
|
\
|
*
sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_...
Tejun Heo
2017-09-25
1
-0
/
+7
|
*
cpuacct: Introduce cgroup_account_cputime[_field]()
Tejun Heo
2017-09-25
1
-1
/
+1
|
*
sched/cputime: Expose cputime_adjust()
Tejun Heo
2017-09-25
1
-3
/
+2
*
|
sched/clock, sched/cputime: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
2017-11-08
1
-2
/
+1
|
/
*
sched/cputime: Don't use smp_processor_id() in preemptible context
Wanpeng Li
2017-07-14
1
-3
/
+3
*
sched/cputime: Accumulate vtime on top of nsec clocksource
Wanpeng Li
2017-07-05
1
-22
/
+42
*
sched/cputime: Move the vtime task fields to their own struct
Frederic Weisbecker
2017-07-05
1
-48
/
+64
*
sched/cputime: Rename vtime fields
Frederic Weisbecker
2017-07-05
1
-15
/
+15
*
sched/cputime: Always set tsk->vtime_snap_whence after accounting vtime
Frederic Weisbecker
2017-07-05
1
-1
/
+1
*
vtime, sched/cputime: Remove vtime_account_user()
Frederic Weisbecker
2017-07-05
1
-6
/
+6
*
Revert "sched/cputime: Refactor the cputime_adjust() code"
Ingo Molnar
2017-07-04
1
-8
/
+14
*
sched/cputime: Refactor the cputime_adjust() code
Gustavo A. R. Silva
2017-06-30
1
-11
/
+5
*
sched/cputime: Fix ksoftirqd cputime accounting regression
Frederic Weisbecker
2017-04-27
1
-11
/
+16
*
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> i...
Ingo Molnar
2017-03-02
1
-4
/
+0
[next]