index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
posix-timers.c
Age
Commit message (
Expand
)
Author
2025-01-15
posix-timers: Fix typo in __lock_timer()
Zhu Jun
2024-11-07
posix-timers: Cleanup SIG_IGN workaround leftovers
Thomas Gleixner
2024-11-07
signal: Queue ignored posixtimers on ignore list
Thomas Gleixner
2024-11-07
posix-timers: Handle ignored list on delete and exit
Thomas Gleixner
2024-11-07
posix-timers: Move sequence logic into struct k_itimer
Thomas Gleixner
2024-11-07
posix-timers: Embed sigqueue in struct k_itimer
Thomas Gleixner
2024-11-07
signal: Replace resched_timer logic
Thomas Gleixner
2024-11-07
signal: Refactor send_sigqueue()
Thomas Gleixner
2024-11-07
posix-timers: Store PID type in the timer
Thomas Gleixner
2024-11-07
posix-timers: Add a refcount to struct k_itimer
Thomas Gleixner
2024-11-07
posix-timers: Make signal overrun accounting sensible
Thomas Gleixner
2024-11-07
posix-timers: Make signal delivery consistent
Thomas Gleixner
2024-10-29
posix-timers: Add proper state tracking
Thomas Gleixner
2024-10-29
posix-timers: Rename k_itimer:: It_requeue_pending
Thomas Gleixner
2024-10-29
posix-timers: Drop signal if timer has been deleted or reprogrammed
Thomas Gleixner
2024-10-29
signal: Allow POSIX timer signals to be dropped
Thomas Gleixner
2024-10-29
posix-timers: Cure si_sys_private race
Thomas Gleixner
2024-10-29
signal: Confine POSIX_TIMERS properly
Thomas Gleixner
2024-10-24
posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...
Julia Lawall
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
2024-07-29
posix-timers: Consolidate signal queueing
Thomas Gleixner
2024-07-29
posix-timers: Consolidate timer setup
Thomas Gleixner
2024-07-29
posix-timers: Convert timer list to hlist
Thomas Gleixner
2024-07-29
posix-timers: Clear overrun in common_timer_set()
Thomas Gleixner
2024-07-29
posix-timers: Retrieve interval in common timer_settime() code
Thomas Gleixner
2023-06-18
posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERS
Lukas Bulwahn
2023-06-18
posix-timers: Polish coding style in a few places
Thomas Gleixner
2023-06-18
posix-timers: Remove pointless comments
Thomas Gleixner
2023-06-18
posix-timers: Clarify posix_timer_fn() comments
Thomas Gleixner
2023-06-18
posix-timers: Clarify posix_timer_rearm() comment
Thomas Gleixner
2023-06-18
posix-timers: Comment SIGEV_THREAD_ID properly
Thomas Gleixner
2023-06-18
posix-timers: Add proper comments in do_timer_create()
Thomas Gleixner
2023-06-18
posix-timers: Document nanosleep() details
Thomas Gleixner
2023-06-18
posix-timers: Document sys_clock_settime() permissions in place
Thomas Gleixner
2023-06-18
posix-timers: Document sys_clock_getoverrun()
Thomas Gleixner
2023-06-18
posix-timers: Document common_clock_get() correctly
Thomas Gleixner
2023-06-18
posix-timers: Document sys_clock_getres() correctly
Thomas Gleixner
2023-06-18
posix-timers: Split release_posix_timers()
Thomas Gleixner
2023-06-18
posix-timers: Remove pointless irqsafe from hash_lock
Thomas Gleixner
2023-06-18
posix-timers: Set k_itimer:: It_signal to NULL on exit()
Thomas Gleixner
2023-06-18
posix-timers: Annotate concurrent access to k_itimer:: It_signal
Thomas Gleixner
2023-06-18
posix-timers: Add comments about timer lookup
Thomas Gleixner
2023-06-18
posix-timers: Cleanup comments about timer ID tracking
Thomas Gleixner
2023-06-18
posix-timers: Clarify timer_wait_running() comment
Thomas Gleixner
2023-06-18
posix-timers: Ensure timer ID search-loop limit is valid
Thomas Gleixner
2023-06-18
posix-timers: Prevent RT livelock in itimer_delete()
Thomas Gleixner
2023-04-21
posix-cpu-timers: Implement the missing timer_wait_running callback
Thomas Gleixner
2023-01-11
timers: Prevent union confusion from unexpected restart_syscall()
Jann Horn
2022-07-11
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
[next]