summaryrefslogtreecommitdiff
path: root/arch/x86/xen/p2m.c
AgeCommit message (Expand)Author
2021-03-24Revert "xen: fix p2m size in dom0 for disabled memory hotplug case"Roger Pau Monne
2021-03-24xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGRoger Pau Monne
2021-03-10Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich
2021-03-10Xen: drop exports of {set,clear}_foreign_p2m_mapping()Jan Beulich
2021-03-03xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross
2021-03-03Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich
2021-02-15Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich
2021-02-15Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich
2020-12-16x86/xen: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-08-11x86/xen: remove 32-bit Xen PV guest supportJuergen Gross
2019-06-03x86: xen: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2018-11-10Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-11-09x86/xen: fix pv bootJuergen Gross
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport
2018-10-31memblock: replace alloc_bootmem_align with memblock_allocMike Rapoport
2018-09-03x86/xen: Add SPDX identifier in arch/x86/xen filesJuergen Gross
2018-02-08xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guestsSimon Gaiser
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-08-31xen: remove tests for pvh mode in pure pv pathsJuergen Gross
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-07-14x86/xen: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko
2015-10-23x86/xen: export xen_alloc_p2m_entry()David Vrabel
2015-10-06x86/xen/p2m: hint at the last populated P2M entryDavid Vrabel
2015-08-20xen: remove no longer needed p2m.hJuergen Gross
2015-08-20xen: allow more than 512 GB of RAM for 64 bit pv-domainsJuergen Gross
2015-08-20xen: don't build mfn tree if tools don't need itJuergen Gross
2015-08-20xen: save linear p2m list address in shared info structureJuergen Gross
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell
2015-03-23x86/xen: prepare p2m list for memory hotplugJuergen Gross
2015-02-27x86/xen: correct bug in p2m list initializationJuergen Gross
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2015-01-28xen: mark grant mapped pages as foreignJennifer Herbert
2015-01-28x86/xen: require ballooned pages for grant mapsJennifer Herbert
2015-01-28xen: remove scratch frames for ballooned pages and m2p overrideDavid Vrabel
2015-01-28xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs()David Vrabel
2015-01-19x86/xen/p2m: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger
2015-01-12xen: correct race in alloc_p2m_pmd()Juergen Gross
2015-01-12xen: correct error for building p2m list on 32 bitsJuergen Gross
2015-01-08x86/xen: Free bootmem in free_p2m_page() during early bootBoris Ostrovsky
2014-12-08xen: introduce helper functions to do safe read and write accessesJuergen Gross
2014-12-04xen: Speed up set_phys_to_machine() by using read-only mappingsJuergen Gross
2014-12-04xen: switch to linear virtual mapped sparse p2m listJuergen Gross
2014-12-04xen: Hide get_phys_to_machine() to be able to tune common pathJuergen Gross
2014-12-04xen: Delay invalidating extra memoryJuergen Gross
2014-12-04xen: Delay m2p_override initializationJuergen Gross
2014-12-04xen: Delay remapping memory of pv-domainJuergen Gross
2014-12-04xen: use common page allocation function in p2m.cJuergen Gross