summaryrefslogtreecommitdiffstats
path: root/arch/x86/xen
Commit message (Expand)AuthorAgeFilesLines
* x86/entry: Convert INT 0x80 emulation to IDTENTRYThomas Gleixner2023-12-072-2/+2
* x86/xen: fix percpu vcpu_info allocationJuergen Gross2023-11-282-2/+6
* Merge tag 'x86-core-2023-10-29-v2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-10-301-5/+5
|\
| * x86/apic: Use u32 for [gs]et_apic_id()Thomas Gleixner2023-10-101-2/+2
| * x86/apic: Use u32 for phys_pkg_id()Thomas Gleixner2023-10-101-1/+1
| * x86/apic: Use u32 for cpu_present_to_apicid()Thomas Gleixner2023-10-101-1/+1
| * x86/cpu: Encapsulate topology information in cpuinfo_x86Thomas Gleixner2023-10-101-1/+1
* | xen/efi: refactor deprecated strncpyJustin Stitt2023-09-191-1/+1
* | x86/xen: allow nesting of same lazy modeJuergen Gross2023-09-191-0/+1
* | x86/xen: move paravirt lazy codeJuergen Gross2023-09-193-28/+70
* | xen: simplify evtchn_do_upcall() call mazeJuergen Gross2023-09-192-2/+2
|/
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-313-3/+3
|\
| * x86/shstk: Add user control-protection fault handlerRick Edgecombe2023-08-022-2/+2
| * mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()Rick Edgecombe2023-07-111-1/+1
* | Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-304-71/+25
|\ \
| * | x86/xen/apic: Mark apic __ro_after_initThomas Gleixner2023-08-091-15/+13
| * | x86/xen/apic: Use standard apic driver mechanism for Xen PVJuergen Gross2023-08-092-14/+1
| * | x86/apic: Provide common init infrastructureThomas Gleixner2023-08-091-7/+3
| * | x86/apic: Nuke ack_APIC_irq()Dave Hansen2023-08-091-1/+1
| * | x86/apic: Remove pointless arguments from [native_]eoi_write()Thomas Gleixner2023-08-091-1/+6
| * | x86/apic: Sanitize APIC ID range validationThomas Gleixner2023-08-091-6/+0
| * | x86/apic: Add max_apic_id memberThomas Gleixner2023-08-091-0/+1
| * | x86/apic: Allow apic::safe_wait_icr_idle() to be NULLThomas Gleixner2023-08-091-6/+0
| * | x86/apic: Allow apic::wait_icr_idle() to be NULLThomas Gleixner2023-08-091-5/+0
| * | x86/apic: Mop up apic::apic_id_registered()Thomas Gleixner2023-08-091-6/+0
| * | x86/apic: Mop up *setup_apic_routing()Thomas Gleixner2023-08-091-1/+0
| * | x86/apic: Nuke apic::apicid_to_cpu_present()Thomas Gleixner2023-08-091-1/+0
| * | x86/apic: Nuke empty init_apic_ldr() callbacksThomas Gleixner2023-08-091-1/+0
| * | x86/apic: Remove check_phys_apicid_present()Thomas Gleixner2023-08-091-1/+0
| * | x86/xen/pv: Pretend that it found SMP configurationThomas Gleixner2023-08-091-1/+2
| * | x86/apic: Nuke unused apic::inquire_remote_apic()Thomas Gleixner2023-08-091-7/+0
| * | x86/apic/ioapic: Rename skip_ioapic_setupThomas Gleixner2023-08-091-1/+1
* | | Merge tag 'dma-mapping-6.6-2023-08-29' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-08-291-0/+6
|\ \ \
| * | | xen/pci: add flag for PCI passthrough being possibleJuergen Gross2023-07-311-0/+6
| |/ /
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-1/+1
|\ \ \
| * | | mm: convert ptlock_ptr() to use ptdescsVishal Moola (Oracle)2023-08-211-1/+1
| |/ /
* | | Merge tag 'acpi-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2023-08-281-4/+4
|\ \ \
| * \ \ Merge branch 'acpi-processor'Rafael J. Wysocki2023-08-251-4/+4
| |\ \ \ | | |/ / | |/| |
| | * | ACPI: processor: Rename ACPI_PDC symbolsMichal Wilczynski2023-07-141-4/+4
| | |/
* | | x86/xen: Make virt_to_pfn() a static inlineLinus Walleij2023-08-213-9/+9
* | | xen: remove a confusing comment on auto-translated guest I/OPetr Tesarik2023-08-211-6/+0
|/ /
* | Merge tag 'for-linus-6.5-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-131-16/+21
|\ \ | |/ |/|
| * x86/Xen: tidy xen-head.SJan Beulich2023-07-041-16/+21
* | Merge tag 'x86_urgent_for_v6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-091-0/+1
|\ \
| * | x86/xen: Fix secondary processors' FPU initializationJuergen Gross2023-07-051-0/+1
* | | Merge tag 'for-linus-6.5-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-06-276-12/+44
|\ \ \ | | |/ | |/|
| * | x86: xen: add missing prototypesArnd Bergmann2023-06-264-1/+9
| * | x86/xen: add prototypes for paravirt mmu functionsJuergen Gross2023-06-261-0/+16
| * | iscsi_ibft: Fix finding the iBFT under Xen Dom 0Ross Lagerwall2023-06-261-9/+19
| * | xen: xen_debug_interrupt prototype to global headerArnd Bergmann2023-06-261-2/+0
| |/