Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0a0c0018f6badd4adebe1cb453dc42143a464f87
/
arch
/
x86
/
xen
/
p2m.c
90fff3e
xen: introduce helper functions to do safe read and write accesses
by Juergen Gross
· 10 years ago
2e91717
xen: Speed up set_phys_to_machine() by using read-only mappings
by Juergen Gross
· 10 years ago
054954e
xen: switch to linear virtual mapped sparse p2m list
by Juergen Gross
· 10 years ago
0aad568
xen: Hide get_phys_to_machine() to be able to tune common path
by Juergen Gross
· 10 years ago
5b8e7d8
xen: Delay invalidating extra memory
by Juergen Gross
· 10 years ago
97f4533
xen: Delay m2p_override initialization
by Juergen Gross
· 10 years ago
1f3ac86
xen: Delay remapping memory of pv-domain
by Juergen Gross
· 10 years ago
7108c9c
xen: use common page allocation function in p2m.c
by Juergen Gross
· 10 years ago
820c4db
xen: Make functions static
by Juergen Gross
· 10 years ago
6f58d89
xen: fix some style issues in p2m.c
by Juergen Gross
· 10 years ago
3a0e94f
x86/xen: avoid race in p2m handling
by Juergen Gross
· 10 years ago
2c18568
x86/xen: delay construction of mfn_list_list
by Juergen Gross
· 10 years ago
239af7c
x86/xen: avoid writing to freed memory after race in p2m handling
by Juergen Gross
· 10 years ago
4fbb67e3
xen/setup: Remap Xen Identity Mapped RAM
by Matt Rushton
· 10 years ago
3fbdf63
xen/setup: Remove Identity Map Debug Message
by Matt Rushton
· 10 years ago
25b884a
x86/xen: set regions above the end of RAM as 1:1
by David Vrabel
· 11 years ago
3cb83e4
x86/xen: compactly store large identity ranges in the p2m
by David Vrabel
· 11 years ago
a9b5bff
x86/xen: fix set_phys_range_identity() if pfn_e > MAX_P2M_PFN
by David Vrabel
· 11 years ago
fcca2e3
x86/xen: rename early_p2m_alloc() and early_p2m_alloc_middle()
by David Vrabel
· 11 years ago
1429d46
xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override
by Zoltan Kiss
· 11 years ago
e85fc98
Revert "xen/grant-table: Avoid m2p_override during mapping"
by Konrad Rzeszutek Wilk
· 11 years ago
08ece5b
xen/grant-table: Avoid m2p_override during mapping
by Zoltan Kiss
· 11 years ago
4dd322b
xen/pvh: Setup up shared_info.
by Mukesh Rathor
· 11 years ago
696fd7c
xen/pvh: Don't setup P2M tree.
by Konrad Rzeszutek Wilk
· 11 years ago
2f558d4
xen/x86: allow __set_phys_to_machine for autotranslate guests
by Stefano Stabellini
· 11 years ago
0160676
xen/p2m: check MFN is in range before using the m2p table
by David Vrabel
· 11 years ago
d7f8f48
xen/p2m: Don't call get_balloon_scratch_page() twice, keep interrupts disabled for multicalls
by Boris Ostrovsky
· 11 years ago
ee07264
xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mapping
by Stefano Stabellini
· 11 years ago
65a45fa
xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()
by David Vrabel
· 11 years ago
56d92aa
Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 12 years ago
2fc136e
xen/m2p: do not reuse kmap_op->dev_bus_addr
by Stefano Stabellini
· 12 years ago
98104c3
Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7
by Konrad Rzeszutek Wilk
· 12 years ago
50e9004
xen/p2m: Fix one-off error in checking the P2M tree directory.
by Konrad Rzeszutek Wilk
· 12 years ago
3fc509f
xen/p2m: When revectoring deal with holes in the P2M array.
by Konrad Rzeszutek Wilk
· 12 years ago
357a3cf
xen/p2m: Add logic to revector a P2M tree to use __va leafs.
by Konrad Rzeszutek Wilk
· 12 years ago
51faaf2
Revert "xen/x86: Workaround 64-bit hypervisor and 32-bit initial domain." and "xen/x86: Use memblock_reserve for sensitive areas."
by Konrad Rzeszutek Wilk
· 12 years ago
59b29440
xen/x86: Use memblock_reserve for sensitive areas.
by Konrad Rzeszutek Wilk
· 12 years ago
a3118be
xen/p2m: Fix the comment describing the P2M tree.
by Konrad Rzeszutek Wilk
· 12 years ago
250a41e
xen/p2m: Reuse existing P2M leafs if they are filled with 1:1 PFNs or INVALID.
by Konrad Rzeszutek Wilk
· 12 years ago
5bc6f98
xen/p2m: Reserve 8MB of _brk space for P2M leafs when populating back.
by Konrad Rzeszutek Wilk
· 12 years ago
b9e0d95
xen: mark local pages as FOREIGN in the m2p_override
by Stefano Stabellini
· 13 years ago
940713b
xen/p2m: An early bootup variant of set_phys_to_machine
by Konrad Rzeszutek Wilk
· 13 years ago
d509685
xen/p2m: Collapse early_alloc_p2m_middle redundant checks.
by Konrad Rzeszutek Wilk
· 13 years ago
cef4cca
xen/p2m: Allow alloc_p2m_middle to call reserve_brk depending on argument
by Konrad Rzeszutek Wilk
· 13 years ago
3f3aaea
xen/p2m: Move code around to allow for better re-usage.
by Konrad Rzeszutek Wilk
· 13 years ago
31018ac
Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 13 years ago
a491dbe
xen/p2m/debugfs: Make type_name more obvious.
by Konrad Rzeszutek Wilk
· 13 years ago
8404877
xen/p2m/debugfs: Fix potential pointer exception.
by Konrad Rzeszutek Wilk
· 13 years ago
0930bba
xen: modify kernel mappings corresponding to granted pages
by Stefano Stabellini
· 13 years ago
0f4b49e
xen/p2m: Use SetPagePrivate and its friends for M2P overrides.
by Konrad Rzeszutek Wilk
· 13 years ago
a867db1
xen/p2m: Make debug/xen/mmu/p2m visible again.
by Konrad Rzeszutek Wilk
· 13 years ago
e33ab8f
Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' and 'stable/mmu.bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
8c59508
xen/p2m: Create entries in the P2M_MFN trees's to track 1-1 mappings
by Konrad Rzeszutek Wilk
· 14 years ago
8a91707
xen/p2m: Add EXPORT_SYMBOL_GPL to the M2P override functions.
by Konrad Rzeszutek Wilk
· 14 years ago
cf8d916
xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.
by Konrad Rzeszutek Wilk
· 14 years ago
b83c6e5
xen: fix p2m section mismatches
by Randy Dunlap
· 14 years ago
b254244
xen/p2m: Allocate p2m tracking pages on override
by Daniel De Graaf
· 14 years ago
27d2a8b
Merge branches 'stable/ia64', 'stable/blkfront-cleanup' and 'stable/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
c7146dd
Merge branches 'stable/p2m-identity.v4.9.1' and 'stable/e820' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen
by Linus Torvalds
· 14 years ago
2222e71
xen/debugfs: Add 'p2m' file for printing out the P2M layout.
by Konrad Rzeszutek Wilk
· 14 years ago
c761779
xen/mmu: WARN_ON when racing to swap middle leaf.
by Konrad Rzeszutek Wilk
· 14 years ago
f4cec35
xen/mmu: Add the notion of identity (1-1) mapping.
by Konrad Rzeszutek Wilk
· 14 years ago
6eaa412
xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.
by Konrad Rzeszutek Wilk
· 14 years ago
44b46c3
xen: annotate functions which only call into __init at start of day
by Ian Campbell
· 14 years ago
6b08cfe
xen p2m: annotate variable which appears unused
by Ian Campbell
· 14 years ago
cf04d12
xen/p2m: Mark INVALID_P2M_ENTRY the mfn_list past max_pfn.
by Stefan Bader
· 14 years ago
8e1b4cf
xen: p2m: correctly initialize partial p2m leaf
by Stefan Bader
· 14 years ago
e1b478e
xen/p2m: Fix module linking error.
by Konrad Rzeszutek Wilk
· 14 years ago
87f1d40
xen p2m: clear the old pte when adding a page to m2p_override
by Jeremy Fitzhardinge
· 14 years ago
9b705f0
xen p2m: transparently change the p2m mappings in the m2p override
by Stefano Stabellini
· 14 years ago
448f2831
xen: add m2p override mechanism
by Jeremy Fitzhardinge
· 14 years ago
b5eafe9
xen: move p2m handling to separate file
by Jeremy Fitzhardinge
· 14 years ago