aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.19-stable (4.19.160) into android-msm-pixel-4.19-rvc-ltslucaswei2021-01-271-7/+0
|\
| * random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-7/+0
* | Merge android-4.19-stable (4.19.145) into android-msm-pixel-4.19-rvc-ltslucaswei2020-12-071-0/+8
|\|
| * random32: update the net random state on interrupt and activityWilly Tarreau2020-08-071-0/+8
* | Merge android-4.19-stable (4.19.135) into android-msm-pixel-4.19-rvc-ltslucaswei2020-10-271-5/+16
|\|
| * timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-221-2/+2
| * timer: Prevent base->clk from moving backwardFrederic Weisbecker2020-07-221-3/+14
* | Merge android-4.19-q.79 (40321f2) into msm-4.19Ivaylo Georgiev2019-10-211-3/+5
|\|
| * timer: Read jiffies once when forwarding base clkLi RongQing2019-10-111-3/+5
* | sched: Add a check for cpu unbound deferrable timersPrasad Sodagudi2019-01-131-1/+31
* | kernel: time: Add delay after cpu_relax() in tight loopsPrasad Sodagudi2019-01-111-0/+2
* | timer: Update code that migrates timers and hrtimers during isolationVikram Mulukutla2019-01-021-1/+2
* | timer: Do not require CPUSETS to be enabled for migrationOlav Haugan2019-01-021-2/+0
* | timer: Add function to migrate timersSantosh Shukla2019-01-021-0/+7
* | timer: create timer_quiesce_cpu() to isolate CPU from timersViresh Kumar2019-01-021-10/+22
* | Merge remote-tracking branch 'origin/tmp-5b394b2' into msm-konaRishabh Bhatnagar2018-08-291-14/+17
|\|
| * timers: Clear timer_base::must_forward_clk with timer_base::lock heldGaurav Kohli2018-08-021-13/+16
| * timer: Fix coding styleYi Wang2018-07-191-1/+1
* | kernel: time: Fix accuracy for low resolution timerChannagoud Kadabi2018-07-161-2/+11
* | timer: Initialize global deferrable timerKyle Yan2018-07-121-0/+9
* | timer: Add a global deferrable timerKyle Yan2018-07-121-5/+14
|/
* timers: Adjust a kernel-doc commentMauro Carvalho Chehab2018-05-131-7/+7
* timers: Forward timer base before migrating timersLingutla Chandrasekhar2018-02-281-0/+6
* hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner2018-01-161-1/+8
* hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-161-41/+42
* timers: Unconditionally check deferrable baseThomas Gleixner2018-01-141-1/+1
* timers: Invoke timer_start_debug() where it makes senseThomas Gleixner2017-12-291-2/+2
* 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
* 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
* timers: Add a function to start/reduce a timerDavid Howells2017-11-121-7/+38
* timer: Convert stub timer to timer_setup()Thomas Gleixner2017-10-181-3/+3
* timers: Avoid an unnecessary iteration in __run_timers()Zhenzhong Duan2017-10-181-2/+5
* timer: Convert schedule_timeout() to use from_timer()Kees Cook2017-10-051-7/+19
* timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin2017-08-241-9/+41
* timers: Fix overflow in get_next_timer_interruptMatija Glavinic Pecotic2017-08-011-1/+1
* timers: Make the cpu base lock rawSebastian Andrzej Siewior2017-06-291-24/+24
* timers: Fix parameter description of try_to_del_timer_sync()Peter Meerwald-Stadler2017-06-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\
| * treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-241-1/+1
* | timer/sysclt: Restrict timer migration sysctl values to 0 and 1Myungho Jung2017-04-201-1/+1
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-101-46/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-121-30/+18
|\
| * posix-timers: Make them configurableNicolas Pitre2016-11-161-1/+2