index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
kernel
/
time.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-11
s390/stp: clock_delta should be signed
Sven Schnelle
1
-4
/
+4
2022-05-11
s390/stp: fix todoff size
Sven Schnelle
1
-3
/
+1
2021-03-25
s390/vdso: fix initializing and updating of vdso_data
Heiko Carstens
1
-3
/
+8
2021-03-25
s390/vdso: copy tod_steering_delta value to vdso_data page
Heiko Carstens
1
-0
/
+1
2021-03-08
s390/time,idle: get rid of unsigned long long
Heiko Carstens
1
-14
/
+14
2021-02-13
s390/time: convert tod_clock_base to union
Heiko Carstens
1
-33
/
+17
2020-11-20
s390/stp: let subsys_system_register() sysfs attributes
Julian Wiedmann
1
-30
/
+14
2020-09-26
s390/stp: unify stp_work_mutex and clock_sync_mutex
Sven Schnelle
1
-27
/
+26
2020-09-26
s390/stp: add sysfs file to show scheduled leap seconds
Sven Schnelle
1
-0
/
+29
2020-09-26
s390/stp: add support for leap seconds
Sven Schnelle
1
-9
/
+85
2020-09-26
s390/stp: add locking to sysfs functions
Sven Schnelle
1
-33
/
+85
2020-08-26
s390: convert to GENERIC_VDSO
Sven Schnelle
1
-56
/
+10
2020-07-22
s390/time: improve comparison for tod steering
Heiko Carstens
1
-1
/
+1
2020-07-22
s390/time: use CLOCKSOURCE_MASK
Heiko Carstens
1
-1
/
+1
2020-07-01
s390/stp: allow group and users to read stp sysfs files
Sven Schnelle
1
-27
/
+22
2020-06-29
s390: convert to msecs_to_jiffies()
Sven Schnelle
1
-1
/
+1
2020-06-16
s390/vdso: fix vDSO clock_getres()
Vincenzo Frascino
1
-0
/
+1
2019-10-31
s390/time: remove monotonic_clock()
Heiko Carstens
1
-9
/
+0
2018-07-20
s390/time: Remove read_boot_clock64()
Pavel Tatashin
1
-13
/
+0
2018-07-20
s390/time: Add read_persistent_wall_and_boot_offset()
Pavel Tatashin
1
-0
/
+18
2017-11-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-0
/
+1
2017-11-24
s390: kernel: add SPDX identifiers to the remaining files
Greg Kroah-Hartman
1
-0
/
+1
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-2
/
+2
2017-08-23
s390/dasd: Change unsigned long long to unsigned long
Jan Höppner
1
-1
/
+1
2017-07-26
s390/time: add support for the TOD clock epoch extension
Martin Schwidefsky
1
-20
/
+45
2017-05-26
s390/kernel: Use stop_machine_cpuslocked()
Sebastian Andrzej Siewior
1
-3
/
+3
2017-04-14
s390/time: Set ->min_delta_ticks and ->max_delta_ticks
Nicolai Stange
1
-0
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-17
s390: kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
1
-1
/
+1
2017-02-07
s390/debug: make debug event time stamps relative to the boot TOD clock
Martin Schwidefsky
1
-2
/
+1
2017-01-16
s390: use false/true when using bool
Heiko Carstens
1
-1
/
+1
2016-12-25
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-17
s390/time: fix clocksource steering for negative clock offsets
Martin Schwidefsky
1
-4
/
+3
2016-10-28
s390/time: steer clocksource on STP sync events
Martin Schwidefsky
1
-1
/
+40
2016-10-28
s390/time: adjust last_update_clock at clock synchronization
Martin Schwidefsky
1
-0
/
+2
2016-10-28
s390/time: refactor clock sync
Martin Schwidefsky
1
-80
/
+69
2016-08-29
s390/time: avoid races when updating tb_update_count
David Hildenbrand
1
-5
/
+0
2016-08-29
s390/time: fixup the clock comparator on all cpus
David Hildenbrand
1
-0
/
+1
2016-08-29
s390/time: cleanup etr leftovers
David Hildenbrand
1
-21
/
+9
2016-08-29
s390/time: simplify stp time syncs
David Hildenbrand
1
-46
/
+4
2016-06-13
s390/time: remove ETR support
Martin Schwidefsky
1
-988
/
+1
2016-06-13
s390/time: add leap seconds to initial system time
Martin Schwidefsky
1
-2
/
+15
2016-06-13
s390/time: LPAR offset handling
Martin Schwidefsky
1
-8
/
+38
2016-06-13
s390/time: STP sync clock correction
Martin Schwidefsky
1
-6
/
+5
2016-03-17
param: convert some "on"/"off" users to strtobool
Kees Cook
1
-6
/
+2
2016-03-07
s390: Use pr_warn instead of pr_warning
Joe Perches
1
-4
/
+2
2015-10-14
s390/etr,stp: fix possible deadlock on machine check
Heiko Carstens
1
-10
/
+21
2015-09-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2015-09-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-6
/
+0
[next]