index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
timekeeping: Shorten seq_count region
Thomas Gleixner
2013-04-04
1
-3
/
+2
*
|
timekeeping: Implement a shadow timekeeper
Thomas Gleixner
2013-04-04
1
-12
/
+29
*
|
timekeeping: Delay update of clock->cycle_last
Thomas Gleixner
2013-04-04
1
-1
/
+3
*
|
timekeeping: Store cycle_last value in timekeeper struct as well
Thomas Gleixner
2013-04-04
1
-2
/
+2
*
|
ntp: Remove ntp_lock, using the timekeeping locks to protect ntp state
John Stultz
2013-04-04
1
-37
/
+4
*
|
timekeeping: Simplify tai updating from do_adjtimex
John Stultz
2013-04-04
1
-5
/
+4
*
|
timekeeping: Hold timekeepering locks in do_adjtimex and hardpps
John Stultz
2013-04-04
1
-2
/
+17
*
|
timekeeping: Move ADJ_SETOFFSET to top level do_adjtimex()
John Stultz
2013-04-04
2
-11
/
+11
*
|
ntp: Rework do_adjtimex to take timespec and tai arguments
John Stultz
2013-04-04
3
-16
/
+17
*
|
ntp: Move timex validation to timekeeping do_adjtimex call.
John Stultz
2013-04-04
3
-5
/
+8
*
|
ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c
John Stultz
2013-04-04
3
-5
/
+36
*
|
ntp: Split out timex validation from do_adjtimex
John Stultz
2013-04-04
1
-12
/
+27
*
|
Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...
Thomas Gleixner
2013-04-03
3
-74
/
+228
|
\
\
|
*
|
timekeeping: __timekeeping_set_tai_offset can be static
Fengguang Wu
2013-03-25
1
-1
/
+1
|
*
|
timekeeping: Split timekeeper_lock into lock and seqcount
Thomas Gleixner
2013-03-22
1
-59
/
+73
|
*
|
timekeeping: Move lock out of timekeeper struct
Thomas Gleixner
2013-03-22
1
-55
/
+53
|
*
|
timekeeping: Make jiffies_lock internal
Thomas Gleixner
2013-03-22
2
-0
/
+3
|
*
|
timekeeping: Calc stuff once
Thomas Gleixner
2013-03-22
1
-3
/
+4
|
*
|
hrtimer: Add hrtimer support for CLOCK_TAI
John Stultz
2013-03-22
1
-1
/
+19
|
*
|
timekeeping: Add CLOCK_TAI clockid
John Stultz
2013-03-22
1
-0
/
+30
|
*
|
timekeeping: Move TAI managment into timekeeping core from ntp
John Stultz
2013-03-22
2
-8
/
+54
|
*
|
timekeeping: utilize the suspend-nonstop clocksource to count suspended time
Feng Tang
2013-03-15
1
-7
/
+51
|
|
/
*
|
tick: Change log level of NOHZ: local_softirq_pending message
Rado Vrbovsky
2013-03-25
1
-2
/
+2
*
|
tick: Provide a check for a forced broadcast pending
Thomas Gleixner
2013-03-13
1
-0
/
+12
*
|
tick: Handle broadcast wakeup of multiple cpus
Thomas Gleixner
2013-03-13
1
-1
/
+58
*
|
tick: Avoid programming the local cpu timer if broadcast pending
Thomas Gleixner
2013-03-13
1
-2
/
+26
*
|
tick: Dynamically set broadcast irq affinity
Daniel Lezcano
2013-03-07
1
-8
/
+31
*
|
tick: Pass broadcast device to tick_broadcast_set_event()
Daniel Lezcano
2013-03-07
1
-6
/
+5
*
|
tick: Convert broadcast cpu bitmaps to cpumask_var_t
Thomas Gleixner
2013-03-07
3
-44
/
+46
|
/
*
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...
Linus Torvalds
2013-02-28
1
-0
/
+2
|
\
|
*
tick: export nohz tick idle symbols for module use
Jacob Pan
2013-01-17
1
-0
/
+2
*
|
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2013-02-22
1
-13
/
+13
|
\
\
|
*
|
ntp: Make ntp_lock raw
Thomas Gleixner
2013-02-19
1
-13
/
+13
|
|
/
*
|
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-21
2
-6
/
+21
|
\
\
|
*
\
Merge branch 'clocksource/cleanup' into next/cleanup
Olof Johansson
2013-01-14
1
-0
/
+1
|
|
\
\
|
|
*
|
clockevents: export clockevents_config_and_register for module use
Shawn Guo
2013-01-14
1
-0
/
+1
|
|
|
/
|
*
|
time: convert arch_gettimeoffset to a pointer
Stephen Warren
2012-12-24
1
-6
/
+20
|
|
/
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-02-19
4
-16
/
+98
|
\
\
|
*
\
Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...
Thomas Gleixner
2013-02-14
1
-2
/
+6
|
|
\
\
|
|
*
|
time, Fix setting of hardware clock in NTP code
Prarit Bhargava
2013-02-08
1
-2
/
+6
|
*
|
|
Merge branch 'timers/for-arm' into timers/core
Thomas Gleixner
2013-02-12
1
-8
/
+14
|
|
\
\
\
|
|
*
|
|
clockevents: Fix generic broadcast for FEAT_C3STOP
Mark Rutland
2013-02-12
1
-8
/
+14
|
*
|
|
|
Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux ...
Thomas Gleixner
2013-02-04
3
-14
/
+52
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
|
/
/
|
|
*
|
timekeeping: Switch HAS_PERSISTENT_CLOCK to ALWAYS_USE_PERSISTENT_CLOCK
John Stultz
2013-01-29
1
-1
/
+1
|
|
*
|
timekeeping: Add CONFIG_HAS_PERSISTENT_CLOCK option
Feng Tang
2013-01-15
1
-0
/
+5
|
|
*
|
timekeeping: Add persistent_clock_exist flag
Feng Tang
2013-01-15
1
-5
/
+11
|
|
*
|
NTP: Add a CONFIG_RTC_SYSTOHC configuration
Jason Gunthorpe
2013-01-15
1
-4
/
+12
|
|
*
|
time: create __getnstimeofday for WARNless calls
Kees Cook
2013-01-15
1
-5
/
+24
|
*
|
|
clockevents: Add generic timer broadcast function
Mark Rutland
2013-01-31
2
-0
/
+17
|
*
|
|
clockevents: Add generic timer broadcast receiver
Mark Rutland
2013-01-31
1
-0
/
+17
|
|
|
/
|
|
/
|
[prev]
[next]