index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-27
Fix memory leak in posix_clock_open()
Linus Torvalds
1
-7
/
+9
2024-03-23
Merge tag 'timers-urgent-2024-03-23' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-3
/
+20
2024-03-21
Merge tag 'rtc-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-1
/
+1
2024-03-19
timers: Fix removed self-IPI on global timer's enqueue in nohz_full
Frederic Weisbecker
1
-1
/
+11
2024-03-19
timers/migration: Fix endless timer requeue after idle interrupts
Frederic Weisbecker
1
-2
/
+9
2024-03-17
Merge tag 'timers-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-20
/
+0
2024-03-16
timer/migration: Remove buggy early return on deactivation
Frederic Weisbecker
1
-20
/
+0
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+5
2024-03-11
Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
14
-327
/
+2716
2024-03-11
Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+5
2024-03-08
rtc: class: make rtc_class constant
Ricardo B. Marliere
1
-1
/
+1
2024-03-06
timer/migration: Fix quick check reporting late expiry
Frederic Weisbecker
1
-9
/
+15
2024-03-01
sched/idle: Conditionally handle tick broadcast in default_idle_call()
Thomas Gleixner
1
-0
/
+5
2024-02-29
tick/sched: Fix build failure for CONFIG_NO_HZ_COMMON=n
Arnd Bergmann
1
-1
/
+1
2024-02-27
time: test: Fix incorrect format specifier
David Gow
1
-1
/
+1
2024-02-26
timers: Assert no next dyntick timer look-up while CPU is offline
Frederic Weisbecker
1
-3
/
+3
2024-02-26
tick: Assume timekeeping is correctly handed over upon last offline idle call
Frederic Weisbecker
2
-12
/
+5
2024-02-26
tick: Shut down low-res tick from dying CPU
Frederic Weisbecker
3
-10
/
+29
2024-02-26
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
4
-26
/
+26
2024-02-26
tick: Move individual bit features to debuggable mask accesses
Frederic Weisbecker
3
-43
/
+73
2024-02-26
tick: Move got_idle_tick away from common flags
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Assume the tick can't be stopped in NOHZ_MODE_INACTIVE mode
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2
-0
/
+5
2024-02-26
tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
2
-2
/
+2
2024-02-26
tick: Start centralizing tick related CPU hotplug operations
Frederic Weisbecker
1
-6
/
+11
2024-02-26
tick/sched: Don't clear ts::next_tick again in can_stop_idle_tick()
Frederic Weisbecker
1
-5
/
+0
2024-02-26
tick/sched: Rename tick_nohz_stop_sched_tick() to tick_nohz_full_stop_tick()
Frederic Weisbecker
1
-2
/
+2
2024-02-26
tick: Use IS_ENABLED() whenever possible
Frederic Weisbecker
2
-12
/
+6
2024-02-26
tick/sched: Remove useless oneshot ifdeffery
Frederic Weisbecker
1
-5
/
+1
2024-02-26
tick/nohz: Remove duplicate between lowres and highres handlers
Peng Liu
1
-60
/
+36
2024-02-26
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup...
Peng Liu
3
-23
/
+20
2024-02-22
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
1
-1
/
+2
2024-02-22
timers: Always queue timers on the local CPU
Anna-Maria Behnsen
1
-21
/
+15
2024-02-22
timer_migration: Add tracepoints
Anna-Maria Behnsen
1
-0
/
+26
2024-02-22
timers: Implement the hierarchical pull model
Anna-Maria Behnsen
5
-8
/
+2010
2024-02-22
timers: Introduce function to check timer base is_idle flag
Anna-Maria Behnsen
2
-0
/
+11
2024-02-22
tick/sched: Split out jiffies update helper function
Richard Cochran (linutronix GmbH)
2
-7
/
+20
2024-02-22
timers: Check if timers base is handled already
Anna-Maria Behnsen
1
-0
/
+3
2024-02-22
timers: Restructure internal locking
Richard Cochran (linutronix GmbH)
1
-10
/
+21
2024-02-22
timers: Add get next timer interrupt functionality for remote CPUs
Anna-Maria Behnsen
2
-5
/
+100
2024-02-22
timers: Split out "get next timer interrupt" functionality
Anna-Maria Behnsen
1
-26
/
+38
2024-02-22
timers: Retrieve next expiry of pinned/non-pinned timers separately
Anna-Maria Behnsen
1
-4
/
+31
2024-02-22
timers: Keep the pinned timers separate from the others
Anna-Maria Behnsen
1
-29
/
+56
2024-02-22
timers: Split next timer interrupt logic
Anna-Maria Behnsen
1
-13
/
+19
2024-02-22
timers: Simplify code in run_local_timers()
Anna-Maria Behnsen
1
-8
/
+6
2024-02-22
timers: Make sure TIMER_PINNED flag is set in add_timer_on()
Anna-Maria Behnsen
1
-1
/
+7
2024-02-22
timers: Introduce add_timer() variants which modify timer flags
Anna-Maria Behnsen
1
-0
/
+34
2024-02-22
timers: Optimization for timer_base_try_to_set_idle()
Anna-Maria Behnsen
2
-4
/
+9
2024-02-22
timers: Move marking timer bases idle into tick_nohz_stop_tick()
Anna-Maria Behnsen
3
-30
/
+71
2024-02-22
timers: Split out get next timer interrupt
Anna-Maria Behnsen
1
-9
/
+14
[next]