index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
posix-timers.c
Age
Commit message (
Expand
)
Author
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-07
timex: change syscalls to use struct __kernel_timex
Deepa Dinamani
2019-02-07
timex: use __kernel_timex internally
Deepa Dinamani
2019-02-07
sparc64: add custom adjtimex/clock_adjtime functions
Arnd Bergmann
2019-02-07
time: make adjtime compat handling available for 32 bit
Arnd Bergmann
2018-12-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-12-17
posix-timers: Fix division by zero bug
Thomas Gleixner
2018-11-23
posix-timers: Remove license boilerplate
Thomas Gleixner
2018-11-23
time: Add SPDX license identifiers
Thomas Gleixner
2018-11-23
time: Remove useless filenames in top level comments
Thomas Gleixner
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-13
Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-13
parisc: Drop architecture-specific ENOTSUP define
Helge Deller
2018-07-21
signal: Pass pid and pid type into send_sigqueue
Eric W. Biederman
2018-07-21
posix-timers: Noralize good_sigevent
Eric W. Biederman
2018-07-02
posix-timers: Sanitize overrun handling
Thomas Gleixner
2018-07-02
posix-timers: Make forward callback return s64
Thomas Gleixner
2018-06-24
time: Change types to new y2038 safe __kernel_itimerspec
Deepa Dinamani
2018-06-19
posix-timers: Use new ktime_get_*_ts64() helpers
Arnd Bergmann
2018-05-02
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
2018-04-19
time: Change nanosleep to safe __kernel_* types
Deepa Dinamani
2018-04-19
time: Change types to new y2038 safe __kernel_* types
Deepa Dinamani
2018-04-19
posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
Deepa Dinamani
2018-04-04
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-03-22
posix-timers: Protect posix clock array access against speculation
Thomas Gleixner
2018-03-13
posix-timers: Unify MONOTONIC and BOOTTIME clock behavior
Thomas Gleixner
2018-03-13
timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock
Thomas Gleixner
2018-01-22
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
2017-12-15
posix-timer: Properly check sigevent->sigev_notify
Thomas Gleixner
2017-06-30
posix_clocks: Use get_itimerspec64() and put_itimerspec64()
Deepa Dinamani
2017-06-30
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
2017-06-30
posix-timers: Use get_timespec64() and put_timespec64()
Deepa Dinamani
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
2017-06-14
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
2017-06-12
posix-timers: Handle relative posix-timers correctly
Thomas Gleixner
2017-06-12
posix-timers: Zero out oldval itimerspec
Thomas Gleixner
2017-06-12
posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()
Thomas Gleixner
2017-06-04
alarmtimer: Switch over to generic set/get/rearm routine
Thomas Gleixner
[next]