aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/xen (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+0
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-44/+114
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-7/+11
2024-03-13x86/xen: attempt to inflate the memory balloon on PVHRoger Pau Monne4-44/+114
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2024-03-11Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+1
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-03-07x86/fred: Fix init_task thread stack pointer initializationXin Li (Intel)1-1/+1
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-2/+2
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-2/+2
2024-03-06mm/x86: replace p4d_large() with p4d_leaf()Peter Xu1-1/+1
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar1-0/+12
2024-02-23x86, crash: wrap crash dumping code into crash related ifdefsBaoquan He2-1/+5
2024-02-22x86/mm: delete unused cpu argument to leave_mm()Yosry Ahmed1-1/+1
2024-02-20treewide: replace or remove redundant def_bool in Kconfig filesMasahiro Yamada1-1/+0
2024-02-15x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner1-2/+0
2024-02-15x86/cpu/topology: Let XEN/PV use topology from CPUID/MADTThomas Gleixner2-12/+15
2024-02-15x86/xen/smp_pv: Count number of vCPUs earlyThomas Gleixner3-0/+19
2024-02-15x86/xen/smp_pv: Register fake APICsThomas Gleixner1-27/+10
2024-02-15x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner1-1/+1
2024-02-15x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner1-7/+0
2024-02-15x86/mpparse: Switch to new init callbacksThomas Gleixner1-10/+1
2024-02-15x86/xen/smp_pv: Prepare for separate mpparse callbacksThomas Gleixner1-2/+9
2024-02-15x86/mpparse: Rename default_find_smp_config()Thomas Gleixner1-1/+1
2024-02-15x86/xen/smp_pv: Remove cpudata fiddlingThomas Gleixner1-3/+0
2024-02-15x86/apic: Remove unused phys_pkg_id() callbackThomas Gleixner1-6/+0
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the branchIngo Molnar11-42/+90
2024-02-12x86/xen: Add some null pointer checking to smp.cKunwu Chan1-0/+12
2024-01-30x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann2-1/+1
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-01-08Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2024-01-03arch/x86: Fix typosBjorn Helgaas1-1/+1
2023-12-22Merge tag 'for-linus-6.7a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2023-12-21x86/xen: add CPU dependencies for 32-bit buildArnd Bergmann1-0/+1
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross1-1/+1
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2-2/+2
2023-11-28x86/xen: fix percpu vcpu_info allocationJuergen Gross2-2/+6
2023-10-30Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2023-10-20x86/percpu, xen: Correct PER_CPU_VAR() usage to include symbol and its addendUros Bizjak1-5/+5
2023-10-10x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner1-2/+2
2023-10-10x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner1-1/+1
2023-10-10x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner1-1/+1
2023-10-10x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner1-1/+1
2023-09-19xen/efi: refactor deprecated strncpyJustin Stitt1-1/+1
2023-09-19x86/xen: allow nesting of same lazy modeJuergen Gross1-0/+1
2023-09-19x86/xen: move paravirt lazy codeJuergen Gross3-28/+70
2023-09-19xen: simplify evtchn_do_upcall() call mazeJuergen Gross2-2/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+3
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-71/+25
2023-08-29Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+6