summaryrefslogtreecommitdiffstats
path: root/kernel/time
AgeCommit message (Expand)AuthorLines
2018-04-09nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki-10/+6
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker-9/+15
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki-6/+6
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki-14/+49
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki-2/+53
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki-46/+82
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki-0/+20
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki-1/+1
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki-8/+18
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki-21/+25
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski-0/+10
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-207/+199
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-14/+8
2018-04-02Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-30/+2
2018-03-29alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner-8/+26
2018-03-22posix-timers: Protect posix clock array access against speculationThomas Gleixner-3/+8
2018-03-19y2038: Introduce struct __kernel_old_timevalArnd Bergmann-0/+12
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner-18/+3
2018-03-13posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner-22/+1
2018-03-13timekeeping: Remove boot time specific codeThomas Gleixner-31/+0
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner-3/+34
2018-03-13timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner-0/+51
2018-03-11Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-30/+2
2018-03-10timekeeping/ntp: Determine the multiplier directly from NTP tick lengthMiroslav Lichvar-91/+47
2018-03-10timekeeping/ntp: Don't align NTP frequency adjustments to ticksMiroslav Lichvar-3/+0
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra-7/+0
2018-03-09Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-0/+6
2018-02-28timers: Forward timer base before migrating timersLingutla Chandrasekhar-0/+6
2018-02-28clocksource: Use ATTRIBUTE_GROUPSBaolin Wang-11/+10
2018-02-28clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang-26/+17
2018-02-28clocksource: Don't walk the clocksource list for empty overrideBaolin Wang-0/+4
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker-6/+0
2018-02-21nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker-0/+7
2018-02-21nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker-1/+1
2018-02-15sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney-30/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2018-02-06hrtimer: remove unneeded kallsyms includeSergey Senozhatsky-1/+0
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-2/+2
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+18
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner-0/+4
2018-01-27hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner-0/+3
2018-01-25kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann-2/+0
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman-1/+1
2018-01-16hrtimer: Implement SOFT/HARD clock base selectionAnna-Maria Gleixner-4/+11
2018-01-16hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner-24/+172
2018-01-16hrtimer: Prepare handling of hard and softirq based hrtimersAnna-Maria Gleixner-9/+29
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner-0/+20
2018-01-16hrtimer: Use irqsave/irqrestore around __run_hrtimer()Anna-Maria Gleixner-13/+18
2018-01-16hrtimer: Factor out __hrtimer_next_event_base()Anna-Maria Gleixner-4/+16