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.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_pv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2019-12-10
x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h>
Ingo Molnar
1
-1
/
+1
2019-09-11
xen: remove the exports for xen_{create,destroy}_contiguous_region
Christoph Hellwig
1
-2
/
+0
2019-07-18
x86/paravirt: Make read_cr2() CALLEE_SAVE
Peter Zijlstra
1
-11
/
+1
2019-07-12
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
Anshuman Khandual
1
-2
/
+1
2019-04-30
x86/alternatives: Use temporary mm for text poking
Nadav Amit
1
-2
/
+0
2019-03-12
Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+6
2019-03-08
xen: fix dom0 boot on huge systems
Juergen Gross
1
-7
/
+6
2019-03-06
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
Aneesh Kumar K.V
1
-4
/
+4
2018-12-11
x86/mm: Fix guard hole handling
Kirill A. Shutemov
1
-5
/
+6
2018-11-06
x86/mm: Move LDT remap out of KASLR region on 5-level paging
Kirill A. Shutemov
1
-3
/
+3
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-23
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-14
/
+154
2018-09-21
x86/mm: Expand static page table for fixmap space
Feng Tang
1
-2
/
+6
2018-09-06
x86/xen: Make xen_reservation_lock static
Juergen Gross
1
-1
/
+1
2018-09-03
x86/paravirt: Use a single ops structure
Juergen Gross
1
-14
/
+14
2018-09-03
x86/xen: Add SPDX identifier in arch/x86/xen files
Juergen Gross
1
-0
/
+2
2018-09-03
x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c
Juergen Gross
1
-0
/
+138
2018-08-31
Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+3
2018-08-29
x86/xen: remove redundant variable save_pud
Colin Ian King
1
-2
/
+0
2018-08-27
x86/xen: don't write ptes directly in 32-bit PV guests
Juergen Gross
1
-4
/
+3
2018-08-24
Merge branch 'tlb-fixes'
Linus Torvalds
1
-0
/
+2
2018-08-23
x86/mm: Only use tlb_remove_table() for paravirt
Peter Zijlstra
1
-0
/
+2
2018-08-20
x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest
Juergen Gross
1
-0
/
+2
2018-07-20
x86/xen/time: Initialize pv xen time in init_hypervisor_platform()
Pavel Tatashin
1
-4
/
+2
2018-05-15
tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...
Steven Rostedt (VMware)
1
-3
/
+1
2018-04-11
xen, mm: allow deferred page initialization for xen pv domains
Pavel Tatashin
1
-12
/
+26
2018-02-26
Merge tag 'v4.16-rc3' into x86/mm, to pick up fixes
Ingo Molnar
1
-3
/
+3
2018-02-21
x86/xen: Allow XEN_PV and XEN_PVH to be enabled with X86_5LEVEL
Kirill A. Shutemov
1
-0
/
+21
2018-02-15
x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use...
Andy Lutomirski
1
-3
/
+3
2018-01-12
Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+3
2018-01-08
x86: xen: remove the use of VLAIS
Nick Desaulniers
1
-5
/
+3
2017-12-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+0
2017-12-22
Merge tag 'for-linus-4.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+12
2017-12-22
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
1
-2
/
+0
2017-12-19
x86-64/Xen: eliminate W+X mappings
Jan Beulich
1
-0
/
+12
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-1
/
+1
2017-12-17
x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...
Andy Lutomirski
1
-1
/
+1
2017-11-17
Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+2
2017-10-31
xen: support 52 bit physical addresses in pv guests
Juergen Gross
1
-2
/
+2
2017-10-20
x86/xen: Drop 5-level paging support code from the XEN_PV code
Kirill A. Shutemov
1
-99
/
+60
2017-09-29
Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-9
/
+4
2017-09-28
xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mapping
Zhenzhong Duan
1
-9
/
+4
2017-09-22
Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2017-09-15
xen: x86: mark xen_find_pt_base as __init
Arnd Bergmann
1
-1
/
+1
2017-09-13
x86/paravirt: Remove no longer used paravirt functions
Juergen Gross
1
-2
/
+0
2017-09-07
Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-20
/
+0
2017-08-31
xen: remove unused function xen_set_domain_pte()
Juergen Gross
1
-20
/
+0
2017-07-18
Merge branch 'x86/boot' into x86/mm, to pick up interacting changes
Ingo Molnar
1
-2
/
+2
[next]