index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Lines
2008-09-23
clockevents: prevent cpu online to interfere with nohz
Thomas Gleixner
-7
/
+12
2008-09-16
clockevents: make device shutdown robust
Thomas Gleixner
-8
/
+19
2008-09-09
clockevents: remove WARN_ON which was used to gather information
Thomas Gleixner
-10
/
+8
2008-09-07
hrtimer: show the timer ranges in /proc/timer_list
Arjan van de Ven
-1
/
+3
2008-09-06
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-29
/
+103
2008-09-06
ntp: fix calculation of the next jiffie to trigger RTC sync
Maciej W. Rozycki
-1
/
+1
2008-09-06
Merge branch 'linus' into timers/ntp
Ingo Molnar
-1
/
+8
2008-09-06
clockevents: broadcast fixup possible waiters
Thomas Gleixner
-1
/
+36
2008-09-05
hrtimer: convert kernel/* to the new hrtimer apis
Arjan van de Ven
-15
/
+13
2008-09-05
sched_clock: fix NOHZ interaction
Peter Zijlstra
-0
/
+3
2008-09-05
clockevents: prevent endless loop lockup
Thomas Gleixner
-16
/
+34
2008-09-05
clockevents: prevent multiple init/shutdown
Thomas Gleixner
-7
/
+13
2008-09-05
clockevents: enforce reprogram in oneshot setup
Thomas Gleixner
-4
/
+14
2008-09-05
clockevents: prevent endless loop in periodic broadcast handler
Thomas Gleixner
-3
/
+8
2008-09-05
clockevents: prevent clockevent event_handler ending up handler_noop
Venkatesh Pallipadi
-2
/
+2
2008-08-22
ntp: fix ADJ_OFFSET_SS_READ bug and do_adjtimex() cleanup
Roman Zippel
-36
/
+40
2008-08-21
nohz: fix wrong event handler after online an offlined cpu
Miao Xie
-1
/
+5
2008-08-21
clocksource: introduce CLOCK_MONOTONIC_RAW
John Stultz
-0
/
+44
2008-08-21
clocksource: introduce clocksource_forward_now()
Roman Zippel
-38
/
+33
2008-08-21
clocksource: keep track of original clocksource frequency
John Stultz
-0
/
+4
2008-08-11
printk: robustify printk
Peter Zijlstra
-1
/
+1
2008-07-31
sched clock: revert various sched_clock() changes
Ingo Molnar
-2
/
+0
2008-07-26
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
Mike Travis
-5
/
+3
2008-07-24
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+10
2008-07-23
Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-11
/
+10
2008-07-23
Merge branch 'core/softlockup-for-linus' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-2
/
+2
2008-07-21
sysdev: Pass the attribute to the low level sysdev show/store function
Andi Kleen
-2
/
+6
2008-07-18
cpumask: Optimize cpumask_of_cpu in kernel/time/tick-common.c
Mike Travis
-7
/
+7
2008-07-18
Merge branch 'linus' into timers/nohz
Ingo Molnar
-3
/
+7
2008-07-18
nohz: prevent tick stop outside of the idle loop
Thomas Gleixner
-2
/
+10
2008-07-16
Merge branch 'linus' into cpus4096
Ingo Molnar
-3
/
+15
2008-07-15
Merge branch 'linus' into core/softlockup
Ingo Molnar
-2
/
+14
2008-07-15
Merge branch 'generic-ipi' into generic-ipi-for-linus
Ingo Molnar
-1
/
+1
2008-07-15
Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+8
2008-07-14
Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-0
/
+2
2008-07-11
sched_clock: stop maximum check on NO HZ
Steven Rostedt
-0
/
+2
2008-07-11
nohz: don't stop idle tick if softirqs are pending.
Heiko Carstens
-0
/
+1
2008-07-08
x86, clockevents: add C1E aware idle function
Thomas Gleixner
-2
/
+4
2008-06-26
smp_call_function: get rid of the unused nonatomic/retry argument
Jens Axboe
-1
/
+1
2008-05-30
nohz: reduce jiffies polling overhead
Ingo Molnar
-0
/
+7
2008-05-30
softlockup: fix false positives on nohz if CPU is 100% idle for more than 60 ...
Ingo Molnar
-2
/
+2
2008-05-23
clocksource/events: use performance variant for_each_cpu_mask_nr
Mike Travis
-4
/
+3
2008-05-03
clocksource: allow read access to available/current_clocksource
Heiko Carstens
-2
/
+2
2008-05-03
clocksource: Fix permissions for available_clocksource
Heiko Carstens
-1
/
+1
2008-05-01
ntp: handle leap second via timer
Roman Zippel
-45
/
+92
2008-05-01
ntp: remove current_tick_length()
Roman Zippel
-17
/
+4
2008-05-01
ntp: rename TICK_LENGTH_SHIFT to NTP_SCALE_SHIFT
Roman Zippel
-15
/
+15
2008-05-01
ntp: support for TAI
Roman Zippel
-0
/
+7
2008-05-01
ntp: increase time_offset resolution
Roman Zippel
-12
/
+11
2008-05-01
ntp: increase time_freq resolution
Roman Zippel
-15
/
+15
[prev]
[next]