index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-1
/
+1
2025-01-21
Merge tag 'timers-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
8
-100
/
+32
2025-01-16
timers/migration: Simplify top level detection on group setup
Frederic Weisbecker
1
-3
/
+1
2025-01-16
hrtimers: Handle CPU state correctly on hotplug
Koichiro Den
1
-1
/
+10
2025-01-16
timers/migration: Annotate accesses to ignore flag
Frederic Weisbecker
1
-6
/
+15
2025-01-16
timers/migration: Enforce group initialization visibility to tree walkers
Frederic Weisbecker
1
-2
/
+12
2025-01-16
timers/migration: Fix another race between hotplug and idle entry/exit
Frederic Weisbecker
1
-1
/
+28
2025-01-16
timers: Optimize get_timer_[this_]cpu_base()
Zhongqiu Han
1
-10
/
+6
2025-01-15
timekeeping: Remove unused ktime_get_fast_timestamps()
Dr. David Alan Gilbert
1
-69
/
+8
2025-01-15
timer/migration: Fix kernel-doc warnings for union tmigr_state
Randy Dunlap
1
-12
/
+9
2025-01-15
tick/broadcast: Add kernel-doc for function parameters
Randy Dunlap
1
-0
/
+2
2025-01-15
hrtimers: Update the return type of enqueue_hrtimer()
Richard Clark
1
-4
/
+3
2025-01-15
clocksource/wdtest: Print time values for short udelay(1)
Paul E. McKenney
1
-1
/
+2
2025-01-15
posix-timers: Fix typo in __lock_timer()
Zhu Jun
1
-1
/
+1
2024-12-05
clocksource: Make negative motion detection more robust
Thomas Gleixner
3
-7
/
+18
2024-11-28
ntp: Remove invalid cast in time offset math
Marcelo Dalmas
1
-1
/
+1
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
19
-1437
/
+1354
2024-11-19
Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2024-11-19
Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-4
/
+4
2024-11-19
Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-15
/
+31
2024-11-18
Merge tag 'vfs-6.13.mgtime' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-0
/
+133
2024-11-07
hrtimers: Delete hrtimer_init_on_stack()
Nam Cao
1
-17
/
+0
2024-11-07
alarmtimer: Switch to use hrtimer_setup() and hrtimer_setup_on_stack()
Nam Cao
1
-5
/
+4
2024-11-07
hrtimers: Delete hrtimer_init_sleeper_on_stack()
Nam Cao
1
-14
/
+0
2024-11-07
timers: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
2
-4
/
+3
2024-11-07
hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-0
/
+14
2024-11-07
hrtimers: Introduce hrtimer_setup_on_stack()
Nam Cao
1
-0
/
+19
2024-11-07
hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
Nam Cao
1
-0
/
+38
2024-11-07
hrtimers: Add missing hrtimer_init() trace points
Nam Cao
1
-29
/
+36
2024-11-07
softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
Sebastian Andrzej Siewior
3
-4
/
+4
2024-11-07
timers: Use __raise_softirq_irqoff() to raise the softirq.
Sebastian Andrzej Siewior
1
-1
/
+1
2024-11-07
hrtimer: Use __raise_softirq_irqoff() to raise the softirq
Sebastian Andrzej Siewior
1
-2
/
+2
2024-11-07
alarmtimers: Remove return value from alarm functions
Thomas Gleixner
1
-11
/
+5
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
4
-120
/
+20
2024-11-07
signal: Queue ignored posixtimers on ignore list
Thomas Gleixner
1
-1
/
+6
2024-11-07
posix-timers: Handle ignored list on delete and exit
Thomas Gleixner
1
-0
/
+28
2024-11-07
posix-timers: Move sequence logic into struct k_itimer
Thomas Gleixner
1
-4
/
+1
2024-11-07
posix-timers: Embed sigqueue in struct k_itimer
Thomas Gleixner
1
-36
/
+52
2024-11-07
signal: Replace resched_timer logic
Thomas Gleixner
1
-1
/
+1
2024-11-07
signal: Refactor send_sigqueue()
Thomas Gleixner
1
-1
/
+1
2024-11-07
posix-timers: Store PID type in the timer
Thomas Gleixner
1
-3
/
+6
2024-11-07
posix-timers: Add a refcount to struct k_itimer
Thomas Gleixner
1
-3
/
+4
2024-11-07
posix-cpu-timers: Use dedicated flag for CPU timer nanosleep
Thomas Gleixner
1
-1
/
+2
2024-11-07
posix-cpu-timers: Cleanup the firing logic
Thomas Gleixner
1
-10
/
+24
2024-11-07
posix-timers: Make signal overrun accounting sensible
Thomas Gleixner
1
-5
/
+6
2024-11-07
posix-timers: Make signal delivery consistent
Thomas Gleixner
2
-13
/
+17
2024-11-07
posix-cpu-timers: Correctly update timer status in posix_cpu_timer_del()
Thomas Gleixner
1
-6
/
+6
2024-11-05
seqlock, treewide: Switch to non-raw seqcount_latch interface
Marco Elver
2
-10
/
+14
2024-11-05
time/sched_clock: Broaden sched_clock()'s instrumentation coverage
Marco Elver
1
-2
/
+14
[next]