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
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-06
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-0
/
+3
2024-01-25
tick/sched: Preserve number of idle sleeps across CPU hotplug events
Tim Chen
1
-0
/
+5
2024-01-25
clocksource: Skip watchdog check for large watchdog intervals
Jiri Wiesner
1
-1
/
+24
2024-01-21
Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+5
2024-01-19
tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
Heiko Carstens
1
-0
/
+5
2024-01-08
Merge tag 'timers-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-59
/
+79
2023-12-20
posix-timers: Get rid of [COMPAT_]SYS_NI() uses
Linus Torvalds
1
-45
/
+0
2023-12-20
timers: Fix nextevt calculation when no timers are pending
Anna-Maria Behnsen
1
-2
/
+11
2023-12-20
timers: Rework idle logic
Thomas Gleixner
1
-20
/
+20
2023-12-20
timers: Use already existing function for forwarding timer base
Anna-Maria Behnsen
1
-8
/
+2
2023-12-20
timers: Split out forward timer base functionality
Anna-Maria Behnsen
1
-6
/
+10
2023-12-20
timers: Clarify check in forward_timer_base()
Anna-Maria Behnsen
1
-4
/
+7
2023-12-20
timers: Move store of next event into __next_timer_interrupt()
Anna-Maria Behnsen
1
-5
/
+6
2023-12-20
timers: Do not IPI for deferrable timers
Anna-Maria Behnsen
1
-9
/
+6
2023-12-20
tracing/timers: Add tracepoint for tracking timer base is_idle flag
Anna-Maria Behnsen
1
-3
/
+11
2023-12-20
tracing/timers: Enhance timer_start tracepoint
Anna-Maria Behnsen
1
-1
/
+1
2023-12-20
tick-sched: Warn when next tick seems to be in the past
Anna-Maria Behnsen
1
-0
/
+4
2023-12-20
tick/sched: Cleanup confusing variables
Anna-Maria Behnsen
1
-6
/
+5
2023-12-20
tick-sched: Fix function names in comments
Anna-Maria Behnsen
1
-5
/
+5
2023-11-22
time: Make sysfs_get_uname() function visible in header
Arnd Bergmann
1
-1
/
+2
2023-11-19
Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-21
/
+12
2023-11-11
hrtimers: Push pending hrtimers away from outgoing CPU earlier
Thomas Gleixner
1
-21
/
+12
2023-10-31
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-9
/
+27
2023-10-15
posix-clock: introduce posix_clock_context concept
Xabier Marquiegui
1
-9
/
+27
2023-10-09
alarmtimer: Use maximum alarm time for suspend
Guenter Roeck
1
-0
/
+11
2023-09-29
tick/nohz: Update comments some more
Ingo Molnar
1
-76
/
+74
2023-09-27
tick/nohz: Don't shutdown the lowres tick from itself
Frederic Weisbecker
1
-11
/
+13
2023-09-27
tick/nohz: Update obsolete comments
Frederic Weisbecker
1
-10
/
+36
2023-09-27
tick/nohz: Rename the tick handlers to more self-explanatory names
Frederic Weisbecker
1
-4
/
+4
2023-09-02
Merge tag 'timers-urgent-2023-09-02' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2023-08-30
Merge tag 'docs-6.6' of git://git.lwn.net/linux
Linus Torvalds
1
-11
/
+158
2023-08-30
tick/rcu: Fix false positive "softirq work is pending" messages
Paul Gortmaker
1
-1
/
+1
2023-08-28
Merge tag 'linux-kselftest-kunit-6.6-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-1
/
+1
2023-07-26
kunit: time: Mark test as slow using test attributes
Rae Moar
1
-1
/
+1
2023-07-14
clocksource: Handle negative skews in "skew is too large" messages
Paul E. McKenney
1
-4
/
+4
2023-07-14
time: add kernel-doc in time.c
Randy Dunlap
1
-11
/
+158
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2023-06-27
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-9
/
+19
2023-06-26
Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...
Linus Torvalds
4
-208
/
+326
2023-06-22
hrtimer: Add missing sparse annotations to hrtimer locking
Ben Dooks
1
-0
/
+3
2023-06-18
tick/rcu: Fix bogus ratelimit condition
Wen Yang
1
-1
/
+1
2023-06-18
alarmtimer: Remove unnecessary (void *) cast
Li zeming
1
-1
/
+1
2023-06-18
alarmtimer: Remove unnecessary initialization of variable 'ret'
Li zeming
1
-1
/
+1
2023-06-18
posix-timers: Refer properly to CONFIG_HIGH_RES_TIMERS
Lukas Bulwahn
1
-1
/
+1
2023-06-18
posix-timers: Polish coding style in a few places
Thomas Gleixner
1
-7
/
+7
2023-06-18
posix-timers: Remove pointless comments
Thomas Gleixner
1
-25
/
+0
2023-06-18
posix-timers: Clarify posix_timer_fn() comments
Thomas Gleixner
1
-30
/
+32
2023-06-18
posix-timers: Clarify posix_timer_rearm() comment
Thomas Gleixner
1
-9
/
+3
2023-06-18
posix-timers: Comment SIGEV_THREAD_ID properly
Thomas Gleixner
1
-5
/
+2
2023-06-18
posix-timers: Add proper comments in do_timer_create()
Thomas Gleixner
1
-9
/
+11
[next]