summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-cpu-timers.c
Commit message (Expand)AuthorAgeFilesLines
* posix-cpu-timers: Implement the missing timer_wait_running callbackThomas Gleixner2023-04-211-14/+67
* posix-timers: Use atomic64_try_cmpxchg() in __update_gt_cputime()Uros Bizjak2023-02-061-7/+6
* signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-111-3/+3
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-0/+1
|\
| * task_work: Remove unnecessary include from posix_timers.hEric W. Biederman2022-03-101-0/+1
* | prlimit: do not grab the tasklist_lockBarret Rhoden2022-03-081-3/+9
|/
* posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt2021-11-021-2/+17
* posix-cpu-timers: Prevent spuriously armed 0-value itimerFrederic Weisbecker2021-09-231-1/+2
* posix-cpu-timers: Recalc next expiration when timer_settime() ends up not que...Frederic Weisbecker2021-08-101-6/+35
* posix-cpu-timers: Consolidate timer base accessorFrederic Weisbecker2021-08-101-15/+13
* posix-cpu-timers: Remove confusing return value overrideFrederic Weisbecker2021-08-101-2/+0
* posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker2021-08-101-2/+0
* posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker2021-08-101-1/+32
* posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker2021-08-101-0/+2
* posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker2021-07-151-5/+5
* tick/nohz: Change signal tick dependency to wake up CPUs of member tasksMarcelo Tosatti2021-05-131-2/+2
* Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-3/+3
|\
| * timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-221-3/+3
* | kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-161-1/+1
|/
* posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner2020-08-061-12/+173
* posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner2020-08-061-19/+24
* posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman2020-04-291-45/+30
* posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman2020-04-291-4/+4
* posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman2020-04-291-20/+23
* posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman2020-04-281-8/+7
* posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman2020-04-281-6/+2
* Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-78/+70
|\
| * posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman2020-03-041-18/+55
| * posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman2020-03-011-4/+3
| * posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman2020-03-011-54/+12
| * posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman2020-03-011-3/+1
* | lockdep: Add posixtimer context tracing bitsSebastian Andrzej Siewior2020-03-211-1/+5
|/
* posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin2020-01-141-16/+16
* posix-cpu-timers: Fix two trivial commentsYi Wang2019-10-231-3/+3
* posix-cpu-timers: Fix permission check regressionThomas Gleixner2019-09-101-9/+35
* posix-cpu-timers: Make expiry_active check actually work correctlyThomas Gleixner2019-08-291-4/+5
* 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-281-59/+45
* 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