index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
sched_clock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
time/sched_clock: Fix formatting of frequency reporting code
Maciej W. Rozycki
2022-05-02
1
-6
/
+4
*
time/sched_clock: Use Hz as the unit for clock rate reporting below 4kHz
Maciej W. Rozycki
2022-05-02
1
-1
/
+1
*
time/sched_clock: Round the frequency reported to nearest rather than down
Maciej W. Rozycki
2022-05-02
1
-2
/
+3
*
time/sched_clock: Mark sched_clock_read_begin/retry() as notrace
Quanyang Wang
2020-10-26
1
-2
/
+2
*
time/sched_clock: Use seqcount_latch_t
Ahmed S. Darwish
2020-09-10
1
-2
/
+2
*
time/sched_clock: Use raw_read_seqcount_latch() during suspend
Ahmed S. Darwish
2020-09-10
1
-1
/
+1
*
time: Delete repeated words in comments
Randy Dunlap
2020-08-10
1
-1
/
+1
*
time/sched_clock: Use raw_read_seqcount_latch()
Ahmed S. Darwish
2020-07-20
1
-1
/
+1
*
sched_clock: Expose struct clock_read_data
Peter Zijlstra
2020-07-20
1
-28
/
+13
*
time/sched_clock: Expire timer in hardirq context
Ahmed S. Darwish
2020-03-19
1
-4
/
+5
*
time/sched_clock: Disable interrupts in sched_clock_register()
Paul Cercueil
2020-01-09
1
-2
/
+5
*
timers/sched_clock: Include local timekeeping.h for missing declarations
Ben Dooks (Codethink)
2019-10-23
1
-0
/
+2
*
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-07
1
-1
/
+1
|
\
|
*
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-09
1
-1
/
+1
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-05-06
1
-2
/
+2
|
\
\
|
*
|
timekeeping: Consistently use unsigned int for seqcount snapshot
Rasmus Villemoes
2019-03-23
1
-2
/
+2
|
|
/
*
/
timers/sched_clock: Prevent generic sched_clock wrap caused by tick_freeze()
Chang-An Chen
2019-04-18
1
-2
/
+2
|
/
*
sched/clock: Remove license boilerplate
Thomas Gleixner
2018-11-23
1
-4
/
+0
*
time: Add SPDX license identifiers
Thomas Gleixner
2018-11-23
1
-0
/
+1
*
time: Remove useless filenames in top level comments
Thomas Gleixner
2018-11-23
1
-2
/
+2
*
sched/clock: Move sched clock initialization and merge with generic clock
Pavel Tatashin
2018-07-20
1
-1
/
+1
*
timers, sched_clock: Update timeout for clock wrap
David Engraf
2017-03-23
1
-0
/
+5
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
timers, sched/clock: Clean up the code a bit
Ingo Molnar
2015-03-27
1
-51
/
+56
*
timers, sched/clock: Avoid deadlock during read from NMI
Daniel Thompson
2015-03-27
1
-35
/
+68
*
timers, sched/clock: Remove redundant notrace from update function
Daniel Thompson
2015-03-27
1
-1
/
+1
*
timers, sched/clock: Remove suspend from clock_read_data()
Daniel Thompson
2015-03-27
1
-15
/
+25
*
timers, sched/clock: Optimize cache line usage
Daniel Thompson
2015-03-27
1
-35
/
+77
*
timers, sched/clock: Match scope of read and write seqcounts
Daniel Thompson
2015-03-27
1
-15
/
+11
*
clocksource: Add 'max_cycles' to 'struct clocksource'
John Stultz
2015-03-12
1
-1
/
+1
*
clocksource: Simplify the logic around clocksource wrapping safety margins
John Stultz
2015-03-12
1
-2
/
+2
*
sched_clock: Avoid corrupting hrtimer tree during suspend
Stephen Boyd
2014-07-24
1
-1
/
+3
*
sched_clock: Remove deprecated setup_sched_clock() API
Stephen Boyd
2014-04-22
1
-13
/
+0
*
sched_clock: Prevent callers from seeing half-updated data
Stephen Boyd
2014-02-19
1
-17
/
+29
*
sched_clock: Disable seqlock lockdep usage in sched_clock()
John Stultz
2014-01-12
1
-3
/
+3
*
sched_clock: Remove sched_clock_func() hook
Stephen Boyd
2013-10-09
1
-8
/
+1
*
sched_clock: Add support for >32 bit sched_clock
Stephen Boyd
2013-07-30
1
-14
/
+32
*
sched_clock: Use an hrtimer instead of timer
Stephen Boyd
2013-07-30
1
-17
/
+21
*
sched_clock: Use seqcount instead of rolling our own
Stephen Boyd
2013-07-30
1
-19
/
+8
*
ARM: sched_clock: Load cycle count after epoch stabilizes
Stephen Boyd
2013-06-17
1
-11
/
+8
*
sched_clock: Make ARM's sched_clock generic for all architectures
Stephen Boyd
2013-06-12
1
-0
/
+215