summaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-cpu-timers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix-timers: Consolidate signal queueingThomas Gleixner2024-07-291-2/+2
* posix-cpu-timers: Make k_itimer::it_active consistentThomas Gleixner2024-07-291-0/+4
* posix-timers: Consolidate timer setupThomas Gleixner2024-07-291-14/+1
* posix-timers: Retrieve interval in common timer_settime() codeThomas Gleixner2024-07-291-8/+2
* posix-cpu-timers: Simplify posix_cpu_timer_set()Thomas Gleixner2024-07-291-27/+17
* posix-cpu-timers: Remove incorrect comment in posix_cpu_timer_set()Thomas Gleixner2024-07-291-6/+1
* posix-cpu-timers: Use @now instead of @val for clarityThomas Gleixner2024-07-291-13/+9
* posix-cpu-timers: Do not arm SIGEV_NONE timersThomas Gleixner2024-07-291-16/+13
* posix-cpu-timers: Replace old expiry retrieval in posix_cpu_timer_set()Thomas Gleixner2024-07-291-31/+6
* posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_set()Thomas Gleixner2024-07-291-1/+11
* posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()Thomas Gleixner2024-07-291-5/+9
* posix-cpu-timers: Handle interval timers correctly in timer_get()Thomas Gleixner2024-07-291-1/+17
* posix-cpu-timers: Save interval only for armed timersThomas Gleixner2024-07-291-8/+6
* posix-cpu-timers: Split up posix_cpu_timer_get()Thomas Gleixner2024-07-291-27/+24
* 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-291-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-311-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