index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-07
io_uring: Switch to use hrtimer_setup_on_stack()
Nam Cao
1
-3
/
+4
2024-11-07
sched/idle: Switch to use hrtimer_setup_on_stack()
Nam Cao
1
-2
/
+2
2024-11-07
hrtimers: Delete hrtimer_init_sleeper_on_stack()
Nam Cao
2
-17
/
+0
2024-11-07
wait: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-2
/
+2
2024-11-07
timers: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
2
-4
/
+3
2024-11-07
net: pktgen: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-1
/
+1
2024-11-07
futex: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-3
/
+3
2024-11-07
fs/aio: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-1
/
+1
2024-11-07
hrtimers: Introduce hrtimer_update_function()
Nam Cao
1
-0
/
+22
2024-11-07
hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
Nam Cao
2
-0
/
+16
2024-11-07
hrtimers: Introduce hrtimer_setup_on_stack()
Nam Cao
2
-0
/
+22
2024-11-07
hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
Nam Cao
2
-0
/
+40
2024-11-07
io_uring: Remove redundant hrtimer's callback function setup
Nam Cao
1
-1
/
+0
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
[next]