aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-13/+41
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-12-29timers: Invoke timer_start_debug() where it makes senseThomas Gleixner1-2/+2
2017-12-29nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner1-2/+17
2017-12-29timers: Reinitialize per cpu bases on hotplugThomas Gleixner1-0/+15
2017-12-29timers: Use deferrable base independent of base::nohz_activeAnna-Maria Gleixner1-9/+7
2017-12-28cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes1-0/+13
2017-12-18sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATIONPaul E. McKenney1-0/+1
2017-12-15posix-timer: Properly check sigevent->sigev_notifyThomas Gleixner1-12/+17
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/urgentThomas Gleixner2-20/+25
2017-11-21timer: Pass function down to initialization routinesKees Cook1-6/+15
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-3/+3
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-10/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-2/+2
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-2/+1
2017-11-14timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLDMiroslav Lichvar2-49/+0
2017-11-14Merge branch 'linus' into timers/urgentThomas Gleixner13-274/+383
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-237/+372
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+5
2017-11-13timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2017-11-12timers: Add a function to start/reduce a timerDavid Howells1-7/+38
2017-11-12pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday()Arnd Bergmann1-0/+1
2017-11-08timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-3/+3
2017-11-08timers/hrtimer: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-3/+1
2017-11-08timers/nohz: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker1-3/+2
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar11-0/+11
2017-11-02kernel/time/Kconfig: Fix typo in commentRandy Dunlap1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-11-01clockevents: Update clockevents device next_event on stopPrasad Sodagudi1-0/+1
2017-10-31Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner5-183/+227
2017-10-30time: Move time_t conversion helpers to time32.hArnd Bergmann1-2/+3
2017-10-30time: Remove unused functionsArnd Bergmann1-18/+0
2017-10-30timekeeping: Use timespec64 in timekeeping_inject_offsetArnd Bergmann1-47/+25
2017-10-30timekeeping: Consolidate timekeeping_inject_offset codeArnd Bergmann5-100/+123
2017-10-30rtc: Allow rtc drivers to specify the tv_nsec value for ntpJason Gunthorpe1-53/+113
2017-10-27sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker1-10/+3
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker1-18/+0
2017-10-19clockevents: Retry programming min delta up to 10 timesJames Hogan1-8/+13
2017-10-18timer: Convert stub timer to timer_setup()Thomas Gleixner1-3/+3
2017-10-18timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan1-2/+5
2017-10-17time: Use do_settimeofday64() internallyArnd Bergmann1-6/+6
2017-10-17posix-stubs: Use get_timespec64() and put_timespec64()Arnd Bergmann1-12/+8
2017-10-10sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra1-0/+2
2017-10-05timer: Convert schedule_timeout() to use from_timer()Kees Cook1-7/+19
2017-09-25timekeeping: Provide NMI safe access to clock realtimeThomas Gleixner1-0/+35
2017-09-25timekeeping: Make fast accessors return 0 before timekeeping is initializedPrarit Bhargava1-14/+21
2017-09-08drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day1-1/+1
2017-09-05Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+3
2017-09-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+22
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki1-2/+3