index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
posix-timers.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix-timers: Cleanup SIG_IGN workaround leftovers
Thomas Gleixner
2024-11-07
1
-67
/
+6
*
signal: Queue ignored posixtimers on ignore list
Thomas Gleixner
2024-11-07
1
-1
/
+6
*
posix-timers: Handle ignored list on delete and exit
Thomas Gleixner
2024-11-07
1
-0
/
+28
*
posix-timers: Move sequence logic into struct k_itimer
Thomas Gleixner
2024-11-07
1
-4
/
+1
*
posix-timers: Embed sigqueue in struct k_itimer
Thomas Gleixner
2024-11-07
1
-36
/
+52
*
signal: Replace resched_timer logic
Thomas Gleixner
2024-11-07
1
-1
/
+1
*
signal: Refactor send_sigqueue()
Thomas Gleixner
2024-11-07
1
-1
/
+1
*
posix-timers: Store PID type in the timer
Thomas Gleixner
2024-11-07
1
-3
/
+6
*
posix-timers: Add a refcount to struct k_itimer
Thomas Gleixner
2024-11-07
1
-3
/
+4
*
posix-timers: Make signal overrun accounting sensible
Thomas Gleixner
2024-11-07
1
-5
/
+6
*
posix-timers: Make signal delivery consistent
Thomas Gleixner
2024-11-07
1
-12
/
+16
*
posix-timers: Add proper state tracking
Thomas Gleixner
2024-10-29
1
-9
/
+13
*
posix-timers: Rename k_itimer:: It_requeue_pending
Thomas Gleixner
2024-10-29
1
-6
/
+6
*
posix-timers: Drop signal if timer has been deleted or reprogrammed
Thomas Gleixner
2024-10-29
1
-4
/
+5
*
signal: Allow POSIX timer signals to be dropped
Thomas Gleixner
2024-10-29
1
-1
/
+2
*
posix-timers: Cure si_sys_private race
Thomas Gleixner
2024-10-29
1
-14
/
+1
*
signal: Confine POSIX_TIMERS properly
Thomas Gleixner
2024-10-29
1
-2
/
+13
*
posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...
Julia Lawall
2024-10-24
1
-8
/
+1
*
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
2024-09-08
1
-2
/
+2
*
posix-timers: Consolidate signal queueing
Thomas Gleixner
2024-07-29
1
-10
/
+11
*
posix-timers: Consolidate timer setup
Thomas Gleixner
2024-07-29
1
-6
/
+19
*
posix-timers: Convert timer list to hlist
Thomas Gleixner
2024-07-29
1
-11
/
+8
*
posix-timers: Clear overrun in common_timer_set()
Thomas Gleixner
2024-07-29
1
-0
/
+1
*
posix-timers: Retrieve interval in common timer_settime() code
Thomas Gleixner
2024-07-29
1
-1
/
+4
*
posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERS
Lukas Bulwahn
2023-06-18
1
-1
/
+1
*
posix-timers: Polish coding style in a few places
Thomas Gleixner
2023-06-18
1
-7
/
+7
*
posix-timers: Remove pointless comments
Thomas Gleixner
2023-06-18
1
-25
/
+0
*
posix-timers: Clarify posix_timer_fn() comments
Thomas Gleixner
2023-06-18
1
-30
/
+32
*
posix-timers: Clarify posix_timer_rearm() comment
Thomas Gleixner
2023-06-18
1
-9
/
+3
*
posix-timers: Comment SIGEV_THREAD_ID properly
Thomas Gleixner
2023-06-18
1
-5
/
+2
*
posix-timers: Add proper comments in do_timer_create()
Thomas Gleixner
2023-06-18
1
-9
/
+11
*
posix-timers: Document nanosleep() details
Thomas Gleixner
2023-06-18
1
-2
/
+7
*
posix-timers: Document sys_clock_settime() permissions in place
Thomas Gleixner
2023-06-18
1
-7
/
+4
*
posix-timers: Document sys_clock_getoverrun()
Thomas Gleixner
2023-06-18
1
-8
/
+17
*
posix-timers: Document common_clock_get() correctly
Thomas Gleixner
2023-06-18
1
-20
/
+30
*
posix-timers: Document sys_clock_getres() correctly
Thomas Gleixner
2023-06-18
1
-8
/
+73
*
posix-timers: Split release_posix_timers()
Thomas Gleixner
2023-06-18
1
-16
/
+15
*
posix-timers: Remove pointless irqsafe from hash_lock
Thomas Gleixner
2023-06-18
1
-3
/
+2
*
posix-timers: Set k_itimer:: It_signal to NULL on exit()
Thomas Gleixner
2023-06-18
1
-0
/
+8
*
posix-timers: Annotate concurrent access to k_itimer:: It_signal
Thomas Gleixner
2023-06-18
1
-7
/
+7
*
posix-timers: Add comments about timer lookup
Thomas Gleixner
2023-06-18
1
-7
/
+32
*
posix-timers: Cleanup comments about timer ID tracking
Thomas Gleixner
2023-06-18
1
-20
/
+8
*
posix-timers: Clarify timer_wait_running() comment
Thomas Gleixner
2023-06-18
1
-4
/
+12
*
posix-timers: Ensure timer ID search-loop limit is valid
Thomas Gleixner
2023-06-18
1
-13
/
+18
*
posix-timers: Prevent RT livelock in itimer_delete()
Thomas Gleixner
2023-06-18
1
-8
/
+35
*
posix-cpu-timers: Implement the missing timer_wait_running callback
Thomas Gleixner
2023-04-21
1
-0
/
+4
*
timers: Prevent union confusion from unexpected restart_syscall()
Jann Horn
2023-01-11
1
-0
/
+2
*
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
2022-07-11
1
-5
/
+14
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-2
/
+2
|
\
|
*
memcg: enable accounting for posix_timers_cache slab
Vasily Averin
2021-09-03
1
-2
/
+2
[next]