index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
hrtimers: Avoid touching inactive timer bases
Thomas Gleixner
2011-05-23
1
-2
/
+2
*
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2011-05-20
3
-22
/
+96
|
\
|
*
clockevents/source: Use u64 to make 32bit happy
Thomas Gleixner
2011-05-20
2
-2
/
+2
|
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-05-19
3
-4
/
+748
|
|
\
|
*
\
Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2011-05-19
2
-19
/
+83
|
|
\
\
|
|
*
|
clockevents: Provide interface to reconfigure an active clock event device
Thomas Gleixner
2011-05-19
1
-0
/
+20
|
|
*
|
clockevents: Provide combined configure and register function
Thomas Gleixner
2011-05-19
1
-0
/
+44
|
|
*
|
clocksource: Get rid of the hardcoded 5 seconds sleep time limit
Thomas Gleixner
2011-05-19
1
-19
/
+19
|
*
|
|
tick: Clear broadcast active bit when switching to oneshot
Thomas Gleixner
2011-05-16
1
-1
/
+11
|
*
|
|
clocksource: Install completely before selecting
john stultz
2011-05-05
1
-2
/
+2
|
|
/
/
*
|
|
clockevents: Move C3 stop test outside lock
Andi Kleen
2011-05-05
1
-7
/
+9
*
|
|
alarmtimer: Drop device refcount after rtc_open()
Thomas Gleixner
2011-05-04
1
-1
/
+7
*
|
|
alarmtimer: Check return value of class_find_device()
Thomas Gleixner
2011-05-04
1
-2
/
+4
*
|
|
timerfd: Allow timers to be cancelled when clock was set
Thomas Gleixner
2011-05-02
1
-0
/
+15
*
|
|
hrtimers: Prepare for cancel on clock was set timers
Thomas Gleixner
2011-05-02
1
-1
/
+1
|
|
/
|
/
|
*
|
timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=n
John Stultz
2011-05-02
1
-2
/
+18
*
|
timers: Remove delayed irqwork from alarmtimers implementation
John Stultz
2011-04-28
1
-23
/
+9
*
|
timers: Improve alarmtimer comments and minor fixes
John Stultz
2011-04-28
1
-40
/
+27
*
|
timers: Posix interface for alarm-timers
John Stultz
2011-04-26
1
-0
/
+330
*
|
timers: Introduce in-kernel alarm-timer interface
John Stultz
2011-04-26
2
-1
/
+376
*
|
time: Add timekeeping_inject_sleeptime
John Stultz
2011-04-26
1
-3
/
+53
|
/
*
posix clocks: Replace mutex with reader/writer semaphore
Richard Cochran
2011-04-18
1
-15
/
+9
*
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
2011-04-07
2
-2
/
+2
|
\
|
*
Fix common misspellings
Lucas De Marchi
2011-03-31
2
-2
/
+2
*
|
ntp: fix non privileged system time shifting
Richard Cochran
2011-04-04
1
-0
/
+2
|
/
*
timekeeping: Use syscore_ops instead of sysdev class and sysdev
Rafael J. Wysocki
2011-03-23
1
-19
/
+8
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-03-15
11
-14
/
+628
|
\
|
*
posix-clocks: Check write permissions in posix syscalls
Torben Hohn
2011-03-12
1
-2
/
+12
|
*
time: Extend get_xtime_and_monotonic_offset() to also return sleep
John Stultz
2011-02-21
1
-2
/
+6
|
*
time: Introduce get_monotonic_boottime and ktime_get_boottime
John Stultz
2011-02-21
1
-1
/
+50
|
*
ntp: Remove redundant and incorrect parameter check
Richard Cochran
2011-02-18
1
-3
/
+3
|
*
posix clocks: Introduce dynamic clocks
Richard Cochran
2011-02-02
2
-1
/
+443
|
*
ntp: Add ADJ_SETOFFSET mode bit
Richard Cochran
2011-02-02
1
-0
/
+11
|
*
time: Introduce timekeeping_inject_offset
John Stultz
2011-02-02
1
-0
/
+36
|
*
time: Correct the *settime* parameters
Richard Cochran
2011-02-02
1
-1
/
+1
|
*
time: Fix legacy arch fallout
Thomas Gleixner
2011-02-01
1
-0
/
+4
|
*
time: Make do_timer() and xtime_lock local to kernel/time/
Torben Hohn
2011-01-31
8
-5
/
+9
|
*
time: Provide xtime_update()
Torben Hohn
2011-01-31
1
-0
/
+13
|
*
time: Remove unused __get_wall_to_monotonic()
Thomas Gleixner
2011-01-31
1
-5
/
+0
|
*
time: Provide get_xtime_and_monotonic_offset()
Torben Hohn
2011-01-31
1
-0
/
+16
|
*
time: Move get_jiffies_64 to kernel/time/jiffies.c
Torben Hohn
2011-01-31
1
-0
/
+18
|
*
time: Move do_timer() to kernel/time/timekeeping.c
Torben Hohn
2011-01-31
1
-1
/
+13
*
|
clockevents: Prevent oneshot mode when broadcast device is periodic
Thomas Gleixner
2011-02-26
3
-1
/
+18
*
|
timer debug: Hide kernel addresses via %pK in /proc/timer_list
Kees Cook
2011-02-12
1
-2
/
+2
|
/
*
hrtimers: Notify hrtimer users of switches to NOHZ mode
Stephen Boyd
2011-01-19
1
-3
/
+4
*
-
.
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...
Linus Torvalds
2011-01-15
2
-6
/
+6
|
\
\
|
|
*
timekeeping: Make local variables static
H Hartley Sweeten
2011-01-12
1
-2
/
+2
|
|
*
time: Rename misnamed minsec argument of clocks_calc_mult_shift()
Nicolas Pitre
2011-01-12
1
-4
/
+4
|
|
/
*
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-13
1
-1
/
+1
|
\
\
|
*
|
tree-wide: fix comment/printk typos
Uwe Kleine-König
2010-11-01
1
-1
/
+1
[next]