summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * xen: correctly use xen_pfn_t in remap_domain_mfn_range.Ian Campbell2012-11-291-1/+1
| | * xen: add pages parameter to xen_remap_domain_mfn_rangeIan Campbell2012-11-291-1/+14
* | | x86, mm, Xen: Remove mapping_pagetable_reserve()Yinghai Lu2012-11-171-28/+0Star
|/ /
* / xen/mmu: Use Xen specific TLB flush instead of the generic one.Konrad Rzeszutek Wilk2012-10-311-1/+20
|/
* Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-121-0/+41
|\
| * xen pv-on-hvm: add pfn_is_ram helper for kdumpOlaf Hering2012-10-041-0/+41
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-2/+1Star
|/
* Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-09-121-35/+148
|\
| * xen/mmu: If the revector fails, don't attempt to revector anything else.Konrad Rzeszutek Wilk2012-08-231-1/+3
| * xen/mmu: Release just the MFN list, not MFN list and part of pagetables.Konrad Rzeszutek Wilk2012-08-231-1/+1
| * xen/mmu: Remove from __ka space PMD entries for pagetables.Konrad Rzeszutek Wilk2012-08-231-0/+19
| * xen/mmu: Copy and revector the P2M tree.Konrad Rzeszutek Wilk2012-08-231-0/+57
| * xen/mmu: Recycle the Xen provided L4, L3, and L2 pagesKonrad Rzeszutek Wilk2012-08-231-7/+35
| * xen/mmu: For 64-bit do not call xen_map_identity_earlyKonrad Rzeszutek Wilk2012-08-231-6/+5Star
| * xen/mmu: use copy_page instead of memcpy.Konrad Rzeszutek Wilk2012-08-231-7/+6Star
| * xen/mmu: Provide comments describing the _ka and _va aliasing issueKonrad Rzeszutek Wilk2012-08-231-0/+17
| * xen/mmu: The xen_setup_kernel_pagetable doesn't need to return anything.Konrad Rzeszutek Wilk2012-08-231-8/+2Star
* | Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Konrad Rzeszutek Wilk2012-09-121-23/+46
|\ \
| * | x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done()Attilio Rao2012-09-121-9/+4Star
| * | x86: Move paging_init() call to x86_init.paging.pagetable_init()Attilio Rao2012-09-121-0/+1
| * | x86: Rename pagetable_setup_start() to pagetable_init()Attilio Rao2012-09-121-2/+2
| * | x86: Remove base argument from x86_init.paging.pagetable_setup_startAttilio Rao2012-09-121-1/+1
| * | xen: fix logical error in tlb flushingAlex Shi2012-09-051-1/+1
| * | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-6/+6
| |\ \
| | * | x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-281-6/+6
| | |/
| * | xen/mm: zero PTEs for non-present MFNs in the initial page tableDavid Vrabel2012-07-191-1/+8
| * | xen/mm: do direct hypercall in xen_set_pte() if batching is unavailableDavid Vrabel2012-07-191-5/+25
| |/
* | xen/mm: return more precise error from xen_remap_domain_range()David Vrabel2012-09-051-2/+2
* | xen: allow privcmd for HVM guestsStefano Stabellini2012-08-231-0/+3
|/
* Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-251-23/+0Star
|\
| * Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5Konrad Rzeszutek Wilk2012-05-071-23/+0Star
| |\
| | * xen/setup: update VA mapping when releasing memory during setupDavid Vrabel2012-05-071-23/+0Star
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-231-3/+1Star
|\ \ \
| * | | Revert "xen/x86: Workaround 'x86/ioapic: Add register level checks to detect ...Konrad Rzeszutek Wilk2012-05-011-3/+1Star
| |/ /
* / / xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEsKonrad Rzeszutek Wilk2012-05-071-1/+6
|/ /
* | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-071-1/+3
|\|
| * xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Konrad Rzeszutek Wilk2012-04-061-1/+3
* | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-231-10/+10
|\|
| * xen: use this_cpu_xxx replace percpu_xxx funcsAlex Shi2012-01-241-10/+10
* | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-201-4/+4
|/
* xen/mmu: Fix compile errors introduced by x86/memblock mismerge.Konrad Rzeszutek Wilk2012-01-091-1/+1
* Merge branch 'master' into x86/memblockTejun Heo2011-11-281-83/+122
|\
| * Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2011-10-251-52/+0Star
| |\
| | * xen/p2m: Make debug/xen/mmu/p2m visible again.Konrad Rzeszutek Wilk2011-09-241-14/+0Star
| | * Revert "xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set."Konrad Rzeszutek Wilk2011-08-091-38/+0Star
| * | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-161-4/+2Star
| |\ \
| | * | xen/i386: follow-up to "replace order-based range checking of M2P table by li...Jan Beulich2011-09-151-4/+2Star
| * | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-221-4/+8
| |\| |
| | * | xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-171-4/+8
| | |/
| * | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-131-1/+3
| |\ \ | | |/ | |/|