summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-161-16/+15
* | | hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-161-15/+13
* | | hrtimer: Switch 'for' loop to _ffs() evaluationAnna-Maria Gleixner2018-01-161-10/+21
* | | tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner2018-01-161-7/+9
* | | hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-01-161-1/+6
* | | hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2018-01-161-4/+5
* | | hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2018-01-161-6/+6
* | | hrtimer: Correct blatantly incorrect commentThomas Gleixner2018-01-161-3/+3
* | | hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-164-61/+60
* | | Merge branch 'timers/urgent' into timers/core, to pick up dependent fixIngo Molnar2018-01-161-1/+1
|\ \ \ | |/ /
| * | timers: Unconditionally check deferrable baseThomas Gleixner2018-01-141-1/+1
| |/
* | posix-cpu-timers: Make set_process_cpu_timer() more robustMax R. P. Grossmann2018-01-141-2/+1
* | posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2018-01-042-3/+3
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-12-312-13/+41
|\
| * timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2017-12-291-2/+2
| * nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2017-12-291-2/+17
| * timers: Reinitialize per cpu bases on hotplugThomas Gleixner2017-12-291-0/+15
| * timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner2017-12-291-9/+7
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-311-0/+1
|\ \ | |/ |/|
| * sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATIONPaul E. McKenney2017-12-181-0/+1
* | cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2017-12-281-0/+13
|/
* posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner2017-12-151-12/+17
* Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner2017-11-232-20/+25
|\
| * timer: Pass function down to initialization routinesKees Cook2017-11-211-6/+15
| * timer: Switch callback prototype to take struct timer_list * argumentKees Cook2017-11-211-3/+3
| * timer: Pass timer_list pointer to callbacks unconditionallyKees Cook2017-11-211-10/+7
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-2/+2
| * treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-2/+1
* | timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2017-11-142-49/+0
* | Merge branch 'linus' into timers/urgentThomas Gleixner2017-11-1413-274/+383
|\ \ | |/
OpenPOWER on IntegriCloud