index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-19
Merge branch 'linus' into x86/cleanups
Thomas Gleixner
1
-7
/
+3
2015-12-14
xen/x86/pvh: Use HVM's flush_tlb_others op
Boris Ostrovsky
1
-7
/
+2
2015-11-26
x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_defer
Juergen Gross
1
-1
/
+0
2015-10-28
x86/xen: add reschedule point when mapping foreign GFNs
David Vrabel
1
-0
/
+1
2015-09-08
xen/privcmd: Further s/MFN/GFN/ clean-up
Julien Grall
1
-16
/
+16
2015-08-20
xen: move p2m list if conflicting with e820 map
Juergen Gross
1
-22
/
+235
2015-08-20
xen: add explicit memblock_reserve() calls for special pages
Juergen Gross
1
-0
/
+15
2015-08-20
xen: check pre-allocated page tables for conflict with memory map
Juergen Gross
1
-3
/
+16
2015-08-20
xen: eliminate scalability issues from initial mapping setup
Juergen Gross
1
-10
/
+116
2015-04-16
Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-124
/
+83
2015-04-15
x86: expose number of page table levels on Kconfig level
Kirill A. Shutemov
1
-7
/
+7
2015-03-16
xen/privcmd: improve performance of MMAPBATCH_V2
David Vrabel
1
-19
/
+82
2015-03-16
xen: unify foreign GFN map/unmap for auto-xlated physmap guests
David Vrabel
1
-107
/
+3
2015-01-28
x86/xen: cleanup arch/x86/xen/mmu.c
Juergen Gross
1
-2
/
+0
2015-01-28
x86/xen: add some __init annotations in arch/x86/xen/mmu.c
Juergen Gross
1
-7
/
+8
2014-12-17
Merge tag 'stable/for-linus-3.19-rc0b-tag' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-14
/
+26
2014-12-11
xen: switch to post-init routines in xen mmu.c earlier
Juergen Gross
1
-1
/
+1
2014-12-11
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+4
2014-12-04
xen: switch to linear virtual mapped sparse p2m list
Juergen Gross
1
-14
/
+20
2014-12-04
xen: Hide get_phys_to_machine() to be able to tune common path
Juergen Gross
1
-1
/
+1
2014-12-04
xen: Delay remapping memory of pv-domain
Juergen Gross
1
-0
/
+4
2014-12-04
xen: use common page allocation function in p2m.c
Juergen Gross
1
-0
/
+2
2014-11-16
xen: Support Xen pv-domains using PAT
Juergen Gross
1
-46
/
+1
2014-11-03
x86_64,vsyscall: Make vsyscall emulation configurable
Andy Lutomirski
1
-2
/
+4
2014-10-23
x86/xen: delay construction of mfn_list_list
Juergen Gross
1
-1
/
+4
2014-09-23
x86/xen: do not use _PAGE_IOMAP PTE flag for I/O mappings
David Vrabel
1
-44
/
+4
2014-09-10
x86/xen: don't copy bogus duplicate entries into kernel page tables
Stefan Bader
1
-15
/
+12
2014-06-05
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
1
-5
/
+3
2014-05-27
x86/xen: map foreign pfns for autotranslated guests
Mukesh Rathor
1
-3
/
+118
2014-05-15
x86/xen: do not use _PAGE_IOMAP in xen_remap_domain_mfn_range()
David Vrabel
1
-3
/
+1
2014-05-06
x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO
Andy Lutomirski
1
-5
/
+3
2014-04-02
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2014-03-25
Revert "xen: properly account for _PAGE_NUMA during xen pte translations"
David Vrabel
1
-2
/
+2
2014-03-14
x86, vdso, xen: Remove stray reference to FIX_VDSO
H. Peter Anvin
1
-1
/
+0
2014-02-11
xen: properly account for _PAGE_NUMA during xen pte translations
Mel Gorman
1
-2
/
+2
2014-01-31
Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-8
/
+8
2014-01-30
x86, asmlinkage, paravirt: Make paravirt thunks global
Andi Kleen
1
-8
/
+8
2014-01-06
xen/pvh/mmu: Use PV TLB instead of native.
Mukesh Rathor
1
-0
/
+9
2014-01-06
xen/pvh: MMU changes for PVH (v2)
Mukesh Rathor
1
-35
/
+46
2014-01-06
xen/mmu: Cleanup xen_pagetable_p2m_copy a bit.
Konrad Rzeszutek Wilk
1
-20
/
+20
2014-01-06
xen/mmu/p2m: Refactor the xen_pagetable_init code (v2).
Konrad Rzeszutek Wilk
1
-33
/
+37
2013-11-15
Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-5
/
+10
2013-11-15
mm: dynamically allocate page->ptl if it cannot be embedded to struct page
Kirill A. Shutemov
1
-1
/
+1
2013-11-15
mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS
Kirill A. Shutemov
1
-3
/
+3
2013-11-09
Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-...
Konrad Rzeszutek Wilk
1
-3
/
+8
2013-10-10
swiotlb-xen: use xen_alloc/free_coherent_pages
Stefano Stabellini
1
-2
/
+5
2013-10-09
xen: make xen_create_contiguous_region return the dma address
Stefano Stabellini
1
-1
/
+3
2013-09-27
xen/mmu: Correct PAT MST setting.
Konrad Rzeszutek Wilk
1
-2
/
+2
2013-04-30
Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+1
2013-04-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+1
[next]