index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
paravirt.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/ibt,paravirt: Sprinkle ENDBR
Peter Zijlstra
2022-03-15
1
-0
/
+2
*
x86/entry,xen: Early rewrite of restore_regs_and_return_to_kernel()
Peter Zijlstra
2022-03-15
1
-4
/
+0
*
x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()
Peter Zijlstra
2022-03-15
1
-20
/
+3
*
x86: Prepare inline-asm for straight-line-speculation
Peter Zijlstra
2021-12-08
1
-2
/
+2
*
Merge branch 'kvm-guest-sev-migration' into kvm-master
Paolo Bonzini
2021-11-11
1
-0
/
+1
|
\
|
*
mm: x86: Invoke hypercall when page encryption status is changed
Brijesh Singh
2021-11-11
1
-0
/
+1
*
|
x86/xen: switch initial pvops IRQ functions to dummy ones
Juergen Gross
2021-11-02
1
-1
/
+12
*
|
x86/xen: Make irq_disable() noinstr
Peter Zijlstra
2021-09-17
1
-1
/
+6
*
|
x86/xen: Make irq_enable() noinstr
Peter Zijlstra
2021-09-17
1
-1
/
+6
*
|
x86/xen: Make set_debugreg() noinstr
Peter Zijlstra
2021-09-17
1
-3
/
+6
*
|
x86/xen: Make get_debugreg() noinstr
Peter Zijlstra
2021-09-17
1
-2
/
+6
*
|
x86/xen: Make write_cr2() noinstr
Peter Zijlstra
2021-09-17
1
-1
/
+6
*
|
x86/xen: Make read_cr2() noinstr
Peter Zijlstra
2021-09-17
1
-1
/
+6
|
/
*
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-04-29
1
-1
/
+1
|
\
|
*
x86/mm/tlb: Flush remote and local TLBs concurrently
Nadav Amit
2021-03-06
1
-1
/
+1
*
|
x86/paravirt: Have only one paravirt patch function
Juergen Gross
2021-03-11
1
-18
/
+2
*
|
x86/paravirt: Switch functions with custom code to ALTERNATIVE
Juergen Gross
2021-03-11
1
-10
/
+6
*
|
x86/paravirt: Switch iret pvops to ALTERNATIVE
Juergen Gross
2021-03-11
1
-24
/
+2
*
|
x86/paravirt: Switch time pvops functions to use static_call()
Juergen Gross
2021-03-11
1
-4
/
+9
|
/
*
x86/pv: Rework arch_local_irq_restore() to not use popf
Juergen Gross
2021-02-10
1
-1
/
+0
*
x86/xen: Drop USERGS_SYSRET64 paravirt call
Juergen Gross
2021-02-10
1
-4
/
+1
*
x86/pv: Switch SWAPGS to ALTERNATIVE
Juergen Gross
2021-02-10
1
-1
/
+0
*
x86/paravirt: Remove set_pte_at() pv-op
Juergen Gross
2020-08-15
1
-1
/
+0
*
x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL
Juergen Gross
2020-08-15
1
-18
/
+0
*
x86/ioperm: Fix io bitmap invalidation on Xen PV
Andy Lutomirski
2020-07-18
1
-1
/
+2
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
x86/tlb: Move __flush_tlb_one_user() out of line
Thomas Gleixner
2020-04-26
1
-5
/
+0
*
x86/tlb: Move __flush_tlb_global() out of line
Thomas Gleixner
2020-04-26
1
-9
/
+0
*
x86/tlb: Move __flush_tlb() out of line
Thomas Gleixner
2020-04-26
1
-6
/
+1
*
x86/ioperm: Add new paravirt function update_io_bitmap()
Juergen Gross
2020-02-29
1
-0
/
+5
*
x86/iopl: Remove legacy IOPL option
Thomas Gleixner
2019-11-16
1
-2
/
+0
*
x86/paravirt: Drop {read,write}_cr8() hooks
Andrew Cooper
2019-07-22
1
-4
/
+0
*
x86/paravirt: Make read_cr2() CALLEE_SAVE
Peter Zijlstra
2019-07-17
1
-1
/
+1
*
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-07-09
1
-23
/
+23
|
\
|
*
x86/paravirt: Standardize 'insn_buff' variable names
Ingo Molnar
2019-04-29
1
-11
/
+11
|
*
x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call()
Ingo Molnar
2019-04-25
1
-8
/
+8
|
*
x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns()
Ingo Molnar
2019-04-25
1
-4
/
+4
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
Thomas Gleixner
2019-05-24
1
-13
/
+1
*
|
x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has()
Borislav Petkov
2019-04-08
1
-1
/
+1
|
/
*
x86/paravirt: Remove unused _paravirt_ident_32
Juergen Gross
2018-10-30
1
-19
/
+7
*
x86/paravirt: Remove GPL from pv_ops export
Juergen Gross
2018-10-29
1
-1
/
+1
*
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
1
-156
/
+160
|
\
|
*
x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
1
-6
/
+9
|
*
x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
1
-1
/
+1
|
*
x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
1
-1
/
+12
|
*
x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrella
Juergen Gross
2018-09-03
1
-0
/
+2
|
*
x86/paravirt: Use a single ops structure
Juergen Gross
2018-09-03
1
-149
/
+141
|
*
x86/paravirt: Remove clobbers parameter from paravirt patch functions
Juergen Gross
2018-09-03
1
-9
/
+5
|
*
x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() static
Juergen Gross
2018-09-03
1
-6
/
+6
[next]