index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
/
time.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-11-16
1
-1
/
+98
|
\
|
*
x86/xen/time: setup vcpu 0 time info page
Joao Martins
2017-11-08
1
-1
/
+89
|
*
x86/xen/time: set pvclock flags on xen_time_init()
Joao Martins
2017-11-08
1
-0
/
+9
|
*
xen/time: Return -ENODEV from xen_get_wallclock()
Boris Ostrovsky
2017-11-03
1
-1
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
xen/x86: Don't BUG on CPU0 offlining
Vitaly Kuznetsov
2017-07-23
1
-1
/
+0
*
xen/x86: Do not call xen_init_time_ops() until shared_info is initialized
Boris Ostrovsky
2017-05-05
1
-1
/
+1
*
xen: Revert commits da72ff5bfcb0 and 72a9b186292d
Boris Ostrovsky
2017-05-02
1
-0
/
+8
*
x86/xen/time: Set ->min_delta_ticks and ->max_delta_ticks
Nicolai Stange
2017-04-14
1
-0
/
+4
*
clocksource: Use a plain u64 instead of cycle_t
Thomas Gleixner
2016-12-25
1
-3
/
+3
*
xen: Remove event channel notification through Xen PCI platform device
KarimAllah Ahmed
2016-09-30
1
-5
/
+0
*
xen: add static initialization of steal_clock op to xen_time_ops
Juergen Gross
2016-07-26
1
-0
/
+1
*
x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op
Vitaly Kuznetsov
2016-07-25
1
-6
/
+12
*
xen: add steal_clock support on x86
Juergen Gross
2016-07-06
1
-42
/
+2
*
xen/x86: don't lose event interrupts
Stefano Stabellini
2016-05-24
1
-3
/
+3
*
xen/x86: convert remaining timespec to timespec64 in xen_pvclock_gtod_notify
Stefano Stabellini
2015-12-21
1
-2
/
+2
*
xen/x86: support XENPF_settime64
Stefano Stabellini
2015-12-21
1
-7
/
+28
*
xen: introduce XENPF_settime64
Stefano Stabellini
2015-12-21
1
-4
/
+4
*
xen: rename dom0_op to platform_op
Stefano Stabellini
2015-12-21
1
-1
/
+1
*
xen: move xen_setup_runstate_info and get_runstate_snapshot to drivers/xen/ti...
Stefano Stabellini
2015-12-21
1
-75
/
+1
*
x86/xen/time: Migrate to new set-state interface
Viresh Kumar
2015-07-30
1
-49
/
+31
*
x86/xen: prefer TSC over xen clocksource for dom0
Palik, Imre
2015-01-20
1
-0
/
+4
*
x86/xen: avoid freeing static 'name' when kasprintf() fails
Vitaly Kuznetsov
2015-01-08
1
-11
/
+5
*
x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()
Boris Ostrovsky
2014-12-23
1
-2
/
+0
*
x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read()
Boris Ostrovsky
2014-10-23
1
-1
/
+1
*
x86: Replace __get_cpu_var uses
Christoph Lameter
2014-08-26
1
-5
/
+5
*
x86/xen: resume timer irqs early
David Vrabel
2014-08-11
1
-1
/
+1
*
xen/x86: set VIRQ_TIMER priority to maximum
David Vrabel
2014-01-06
1
-0
/
+1
*
x86/xen: remove deprecated IRQF_DISABLED
Michael Opdenacker
2013-11-06
1
-2
/
+1
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2013-07-06
1
-15
/
+43
|
\
|
*
x86: xen: Sync the CMOS RTC as well as the Xen wallclock
David Vrabel
2013-06-28
1
-19
/
+26
|
*
x86: xen: Sync the wallclock when the system time is set
David Vrabel
2013-06-28
1
-0
/
+28
|
*
x86: Increase precision of x86_platform.get/set_wallclock()
David Vrabel
2013-05-28
1
-13
/
+6
*
|
xen/time: remove blocked time accounting from xen "clockchip"
Laszlo Ersek
2013-06-28
1
-15
/
+2
*
|
xen/time: Free onlined per-cpu data structure if we want to online it again.
Konrad Rzeszutek Wilk
2013-06-10
1
-13
/
+16
*
|
xen/time: Check that the per_cpu data structure has data before freeing.
Konrad Rzeszutek Wilk
2013-06-10
1
-4
/
+7
*
|
xen/time: Don't leak interrupt name when offlining.
Konrad Rzeszutek Wilk
2013-06-10
1
-1
/
+5
*
|
xen/time: Encapsulate the struct clock_event_device in another structure.
Konrad Rzeszutek Wilk
2013-06-10
1
-5
/
+10
|
/
*
xen/time: Add default value of -1 for IRQ and check for that.
Konrad Rzeszutek Wilk
2013-04-16
1
-2
/
+5
*
xen/time: Fix kasprintf splat when allocating timer%d IRQ line.
Konrad Rzeszutek Wilk
2013-04-16
1
-1
/
+5
*
Merge branch 'upstream/xen-settime' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-11-07
1
-1
/
+15
|
\
|
*
xen/dom0: set wallclock time in Xen
Jeremy Fitzhardinge
2011-09-26
1
-1
/
+15
*
|
xen: use non-tracing preempt in xen_clocksource_read()
Jeremy Fitzhardinge
2011-08-24
1
-2
/
+3
|
/
*
Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2011-05-20
1
-5
/
+1
|
\
|
*
Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...
Thomas Gleixner
2011-05-14
1
-1
/
+3
|
|
\
|
*
|
x86: Convert remaining x86 clocksources to clocksource_register_hz/khz
John Stultz
2011-02-21
1
-5
/
+1
*
|
|
arch/x86/xen/time: Cleanup code/data sections definitions
Daniel Kiper
2011-05-19
1
-4
/
+4
|
|
/
|
/
|
*
|
xen/timer: Missing IRQF_NO_SUSPEND in timer code broke suspend.
Ian Campbell
2011-03-03
1
-1
/
+3
|
/
*
Merge branch 'this_cpu_ops' into for-2.6.38
Tejun Heo
2010-12-17
1
-0
/
+2
|
\
|
*
x86/pvclock: Zero last_value on resume
Jeremy Fitzhardinge
2010-11-28
1
-0
/
+2
[next]