### # Makefile.basic lists the most basic programs used during the build process. # The programs listed herein are what are needed to do the basic stuff, # such as fix file dependencies. # This initial step is needed to avoid files to be recompiled # when kernel configuration changes (which is what happens when # .config is included by main Makefile. # --------------------------------------------------------------------------- # fixdep: Used to generate dependency information during build process # docproc: Used in Documentation/DocBook hostprogs-y := fixdep docproc hash always := $(hostprogs-y) # fixdep is needed to compile other host programs $(addprefix $(obj)/,$(filter-out fixdep,$(always))): $(obj)/fixdep x221E-v0.0-v7.0'>0x221E-v0.0-v7.0 Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)Author
2026-02-26Partial revert "x86/xen: fix balloon target initialization for PVH dom0"Roger Pau Monne
2025-12-16x86/xen: Fix sparse warning in enlighten_pv.cJuergen Gross
2025-09-08x86/xen: select HIBERNATE_CALLBACKS more directlyLukas Bulwahn
2025-09-08xen: replace XENFEAT_auto_translated_physmap with xen_pv_domain()Juergen Gross
2025-09-08xen: rework xen_pv_domain()Juergen Gross
2025-05-21x86/xen/msr: Fix uninitialized variable 'err'Xin Li (Intel)
2025-05-17x86/mm/64: Make 5-level paging support unconditionalKirill A. Shutemov
2025-05-15x86/cpuid: Set <asm/cpuid/api.h> as the main CPUID headerAhmed S. Darwish
2025-05-02x86/msr: Change the function type of native_read_msr_safe()Xin Li (Intel)
2025-05-02x86/pvops/msr: Refactor pv_cpu_ops.write_msr{,_safe}()Xin Li (Intel)
2025-05-02x86/xen/msr: Remove the error pointer argument from set_seg()Xin Li (Intel)
2025-05-02x86/xen/msr: Remove pmu_msr_{read,write}()Xin Li (Intel)
2025-05-02x86/xen/msr: Remove calling native_{read,write}_msr{,_safe}() in pmu_msr_{rea...Xin Li (Intel)
2025-05-02x86/xen/msr: Return u64 consistently in Xen PMC xen_*_read functionsXin Li (Intel)
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar
2025-04-18Merge tag 'x86-urgent-2025-04-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-04-17Merge tag 'for-linus-6.15a-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-11x86/xen: Fix __xen_hypercall_setfunc()Jason Andryuk
2025-04-11xen: fix multicall debug featureJuergen Gross
2025-04-10Merge tag 'objtool-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-10x86/msr: Rename 'wrmsrl()' to 'wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'rdmsrl()' to 'rdmsrq()'Ingo Molnar
2025-04-08x86/xen: disable CPU idle and frequency drivers for PVH dom0Roger Pau Monne
2025-04-08objtool, xen: Fix INSN_SYSCALL / INSN_SYSRET semanticsJosh Poimboeuf
2025-04-07x86/xen: fix balloon target initialization for PVH dom0Roger Pau Monne
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-19x86/xen: Move Xen upcall handlerBrian Gerst
2025-03-17Revert "x86/xen: allow nesting of same lazy mode"Ryan Roberts
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar
2025-03-04Merge branch 'x86/cpu' into x86/asm, to pick up dependent commitsIngo Molnar
2025-03-04x86/cpu: Get rid of the smp_store_cpu_info() indirectionThomas Gleixner
2025-03-04xen: Kconfig: Drop reference to obsolete configs MCORE2 and MK8Lukas Bulwahn
2025-02-21x86/mm: Remove pv_ops.mmu.tlb_remove_table callRik van Riel