Age | Commit message (Expand) | Author |
2021-04-29 | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-03-11 | x86/paravirt: Have only one paravirt patch function | Juergen Gross |
2021-03-11 | x86/paravirt: Switch functions with custom code to ALTERNATIVE | Juergen Gross |
2021-03-11 | x86/paravirt: Switch iret pvops to ALTERNATIVE | Juergen Gross |
2021-03-11 | x86/paravirt: Switch time pvops functions to use static_call() | Juergen Gross |
2021-03-06 | x86/mm/tlb: Flush remote and local TLBs concurrently | Nadav Amit |
2021-02-10 | x86/pv: Rework arch_local_irq_restore() to not use popf | Juergen Gross |
2021-02-10 | x86/xen: Drop USERGS_SYSRET64 paravirt call | Juergen Gross |
2021-02-10 | x86/pv: Switch SWAPGS to ALTERNATIVE | Juergen Gross |
2020-08-15 | x86/paravirt: Remove set_pte_at() pv-op | Juergen Gross |
2020-08-15 | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXL | Juergen Gross |
2020-07-18 | x86/ioperm: Fix io bitmap invalidation on Xen PV | Andy Lutomirski |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-04-26 | x86/tlb: Move __flush_tlb_one_user() out of line | Thomas Gleixner |
2020-04-26 | x86/tlb: Move __flush_tlb_global() out of line | Thomas Gleixner |
2020-04-26 | x86/tlb: Move __flush_tlb() out of line | Thomas Gleixner |
2020-02-29 | x86/ioperm: Add new paravirt function update_io_bitmap() | Juergen Gross |
2019-11-16 | x86/iopl: Remove legacy IOPL option | Thomas Gleixner |
2019-07-22 | x86/paravirt: Drop {read,write}_cr8() hooks | Andrew Cooper |
2019-07-17 | x86/paravirt: Make read_cr2() CALLEE_SAVE | Peter Zijlstra |
2019-07-08 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102 | Thomas Gleixner |
2019-04-29 | x86/paravirt: Standardize 'insn_buff' variable names | Ingo Molnar |
2019-04-25 | x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call() | Ingo Molnar |
2019-04-25 | x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns() | Ingo Molnar |
2019-04-08 | x86: Convert some slow-path static_cpu_has() callers to boot_cpu_has() | Borislav Petkov |
2018-10-30 | x86/paravirt: Remove unused _paravirt_ident_32 | Juergen Gross |
2018-10-29 | x86/paravirt: Remove GPL from pv_ops export | Juergen Gross |
2018-10-23 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-09-19 | x86/paravirt: Fix some warning messages | Dan Carpenter |
2018-09-03 | x86/paravirt: Move the Xen-only pv_mmu_ops under the PARAVIRT_XXL umbrella | Juergen Gross |
2018-09-03 | x86/paravirt: Move the pv_irq_ops under the PARAVIRT_XXL umbrella | Juergen Gross |
2018-09-03 | x86/paravirt: Move the Xen-only pv_cpu_ops under the PARAVIRT_XXL umbrella | Juergen Gross |
2018-09-03 | x86/paravirt: Move items in pv_info under PARAVIRT_XXL umbrella | Juergen Gross |
2018-09-03 | x86/paravirt: Use a single ops structure | Juergen Gross |
2018-09-03 | x86/paravirt: Remove clobbers parameter from paravirt patch functions | Juergen Gross |
2018-09-03 | x86/paravirt: Make paravirt_patch_call() and paravirt_patch_jmp() static | Juergen Gross |
2018-08-23 | x86/mm: Only use tlb_remove_table() for paravirt | Peter Zijlstra |
2018-08-07 | x86/paravirt: Fix spectre-v2 mitigations for paravirt guests | Peter Zijlstra |
2018-02-15 | x86/mm: Rename flush_tlb_single() and flush_tlb_one() to __flush_tlb_one_[use... | Andy Lutomirski |
2017-10-10 | locking/paravirt: Use new static key for controlling call of virt_spin_lock() | Juergen Gross |
2017-09-13 | x86/paravirt: Remove no longer used paravirt functions | Juergen Gross |
2017-08-31 | x86/xen: Get rid of paravirt op adjust_exception_frame | Juergen Gross |
2017-06-13 | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski |
2017-04-04 | x86/paravirt: Add 5-level support to the paravirt code | Kirill A. Shutemov |
2017-03-27 | x86: Convert the rest of the code to support p4d_t | Kirill A. Shutemov |
2017-02-24 | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox |
2016-11-01 | x86/fpu: Remove clts() | Andy Lutomirski |
2016-09-30 | x86/asm: Get rid of __read_cr4_safe() | Andy Lutomirski |