index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
xen
/
page.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb
Julien Grall
2015-10-23
1
-2
/
+2
*
xen/grant: Introduce helpers to split a page into grant
Julien Grall
2015-10-23
1
-1
/
+1
*
x86/xen: export xen_alloc_p2m_entry()
David Vrabel
2015-10-23
1
-0
/
+2
*
xen: Use correctly the Xen memory terminologies
Julien Grall
2015-09-08
1
-2
/
+33
*
xen: Make clear that swiotlb and biomerge are dealing with DMA address
Julien Grall
2015-09-08
1
-2
/
+6
*
xen: remove no longer needed p2m.h
Juergen Gross
2015-08-20
1
-2
/
+4
*
xen: allow more than 512 GB of RAM for 64 bit pv-domains
Juergen Gross
2015-08-20
1
-4
/
+0
*
xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM
Stefano Stabellini
2015-05-06
1
-0
/
+5
*
xen: remove scratch frames for ballooned pages and m2p override
David Vrabel
2015-01-28
1
-14
/
+4
*
xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()
David Vrabel
2015-01-28
1
-1
/
+1
*
xen: introduce helper functions to do safe read and write accesses
Juergen Gross
2014-12-08
1
-1
/
+15
*
xen: switch to linear virtual mapped sparse p2m list
Juergen Gross
2014-12-04
1
-4
/
+16
*
xen: Hide get_phys_to_machine() to be able to tune common path
Juergen Gross
2014-12-04
1
-6
/
+20
*
xen: Delay invalidating extra memory
Juergen Gross
2014-12-04
1
-0
/
+3
*
xen: Delay remapping memory of pv-domain
Juergen Gross
2014-12-04
1
-1
/
+0
*
xen: Make functions static
Juergen Gross
2014-12-04
1
-6
/
+0
*
xen/arm/arm64: introduce xen_arch_need_swiotlb
Stefano Stabellini
2014-12-04
1
-0
/
+7
*
xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override
Zoltan Kiss
2014-03-18
1
-2
/
+9
*
Revert "xen/grant-table: Avoid m2p_override during mapping"
Konrad Rzeszutek Wilk
2014-02-03
1
-3
/
+2
*
xen/grant-table: Avoid m2p_override during mapping
Zoltan Kiss
2014-01-31
1
-2
/
+3
*
xen/grant: Implement an grant frame array struct (v3).
Konrad Rzeszutek Wilk
2014-01-06
1
-0
/
+1
*
xen/p2m: Check for auto-xlat when doing mfn_to_local_pfn.
Mukesh Rathor
2014-01-06
1
-1
/
+6
*
xen/p2m: check MFN is in range before using the m2p table
David Vrabel
2013-09-25
1
-11
/
+20
*
xen: introduce xen_remap, use it instead of ioremap
Stefano Stabellini
2013-02-19
1
-0
/
+2
*
xen/m2p: do not reuse kmap_op->dev_bus_addr
Stefano Stabellini
2012-09-12
1
-1
/
+2
*
xen/p2m: An early bootup variant of set_phys_to_machine
Konrad Rzeszutek Wilk
2012-04-06
1
-0
/
+1
*
Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...
Linus Torvalds
2011-10-25
1
-4
/
+2
|
\
|
*
xen: modify kernel mappings corresponding to granted pages
Stefano Stabellini
2011-09-29
1
-1
/
+2
|
*
xen/p2m: Make debug/xen/mmu/p2m visible again.
Konrad Rzeszutek Wilk
2011-09-23
1
-3
/
+0
*
|
xen/x86: replace order-based range checking of M2P table by linear one
Jan Beulich
2011-08-17
1
-2
/
+2
|
/
*
xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.
Konrad Rzeszutek Wilk
2011-04-18
1
-2
/
+3
*
xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set..
Stefano Stabellini
2011-03-14
1
-7
/
+22
*
xen/m2p: No need to catch exceptions when we know that there is no RAM
Konrad Rzeszutek Wilk
2011-03-14
1
-1
/
+5
*
xen/debugfs: Add 'p2m' file for printing out the P2M layout.
Konrad Rzeszutek Wilk
2011-03-14
1
-0
/
+3
*
xen/mmu: Add the notion of identity (1-1) mapping.
Konrad Rzeszutek Wilk
2011-03-14
1
-2
/
+6
*
xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.
Konrad Rzeszutek Wilk
2011-03-03
1
-0
/
+1
*
xen p2m: clear the old pte when adding a page to m2p_override
Jeremy Fitzhardinge
2011-01-11
1
-2
/
+2
*
xen: add m2p override mechanism
Jeremy Fitzhardinge
2011-01-11
1
-3
/
+13
*
xen: implement XENMEM_machphys_mapping
Ian Campbell
2010-11-12
1
-3
/
+4
*
-
.
Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...
Linus Torvalds
2010-10-26
1
-2
/
+10
|
\
\
|
|
*
xen: don't map missing memory
Jeremy Fitzhardinge
2010-10-22
1
-1
/
+8
|
|
*
xen: add return value to set_phys_to_machine()
Jeremy Fitzhardinge
2010-10-22
1
-1
/
+1
|
|
/
|
/
|
|
*
xen: add xen_set_domain_pte()
Jeremy Fitzhardinge
2010-10-20
1
-0
/
+1
|
/
*
xen: use _PAGE_IOMAP in ioremap to do machine mappings
Jeremy Fitzhardinge
2010-06-07
1
-6
/
+2
*
Xen: Add virt_to_pfn helper function
Alex Nixon
2009-04-08
1
-1
/
+2
*
xen: deal with virtually mapped percpu data
Jeremy Fitzhardinge
2009-03-02
1
-0
/
+1
*
x86: don't apply __supported_pte_mask to non-present ptes
Jeremy Fitzhardinge
2009-02-04
1
-1
/
+1
*
xen: clean up asm/xen/hypervisor.h
Jeremy Fitzhardinge
2008-12-16
1
-0
/
+5
*
x86: drop double underscores from header guards
H. Peter Anvin
2008-10-23
1
-3
/
+3
*
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
1
-3
/
+3
[next]