1. 1af681d tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all} by Steven Rostedt (VMware) · 6 years ago
  2. f2b8de9 xen: adjust early dom0 p2m handling to xen hypervisor behavior by Juergen Gross · 7 years ago
  3. 7a2463d x86/xen: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 8 years ago
  4. d6b186c x86/xen: avoid m2p lookup when setting early page table entries by David Vrabel · 8 years ago
  5. 1cf3874 x86/xen: fix upper bound of pmd loop in xen_cleanhighmap() by Juergen Gross · 8 years ago
  6. 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 8 years ago
  7. 0fa8511 Merge branch 'linus' into x86/cleanups by Thomas Gleixner · 8 years ago
  8. 20f36e0 xen/x86/pvh: Use HVM's flush_tlb_others op by Boris Ostrovsky · 8 years ago
  9. d6ccc3e x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer by Juergen Gross · 9 years ago
  10. 914beb9 x86/xen: add reschedule point when mapping foreign GFNs by David Vrabel · 9 years ago
  11. a13d720 xen/privcmd: Further s/MFN/GFN/ clean-up by Julien Grall · 9 years ago
  12. 70e6119 xen: move p2m list if conflicting with e820 map by Juergen Gross · 9 years ago
  13. 6c2681c xen: add explicit memblock_reserve() calls for special pages by Juergen Gross · 9 years ago
  14. 04414ba xen: check pre-allocated page tables for conflict with memory map by Juergen Gross · 9 years ago
  15. 8f5b0c6 xen: eliminate scalability issues from initial mapping setup by Juergen Gross · 9 years ago
  16. 497a5df Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  17. 9823336 x86: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 9 years ago
  18. 4e8c0c8 xen/privcmd: improve performance of MMAPBATCH_V2 by David Vrabel · 9 years ago
  19. 628c28e xen: unify foreign GFN map/unmap for auto-xlated physmap guests by David Vrabel · 9 years ago
  20. 270b793 x86/xen: cleanup arch/x86/xen/mmu.c by Juergen Gross · 9 years ago
  21. bf9d834 x86/xen: add some __init annotations in arch/x86/xen/mmu.c by Juergen Gross · 9 years ago
  22. eb64c3c Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  23. cdfa0ba xen: switch to post-init routines in xen mmu.c earlier by Juergen Gross · 10 years ago
  24. 3100e44 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  25. 054954e xen: switch to linear virtual mapped sparse p2m list by Juergen Gross · 10 years ago
  26. 0aad568 xen: Hide get_phys_to_machine() to be able to tune common path by Juergen Gross · 10 years ago
  27. 1f3ac86 xen: Delay remapping memory of pv-domain by Juergen Gross · 10 years ago
  28. 7108c9c xen: use common page allocation function in p2m.c by Juergen Gross · 10 years ago
  29. 47591df xen: Support Xen pv-domains using PAT by Juergen Gross · 10 years ago
  30. 1ad83c8 x86_64,vsyscall: Make vsyscall emulation configurable by Andy Lutomirski · 10 years ago
  31. 2c18568 x86/xen: delay construction of mfn_list_list by Juergen Gross · 10 years ago
  32. 7f2f882 x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappings by David Vrabel · 10 years ago
  33. 0b5a506 x86/xen: don't copy bogus duplicate entries into kernel page tables by Stefan Bader · 10 years ago
  34. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  35. 77945ca x86/xen: map foreign pfns for autotranslated guests by Mukesh Rathor · 10 years ago
  36. f59c514 x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range() by David Vrabel · 10 years ago
  37. f40c330 x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO by Andy Lutomirski · 10 years ago
  38. c6f2124 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  39. 5926f87 Revert "xen: properly account for _PAGE_NUMA during xen pte translations" by David Vrabel · 10 years ago
  40. 1f2cbcf x86, vdso, xen: Remove stray reference to FIX_VDSO by H. Peter Anvin · 10 years ago
  41. a9c8e4b xen: properly account for _PAGE_NUMA during xen pte translations by Mel Gorman · 10 years ago
  42. 12f2bbd Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  43. a2e7f0e x86, asmlinkage, paravirt: Make paravirt thunks global by Andi Kleen · 11 years ago
  44. 76bccef xen/pvh/mmu: Use PV TLB instead of native. by Mukesh Rathor · 10 years ago
  45. 4e44e44 xen/pvh: MMU changes for PVH (v2) by Mukesh Rathor · 10 years ago
  46. b621e15 xen/mmu: Cleanup xen_pagetable_p2m_copy a bit. by Konrad Rzeszutek Wilk · 10 years ago
  47. 32df75c xen/mmu/p2m: Refactor the xen_pagetable_init code (v2). by Konrad Rzeszutek Wilk · 10 years ago
  48. eda670c Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  49. 49076ec mm: dynamically allocate page->ptl if it cannot be embedded to struct page by Kirill A. Shutemov · 11 years ago
  50. 57c1ffc mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS by Kirill A. Shutemov · 11 years ago
  51. e1d8f62 Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13 by Konrad Rzeszutek Wilk · 11 years ago
  52. 1b65c4e swiotlb-xen: use xen_alloc/free_coherent_pages by Stefano Stabellini · 11 years ago
  53. 6990890 xen: make xen_create_contiguous_region return the dma address by Stefano Stabellini · 11 years ago
  54. b1922a5 xen/mmu: Correct PAT MST setting. by Konrad Rzeszutek Wilk · 11 years ago
  55. 01c7cd0 Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  56. 6c4c4d4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  57. 4eefbe7 x86: Use a read-only IDT alias on all CPUs by Kees Cook · 11 years ago
  58. 511ba86 x86, mm: Patch out arch_flush_lazy_mmu_mode() when running on bare metal by Boris Ostrovsky · 11 years ago
  59. b222279 xen/mmu: On early bootup, flush the TLB when changing RO->RW bits Xen provided pagetables. by Konrad Rzeszutek Wilk · 11 years ago
  60. d3eb2c8 xen/mmu: Move the setting of pvops.write_cr3 to later phase in bootup. by Konrad Rzeszutek Wilk · 11 years ago
  61. 0cc9129 x86-64, xen, mmu: Provide an early version of write_cr3. by Konrad Rzeszutek Wilk · 11 years ago
  62. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 11 years ago
  63. 896ea17 Merge tag 'stable/for-linus-3.8-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 11 years ago
  64. 7892f69 xen: correctly use xen_pfn_t in remap_domain_mfn_range. by Ian Campbell · 12 years ago
  65. 9a032e3 xen: add pages parameter to xen_remap_domain_mfn_range by Ian Campbell · 12 years ago
  66. 6f80b68 x86, mm, Xen: Remove mapping_pagetable_reserve() by Yinghai Lu · 12 years ago
  67. 95a7d76 xen/mmu: Use Xen specific TLB flush instead of the generic one. by Konrad Rzeszutek Wilk · 12 years ago
  68. ccff9b1 Merge tag 'stable/for-linus-3.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  69. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  70. 34b6f01 xen pv-on-hvm: add pfn_is_ram helper for kdump by Olaf Hering · 12 years ago
  71. 98104c3 Merge branch 'stable/128gb.v5.1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  72. 25a765b Merge branch 'x86/platform' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  73. c711288 x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done() by Attilio Rao · 12 years ago
  74. 843b8ed x86: Move paging_init() call to x86_init.paging.pagetable_init() by Attilio Rao · 12 years ago
  75. 7737b21 x86: Rename pagetable_setup_start() to pagetable_init() by Attilio Rao · 12 years ago
  76. 73090f8 x86: Remove base argument from x86_init.paging.pagetable_setup_start by Attilio Rao · 12 years ago
  77. 69870a8 xen/mm: return more precise error from xen_remap_domain_range() by David Vrabel · 12 years ago
  78. ce7184b xen: fix logical error in tlb flushing by Alex Shi · 12 years ago
  79. 3287318 xen/mmu: If the revector fails, don't attempt to revector anything else. by Konrad Rzeszutek Wilk · 12 years ago
  80. 785f623 xen/mmu: Release just the MFN list, not MFN list and part of pagetables. by Konrad Rzeszutek Wilk · 12 years ago
  81. 3aca7fb xen/mmu: Remove from __ka space PMD entries for pagetables. by Konrad Rzeszutek Wilk · 12 years ago
  82. 7f91406 xen/mmu: Copy and revector the P2M tree. by Konrad Rzeszutek Wilk · 12 years ago
  83. 488f046 xen/mmu: Recycle the Xen provided L4, L3, and L2 pages by Konrad Rzeszutek Wilk · 12 years ago
  84. caaf9ec xen/mmu: For 64-bit do not call xen_map_identity_early by Konrad Rzeszutek Wilk · 12 years ago
  85. ae895ed xen/mmu: use copy_page instead of memcpy. by Konrad Rzeszutek Wilk · 12 years ago
  86. 4fac153 xen/mmu: Provide comments describing the _ka and _va aliasing issue by Konrad Rzeszutek Wilk · 12 years ago
  87. 3699aad xen/mmu: The xen_setup_kernel_pagetable doesn't need to return anything. by Konrad Rzeszutek Wilk · 12 years ago
  88. 1a1d433 xen: allow privcmd for HVM guests by Stefano Stabellini · 12 years ago
  89. 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  90. 66a27dd xen/mm: zero PTEs for non-present MFNs in the initial page table by David Vrabel · 12 years ago
  91. d095d43 xen/mm: do direct hypercall in xen_set_pte() if batching is unavailable by David Vrabel · 12 years ago
  92. e7b52ff x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range by Alex Shi · 12 years ago
  93. b5f4035 Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  94. f08b9c2 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  95. 4b3451a Merge branch 'stable/autoballoon.v5.2' into stable/for-linus-3.5 by Konrad Rzeszutek Wilk · 12 years ago
  96. 83d51ab xen/setup: update VA mapping when releasing memory during setup by David Vrabel · 12 years ago
  97. b7e5ffe xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs by Konrad Rzeszutek Wilk · 12 years ago
  98. 27abd14 Revert "xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io-apic entries'" by Konrad Rzeszutek Wilk · 12 years ago
  99. 9479f0f Merge tag 'stable/for-linus-3.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  100. 2531d64 xen/x86: Workaround 'x86/ioapic: Add register level checks to detect bogus io-apic entries' by Konrad Rzeszutek Wilk · 12 years ago