index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
2015-04-01
|
*
|
|
|
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
2015-04-01
|
|
|
/
/
|
|
/
|
|
*
/
|
|
x86/xen: prepare p2m list for memory hotplug
Juergen Gross
2015-03-23
|
/
/
/
*
/
/
x86/xen: correct bug in p2m list initialization
Juergen Gross
2015-02-27
|
/
/
*
|
x86/xen: Initialize cr4 shadow for 64-bit PV(H) guests
Boris Ostrovsky
2015-02-23
*
|
x86/xen: Make sure X2APIC_ENABLE bit of MSR_IA32_APICBASE is not set
Boris Ostrovsky
2015-02-23
|
/
*
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2015-02-21
|
\
|
*
x86/spinlocks/paravirt: Fix memory corruption on unlock
Raghavendra K T
2015-02-18
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-02-16
|
\
\
|
*
|
x86: Clean up cr4 manipulation
Andy Lutomirski
2015-02-04
|
|
/
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...
Linus Torvalds
2015-02-14
|
\
\
|
*
|
x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCE
Christian Borntraeger
2015-01-19
*
|
|
xen: mark grant mapped pages as foreign
Jennifer Herbert
2015-01-28
*
|
|
x86/xen: require ballooned pages for grant maps
Jennifer Herbert
2015-01-28
*
|
|
xen: remove scratch frames for ballooned pages and m2p override
David Vrabel
2015-01-28
*
|
|
xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()
David Vrabel
2015-01-28
*
|
|
x86/xen: cleanup arch/x86/xen/mmu.c
Juergen Gross
2015-01-28
*
|
|
x86/xen: add some __init annotations in arch/x86/xen/mmu.c
Juergen Gross
2015-01-28
*
|
|
x86/xen: add some __init and static annotations in arch/x86/xen/setup.c
Juergen Gross
2015-01-28
*
|
|
x86/xen: use correct types for addresses in arch/x86/xen/setup.c
Juergen Gross
2015-01-28
*
|
|
x86/xen: cleanup arch/x86/xen/setup.c
Juergen Gross
2015-01-28
*
|
|
x86,xen: use current->state helpers
Davidlohr Bueso
2015-01-26
*
|
|
x86/xen: prefer TSC over xen clocksource for dom0
Palik, Imre
2015-01-20
|
|
/
|
/
|
*
|
Merge tag 'stable/for-linus-3.19-rc4-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2015-01-13
|
\
\
|
|
/
|
/
|
|
*
x86/xen: properly retrieve NMI reason
Jan Beulich
2015-01-13
|
*
xen: check for zero sized area when invalidating memory
Juergen Gross
2015-01-12
|
*
xen: use correct type for physical addresses
Juergen Gross
2015-01-12
|
*
xen: correct race in alloc_p2m_pmd()
Juergen Gross
2015-01-12
|
*
xen: correct error for building p2m list on 32 bits
Juergen Gross
2015-01-12
|
*
x86/xen: avoid freeing static 'name' when kasprintf() fails
Vitaly Kuznetsov
2015-01-08
|
*
x86/xen: add extra memory for remapped frames during setup
David Vrabel
2015-01-08
|
*
x86/xen: don't count how many PFNs are identity mapped
David Vrabel
2015-01-08
|
*
x86/xen: Free bootmem in free_p2m_page() during early boot
Boris Ostrovsky
2015-01-08
|
*
x86/xen: Remove unnecessary BUG_ON(preemptible()) in xen_setup_timer()
Boris Ostrovsky
2014-12-23
*
|
Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2014-12-16
|
\
|
|
*
xen: switch to post-init routines in xen mmu.c earlier
Juergen Gross
2014-12-11
|
*
xen: annotate xen_set_identity_and_remap_chunk() with __init
Juergen Gross
2014-12-08
|
*
xen: introduce helper functions to do safe read and write accesses
Juergen Gross
2014-12-08
|
*
xen: Speed up set_phys_to_machine() by using read-only mappings
Juergen Gross
2014-12-04
|
*
xen: switch to linear virtual mapped sparse p2m list
Juergen Gross
2014-12-04
|
*
xen: Hide get_phys_to_machine() to be able to tune common path
Juergen Gross
2014-12-04
|
*
xen: Delay invalidating extra memory
Juergen Gross
2014-12-04
|
*
xen: Delay m2p_override initialization
Juergen Gross
2014-12-04
|
*
xen: Delay remapping memory of pv-domain
Juergen Gross
2014-12-04
|
*
xen: use common page allocation function in p2m.c
Juergen Gross
2014-12-04
|
*
xen: Make functions static
Juergen Gross
2014-12-04
|
*
xen: fix some style issues in p2m.c
Juergen Gross
2014-12-04
*
|
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-12-10
|
\
\
|
*
|
x86_64,vsyscall: Make vsyscall emulation configurable
Andy Lutomirski
2014-11-03
*
|
|
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-12-10
|
\
\
\
|
|
_
|
/
|
/
|
|
[prev]
[next]