aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/mmu.c
Commit message (Expand)AuthorAge
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-26
|\
| * x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_rangeAlex Shi2012-06-27
* | xen/mm: zero PTEs for non-present MFNs in the initial page tableDavid Vrabel2012-07-19
* | xen/mm: do direct hypercall in xen_set_pte() if batching is unavailableDavid Vrabel2012-07-19
|/
* Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-05-24
|\
| * Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5Konrad Rzeszutek Wilk2012-05-07
| |\
| | * xen/setup: update VA mapping when releasing memory during setupDavid Vrabel2012-05-07
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-22
|\ \ \
| * | | Revert "xen/x86: Workaround 'x86/ioapic: Add register level checks to detect ...Konrad Rzeszutek Wilk2012-05-01
| |/ /
* / / xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEsKonrad Rzeszutek Wilk2012-05-07
|/ /
* | Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-04-06
|\|
| * xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io...Konrad Rzeszutek Wilk2012-04-06
* | Merge tag 'stable/for-linus-3.4-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-22
|\|
| * xen: use this_cpu_xxx replace percpu_xxx funcsAlex Shi2012-01-24
* | xen/pat: Disable PAT support for now.Konrad Rzeszutek Wilk2012-02-20
|/
* xen/mmu: Fix compile errors introduced by x86/memblock mismerge.Konrad Rzeszutek Wilk2012-01-09
* Merge branch 'master' into x86/memblockTejun Heo2011-11-28
|\
| * Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2011-10-25
| |\
| | * xen/p2m: Make debug/xen/mmu/p2m visible again.Konrad Rzeszutek Wilk2011-09-23
| | * Revert "xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set."Konrad Rzeszutek Wilk2011-08-09
| * | Merge branch 'stable/bug.fixes' of git://oss.oracle.com/git/kwilk/xenLinus Torvalds2011-09-16
| |\ \
| | * | xen/i386: follow-up to "replace order-based range checking of M2P table by li...Jan Beulich2011-09-15
| * | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-22
| |\| |
| | * | xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-17
| | |/
| * | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-12
| |\ \ | | |/ | |/|
| | * x86-64, xen: Enable the vvar mappingAndy Lutomirski2011-08-04
| * | xen/mmu: tune pgtable alloc/releaseJeremy Fitzhardinge2011-07-18
| * | xen/mmu: use extend_args for more mmuext updatesJeremy Fitzhardinge2011-07-18
| * | xen/trace: add tlb flush tracepointsJeremy Fitzhardinge2011-07-18
| * | xen/trace: add xen_pgd_(un)pin tracepointsJeremy Fitzhardinge2011-07-18
| * | xen/trace: add ptpage alloc/release tracepointsJeremy Fitzhardinge2011-07-18
| * | xen/trace: add mmu tracepointsJeremy Fitzhardinge2011-07-18
| |/
* / memblock, x86: Replace memblock_x86_reserve/free_range() with generic onesTejun Heo2011-07-14
|/
* xen/mmu: Fix for linker errors when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-06-30
* xen: support CONFIG_MAXSMPAndrew Jones2011-06-15
* xen: partially revert "xen: set max_pfn_mapped to the last pfn mapped"Stefano Stabellini2011-06-09
* Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-26
|\
| * xen: fix compile without CONFIG_XEN_DEBUG_FSJeremy Fitzhardinge2011-05-20
| * Use arbitrary_virt_to_machine() to deal with ioremapped pud updates.Jeremy Fitzhardinge2011-05-20
| * Use arbitrary_virt_to_machine() to deal with ioremapped pmd updates.Jeremy Fitzhardinge2011-05-20
| * xen/mmu: remove all ad-hoc stats stuffJeremy Fitzhardinge2011-05-20
| * xen: use normal virt_to_machine for ptesJeremy Fitzhardinge2011-05-20
| * xen: make a pile of mmu pvop functions staticJeremy Fitzhardinge2011-05-20
| * xen: condense everything onto xen_set_pteJeremy Fitzhardinge2011-05-20
| * xen: use mmu_update for xen_set_pte_at()Jeremy Fitzhardinge2011-05-20
| * xen: drop all the special iomap pte paths.Jeremy Fitzhardinge2011-05-20
| |
| \
| \
| \
*---. \ Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...Linus Torvalds2011-05-19
|\ \ \ \
| | | * | xen mmu: fix a race window causing leave_mm BUG()Tian, Kevin2011-05-12
* | | | | arch/x86/xen/mmu: Cleanup code/data sections definitionsDaniel Kiper2011-05-19
| |_|_|/ |/| | |
* | | | x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini2011-05-12