index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
_RESEND_PATCH_v2_04_19_wifi_rt2x00_Remove_redundant_hrtimer_init_
Nam Cao
1
-2
/
+0
2024-11-07
KVM: x86/xen: Initialize hrtimer in kvm_xen_init_vcpu()
Nam Cao
1
-10
/
+2
2024-11-07
drm/i915/request: Remove unnecessary modification of hrtimer:: Function
Nam Cao
1
-8
/
+9
2024-11-07
hrtimers: Add missing hrtimer_init() trace points
Nam Cao
2
-47
/
+37
2024-11-07
alarmtimers: Remove return value from alarm functions
Thomas Gleixner
5
-27
/
+10
2024-11-07
alarmtimers: Remove the throttle mechanism from alarm_forward_now()
Thomas Gleixner
1
-26
/
+2
2024-11-07
posix-timers: Cleanup SIG_IGN workaround leftovers
Thomas Gleixner
6
-125
/
+24
2024-11-07
signal: Queue ignored posixtimers on ignore list
Thomas Gleixner
3
-6
/
+83
2024-11-07
signal: Handle ignored signals in do_sigaction(action != SIG_IGN)
Thomas Gleixner
1
-1
/
+52
2024-11-07
posix-timers: Handle ignored list on delete and exit
Thomas Gleixner
2
-1
/
+31
2024-11-07
signal: Provide ignored_posix_timers list
Thomas Gleixner
3
-2
/
+5
2024-11-07
posix-timers: Move sequence logic into struct k_itimer
Thomas Gleixner
4
-10
/
+7
2024-11-07
signal: Cleanup unused posix-timer leftovers
Thomas Gleixner
2
-37
/
+4
2024-11-07
posix-timers: Embed sigqueue in struct k_itimer
Thomas Gleixner
4
-47
/
+87
2024-11-07
signal: Replace resched_timer logic
Thomas Gleixner
3
-15
/
+24
2024-11-07
signal: Refactor send_sigqueue()
Thomas Gleixner
4
-39
/
+47
2024-11-07
posix-timers: Store PID type in the timer
Thomas Gleixner
2
-3
/
+8
2024-11-07
signal: Provide posixtimer_sigqueue_init()
Thomas Gleixner
2
-0
/
+13
2024-11-07
signal: Split up __sigqueue_alloc()
Thomas Gleixner
1
-17
/
+35
2024-11-07
posix-timers: Add a refcount to struct k_itimer
Thomas Gleixner
2
-3
/
+18
2024-11-07
posix-cpu-timers: Use dedicated flag for CPU timer nanosleep
Thomas Gleixner
2
-1
/
+4
2024-11-07
posix-cpu-timers: Cleanup the firing logic
Thomas Gleixner
2
-11
/
+25
2024-11-07
posix-timers: Make signal overrun accounting sensible
Thomas Gleixner
2
-11
/
+6
2024-11-07
posix-timers: Make signal delivery consistent
Thomas Gleixner
4
-19
/
+19
2024-11-07
posix-cpu-timers: Correctly update timer status in posix_cpu_timer_del()
Thomas Gleixner
1
-6
/
+6
2024-11-02
timekeeping: Always check for negative motion
Thomas Gleixner
3
-13
/
+0
2024-11-02
timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
Thomas Gleixner
5
-136
/
+3
2024-10-31
timers: Add missing READ_ONCE() in __run_timer_base()
Thomas Gleixner
1
-1
/
+2
2024-10-31
clocksource/drivers/timer-tegra: Remove clockevents shutdown call on offlining
Frederic Weisbecker
1
-1
/
+0
2024-10-31
clocksource/drivers/qcom: Remove clockevents shutdown call on offlining
Frederic Weisbecker
1
-1
/
+0
2024-10-31
clocksource/drivers/armada-370-xp: Remove clockevents shutdown call on offlining
Frederic Weisbecker
1
-1
/
+0
2024-10-31
clocksource/drivers/exynos_mct: Remove clockevents shutdown call on offlining
Frederic Weisbecker
1
-1
/
+0
2024-10-31
clocksource/drivers/arm_global_timer: Remove clockevents shutdown call on off...
Frederic Weisbecker
1
-1
/
+0
2024-10-31
clocksource/drivers/arm_arch_timer: Remove clockevents shutdown call on offli...
Frederic Weisbecker
1
-2
/
+0
2024-10-31
ARM: smp_twd: Remove clockevents shutdown call on offlining
Frederic Weisbecker
1
-1
/
+0
2024-10-31
tick: Remove now unneeded low-res tick stop on CPUHP_AP_TICK_DYING
Frederic Weisbecker
1
-19
/
+6
2024-10-31
clockevents: Shutdown and unregister current clockevents at CPUHP_AP_TICK_DYING
Frederic Weisbecker
4
-25
/
+12
2024-10-31
clockevents: Improve clockevents_notify_released() comment
Frederic Weisbecker
1
-2
/
+10
2024-10-30
jiffies: Define secs_to_jiffies()
Easwar Hariharan
2
-2
/
+13
2024-10-29
posix-timers: Add proper state tracking
Thomas Gleixner
5
-19
/
+30
2024-10-29
posix-timers: Rename k_itimer:: It_requeue_pending
Thomas Gleixner
4
-12
/
+11
2024-10-29
posix-timers: Drop signal if timer has been deleted or reprogrammed
Thomas Gleixner
1
-4
/
+5
2024-10-29
signal: Allow POSIX timer signals to be dropped
Thomas Gleixner
3
-6
/
+9
2024-10-29
posix-timers: Cure si_sys_private race
Thomas Gleixner
3
-16
/
+11
2024-10-29
signal: Cleanup flush_sigqueue_mask()
Thomas Gleixner
1
-15
/
+12
2024-10-29
signal: Confine POSIX_TIMERS properly
Thomas Gleixner
4
-86
/
+81
2024-10-25
time: Fix references to _msecs_to_jiffies() handling of values
Miguel Ojeda
2
-2
/
+2
2024-10-25
time: Partially revert cleanup on msecs_to_jiffies() documentation
Miguel Ojeda
1
-1
/
+1
2024-10-25
timekeeping: Merge timekeeping_update_staged() and timekeeping_update()
Anna-Maria Behnsen
1
-17
/
+14
2024-10-25
timekeeping: Remove TK_MIRROR timekeeping_update() action
Anna-Maria Behnsen
1
-9
/
+1
[next]