summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
...
| * | alarmtimer: Remove pointless config conditionalThomas Gleixner2017-06-041-2/+1
| * | Merge branch 'timers/urgent' into WIP.timersThomas Gleixner2017-06-042-11/+27
| |\ \
| * | | alarmtimer: Fix posix-timer constification falloutThomas Gleixner2017-05-271-0/+2
| * | | posix-timers: Make posix_clocks immutableChristoph Hellwig2017-05-274-170/+146
* | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-032-23/+42
|\ \ \ \
| * | | | nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker2017-06-131-2/+4
| * | | | nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker2017-06-051-19/+2
| * | | | nohz: Reset next_tick cache even when the timer has no regsFrederic Weisbecker2017-05-301-0/+2
| * | | | nohz: Fix collision between tick and other hrtimers, againFrederic Weisbecker2017-05-172-6/+33
| * | | | nohz: Add hrtimer sanity checkFrederic Weisbecker2017-05-171-2/+7
| |/ / /
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-032-5/+9
|\ \ \ \
| * | | | nohz: Move idle balancer registration to the idle pathFrederic Weisbecker2017-06-221-2/+3
| * | | | sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker2017-06-221-2/+2
| * | | | Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-204-14/+30
| |\ \ \ \
| * | | | | sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra2017-05-151-1/+1
| * | | | | x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra2017-05-151-0/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-50/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rcu: Remove nohz_full full-system-idle state machinePaul E. McKenney2017-06-081-50/+0
* | | | | time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accountingJohn Stultz2017-06-201-9/+10
* | | | | time: Fix clock->read(clock) race around clocksource changesJohn Stultz2017-06-201-16/+36
| |_|/ / |/| | |
* | | | tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd2017-06-122-3/+3
| |_|/ |/| |
* | | alarmtimer: Rate limit periodic intervalsThomas Gleixner2017-06-041-0/+8
* | | alarmtimer: Prevent overflow of relative timersThomas Gleixner2017-06-041-3/+3
|/ /
* | posix-timers: Make signal printks conditionalThomas Gleixner2017-05-231-8/+16
|/
* time: delete current_fs_time()Deepa Dinamani2017-05-121-14/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-05-051-1/+1
|\
| * posix-timers: Correct sanity check in posix_cpu_nsleepEric W. Biederman2017-04-161-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-022-2/+2
|\ \
| * | treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-242-2/+2
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-0112-113/+153
|\ \ \
| * | | timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-04-201-1/+1
| * | | time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-145-31/+38
| * | | time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani2017-04-144-49/+51
| * | | time: Change k_clock clock_set() to use timespec64Deepa Dinamani2017-04-143-10/+8
| * | | time: Change k_clock clock_getres() to use timespec64Deepa Dinamani2017-04-144-14/+13
| * | | time: Change k_clock clock_get() to use timespec64Deepa Dinamani2017-04-145-31/+33
| * | | time: Change posix clocks ops interfaces to use timespec64Deepa Dinamani2017-04-141-10/+24
| * | | time: Delete do_sys_setimeofday()Deepa Dinamani2017-04-143-4/+10
| * | | timekeeping: Remove pointless conversion to boolNicholas Mc Guire2017-03-311-2/+1
| * | | Merge branch 'fortglx/4.12/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-03-313-1/+12
| |\ \ \
| | * | | sysrq: Reset the watchdog timers while displaying high-resolution timersTom Hromatka2017-03-231-0/+6
| | * | | timers, sched_clock: Update timeout for clock wrapDavid Engraf2017-03-231-0/+5
| | * | | clockevents: Make clockevents_config() staticNicolai Stange2017-03-231-1/+1
| | |/ /
| * | | hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-171-4/+1
| * | | rlimits: Print more information when CPU/RT limits are exceededArun Raghavan2017-03-131-2/+7
| |/ /
* | | cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki2017-03-231-0/+12
|/ /
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-03-071-1/+1
|\ \ | |/ |/|
| * jiffies: Revert bogus conversion of NSEC_PER_SEC to TICK_NSECFrederic Weisbecker2017-03-071-1/+1
* | sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sc...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-022-0/+2
OpenPOWER on IntegriCloud