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
nocache-cleanup
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
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
2024-11-05
time/sched_clock: Swap update_clock_read_data() latch writes
Marco Elver
1
-3
/
+3
2024-11-02
timekeeping: Always check for negative motion
Thomas Gleixner
2
-12
/
+0
2024-11-02
timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING
Thomas Gleixner
1
-105
/
+3
2024-10-31
timers: Add missing READ_ONCE() in __run_timer_base()
Thomas Gleixner
1
-1
/
+2
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
2
-21
/
+12
2024-10-31
clockevents: Improve clockevents_notify_released() comment
Frederic Weisbecker
1
-2
/
+10
2024-10-29
posix-timers: Add proper state tracking
Thomas Gleixner
4
-17
/
+28
2024-10-29
posix-timers: Rename k_itimer:: It_requeue_pending
Thomas Gleixner
3
-9
/
+9
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
1
-1
/
+2
2024-10-29
posix-timers: Cure si_sys_private race
Thomas Gleixner
1
-14
/
+1
2024-10-29
signal: Confine POSIX_TIMERS properly
Thomas Gleixner
2
-3
/
+34
2024-10-25
time: Fix references to _msecs_to_jiffies() handling of values
Miguel Ojeda
1
-1
/
+1
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
2024-10-25
timekeeping: Rework do_adjtimex() to use shadow_timekeeper
Anna-Maria Behnsen
1
-16
/
+25
2024-10-25
timekeeping: Rework timekeeping_suspend() to use shadow_timekeeper
Anna-Maria Behnsen
1
-12
/
+10
2024-10-25
timekeeping: Rework timekeeping_resume() to use shadow_timekeeper
Anna-Maria Behnsen
1
-12
/
+10
2024-10-25
timekeeping: Rework timekeeping_inject_sleeptime64() to use shadow_timekeeper
Anna-Maria Behnsen
1
-15
/
+7
2024-10-25
timekeeping: Rework timekeeping_init() to use shadow_timekeeper
Anna-Maria Behnsen
1
-9
/
+7
2024-10-25
timekeeping: Rework change_clocksource() to use shadow_timekeeper
Anna-Maria Behnsen
1
-11
/
+7
2024-10-25
timekeeping: Rework timekeeping_inject_offset() to use shadow_timekeeper
Anna-Maria Behnsen
1
-25
/
+16
2024-10-25
timekeeping: Rework do_settimeofday64() to use shadow_timekeeper
Anna-Maria Behnsen
1
-26
/
+16
2024-10-25
timekeeping: Provide timekeeping_restore_shadow()
Thomas Gleixner
1
-1
/
+10
2024-10-25
timekeeping: Introduce combined timekeeping action flag
Anna-Maria Behnsen
1
-4
/
+6
2024-10-25
timekeeping: Split out timekeeper update of timekeeping_advanced()
Anna-Maria Behnsen
1
-16
/
+27
2024-10-25
timekeeping: Add struct tk_data as argument to timekeeping_update()
Anna-Maria Behnsen
1
-12
/
+13
2024-10-25
timekeeping: Introduce tkd_basic_setup() to make lock and seqcount init reusable
Anna-Maria Behnsen
1
-2
/
+7
2024-10-25
timekeeping: Define a struct type for tk_core to make it reusable
Anna-Maria Behnsen
1
-2
/
+4
2024-10-25
timekeeping: Move timekeeper_lock into tk_core
Anna-Maria Behnsen
1
-43
/
+29
2024-10-25
timekeeping: Encapsulate locking/unlocking of timekeeper_lock
Thomas Gleixner
3
-5
/
+18
2024-10-25
timekeeping: Move shadow_timekeeper into tk_core
Thomas Gleixner
1
-4
/
+3
2024-10-25
timekeeping: Simplify code in timekeeping_advance()
Thomas Gleixner
1
-10
/
+6
2024-10-25
timekeeping: Abort clocksource change in case of failure
Thomas Gleixner
1
-18
/
+13
2024-10-25
timekeeping: Avoid duplicate leap state update
Anna-Maria Behnsen
1
-1
/
+2
2024-10-25
timekeeping: Don't stop time readers across hard_pps() update
Thomas Gleixner
1
-4
/
+0
2024-10-25
timekeeping: Read NTP tick length only once
Thomas Gleixner
1
-2
/
+3
2024-10-24
Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+3
2024-10-24
posix-timers: Replace call_rcu() by kfree_rcu() for simple kmem_cache_free() ...
Julia Lawall
1
-8
/
+1
2024-10-23
posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
Jinjie Ruan
1
-3
/
+3
2024-10-20
Merge tag 'sched_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+6
[prev]
[next]