aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentGravatar Robert P. J. Day 1-1/+1
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-2/+3
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-11/+22
2017-09-04Merge branch 'pm-sleep'Gravatar Rafael J. Wysocki 1-2/+3
2017-08-31alarmtimer: Ensure RTC module is not unloadedGravatar Alexandre Belloni 1-0/+6
2017-08-26time: Fix ktime_get_raw() incorrect base accumulationGravatar John Stultz 1-3/+1
2017-08-24timers: Fix excessive granularity of new timers after a nohz idleGravatar Nicholas Piggin 1-9/+41
2017-08-20Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz...Gravatar Thomas Gleixner 2-3/+10
2017-08-18posix-cpu-timers: Use dedicated helper to access rlimit valuesGravatar Krzysztof Opasiak 1-8/+6
2017-08-17alarmtimer: Fix unavailable wake-up source in sysfsGravatar Geert Uytterhoeven 1-2/+9
2017-08-17timekeeping: Use proper timekeeper for debug codeGravatar Stafford Horne 1-1/+1
2017-08-01timers: Fix overflow in get_next_timer_interruptGravatar Matija Glavinic Pecotic 1-1/+1
2017-07-23PM / timekeeping: Print debug messages when requestedGravatar Rafael J. Wysocki 1-2/+3
2017-07-05Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 6-147/+176
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-781/+1129
2017-07-03Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-23/+42
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-5/+9
2017-07-03Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-50/+0
2017-06-30posix_clocks: Use get_itimerspec64() and put_itimerspec64()Gravatar Deepa Dinamani 1-28/+16
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Gravatar Deepa Dinamani 4-37/+25
2017-06-30posix-timers: Use get_timespec64() and put_timespec64()Gravatar Deepa Dinamani 2-76/+70
2017-06-29timers: Make the cpu base lock rawGravatar Sebastian Andrzej Siewior 1-24/+24
2017-06-25posix-stubs: Conditionally include COMPAT_SYS_NI definesGravatar Deepa Dinamani 1-6/+7
2017-06-25time: introduce {get,put}_itimerspec64Gravatar Deepa Dinamani 1-0/+30
2017-06-25time: add get_timespec64 and put_timespec64Gravatar Deepa Dinamani 1-0/+28
2017-06-22nohz: Move idle balancer registration to the idle pathGravatar Frederic Weisbecker 1-2/+3
2017-06-22sched/loadavg: Generalize "_idle" naming to "_nohz"Gravatar Frederic Weisbecker 1-2/+2
2017-06-21Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...Gravatar Thomas Gleixner 1-20/+26
2017-06-21Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 3-28/+49
2017-06-20time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLDGravatar John Stultz 1-0/+1
2017-06-20time: Clean up CLOCK_MONOTONIC_RAW time handlingGravatar John Stultz 1-20/+25
2017-06-20posix-cpu-timers: Make timespec to nsec conversion safeGravatar Thomas Gleixner 1-1/+5
2017-06-20itimer: Make timeval to nsec conversion range limitedGravatar Thomas Gleixner 1-2/+6
2017-06-20timers: Fix parameter description of try_to_del_timer_sync()Gravatar Peter Meerwald-Stadler 1-1/+1
2017-06-20Merge branch 'WIP.sched/core' into sched/coreGravatar Ingo Molnar 4-14/+30
2017-06-20time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingGravatar John Stultz 1-9/+10
2017-06-20time: Fix clock->read(clock) race around clocksource changesGravatar John Stultz 1-16/+36
2017-06-14posix-timers: Make nanosleep timespec argument constGravatar Thomas Gleixner 5-7/+7
2017-06-14posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()Gravatar Thomas Gleixner 1-4/+5
2017-06-14time: Move compat_gettimeofday()/settimeofday() to nativeGravatar Al Viro 1-0/+41
2017-06-14time: Move compat_time()/stime() to nativeGravatar Al Viro 1-0/+41
2017-06-14posix-timers: Move compat_timer_create() to native, get rid of set_fs()Gravatar Al Viro 2-18/+42
2017-06-14posix-timers: Move compat versions of clock_gettime/settime/getresGravatar Al Viro 2-4/+115
2017-06-14itimers: Move compat itimer syscalls to native onesGravatar Al Viro 2-0/+40
2017-06-14posix-timers: Take compat timer_gettime(2) to native oneGravatar Al Viro 2-9/+35
2017-06-14posix-timers: Take compat timer_settime(2) to native oneGravatar Al Viro 2-24/+64
2017-06-14ntp: Move adjtimex related compat syscalls to native counterpartsGravatar Al Viro 3-1/+52
2017-06-14posix-timers: Kill ->nsleep_restart()Gravatar Al Viro 4-12/+1
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperGravatar Al Viro 3-29/+23
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsGravatar Al Viro 5-36/+129