Age | Commit message (Expand) | Author |
2021-11-10 | Merge tag 'for-linus-5.16b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport |
2021-11-02 | xen: remove highmem remnants | Juergen Gross |
2021-11-02 | xen/x86: adjust handling of the L3 user vsyscall special page table | Jan Beulich |
2021-11-02 | xen/x86: adjust xen_set_fixmap() | Jan Beulich |
2021-11-02 | xen/x86: restore (fix) xen_set_pte_init() behavior | Jan Beulich |
2021-11-02 | xen/x86: streamline set_pte_mfn() | Jan Beulich |
2021-11-01 | Merge tag 'objtool-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2021-10-07 | Merge branch 'objtool/urgent' | Peter Zijlstra |
2021-10-05 | xen/privcmd: drop "pages" parameter from xen_remap_pfn() | Jan Beulich |
2021-09-17 | x86/xen: Rework the xen_{cpu,irq,mmu}_opsarrays | Peter Zijlstra |
2021-09-17 | x86/xen: Make write_cr2() noinstr | Peter Zijlstra |
2021-09-15 | xen: fix usage of pmd_populate in mremap for pv guests | Juergen Gross |
2021-08-30 | xen: assume XENFEAT_mmu_pt_update_preserve_ad being set for pv guests | Juergen Gross |
2021-04-29 | Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-03-21 | x86: Fix various typos in comments, take #2 | Ingo Molnar |
2021-03-06 | x86/mm/tlb: Flush remote and local TLBs concurrently | Nadav Amit |
2020-10-14 | Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2020-10-04 | x86/xen: Fix typo in xen_pagetable_p2m_free() | Hui Su |
2020-08-15 | x86/paravirt: Remove set_pte_at() pv-op | Juergen Gross |
2020-08-11 | x86/xen: drop tests for highmem in pv code | Juergen Gross |
2020-08-11 | x86/xen: remove 32-bit Xen PV guest support | Juergen Gross |
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 |
2019-12-10 | x86/mm/pat: Rename <asm/pat.h> => <asm/memtype.h> | Ingo Molnar |
2019-09-11 | xen: remove the exports for xen_{create,destroy}_contiguous_region | Christoph Hellwig |
2019-07-17 | x86/paravirt: Make read_cr2() CALLEE_SAVE | Peter Zijlstra |
2019-07-12 | mm/pgtable: drop pgtable_t variable from pte_fn_t functions | Anshuman Khandual |
2019-04-30 | x86/alternatives: Use temporary mm for text poking | Nadav Amit |
2019-03-11 | Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-03-08 | xen: fix dom0 boot on huge systems | Juergen Gross |
2019-03-05 | mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg | Aneesh Kumar K.V |
2018-12-11 | x86/mm: Fix guard hole handling | Kirill A. Shutemov |
2018-11-06 | x86/mm: Move LDT remap out of KASLR region on 5-level paging | Kirill A. Shutemov |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport |
2018-10-23 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-09-20 | x86/mm: Expand static page table for fixmap space | Feng Tang |
2018-09-06 | x86/xen: Make xen_reservation_lock static | Juergen Gross |
2018-09-03 | x86/paravirt: Use a single ops structure | Juergen Gross |
2018-09-03 | x86/xen: Add SPDX identifier in arch/x86/xen files | Juergen Gross |
2018-09-03 | x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c | Juergen Gross |
2018-08-31 | Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2018-08-28 | x86/xen: remove redundant variable save_pud | Colin Ian King |
2018-08-27 | x86/xen: don't write ptes directly in 32-bit PV guests | Juergen Gross |
2018-08-23 | Merge branch 'tlb-fixes' | Linus Torvalds |
2018-08-23 | x86/mm: Only use tlb_remove_table() for paravirt | Peter Zijlstra |
2018-08-20 | x86/xen: enable early use of set_fixmap in 32-bit Xen PV guest | Juergen Gross |
2018-07-20 | x86/xen/time: Initialize pv xen time in init_hypervisor_platform() | Pavel Tatashin |