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
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-05
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-147
/
+176
2017-07-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-781
/
+1129
2017-07-03
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-23
/
+42
2017-07-03
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+9
2017-07-03
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-50
/
+0
2017-06-30
posix_clocks: Use get_itimerspec64() and put_itimerspec64()
Deepa Dinamani
1
-28
/
+16
2017-06-30
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
4
-37
/
+25
2017-06-30
posix-timers: Use get_timespec64() and put_timespec64()
Deepa Dinamani
2
-76
/
+70
2017-06-29
timers: Make the cpu base lock raw
Sebastian Andrzej Siewior
1
-24
/
+24
2017-06-25
posix-stubs: Conditionally include COMPAT_SYS_NI defines
Deepa Dinamani
1
-6
/
+7
2017-06-25
time: introduce {get,put}_itimerspec64
Deepa Dinamani
1
-0
/
+30
2017-06-25
time: add get_timespec64 and put_timespec64
Deepa Dinamani
1
-0
/
+28
2017-06-22
nohz: Move idle balancer registration to the idle path
Frederic Weisbecker
1
-2
/
+3
2017-06-22
sched/loadavg: Generalize "_idle" naming to "_nohz"
Frederic Weisbecker
1
-2
/
+2
2017-06-21
Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
1
-20
/
+26
2017-06-21
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
3
-28
/
+49
2017-06-20
time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD
John Stultz
1
-0
/
+1
2017-06-20
time: Clean up CLOCK_MONOTONIC_RAW time handling
John Stultz
1
-20
/
+25
2017-06-20
posix-cpu-timers: Make timespec to nsec conversion safe
Thomas Gleixner
1
-1
/
+5
2017-06-20
itimer: Make timeval to nsec conversion range limited
Thomas Gleixner
1
-2
/
+6
2017-06-20
timers: Fix parameter description of try_to_del_timer_sync()
Peter Meerwald-Stadler
1
-1
/
+1
2017-06-20
Merge branch 'WIP.sched/core' into sched/core
Ingo Molnar
4
-14
/
+30
2017-06-20
time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting
John Stultz
1
-9
/
+10
2017-06-20
time: Fix clock->read(clock) race around clocksource changes
John Stultz
1
-16
/
+36
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
5
-7
/
+7
2017-06-14
posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()
Thomas Gleixner
1
-4
/
+5
2017-06-14
time: Move compat_gettimeofday()/settimeofday() to native
Al Viro
1
-0
/
+41
2017-06-14
time: Move compat_time()/stime() to native
Al Viro
1
-0
/
+41
2017-06-14
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
Al Viro
2
-18
/
+42
2017-06-14
posix-timers: Move compat versions of clock_gettime/settime/getres
Al Viro
2
-4
/
+115
2017-06-14
itimers: Move compat itimer syscalls to native ones
Al Viro
2
-0
/
+40
2017-06-14
posix-timers: Take compat timer_gettime(2) to native one
Al Viro
2
-9
/
+35
2017-06-14
posix-timers: Take compat timer_settime(2) to native one
Al Viro
2
-24
/
+64
2017-06-14
ntp: Move adjtimex related compat syscalls to native counterparts
Al Viro
3
-1
/
+52
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
4
-12
/
+1
2017-06-14
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
3
-29
/
+23
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
5
-36
/
+129
2017-06-14
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
4
-22
/
+10
2017-06-14
hrtimer: Move copyout of remaining time to do_nanosleep()
Al Viro
1
-42
/
+20
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
3
-7
/
+14
2017-06-14
alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep()
Al Viro
1
-70
/
+32
2017-06-14
posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()
Al Viro
1
-35
/
+28
2017-06-13
nohz: Fix spurious warning when hrtimer and clockevent get out of sync
Frederic Weisbecker
1
-2
/
+4
2017-06-12
posix-timers: Handle relative posix-timers correctly
Thomas Gleixner
1
-0
/
+13
2017-06-12
posix-timers: Zero out oldval itimerspec
Thomas Gleixner
1
-0
/
+2
2017-06-12
tick/broadcast: Make tick_broadcast_setup_oneshot() static
Stephen Boyd
2
-3
/
+3
2017-06-12
posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()
Thomas Gleixner
1
-1
/
+1
2017-06-08
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
1
-50
/
+0
2017-06-05
nohz: Fix buggy tick delay on IRQ storms
Frederic Weisbecker
1
-19
/
+2
2017-06-04
alarmtimer: Switch over to generic set/get/rearm routine
Thomas Gleixner
3
-110
/
+29
[next]