aboutsummaryrefslogtreecommitdiff
path: root/kernel/time
AgeCommit message (Expand)AuthorFilesLines
2018-04-19posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedGravatar Laura Abbott 1-1/+3
2018-04-17timekeeping: Remove __current_kernel_time()Gravatar Baolin Wang 1-7/+0
2018-04-17clockevents: Fix kernel messages split across multiple linesGravatar Geert Uytterhoeven 1-6/+5
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+10
2018-04-12Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-2/+0
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Gravatar Rafael J. Wysocki 4-82/+241
2018-04-10tick-sched: avoid a maybe-uninitialized warningGravatar Arnd Bergmann 1-3/+6
2018-04-09time: hrtimer: Use timerqueue_iterate_next() to get to the next timerGravatar Rafael J. Wysocki 1-3/+1
2018-04-09nohz: Avoid duplication of code related to got_idle_tickGravatar Rafael J. Wysocki 1-10/+6
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldGravatar Frederic Weisbecker 2-9/+15
2018-04-09cpuidle: menu: Refine idle state selection for running tickGravatar Rafael J. Wysocki 1-6/+6
2018-04-09sched: idle: Select idle state before stopping the tickGravatar Rafael J. Wysocki 2-14/+49
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Gravatar Rafael J. Wysocki 1-2/+53
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Gravatar Rafael J. Wysocki 2-46/+82
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Gravatar Rafael J. Wysocki 1-0/+20
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECGravatar Rafael J. Wysocki 1-1/+1
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopGravatar Rafael J. Wysocki 1-8/+18
2018-04-05time: tick-sched: Reorganize idle tick management codeGravatar Rafael J. Wysocki 1-21/+25
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsGravatar Dominik Brodowski 1-0/+10
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 11-207/+199
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-14/+8
2018-04-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-30/+2
2018-03-29alarmtimer: Init nanosleep alarm timer on stackGravatar Thomas Gleixner 1-8/+26
2018-03-22posix-timers: Protect posix clock array access against speculationGravatar Thomas Gleixner 1-3/+8
2018-03-19y2038: Introduce struct __kernel_old_timevalGravatar Arnd Bergmann 1-0/+12
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorGravatar Thomas Gleixner 3-18/+3
2018-03-13posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorGravatar Thomas Gleixner 1-22/+1
2018-03-13timekeeping: Remove boot time specific codeGravatar Thomas Gleixner 1-31/+0
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockGravatar Thomas Gleixner 4-3/+34
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockGravatar Thomas Gleixner 3-0/+51
2018-03-11Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 2-30/+2
2018-03-10timekeeping/ntp: Determine the multiplier directly from NTP tick lengthGravatar Miroslav Lichvar 1-91/+47
2018-03-10timekeeping/ntp: Don't align NTP frequency adjustments to ticksGravatar Miroslav Lichvar 1-3/+0
2018-03-09sched/nohz: Clean up nohz enter/exitGravatar Peter Zijlstra 1-7/+0
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+6
2018-02-28timers: Forward timer base before migrating timersGravatar Lingutla Chandrasekhar 1-0/+6
2018-02-28clocksource: Use ATTRIBUTE_GROUPSGravatar Baolin Wang 1-11/+10
2018-02-28clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesGravatar Baolin Wang 1-26/+17
2018-02-28clocksource: Don't walk the clocksource list for empty overrideGravatar Baolin Wang 1-0/+4
2018-02-21sched/nohz: Remove the 1 Hz tick codeGravatar Frederic Weisbecker 1-6/+0
2018-02-21nohz: Allow to check if remote CPU tick is stoppedGravatar Frederic Weisbecker 1-0/+7
2018-02-21nohz: Convert tick_nohz_tick_stopped() to boolGravatar Frederic Weisbecker 1-1/+1
2018-02-15sched/isolation: Eliminate NO_HZ_FULL_ALLGravatar Paul E. McKenney 2-30/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-02-06hrtimer: remove unneeded kallsyms includeGravatar Sergey Senozhatsky 1-1/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+18
2018-01-27Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 1-0/+4
2018-01-27hrtimer: Reset hrtimer cpu base proper on CPU hotplugGravatar Thomas Gleixner 1-0/+3