index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
xen
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/xen: Add xenpv_restore_regs_and_return_to_usermode()
Lai Jiangshan
2021-12-03
1
-0
/
+20
*
x86/smp: Factor out parts of native_smp_prepare_cpus()
Boris Ostrovsky
2021-11-11
1
-10
/
+2
*
Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-11-10
10
-242
/
+85
|
\
|
*
x86/xen: remove 32-bit awareness from startup_xen
Juergen Gross
2021-11-02
1
-6
/
+6
|
*
xen: remove highmem remnants
Juergen Gross
2021-11-02
2
-8
/
+0
|
*
x86/xen: switch initial pvops IRQ functions to dummy ones
Juergen Gross
2021-11-02
2
-75
/
+6
|
*
x86/xen: remove xen_have_vcpu_info_placement flag
Juergen Gross
2021-11-02
5
-126
/
+33
|
*
x86/xen: Remove redundant irq_enter/exit() invocations
Thomas Gleixner
2021-11-02
2
-6
/
+0
|
*
xen/x86: restrict PV Dom0 identity mapping
Jan Beulich
2021-11-02
1
-3
/
+3
|
*
xen/x86: there's no highmem anymore in PV mode
Jan Beulich
2021-11-02
1
-4
/
+0
|
*
xen/x86: adjust handling of the L3 user vsyscall special page table
Jan Beulich
2021-11-02
1
-1
/
+11
|
*
xen/x86: adjust xen_set_fixmap()
Jan Beulich
2021-11-02
1
-4
/
+5
|
*
xen/x86: restore (fix) xen_set_pte_init() behavior
Jan Beulich
2021-11-02
1
-7
/
+17
|
*
xen/x86: streamline set_pte_mfn()
Jan Beulich
2021-11-02
1
-2
/
+4
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-09
1
-24
/
+13
|
\
\
|
*
|
proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
David Hildenbrand
2021-11-09
1
-4
/
+7
|
*
|
x86/xen: print a warning when HVMOP_get_mem_type fails
David Hildenbrand
2021-11-09
1
-1
/
+3
|
*
|
x86/xen: simplify xen_oldmem_pfn_is_ram()
David Hildenbrand
2021-11-09
1
-14
/
+1
|
*
|
x86/xen: update xen_oldmem_pfn_is_ram() documentation
David Hildenbrand
2021-11-09
1
-6
/
+3
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
3
-7
/
+7
|
\
|
|
|
|
/
|
/
|
|
*
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
2
-2
/
+2
|
*
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
2
-6
/
+6
|
*
xen/x86: free_p2m_page: use memblock_free_ptr() to free a virtual pointer
Mike Rapoport
2021-11-06
1
-1
/
+1
*
|
Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-11-01
5
-149
/
+158
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'objtool/urgent'
Peter Zijlstra
2021-10-07
4
-14
/
+23
|
|
\
|
*
|
x86/xen: Rework the xen_{cpu,irq,mmu}_opsarrays
Peter Zijlstra
2021-09-17
3
-83
/
+90
|
*
|
x86/xen: Mark xen_force_evtchn_callback() noinstr
Peter Zijlstra
2021-09-17
1
-1
/
+1
|
*
|
x86/xen: Make irq_disable() noinstr
Peter Zijlstra
2021-09-17
2
-4
/
+3
|
*
|
x86/xen: Make irq_enable() noinstr
Peter Zijlstra
2021-09-17
2
-30
/
+30
|
*
|
x86/xen: Make hypercall_page noinstr
Peter Zijlstra
2021-09-17
1
-1
/
+1
|
*
|
x86/xen: Make save_fl() noinstr
Peter Zijlstra
2021-09-17
2
-18
/
+18
|
*
|
x86/xen: Make set_debugreg() noinstr
Peter Zijlstra
2021-09-17
1
-1
/
+1
|
*
|
x86/xen: Make get_debugreg() noinstr
Peter Zijlstra
2021-09-17
1
-1
/
+1
|
*
|
x86/xen: Make write_cr2() noinstr
Peter Zijlstra
2021-09-17
1
-1
/
+2
|
*
|
x86/xen: Make read_cr2() noinstr
Peter Zijlstra
2021-09-17
1
-0
/
+2
|
*
|
x86/xen: Move hypercall_page to top of the file
Josh Poimboeuf
2021-09-15
1
-17
/
+17
*
|
|
xen/x86: adjust data placement
Jan Beulich
2021-10-05
2
-3
/
+5
*
|
|
xen/x86: hook up xen_banner() also for PVH
Jan Beulich
2021-10-05
4
-11
/
+16
*
|
|
xen/x86: generalize preferred console model from PV to PVH Dom0
Jan Beulich
2021-10-05
4
-7
/
+18
*
|
|
xen/x86: allow "earlyprintk=xen" to work for PV Dom0
Jan Beulich
2021-10-05
1
-1
/
+1
*
|
|
xen/x86: allow PVH Dom0 without XEN_PV=y
Jan Beulich
2021-10-05
5
-25
/
+31
*
|
|
xen/x86: prevent PVH type from getting clobbered
Jan Beulich
2021-10-05
1
-5
/
+4
*
|
|
xen/privcmd: drop "pages" parameter from xen_remap_pfn()
Jan Beulich
2021-10-05
1
-1
/
+1
|
|
/
|
/
|
*
|
xen/x86: fix PV trap handling on secondary processors
Jan Beulich
2021-09-21
1
-6
/
+9
*
|
xen/pci-swiotlb: reduce visibility of symbols
Jan Beulich
2021-09-20
1
-2
/
+2
*
|
xen/x86: drop redundant zeroing from cpu_initialize_context()
Jan Beulich
2021-09-20
1
-4
/
+0
*
|
xen: fix usage of pmd_populate in mremap for pv guests
Juergen Gross
2021-09-15
1
-2
/
+5
*
|
xen: reset legacy rtc flag for PV domU
Juergen Gross
2021-09-15
1
-0
/
+7
|
/
*
xen: remove stray preempt_disable() from PV AP startup code
Juergen Gross
2021-09-01
1
-1
/
+0
*
x86: xen: platform-pci-unplug: use pr_err() and pr_warn() instead of raw prin...
zhaoxiao
2021-08-30
1
-7
/
+9
[next]