index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-20
clockevents/source: Use u64 to make 32bit happy
Thomas Gleixner
2
-2
/
+2
2011-05-19
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-4
/
+748
2011-05-19
Merge branch 'timers-clockevents-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2
-19
/
+83
2011-05-19
clockevents: Provide interface to reconfigure an active clock event device
Thomas Gleixner
1
-0
/
+20
2011-05-19
clockevents: Provide combined configure and register function
Thomas Gleixner
1
-0
/
+44
2011-05-19
clocksource: Get rid of the hardcoded 5 seconds sleep time limit
Thomas Gleixner
1
-19
/
+19
2011-05-16
tick: Clear broadcast active bit when switching to oneshot
Thomas Gleixner
1
-1
/
+11
2011-05-05
clocksource: Install completely before selecting
john stultz
1
-2
/
+2
2011-05-02
timers: Fix alarmtimer build issues when CONFIG_RTC_CLASS=n
John Stultz
1
-2
/
+18
2011-04-28
timers: Remove delayed irqwork from alarmtimers implementation
John Stultz
1
-23
/
+9
2011-04-28
timers: Improve alarmtimer comments and minor fixes
John Stultz
1
-40
/
+27
2011-04-26
timers: Posix interface for alarm-timers
John Stultz
1
-0
/
+330
2011-04-26
timers: Introduce in-kernel alarm-timer interface
John Stultz
2
-1
/
+376
2011-04-26
time: Add timekeeping_inject_sleeptime
John Stultz
1
-3
/
+53
2011-04-18
posix clocks: Replace mutex with reader/writer semaphore
Richard Cochran
1
-15
/
+9
2011-04-07
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
Linus Torvalds
2
-2
/
+2
2011-04-04
ntp: fix non privileged system time shifting
Richard Cochran
1
-0
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
2
-2
/
+2
2011-03-23
timekeeping: Use syscore_ops instead of sysdev class and sysdev
Rafael J. Wysocki
1
-19
/
+8
2011-03-15
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-14
/
+628
2011-03-12
posix-clocks: Check write permissions in posix syscalls
Torben Hohn
1
-2
/
+12
2011-02-26
clockevents: Prevent oneshot mode when broadcast device is periodic
Thomas Gleixner
3
-1
/
+18
2011-02-21
time: Extend get_xtime_and_monotonic_offset() to also return sleep
John Stultz
1
-2
/
+6
2011-02-21
time: Introduce get_monotonic_boottime and ktime_get_boottime
John Stultz
1
-1
/
+50
2011-02-18
ntp: Remove redundant and incorrect parameter check
Richard Cochran
1
-3
/
+3
2011-02-12
timer debug: Hide kernel addresses via %pK in /proc/timer_list
Kees Cook
1
-2
/
+2
2011-02-02
posix clocks: Introduce dynamic clocks
Richard Cochran
2
-1
/
+443
2011-02-02
ntp: Add ADJ_SETOFFSET mode bit
Richard Cochran
1
-0
/
+11
2011-02-02
time: Introduce timekeeping_inject_offset
John Stultz
1
-0
/
+36
2011-02-02
time: Correct the *settime* parameters
Richard Cochran
1
-1
/
+1
2011-02-01
time: Fix legacy arch fallout
Thomas Gleixner
1
-0
/
+4
2011-01-31
time: Make do_timer() and xtime_lock local to kernel/time/
Torben Hohn
8
-5
/
+9
2011-01-31
time: Provide xtime_update()
Torben Hohn
1
-0
/
+13
2011-01-31
time: Remove unused __get_wall_to_monotonic()
Thomas Gleixner
1
-5
/
+0
2011-01-31
time: Provide get_xtime_and_monotonic_offset()
Torben Hohn
1
-0
/
+16
2011-01-31
time: Move get_jiffies_64 to kernel/time/jiffies.c
Torben Hohn
1
-0
/
+18
2011-01-31
time: Move do_timer() to kernel/time/timekeeping.c
Torben Hohn
1
-1
/
+13
2011-01-19
hrtimers: Notify hrtimer users of switches to NOHZ mode
Stephen Boyd
1
-3
/
+4
2011-01-15
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...
Linus Torvalds
2
-6
/
+6
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2011-01-13
pps: capture MONOTONIC_RAW timestamps as well
Alexander Gordeev
1
-0
/
+43
2011-01-13
ntp: add hardpps implementation
Alexander Gordeev
1
-15
/
+410
2011-01-12
timekeeping: Make local variables static
H Hartley Sweeten
1
-2
/
+2
2011-01-12
time: Rename misnamed minsec argument of clocks_calc_mult_shift()
Nicolas Pitre
1
-4
/
+4
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2
-3
/
+3
2011-01-06
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-0
/
+1
2010-12-22
Fix rounding in clocks_calc_mult_shift()
john stultz
1
-0
/
+1
2010-12-17
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
Christoph Lameter
2
-3
/
+3
2010-12-10
hrtimers: Convert hrtimers to use timerlist infrastructure
John Stultz
1
-4
/
+4
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
[next]