summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | 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-282-32/+15
| * | | | | | | | | | | | | | | | | rlimit: Rewrite non-sensical RLIMIT_CPU commentThomas Gleixner2019-08-281-4/+3
| * | | | | | | | | | | | | | | | | 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-283-42/+34
| * | | | | | | | | | | | | | | | | posix-cpu-timers: Create a container structThomas Gleixner2019-08-282-17/+14
| * | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | hrtimer: Improve comments on handling priority inversion against softirq kthreadFrederic Weisbecker2019-08-202-4/+16
| * | | | | | | | | | | | | | | | | posix-timers: Use a callback for cancel synchronization on PREEMPT_RTThomas Gleixner2019-08-203-1/+32
| * | | | | | | | | | | | | | | | | posix-timers: Move rcu_head out of it unionSebastian Andrzej Siewior2019-08-011-2/+2
| * | | | | | | | | | | | | | | | | posix-timers: Rework cancel retry loopsThomas Gleixner2019-08-011-6/+23
| * | | | | | | | | | | | | | | | | posix-timers: Cleanup the flag/flags confusionThomas Gleixner2019-08-011-5/+5
| * | | | | | | | | | | | | | | | | itimers: Prepare for PREEMPT_RTAnna-Maria Gleixner2019-08-011-0/+1
| * | | | | | | | | | | | | | | | | alarmtimer: Prepare for PREEMPT_RTAnna-Maria Gleixner2019-08-011-1/+1
| * | | | | | | | | | | | | | | | | sched/deadline: Ensure inactive_timer runs in hardirq contextJuri Lelli2019-08-011-2/+2
| * | | | | | | | | | | | | | | | | timers: Prepare support for PREEMPT_RTAnna-Maria Gleixner2019-08-011-8/+95
| * | | | | | | | | | | | | | | | | hrtimer: Prepare support for PREEMPT_RTAnna-Maria Gleixner2019-08-011-6/+89
| * | | | | | | | | | | | | | | | | hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RTSebastian Andrzej Siewior2019-08-011-0/+34