summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-0411-207/+199
|\
| * alarmtimer: Init nanosleep alarm timer on stackThomas Gleixner2018-03-291-8/+26
| * y2038: Introduce struct __kernel_old_timevalArnd Bergmann2018-03-191-0/+12
| * hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-133-18/+3
| * posix-timers: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-22/+1
| * timekeeping: Remove boot time specific codeThomas Gleixner2018-03-131-31/+0
| * timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner2018-03-134-3/+34
| * timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clockThomas Gleixner2018-03-133-0/+51
| * timekeeping/ntp: Determine the multiplier directly from NTP tick lengthMiroslav Lichvar2018-03-101-91/+47
| * timekeeping/ntp: Don't align NTP frequency adjustments to ticksMiroslav Lichvar2018-03-101-3/+0
| * clocksource: Use ATTRIBUTE_GROUPSBaolin Wang2018-02-281-11/+10
| * clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributesBaolin Wang2018-02-281-26/+17
| * clocksource: Don't walk the clocksource list for empty overrideBaolin Wang2018-02-281-0/+4
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-021-14/+8
|\ \
| * | sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-7/+0
| * | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-091-0/+6
| |\ \
| * | | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-6/+0
| * | | nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker2018-02-211-0/+7
| * | | nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker2018-02-211-1/+1
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-022-30/+2
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-03-112-30/+2
| |\ \ \ | | |_|/ | |/| |
| | * | sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney2018-02-152-30/+2
| | |/
* | | posix-timers: Protect posix clock array access against speculationThomas Gleixner2018-03-221-3/+8
|/ /
* | timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-02-281-0/+6
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* hrtimer: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-1/+0
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-2/+2
|\
| * ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-301-1/+1
|\ \
| * | signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman2018-01-221-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-01-301-0/+18
|\ \ \
| * | | sched/deadline: Implement "runtime overrun signal" supportJuri Lelli2018-01-101-0/+18
| |/ /
* | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-271-0/+4
|\ \ \
| * | | hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-271-0/+3
* | | | hrtimer: Implement SOFT/HARD clock base selectionAnna-Maria Gleixner2018-01-161-4/+11
* | | | hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-161-24/+172
* | | | hrtimer: Prepare handling of hard and softirq based hrtimersAnna-Maria Gleixner2018-01-161-9/+29
* | | | hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-161-0/+20
* | | | hrtimer: Use irqsave/irqrestore around __run_hrtimer()Anna-Maria Gleixner2018-01-161-13/+18
* | | | hrtimer: Factor out __hrtimer_next_event_base()Anna-Maria Gleixner2018-01-161-4/+16
* | | | hrtimer: Factor out __hrtimer_start_range_ns()Anna-Maria Gleixner2018-01-161-20/+24
* | | | hrtimer: Remove the 'base' parameter from hrtimer_reprogram()Anna-Maria Gleixner2018-01-161-3/+3
* | | | hrtimer: Make remote enqueue decision less restrictiveAnna-Maria Gleixner2018-01-161-1/+1
* | | | hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner2018-01-163-19/+14
* | | | hrtimer: Unify hrtimer removal handlingAnna-Maria Gleixner2018-01-161-6/+4
* | | | hrtimer: Make hrtimer_force_reprogramm() unconditionally availableAnna-Maria Gleixner2018-01-161-32/+28
* | | | hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-161-67/+62
* | | | hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-161-10/+2
* | | | hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-161-20/+6
* | | | hrtimer: Use accesor functions instead of direct accessAnna-Maria Gleixner2018-01-161-2/+2
OpenPOWER on IntegriCloud