summaryrefslogtreecommitdiff
path: root/arch/x86/xen
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-01-09Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/kern...Linus 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-31Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-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/kerne...Linus Torvalds3-3/+3
2023-08-30Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-71/+25
2023-08-30Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds1-0/+6
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-08-29Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-4/+4
2023-08-25Merge branch 'acpi-processor'Rafael J. Wysocki1-4/+4
2023-08-21mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)1-1/+1
2023-08-21x86/xen: Make virt_to_pfn() a static inlineLinus Walleij3-9/+9
2023-08-21xen: remove a confusing comment on auto-translated guest I/OPetr Tesarik1-6/+0
2023-08-09x86/xen/apic: Mark apic __ro_after_initThomas Gleixner1-15/+13
2023-08-09x86/xen/apic: Use standard apic driver mechanism for Xen PVJuergen Gross2-14/+1
2023-08-09x86/apic: Provide common init infrastructureThomas Gleixner1-7/+3
2023-08-09x86/apic: Nuke ack_APIC_irq()Dave Hansen1-1/+1
2023-08-09x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner1-1/+6
2023-08-09x86/apic: Sanitize APIC ID range validationThomas Gleixner1-6/+0
2023-08-09x86/apic: Add max_apic_id memberThomas Gleixner1-0/+1
2023-08-09x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner1-6/+0
2023-08-09x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner1-5/+0
2023-08-09x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner1-6/+0
2023-08-09x86/apic: Mop up *setup_apic_routing()Thomas Gleixner1-1/+0
2023-08-09x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner1-1/+0
2023-08-09x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner1-1/+0
2023-08-09x86/apic: Remove check_phys_apicid_present()Thomas Gleixner1-1/+0
2023-08-09x86/xen/pv: Pretend that it found SMP configurationThomas Gleixner1-1/+2
2023-08-09x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner1-7/+0
2023-08-09x86/apic/ioapic: Rename skip_ioapic_setupThomas Gleixner1-1/+1
2023-08-03x86/shstk: Add user control-protection fault handlerRick Edgecombe2-2/+2
2023-07-31xen/pci: add flag for PCI passthrough being possibleJuergen Gross1-0/+6
2023-07-14ACPI: processor: Rename ACPI_PDC symbolsMichal Wilczynski1-4/+4
2023-07-13Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-16/+21
2023-07-12mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()Rick Edgecombe1-1/+1
2023-07-09Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-07-05x86/xen: Fix secondary processors' FPU initializationJuergen Gross1-0/+1