aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/posix-cpu-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-11signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman1-3/+3
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2022-03-10task_work: Remove unnecessary include from posix_timers.hEric W. Biederman1-0/+1
2022-03-08prlimit: do not grab the tasklist_lockBarret Rhoden1-3/+9
2021-11-02posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt1-2/+17
2021-09-23posix-cpu-timers: Prevent spuriously armed 0-value itimerFrederic Weisbecker1-1/+2
2021-08-10posix-cpu-timers: Recalc next expiration when timer_settime() ends up not queueingFrederic Weisbecker1-6/+35
2021-08-10posix-cpu-timers: Consolidate timer base accessorFrederic Weisbecker1-15/+13
2021-08-10posix-cpu-timers: Remove confusing return value overrideFrederic Weisbecker1-2/+0
2021-08-10posix-cpu-timers: Force next expiration recalc after itimer resetFrederic Weisbecker1-2/+0
2021-08-10posix-cpu-timers: Force next_expiration recalc after timer deletionFrederic Weisbecker1-1/+32
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker1-0/+2
2021-07-15posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker1-5/+5
2021-05-13tick/nohz: Change signal tick dependency to wake up CPUs of member tasksMarcelo Tosatti1-2/+2
2021-04-26Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2021-03-22timekeeping, clocksource: Fix various typos in commentsIngo Molnar1-3/+3
2021-03-16kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov1-1/+1
2020-08-06posix-cpu-timers: Provide mechanisms to defer timer handling to task_workThomas Gleixner1-12/+173
2020-08-06posix-cpu-timers: Split run_posix_cpu_timers()Thomas Gleixner1-19/+24
2020-04-29posix-cpu-timers: Replace __get_task_for_clock with pid_for_clockEric W. Biederman1-45/+30
2020-04-29posix-cpu-timers: Replace cpu_timer_pid_type with clock_pid_typeEric W. Biederman1-4/+4
2020-04-29posix-cpu-timers: Extend rcu_read_lock removing task_struct referencesEric W. Biederman1-20/+23
2020-04-28posix-cpu-timer: Unify the now redundant code in lookup_taskEric W. Biederman1-8/+7
2020-04-28posix-cpu-timer: Tidy up group_leader logic in lookup_taskEric W. Biederman1-6/+2
2020-03-30Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-78/+70
2020-03-21lockdep: Add posixtimer context tracing bitsSebastian Andrzej Siewior1-1/+5
2020-03-04posix-cpu-timers: Store a reference to a pid not a taskEric W. Biederman1-18/+55
2020-03-01posix-cpu-timers: Pass the task into arm_timer()Eric W. Biederman1-4/+3
2020-03-01posix-cpu-timers: Remove unnecessary locking around cpu_clock_sample_groupEric W. Biederman1-54/+12
2020-03-01posix-cpu-timers: cpu_clock_sample_group() no longer needs siglockEric W. Biederman1-3/+1
2020-01-14posix-clocks: Rename the clock_get() callback to clock_get_timespec()Andrei Vagin1-16/+16
2019-10-23posix-cpu-timers: Fix two trivial commentsYi Wang1-3/+3
2019-09-10posix-cpu-timers: Fix permission check regressionThomas Gleixner1-9/+35
2019-08-29posix-cpu-timers: Make expiry_active check actually work correctlyThomas Gleixner1-4/+5
2019-08-28posix-cpu-timers: Utilize timerqueue for storageThomas Gleixner1-93/+96
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner1-33/+40
2019-08-28posix-cpu-timers: Deduplicate rlimit handlingThomas Gleixner1-42/+25
2019-08-28posix-cpu-timers: Remove pointless comparisonsThomas Gleixner1-9/+7
2019-08-28posix-cpu-timers: Get rid of 64bit divisionsThomas Gleixner1-10/+14
2019-08-28posix-cpu-timers: Consolidate timer expiry furtherThomas Gleixner1-33/+30
2019-08-28posix-cpu-timers: Get rid of zero checksThomas Gleixner1-23/+15
2019-08-28posix-cpu-timers: Respect INFINITY for hard RTTIME limitThomas Gleixner1-1/+1
2019-08-28posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner1-59/+45
2019-08-28posix-cpu-timers: Restructure expiry arrayThomas Gleixner1-49/+56
2019-08-28posix-cpu-timers: Remove cputime_expiresThomas Gleixner1-10/+0
2019-08-28posix-cpu-timers: Make expiry checks array basedThomas Gleixner1-49/+36
2019-08-28posix-cpu-timers: Provide array based sample functionsThomas Gleixner1-0/+26
2019-08-28posix-cpu-timers: Switch check_*_timers() to array cacheThomas Gleixner1-15/+11
2019-08-28posix-cpu-timers: Simplify set_process_cpu_timer()Thomas Gleixner1-16/+8
2019-08-28posix-cpu-timers: Simplify timer queueingThomas Gleixner1-34/+21