Age | Commit message (Expand) | Author | Files | Lines |
2025-05-21 | x86/xen/msr: Fix uninitialized variable 'err' |  Xin Li (Intel) | 1 | -2/+2 |
2025-05-17 | x86/mm/64: Make 5-level paging support unconditional |  Kirill A. Shutemov | 1 | -4/+0 |
2025-05-15 | x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID header |  Ahmed S. Darwish | 1 | -1/+1 |
2025-05-02 | x86/msr: Change the function type of native_read_msr_safe() |  Xin Li (Intel) | 2 | -11/+16 |
2025-05-02 | x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}() |  Xin Li (Intel) | 1 | -19/+11 |
2025-05-02 | x86/xen/msr: Remove the error pointer argument from set_seg() |  Xin Li (Intel) | 1 | -11/+5 |
2025-05-02 | x86/xen/msr: Remove pmu_msr_{read,write}() |  Xin Li (Intel) | 3 | -34/+17 |
2025-05-02 | x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{read,write}() |  Xin Li (Intel) | 3 | -27/+12 |
2025-05-02 | x86/xen/msr: Return u64 consistently in Xen PMC xen_*_read functions |  Xin Li (Intel) | 2 | -4/+4 |
2025-05-02 | x86/msr: Add explicit includes of <asm/msr.h> |  Xin Li (Intel) | 3 | -0/+3 |
2025-05-02 | Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflicts |  Ingo Molnar | 7 | -29/+44 |
2025-04-18 | Merge tag 'x86-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -6/+1 |
2025-04-17 | Merge tag 'for-linus-6.15a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip |  Linus Torvalds | 3 | -16/+14 |
2025-04-11 | x86/xen: Fix __xen_hypercall_setfunc() |  Jason Andryuk | 1 | -6/+1 |
2025-04-11 | xen: fix multicall debug feature |  Juergen Gross | 3 | -16/+14 |
2025-04-10 | Merge tag 'objtool-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -3/+1 |
2025-04-10 | x86/msr: Rename 'wrmsrl()' to 'wrmsrq()' |  Ingo Molnar | 1 | -2/+2 |
2025-04-10 | x86/msr: Rename 'rdmsrl()' to 'rdmsrq()' |  Ingo Molnar | 1 | -1/+1 |
2025-04-08 | x86/xen: disable CPU idle and frequency drivers for PVH dom0 |  Roger Pau Monne | 1 | -1/+18 |
2025-04-08 | objtool, xen: Fix INSN_SYSCALL / INSN_SYSRET semantics |  Josh Poimboeuf | 1 | -3/+1 |
2025-04-07 | x86/xen: fix balloon target initialization for PVH dom0 |  Roger Pau Monne | 2 | -3/+10 |
2025-04-01 | Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -1/+0 |
2025-03-19 | x86/xen: Move Xen upcall handler |  Brian Gerst | 1 | -0/+69 |
2025-03-17 | Revert "x86/xen: allow nesting of same lazy mode" |  Ryan Roberts | 1 | -1/+0 |
2025-03-04 | Merge branch 'x86/asm' into x86/core, to pick up dependent commits |  Ingo Molnar | 4 | -9/+6 |
2025-03-04 | Merge branch 'x86/cpu' into x86/asm, to pick up dependent commits |  Ingo Molnar | 3 | -3/+2 |
2025-03-04 | x86/cpu: Get rid of the smp_store_cpu_info() indirection |  Thomas Gleixner | 1 | -1/+1 |
2025-03-04 | xen: Kconfig: Drop reference to obsolete configs MCORE2 and MK8 |  Lukas Bulwahn | 1 | -1/+1 |
2025-02-21 | x86/mm: Remove pv_ops.mmu.tlb_remove_table call |  Rik van Riel | 1 | -1/+0 |
2025-02-18 | Merge tag 'v6.14-rc3' into x86/core, to pick up fixes |  Ingo Molnar | 1 | -9/+62 |
2025-02-18 | x86/percpu/64: Use relative percpu offsets |  Brian Gerst | 1 | -5/+4 |
2025-02-18 | x86/stackprotector/64: Convert to normal per-CPU variable |  Brian Gerst | 1 | -2/+1 |
2025-02-14 | Merge tag 'for-linus-6.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip |  Linus Torvalds | 1 | -9/+62 |
2025-02-14 | x86/cfi: Clean up linkage |  Peter Zijlstra | 2 | -0/+7 |
2025-02-13 | x86/xen: allow larger contiguous memory regions in PV guests |  Juergen Gross | 1 | -9/+62 |
2025-02-06 | Merge tag 'for-linus-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip |  Linus Torvalds | 1 | -8/+3 |
2025-02-05 | x86/xen: remove unneeded dummy push from xen_hypercall_hvm() |  Juergen Gross | 1 | -6/+0 |
2025-02-05 | x86/xen: add FRAME_END to xen_hypercall_hvm() |  Juergen Gross | 1 | -0/+1 |
2025-02-05 | x86/xen: fix xen_hypercall_hvm() to not clobber %rbx |  Juergen Gross | 1 | -2/+2 |
2025-01-29 | Merge tag 'for-linus-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip |  Linus Torvalds | 1 | -0/+4 |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 1 | -7/+1 |
2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface |  Guo Weikang | 1 | -7/+1 |
2025-01-21 | Merge tag 'x86_misc_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+2 |
2025-01-21 | Merge tag 'x86_cpu_for_v6.14_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -4/+3 |
2025-01-20 | Grab mm lock before grabbing pt lock |  Maksym Planeta | 1 | -0/+4 |
2024-12-18 | x86/cpu: Make all all CPUID leaf names consistent |  Dave Hansen | 1 | -2/+2 |
2024-12-18 | x86/cpu: Move MWAIT leaf definition to common header |  Dave Hansen | 1 | -0/+1 |
2024-12-17 | x86/xen: remove hypercall page |  Juergen Gross | 4 | -41/+1 |
2024-12-17 | x86/xen: add central hypercall functions |  Juergen Gross | 6 | -1/+187 |
2024-12-13 | x86/xen: don't do PV iret hypercall through hypercall page |  Juergen Gross | 1 | -9/+18 |