summaryrefslogtreecommitdiffstats
path: root/kernel/time
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-09-261-3/+5
|\
| * timer: Read jiffies once when forwarding base clkLi RongQing2019-09-191-3/+5
* | Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-09-171-1/+1
|\ \ | |/ |/|
| * Merge branch 'pm-sleep'Rafael J. Wysocki2019-09-171-1/+1
| |\
| | * PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-211-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-179-581/+889
|\ \ \
| * | | posix-cpu-timers: Fix permission check regressionThomas Gleixner2019-09-101-9/+35
| * | | hrtimer: Add a missing bracket and hide `migration_base' on !SMPSebastian Andrzej Siewior2019-09-051-1/+11
| * | | posix-cpu-timers: Make expiry_active check actually work correctlyThomas Gleixner2019-08-291-4/+5
| * | | tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-281-1/+1
| * | | posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner2019-08-281-93/+96
| * | | posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-281-33/+40
| * | | posix-cpu-timers: Deduplicate rlimit handlingThomas Gleixner2019-08-281-42/+25
| * | | posix-cpu-timers: Remove pointless comparisonsThomas Gleixner2019-08-281-9/+7
| * | | posix-cpu-timers: Get rid of 64bit divisionsThomas Gleixner2019-08-281-10/+14
| * | | posix-cpu-timers: Consolidate timer expiry furtherThomas Gleixner2019-08-281-33/+30
| * | | posix-cpu-timers: Get rid of zero checksThomas Gleixner2019-08-281-23/+15
| * | | posix-cpu-timers: Respect INFINITY for hard RTTIME limitThomas Gleixner2019-08-281-1/+1
| * | | posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner2019-08-282-67/+48
| * | | posix-cpu-timers: Restructure expiry arrayThomas Gleixner2019-08-281-49/+56
| * | | posix-cpu-timers: Remove cputime_expiresThomas Gleixner2019-08-281-10/+0
| * | | posix-cpu-timers: Make expiry checks array basedThomas Gleixner2019-08-281-49/+36
| * | | posix-cpu-timers: Provide array based sample functionsThomas Gleixner2019-08-281-0/+26
| * | | posix-cpu-timers: Switch check_*_timers() to array cacheThomas Gleixner2019-08-281-15/+11
| * | | posix-cpu-timers: Simplify set_process_cpu_timer()Thomas Gleixner2019-08-281-16/+8
| * | | posix-cpu-timers: Simplify timer queueingThomas Gleixner2019-08-281-34/+21
| * | | posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner2019-08-281-1/+11
| * | | posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-281-18/+27
| * | | posix-cpu-timers: Create a container structThomas Gleixner2019-08-281-10/+10
| * | | posix-cpu-timers: Move prof/virt_ticks into callerThomas Gleixner2019-08-281-21/+9
| * | | posix-cpu-timers: Sample task times once in expiry checkThomas Gleixner2019-08-281-4/+6
| * | | posix-cpu-timers: Get rid of pointer indirectionThomas Gleixner2019-08-281-28/+22
| * | | posix-cpu-timers: Simplify sample functionsThomas Gleixner2019-08-281-15/+13
| * | | posix-cpu-timers: Remove pointless return value checkThomas Gleixner2019-08-281-3/+2
| * | | posix-cpu-timers: Use clock ID in posix_cpu_timer_rearm()Thomas Gleixner2019-08-281-2/+3
| * | | posix-cpu-timers: Use clock ID in posix_cpu_timer_get()Thomas Gleixner2019-08-281-2/+3
| * | | posix-cpu-timers: Use clock ID in posix_cpu_timer_set()Thomas Gleixner2019-08-281-5/+6
| * | | posix-cpu-timers: Consolidate thread group sample codeThomas Gleixner2019-08-281-39/+20
| * | | posix-cpu-timers: Rename thread_group_cputimer() and make it staticThomas Gleixner2019-08-281-2/+15
| * | | posix-cpu-timers: Sample directly in timer checkThomas Gleixner2019-08-281-3/+4
| * | | itimers: Use quick sample functionThomas Gleixner2019-08-281-1/+1
| * | | posix-cpu-timers: Provide quick sample function for itimerThomas Gleixner2019-08-281-0/+21
| * | | posix-cpu-timers: Use common permission check in posix_cpu_timer_create()Thomas Gleixner2019-08-281-32/+3
| * | | posix-cpu-timers: Use common permission check in posix_cpu_clock_get()Thomas Gleixner2019-08-281-43/+14
| * | | posix-cpu-timers: Provide task validation functionsThomas Gleixner2019-08-281-21/+44
| * | | posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()Thomas Gleixner2019-08-212-3/+4
| * | | posix-cpu-timers: Sanitize bogus WARNONSThomas Gleixner2019-08-211-7/+13
| * | | hrtimer: Don't take expiry_lock when timer is currently migratedJulien Grall2019-08-211-1/+5
| * | | hrtimer: Protect lockless access to timer->baseJulien Grall2019-08-211-1/+2
| * | | posix-cpu-timers: Fixup stale commentThomas Gleixner2019-08-201-3/+4