Xen Virtualization: Hypervisor (aka VMM aka Microkernel)

Edit Package xen

Xen is a virtual machine monitor for x86 that supports execution of
multiple guest operating systems with unprecedented levels of
performance and resource isolation.

This package contains the Xen Hypervisor. (tm)

Modern computers are sufficiently powerful to use virtualization to
present the illusion of many smaller virtual machines (VMs), each
running a separate operating system instance. Successful partitioning
of a machine to support the concurrent execution of multiple operating
systems poses several challenges. Firstly, virtual machines must be
isolated from one another: It is not acceptable for the execution of
one to adversely affect the performance of another. This is
particularly true when virtual machines are owned by mutually
untrusting users. Secondly, it is necessary to support a variety of
different operating systems to accommodate the heterogeneity of popular
applications. Thirdly, the performance overhead introduced by
virtualization should be small.

Xen uses a technique called paravirtualization: The guest OS is
modified, mainly to enhance performance.

The Xen hypervisor (microkernel) does not provide device drivers for
your hardware (except for CPU and memory). This job is left to the
kernel that's running in domain 0. Thus the domain 0 kernel is
privileged; it has full hardware access. It's started immediately after
Xen starts up. Other domains have no access to the hardware; instead
they use virtual interfaces that are provided by Xen (with the help of
the domain 0 kernel).

Xen does support booting other Operating Systems; ports of NetBSD
(Christian Limpach), FreeBSD (Kip Macy), and Plan 9 (Ron Minnich)
exist. A port of Windows XP was developed for an earlier version of
Xen, but is not available for release due to license restrictions.

In addition to this package you need to install the kernel-xen and
xen-tools to use Xen. Xen 3 also supports running unmodified guests
using full virtualization, if appropriate hardware is present. Install
xen-tools-ioemu if you want to use this.

[Hypervisor is a trademark of IBM]

Refresh
Refresh
Source Files
Filename Size Changed
0001-net-move-the-tap-buffer-into-TAPState.patch 0000001793 1.75 KB
0002-net-increase-tap-buffer-size.patch 0000001383 1.35 KB
0003-e1000-fix-access-4-bytes-beyond-buffer-end.patch 0000001690 1.65 KB
0004-e1000-secrc-support.patch 0000001778 1.74 KB
0005-e1000-multi-buffer-packet-support.patch 0000004051 3.96 KB
0006-e1000-clear-EOP-for-multi-buffer-descriptors.patch 0000002393 2.34 KB
0007-e1000-verify-we-have-buffers-upfront.patch 0000003055 2.98 KB
0008-e1000-check-buffer-availability.patch 0000001585 1.55 KB
59a98d3e-libxc-increase-maximum-migration-stream-record-length.patch 0000001265 1.24 KB
59de05b9-libxl__dm_runas_helper-return-pwd.patch 0000001633 1.59 KB
59de05ba-libxl-userlookup_helper_getpwnam.patch 0000006222 6.08 KB
59de05bb-libxl-uid-range-user.patch 0000003785 3.7 KB
59f31268-libxc-remove-stale-error-check-for-domain-size.patch 0000002518 2.46 KB
5a33a12f-domctl-improve-locking-during-domain-destruction.patch 0000001919 1.87 KB
5a79d7ed-libxc-packed-initrd-dont-fail-domain-creation.patch 0000003888 3.8 KB
5b0d2d91-x86-suppress-sync-when-XPTI-off.patch 0000001109 1.08 KB
5b8fae26-tools-libxl-correct-vcpu-affinity-output-with-sparse-physical-cpu-map.patch 0000001144 1.12 KB
5b8fae26-xen-fill-topology-info-for-all-present-cpus.patch 0000001623 1.58 KB
5b8fb5af-tools-xl-refuse-to-set-number-of-vcpus-to-0-via-xl-vcpu-set.patch 0000002480 2.42 KB
5b9784ad-x86-HVM-drop-hvm_fetch_from_guest_linear.patch 0000007084 6.92 KB
5b9784d2-x86-HVM-add-known_gla-helper.patch 0000003083 3.01 KB
5b9784f2-x86-HVM-split-page-straddling-accesses.patch 0000006811 6.65 KB
5c0f786c-parse_size_and_unit-percent.patch 0000000897 897 Bytes
5c0f7894-x86-dom0_mem-variants.patch 0000008892 8.68 KB
5c6d7b01-x86-pmtimer-fix-hvm_acpi_sleep_button.patch 0000000898 898 Bytes
5c6d7b35-x86-shadow-dont-pass-wrong-L4-MFN.patch 0000001378 1.35 KB
5c75615a-viridian-fix-HvFlushVirtualAddress.patch 0000006630 6.47 KB
5c7561aa-x86-shadow-dont-use-map_domain_page_global.patch 0000007148 6.98 KB
5c77c30b-x86-hvm-increase-triple-fault-log-level.patch 0000002250 2.2 KB
5c77e5c8-x86-nmi-correctly-check-MSB-of-P6-perf-counter.patch 0000003223 3.15 KB
5c7e6f86-gnttab-set-refcount-for-transfer-copy.patch 0000001346 1.31 KB
5c7e6fe8-IOMMU-x86-fix-type-ref-counting-race.patch 0000002186 2.13 KB
5c7e7008-x86-get-rid-of-bogus-page-states.patch 0000011182 10.9 KB
5c7e7020-x86-make-coherent-PV-IOMMU-discipline.patch 0000011779 11.5 KB
5c7e70c6-x86-mm-L2-unvalidation-preemptible.patch 0000007619 7.44 KB
5c7e70e2-x86-mm-L3-unvalidation-preemptible.patch 0000002430 2.37 KB
5c7e70ff-x86-mm-dont-retain-page-typeref-on-IOMMU-fail.patch 0000001984 1.94 KB
5c7e711c-x86-mm-properly-flush-TLB-in-switch_cr3_cr4.patch 0000003902 3.81 KB
5c7e714c-x86-pv-rewrite-guest-cr4-handling.patch 0000010087 9.85 KB
5c7e716d-x86-pv-restrict-cr4-fsgsbase.patch 0000008987 8.78 KB
5c7e7192-x86-pv-toggle_guest_pt-TLB-flush-for-shadow.patch 0000003145 3.07 KB
5c7e9d9c-x86-mm-fix-GP-0-in-switch_cr3_cr4.patch 0000001760 1.72 KB
5c87b6a2-x86-HVM-dont-crash-guest-in-find_mmio_cache.patch 0000001205 1.18 KB
5c87e6d1-x86-TSX-controls-for-RTM-force-abort-mode.patch 0000006975 6.81 KB
5c8fb92d-x86-HVM-split-linear-reads-and-writes.patch 0000004645 4.54 KB
5c8fb951-x86-HVM-finish-IOREQs-correctly-on-completion.patch 0000004852 4.74 KB
5c8fc6c0-x86-SC-retpoline-safety-calculations-for-eIBRS.patch 0000002137 2.09 KB
5cab1f66-timers-fix-memory-leak-with-cpu-plug.patch 0000005094 4.97 KB
5dd32212-libxl-Introduce-libxl__ev_child_kill_deregister.patch 0000005320 5.2 KB
5e876b0f-tools-xenstore-fix-use-after-free-in-xenstored.patch 0000002032 1.98 KB
5f76caaf-evtchn-FIFO-use-stable-fields.patch 0000001355 1.32 KB
5faa974f-evtchn-rework-per-channel-lock.patch 0000016670 16.3 KB
5fbcdf2e-evtchn-FIFO-access-last.patch 0000002987 2.92 KB
5fc4ee23-evtchn-FIFO-queue-locking.patch 0000008034 7.85 KB
5fca3b32-tools-libs-ctrl-fix-dumping-of-ballooned-guest.patch 0000003635 3.55 KB
624ebcef-VT-d-dont-needlessly-look-up-DID.patch 0000001407 1.37 KB
624ebd3b-VT-d-avoid-NULL-deref-on-dcmo-error-paths.patch 0000007056 6.89 KB
624ebd74-VT-d-avoid-infinite-recursion-on-dcmo-error-path.patch 0000002398 2.34 KB
63569723-x86-shadow-replace-bogus-assertions.patch 0000002463 2.41 KB
64ba268b-xenstore-fix-XSA-417.patch 0000001135 1.11 KB
64e5b4ac-x86-AMD-extend-Zenbleed-check.patch 0000001409 1.38 KB
CVE-2013-4533-qemut-pxa2xx-buffer-overrun-on-incoming-migration.patch 0000001794 1.75 KB
CVE-2013-4534-qemut-openpic-buffer-overrun-on-incoming-migration.patch 0000001899 1.85 KB
CVE-2013-4537-qemut-ssi-sd-fix-buffer-overrun-on-invalid-state-load.patch 0000001377 1.34 KB
CVE-2013-4538-qemut-ssd0323-fix-buffer-overun-on-invalid-state.patch 0000001038 1.01 KB
CVE-2013-4539-qemut-tsc210x-fix-buffer-overrun-on-invalid-state-load.patch 0000001665 1.63 KB
CVE-2014-0222-blktap-qcow1-validate-l2-table-size.patch 0000001545 1.51 KB
CVE-2014-0222-qemut-qcow1-validate-l2-table-size.patch 0000001647 1.61 KB
CVE-2014-3640-qemut-slirp-NULL-pointer-deref-in-sosendto.patch 0000001601 1.56 KB
CVE-2015-4037-qemut-smb-config-dir-name.patch 0000001554 1.52 KB
CVE-2015-5154-qemut-fix-START-STOP-UNIT-command-completion.patch 0000002028 1.98 KB
CVE-2015-5278-qemut-Infinite-loop-in-ne2000_receive-function.patch 0000001204 1.18 KB
CVE-2015-6815-qemut-e1000-fix-infinite-loop.patch 0000001184 1.16 KB
CVE-2015-7512-qemut-net-pcnet-buffer-overflow-in-non-loopback-mode.patch 0000001091 1.07 KB
CVE-2015-8345-qemut-eepro100-infinite-loop-fix.patch 0000002383 2.33 KB
CVE-2015-8504-qemut-vnc-avoid-floating-point-exception.patch 0000001137 1.11 KB
CVE-2016-1714-qemut-fw_cfg-add-check-to-validate-current-entry-value.patch 0000002031 1.98 KB
CVE-2016-1981-qemut-e1000-eliminate-infinite-loops-on-out-of-bounds-transfer.patch 0000004302 4.2 KB
CVE-2016-2391-qemut-usb-null-pointer-dereference-in-ohci-module.patch 0000001841 1.8 KB
CVE-2016-2841-qemut-ne2000-infinite-loop-in-ne2000_receive.patch 0000001136 1.11 KB
CVE-2016-4439-qemut-scsi-esp-OOB-write-while-writing-to-cmdbuf-in-esp_reg_write.patch 0000001246 1.22 KB
CVE-2016-4441-qemut-scsi-esp-OOB-write-while-writing-to-cmdbuf-in-get_cmd.patch 0000001843 1.8 KB
CVE-2016-5238-qemut-scsi-esp-OOB-write-when-using-non-DMA-mode-in-get_cmd.patch 0000001301 1.27 KB
CVE-2016-5338-qemut-scsi-esp-OOB-rw-access-while-processing-ESP_FIFO.patch 0000002575 2.51 KB
CVE-2016-6351-qemut-scsi-esp-make-cmdbuf-big-enough-for-maximum-CDB-size.patch 0000002555 2.5 KB
CVE-2016-7908-qemut-net-Infinite-loop-in-mcf_fec_do_tx.patch 0000001803 1.76 KB
CVE-2016-7909-qemut-net-pcnet-infinite-loop-in-pcnet_rdra_addr.patch 0000001098 1.07 KB
CVE-2016-8667-qemut-dma-rc4030-divide-by-zero-error-in-set_next_tick.patch 0000001044 1.02 KB
CVE-2016-8669-qemut-char-divide-by-zero-error-in-serial_update_parameters.patch 0000001185 1.16 KB
CVE-2016-8910-qemut-net-rtl8139-infinite-loop-while-transmit-in-Cplus-mode.patch 0000001201 1.17 KB
CVE-2016-9921-qemut-display-cirrus_vga-divide-by-zero-in-cirrus_do_copy.patch 0000002703 2.64 KB
CVE-2017-10664-qemut-nbd-ignore-sigpipe.patch 0000001751 1.71 KB
CVE-2017-11434-qemut-slirp-out-of-bounds-read-while-parsing-dhcp-options.patch 0000000957 957 Bytes
CVE-2017-15289-qemut-cirrus-OOB-access-issue-in-mode4and5-write-functions.patch 0000001804 1.76 KB
CVE-2017-18030-qemut-out-of-bounds-access-in-cirrus_invalidate_region-routine.patch 0000001805 1.76 KB
CVE-2017-5526-qemut-audio-memory-leakage-in-es1370-device.patch 0000001497 1.46 KB
CVE-2017-6505-qemut-usb-an-infinite-loop-issue-in-ohci_service_ed_list.patch 0000001480 1.45 KB
CVE-2017-8309-qemut-audio-host-memory-leakage-via-capture-buffer.patch 0000001360 1.33 KB
CVE-2017-9330-qemut-usb-ohci-infinite-loop-due-to-incorrect-return-value.patch 0000000606 606 Bytes
CVE-2018-11806-qemut-slirp-correct-size-computation-while-concatenating-mbuf.patch 0000001631 1.59 KB
CVE-2018-17963-qemut-net-ignore-packets-with-large-size.patch 0000001180 1.15 KB
CVE-2018-18849-qemut-lsi53c895a-OOB-msg-buffer-access-leads-to-DoS.patch 0000001921 1.88 KB
CVE-2018-19665-qemut-Integer-overflow-in-Bluetooth-routines-allows-memory-corruption.patch 0000014090 13.8 KB
CVE-2018-20815-qemut-Dont-use-load_image.patch 0000001400 1.37 KB
CVE-2018-5683-qemut-out-of-bounds-read-in-vga_draw_text-routine.patch 0000001577 1.54 KB
CVE-2019-12068-qemut-lsi53c895a-infinite-loop-while-executing-script.patch 0000003968 3.88 KB
CVE-2019-14378-qemut-heap-buffer-overflow-during-packet-reassembly-in-slirp.patch 0000000851 851 Bytes
CVE-2019-15890-qemut-slirp-use-after-free-during-packet-reassembly.patch 0000001401 1.37 KB
CVE-2019-6778-qemut-A-heap-buffer-overflow-in-tcp_emu-found-in-slirp.patch 0000001083 1.06 KB
CVE-2019-9824-qemut-slirp-check-sscanf-result-when-emulating-id.patch 0000001654 1.62 KB
CVE-2020-14364-xsa335-qemut.patch 0000001680 1.64 KB
CVE-2020-29130-qemut-out-of-bounds-access-while-processing-ARP-packets.patch 0000000995 995 Bytes
CVE-2020-7211-qemut-slirp-potential-directory-traversal-using-relative-paths.patch 0000001350 1.32 KB
CVE-2020-8608-qemut-tcp_emu-fix-unsafe-snprintf-usages.patch 0000007949 7.76 KB
CVE-2021-20255-qemut-eepro100-stack-overflow-via-infinite-recursion.patch 0000002121 2.07 KB
CVE-2021-20257-qemut-infinite-loop-issue-in-the-e1000-NIC-emulator.patch 0000002503 2.44 KB
CVE-2021-3592-3594-3595-qemut-prereq1.patch 0000003342 3.26 KB
CVE-2021-3592-3594-3595-qemut-prereq2.patch 0000001750 1.71 KB
CVE-2021-3592-qemut-slirp-bootp-1.patch 0000005313 5.19 KB
CVE-2021-3592-qemut-slirp-bootp-2.patch 0000001201 1.17 KB
CVE-2021-3594-qemut-slirp-udp.patch 0000001118 1.09 KB
CVE-2021-3595-qemut-slirp-tcp.patch 0000001161 1.13 KB
README.SUSE 0000032572 31.8 KB
VNC-Support-for-ExtendedKeyEvent-client-message.patch 0000005002 4.88 KB
aarch64-rename-PSR_MODE_ELxx-to-match-linux-headers.patch 0000001368 1.34 KB
altgr_2.patch 0000001869 1.83 KB
baselibs.conf 0000000009 9 Bytes
bdrv_default_rwflag.patch 0000001092 1.07 KB
bdrv_open2_fix_flags.patch 0000005021 4.9 KB
bdrv_open2_flags_2.patch 0000002185 2.13 KB
blktap.patch 0000001466 1.43 KB
blktap2-no-uninit.patch 0000000423 423 Bytes
block-dmmd 0000009571 9.35 KB
block-npiv 0000003588 3.5 KB
block-npiv-common.sh 0000007967 7.78 KB
block-npiv-vport 0000002101 2.05 KB
boot.local.xenU 0000001987 1.94 KB
boot.xen 0000002385 2.33 KB
capslock_enable.patch 0000000632 632 Bytes
cdrom-removable.patch 0000003489 3.41 KB
etc_pam.d_xen-api 0000000265 265 Bytes
gcc7-mini-os.patch 0000001003 1003 Bytes
hibernate.patch 0000001324 1.29 KB
init.pciback 0000002530 2.47 KB
init.xen_loop 0000000093 93 Bytes
ioemu-devicemodel-include.patch 0000001117 1.09 KB
ioemu-disable-emulated-ide-if-pv.patch 0000002734 2.67 KB
ioemu-disable-scsi.patch 0000004049 3.95 KB
ioemu-hvm-pv-support.patch 0000003298 3.22 KB
ioemu-vnc-resize.patch 0000001145 1.12 KB
ioemu-watchdog-ib700-timer.patch 0000001439 1.41 KB
ioemu-watchdog-linkage.patch 0000002901 2.83 KB
ioemu-watchdog-support.patch 0000031665 30.9 KB
ipxe-enable-nics.patch 0000000371 371 Bytes
ipxe-no-error-logical-not-parentheses.patch 0000001025 1 KB
ipxe-use-rpm-opt-flags.patch 0000001125 1.1 KB
ipxe.tar.bz2 0003669781 3.5 MB
kernel-boot-hvm.patch 0000008627 8.42 KB
kmp_filelist 0000000042 42 Bytes
libxc.do_domctl.EFAULT-retry.patch 0000001944 1.9 KB
libxc.migrate_tracking.patch 0000006619 6.46 KB
libxc.sr.superpage.patch 0000028774 28.1 KB
libxl.LIBXL_DESTROY_TIMEOUT.patch 0000000533 533 Bytes
libxl.LIBXL_HOTPLUG_TIMEOUT.patch 0000010884 10.6 KB
libxl.add-option-to-disable-disk-cache-flushes-in-qdisk.patch 0000009192 8.98 KB
libxl.prepare-environment-for-domcreate_stream_done.patch 0000001381 1.35 KB
libxl.pvscsi.patch 0000082834 80.9 KB
libxl.set-migration-constraints-from-cmdline.patch 0000021751 21.2 KB
log-guest-console.patch 0000004247 4.15 KB
logrotate.conf 0000000259 259 Bytes
mini-os.tar.bz2 0000268396 262 KB
pvdrv_emulation_control.patch 0000001066 1.04 KB
pygrub-boot-legacy-sles.patch 0000002309 2.25 KB
pygrub-handle-one-line-menu-entries.patch 0000002474 2.42 KB
pygrub-netware-xnloader.patch 0000000568 568 Bytes
qemu-dm-segfault.patch 0000001803 1.76 KB
qemu-ifup-set-mtu.patch 0000000556 556 Bytes
qemu-security-etch1.patch 0000001450 1.42 KB
qemu-xen-traditional-dir-remote.tar.bz2 0003240298 3.09 MB
qemut-add-support-for-cpuid-MSR_IA32_SPEC_CTRL.patch 0000008119 7.93 KB
stdvga-cache.patch 0000000750 750 Bytes
stubdom-have-iovec.patch 0000000800 800 Bytes
stubdom.tar.bz2 0019598724 18.7 MB
supported_module.patch 0000000420 420 Bytes
suse-xendomains-service.patch 0000000806 806 Bytes
suspend_evtchn_lock.patch 0000002107 2.06 KB
sysconfig.pciback 0000000237 237 Bytes
tmp_build.patch 0000001788 1.75 KB
tools-libxc-add-interface-for-GNTTABOP_query_size.patch 0000002051 2 KB
tools-utility-to-dump-guest-grant-table-info.patch 0000005003 4.89 KB
vif-bridge-no-iptables.patch 0000000350 350 Bytes
vif-bridge-tap-fix.patch 0000000969 969 Bytes
vif-route.patch 0000000527 527 Bytes
x86-cpufreq-report.patch 0000002854 2.79 KB
x86-ioapic-ack-default.patch 0000000757 757 Bytes
xen-4.9.4-testing-src.tar.bz2 0004790879 4.57 MB
xen-arch-kconfig-nr_cpus.patch 0000000399 399 Bytes
xen-destdir.patch 0000002154 2.1 KB
xen-disable-qemu-monitor.patch 0000003064 2.99 KB
xen-dom0-modules.service 0000000468 468 Bytes
xen-hvm-default-bridge.patch 0000003491 3.41 KB
xen-qemu-iscsi-fix.patch 0000002900 2.83 KB
xen-utils-0.1.tar.bz2 0000006272 6.13 KB
xen.bug1026236.suse_vtsc_tolerance.patch 0000002261 2.21 KB
xen.build-compare.doc_html.patch 0000001203 1.17 KB
xen.build-compare.man.patch 0000000677 677 Bytes
xen.changes 0000498044 486 KB
xen.libxl.dmmd.patch 0000004684 4.57 KB
xen.spec 0000066741 65.2 KB
xen.stubdom.newlib.patch 0000004436 4.33 KB
xen.sysconfig-fillup.patch 0000002817 2.75 KB
xen2libvirt.py 0000004835 4.72 KB
xen_pvonhvm.xen_emul_unplug.patch 0000001496 1.46 KB
xenapiusers 0000000005 5 Bytes
xencommons.service 0000001052 1.03 KB
xenconsole-no-multiple-connections.patch 0000000931 931 Bytes
xenpaging.doc.patch 0000002658 2.6 KB
xenpaging.qemu.flush-cache.patch 0000001332 1.3 KB
xenstore-launch.patch 0000001168 1.14 KB
xenstored-run-in-stubdomain.patch 0000002317 2.26 KB
xl-conf-default-bridge.patch 0000000537 537 Bytes
xnloader.py 0000001875 1.83 KB
xsa115-1.patch 0000005350 5.22 KB
xsa115-10.patch 0000012201 11.9 KB
xsa115-2.patch 0000003121 3.05 KB
xsa115-3.patch 0000003250 3.17 KB
xsa115-4.patch 0000001506 1.47 KB
xsa115-5.patch 0000004274 4.17 KB
xsa115-6.patch 0000006606 6.45 KB
xsa115-7.patch 0000003967 3.87 KB
xsa115-8.patch 0000009124 8.91 KB
xsa115-9.patch 0000007172 7 KB
xsa286-1.patch 0000002166 2.12 KB
xsa286-2.patch 0000006752 6.59 KB
xsa296.patch 0000007831 7.65 KB
xsa297-0a.patch 0000004088 3.99 KB
xsa297-0b.patch 0000001816 1.77 KB
xsa297-0c.patch 0000004100 4 KB
xsa297-0d.patch 0000001929 1.88 KB
xsa297-1.patch 0000006565 6.41 KB
xsa297-2.patch 0000005707 5.57 KB
xsa297-3.patch 0000012486 12.2 KB
xsa298.patch 0000003742 3.65 KB
xsa299-1.patch 0000003660 3.57 KB
xsa299-10.patch 0000015828 15.5 KB
xsa299-11.patch 0000003141 3.07 KB
xsa299-2.patch 0000003816 3.73 KB
xsa299-3.patch 0000022913 22.4 KB
xsa299-4.patch 0000004947 4.83 KB
xsa299-5.patch 0000003113 3.04 KB
xsa299-6.patch 0000004089 3.99 KB
xsa299-7.patch 0000015656 15.3 KB
xsa299-8.patch 0000003884 3.79 KB
xsa299-9.patch 0000007334 7.16 KB
xsa301-1.patch 0000003099 3.03 KB
xsa301-2.patch 0000003336 3.26 KB
xsa301-3.patch 0000001982 1.94 KB
xsa302.patch 0000016834 16.4 KB
xsa303-1.patch 0000003062 2.99 KB
xsa303-2.patch 0000004232 4.13 KB
xsa303-3.patch 0000007514 7.34 KB
xsa303-4.patch 0000003998 3.9 KB
xsa304-1.patch 0000002568 2.51 KB
xsa304-2.patch 0000009520 9.3 KB
xsa304-3.patch 0000004267 4.17 KB
xsa305-1.patch 0000007980 7.79 KB
xsa305-2.patch 0000008134 7.94 KB
xsa306.patch 0000003940 3.85 KB
xsa307.patch 0000004105 4.01 KB
xsa308.patch 0000003108 3.04 KB
xsa309.patch 0000001800 1.76 KB
xsa310-1.patch 0000004997 4.88 KB
xsa310-2.patch 0000003822 3.73 KB
xsa310-3.patch 0000002866 2.8 KB
xsa311-1.patch 0000003571 3.49 KB
xsa311-2.patch 0000007369 7.2 KB
xsa313-1.patch 0000000790 790 Bytes
xsa313-2.patch 0000004299 4.2 KB
xsa314.patch 0000004016 3.92 KB
xsa318.patch 0000001809 1.77 KB
xsa319.patch 0000000926 926 Bytes
xsa320-1.patch 0000005411 5.28 KB
xsa320-2.patch 0000006575 6.42 KB
xsa321-1.patch 0000001376 1.34 KB
xsa321-2.patch 0000006052 5.91 KB
xsa321-3.patch 0000002989 2.92 KB
xsa321-4.patch 0000001184 1.16 KB
xsa321-5.patch 0000000793 793 Bytes
xsa321-6.patch 0000003140 3.07 KB
xsa321-7.patch 0000006147 6 KB
xsa322.patch 0000015527 15.2 KB
xsa324.patch 0000001560 1.52 KB
xsa325.patch 0000006006 5.87 KB
xsa326-01.patch 0000005704 5.57 KB
xsa326-02.patch 0000002647 2.58 KB
xsa326-03.patch 0000006698 6.54 KB
xsa326-04.patch 0000008092 7.9 KB
xsa326-05.patch 0000013004 12.7 KB
xsa326-06.patch 0000002489 2.43 KB
xsa326-07.patch 0000001459 1.42 KB
xsa326-08.patch 0000008647 8.44 KB
xsa326-09.patch 0000008900 8.69 KB
xsa326-10.patch 0000002393 2.34 KB
xsa326-11.patch 0000009306 9.09 KB
xsa326-12.patch 0000002188 2.14 KB
xsa326-13.patch 0000002342 2.29 KB
xsa326-14.patch 0000008991 8.78 KB
xsa326-15.patch 0000001382 1.35 KB
xsa326-16.patch 0000007611 7.43 KB
xsa328-1.patch 0000003959 3.87 KB
xsa328-2.patch 0000001616 1.58 KB
xsa336.patch 0000007756 7.57 KB
xsa337-1.patch 0000002843 2.78 KB
xsa337-2.patch 0000006236 6.09 KB
xsa338.patch 0000001650 1.61 KB
xsa339.patch 0000002574 2.51 KB
xsa340.patch 0000002225 2.17 KB
xsa342.patch 0000005340 5.21 KB
xsa343-1.patch 0000006393 6.24 KB
xsa343-2.patch 0000008142 7.95 KB
xsa343-3.patch 0000013657 13.3 KB
xsa344-1.patch 0000003948 3.86 KB
xsa344-2.patch 0000006539 6.39 KB
xsa345-1.patch 0000002269 2.22 KB
xsa345-2.patch 0000001745 1.7 KB
xsa345-3.patch 0000007911 7.73 KB
xsa346-1.patch 0000001999 1.95 KB
xsa346-2.patch 0000006571 6.42 KB
xsa347-1.patch 0000001761 1.72 KB
xsa347-2.patch 0000003411 3.33 KB
xsa348.patch 0000005659 5.53 KB
xsa351.patch 0000005548 5.42 KB
xsa355.patch 0000000821 821 Bytes
xsa358.patch 0000001784 1.74 KB
xsa359.patch 0000001198 1.17 KB
xsa366.patch 0000001512 1.48 KB
xsa370.patch 0000001373 1.34 KB
xsa373-0.patch 0000003090 3.02 KB
xsa373-1.patch 0000004789 4.68 KB
xsa373-2.patch 0000004331 4.23 KB
xsa373-3.patch 0000007182 7.01 KB
xsa373-4.patch 0000002909 2.84 KB
xsa373-5.patch 0000005536 5.41 KB
xsa375.patch 0000002030 1.98 KB
xsa377.patch 0000000867 867 Bytes
xsa378-0a.patch 0000002620 2.56 KB
xsa378-0b.patch 0000002071 2.02 KB
xsa378-0c.patch 0000002100 2.05 KB
xsa378-0d.patch 0000002403 2.35 KB
xsa378-1.patch 0000005064 4.95 KB
xsa378-2.patch 0000008815 8.61 KB
xsa378-3.patch 0000005430 5.3 KB
xsa378-4.patch 0000012436 12.1 KB
xsa378-5.patch 0000006921 6.76 KB
xsa378-6.patch 0000016434 16 KB
xsa378-7.patch 0000003298 3.22 KB
xsa378-8.patch 0000005925 5.79 KB
xsa379.patch 0000003122 3.05 KB
xsa380-0.patch 0000004346 4.24 KB
xsa380-1.patch 0000004641 4.53 KB
xsa380-2.patch 0000015352 15 KB
xsa384.patch 0000003298 3.22 KB
xsa385.patch 0000002596 2.54 KB
xsa388-1.patch 0000005975 5.83 KB
xsa388-2.patch 0000001384 1.35 KB
xsa389.patch 0000005785 5.65 KB
xsa394.patch 0000001780 1.74 KB
xsa395.patch 0000001081 1.06 KB
xsa397.patch 0000003679 3.59 KB
xsa398.patch 0000002343 2.29 KB
xsa399.patch 0000001701 1.66 KB
xsa400-00a.patch 0000009420 9.2 KB
xsa400-00b.patch 0000002381 2.33 KB
xsa400-00c.patch 0000004102 4.01 KB
xsa400-00d.patch 0000003137 3.06 KB
xsa400-01.patch 0000003689 3.6 KB
xsa400-02.patch 0000002168 2.12 KB
xsa400-03.patch 0000003283 3.21 KB
xsa400-04.patch 0000020227 19.8 KB
xsa400-05.patch 0000017106 16.7 KB
xsa400-06.patch 0000011875 11.6 KB
xsa400-07.patch 0000004572 4.46 KB
xsa400-08.patch 0000014730 14.4 KB
xsa400-09.patch 0000001575 1.54 KB
xsa400-10.patch 0000001524 1.49 KB
xsa400-11.patch 0000031926 31.2 KB
xsa401-1.patch 0000007264 7.09 KB
xsa401-2.patch 0000006385 6.24 KB
xsa402-0.patch 0000002913 2.84 KB
xsa402-1.patch 0000001231 1.2 KB
xsa402-2.patch 0000007845 7.66 KB
xsa402-3.patch 0000007869 7.68 KB
xsa402-4.patch 0000003967 3.87 KB
xsa402-5.patch 0000005541 5.41 KB
xsa404-1.patch 0000008983 8.77 KB
xsa404-2.patch 0000002914 2.85 KB
xsa404-3.patch 0000008731 8.53 KB
xsa407-0a.patch 0000004726 4.62 KB
xsa407-0b.patch 0000007307 7.14 KB
xsa407-0c.patch 0000005127 5.01 KB
xsa407-0d.patch 0000004376 4.27 KB
xsa407-0e.patch 0000004921 4.81 KB
xsa407-0f.patch 0000001983 1.94 KB
xsa407-0g.patch 0000003206 3.13 KB
xsa407-0h.patch 0000001463 1.43 KB
xsa407-0i.patch 0000004451 4.35 KB
xsa407-0j.patch 0000003489 3.41 KB
xsa407-0k.patch 0000007411 7.24 KB
xsa407-0l.patch 0000002735 2.67 KB
xsa407-0m.patch 0000004718 4.61 KB
xsa407-1.patch 0000004683 4.57 KB
xsa407-2.patch 0000003017 2.95 KB
xsa407-3.patch 0000003592 3.51 KB
xsa407-4.patch 0000003118 3.04 KB
xsa407-5.patch 0000011054 10.8 KB
xsa407-6.patch 0000003867 3.78 KB
xsa407-7.patch 0000001888 1.84 KB
xsa407-8.patch 0000011804 11.5 KB
xsa408.patch 0000001806 1.76 KB
xsa410-03.patch 0000003813 3.72 KB
xsa410-04.patch 0000001948 1.9 KB
xsa410-05.patch 0000002384 2.33 KB
xsa410-06.patch 0000009482 9.26 KB
xsa410-07.patch 0000003015 2.94 KB
xsa410-08.patch 0000003354 3.28 KB
xsa410-09.patch 0000003897 3.81 KB
xsa410-10.patch 0000006083 5.94 KB
xsa411.patch 0000002174 2.12 KB
xsa414.patch 0000002948 2.88 KB
xsa415.patch 0000004190 4.09 KB
xsa416.patch 0000020773 20.3 KB
xsa417.patch 0000004159 4.06 KB
xsa418-01.patch 0000004084 3.99 KB
xsa418-02.patch 0000003069 3 KB
xsa418-03.patch 0000007610 7.43 KB
xsa418-04.patch 0000002963 2.89 KB
xsa418-05.patch 0000004627 4.52 KB
xsa418-06.patch 0000004804 4.69 KB
xsa419-01.patch 0000009256 9.04 KB
xsa419-02.patch 0000003537 3.45 KB
xsa419-03.patch 0000001840 1.8 KB
xsa421-01.patch 0000001336 1.3 KB
xsa421-02.patch 0000011719 11.4 KB
xsa422-01.patch 0000003500 3.42 KB
xsa422-02.patch 0000006517 6.36 KB
xsa427.patch 0000003557 3.47 KB
xsa429.patch 0000001799 1.76 KB
xsa433.patch 0000003998 3.9 KB
xsa434-1.patch 0000003155 3.08 KB
xsa434-2.patch 0000007648 7.47 KB
xsa434-3.patch 0000004652 4.54 KB
xsa435-0-01.patch 0000005997 5.86 KB
xsa435-0-02.patch 0000005860 5.72 KB
xsa435-0-03.patch 0000004649 4.54 KB
xsa435-0-04.patch 0000001562 1.53 KB
xsa435-0-05.patch 0000012233 11.9 KB
xsa435-0-06.patch 0000003845 3.75 KB
xsa435-0-07.patch 0000007507 7.33 KB
xsa435-0-08.patch 0000003537 3.45 KB
xsa435-0-09.patch 0000003564 3.48 KB
xsa435-0-10.patch 0000003321 3.24 KB
xsa435-0-11.patch 0000003212 3.14 KB
xsa435-0-12.patch 0000006908 6.75 KB
xsa435-0-13.patch 0000003021 2.95 KB
xsa435-0-14.patch 0000003166 3.09 KB
xsa435-0-15.patch 0000008852 8.64 KB
xsa435-0-16.patch 0000001499 1.46 KB
xsa435-0-17.patch 0000002113 2.06 KB
xsa435-0-18.patch 0000000962 962 Bytes
xsa435-0-19.patch 0000003320 3.24 KB
xsa435-0-20.patch 0000004039 3.94 KB
xsa435-0-21.patch 0000025726 25.1 KB
xsa435-0-22.patch 0000003087 3.01 KB
xsa435-0-23.patch 0000011000 10.7 KB
xsa435-0-24.patch 0000005173 5.05 KB
xsa435-0-25.patch 0000008462 8.26 KB
xsa435-0-26.patch 0000056458 55.1 KB
xsa435-0-27.patch 0000002422 2.37 KB
xsa435-0-28.patch 0000006144 6 KB
xsa435-0-29.patch 0000003452 3.37 KB
xsa435-0-30.patch 0000001311 1.28 KB
xsa435-0-31.patch 0000008013 7.83 KB
xsa435-0-32.patch 0000004662 4.55 KB
xsa435-0-33.patch 0000002488 2.43 KB
xsa435-0-34.patch 0000003486 3.4 KB
xsa435-0-35.patch 0000001629 1.59 KB
xsa435-0-36.patch 0000002239 2.19 KB
xsa435-0-37.patch 0000009308 9.09 KB
xsa435-0-38.patch 0000002012 1.96 KB
xsa435-0-39.patch 0000002882 2.81 KB
xsa435-0-40.patch 0000004469 4.36 KB
xsa435-0-41.patch 0000008054 7.87 KB
xsa435-0-42.patch 0000006195 6.05 KB
xsa435-0-43.patch 0000002626 2.56 KB
xsa435-0-44.patch 0000002444 2.39 KB
xsa435-0-45.patch 0000003774 3.69 KB
xsa435-0-46.patch 0000008449 8.25 KB
xsa435-0-47.patch 0000005497 5.37 KB
xsa435-0-48.patch 0000016186 15.8 KB
xsa435-0-49.patch 0000003008 2.94 KB
xsa435-0-50.patch 0000007130 6.96 KB
xsa435-1.patch 0000002037 1.99 KB
xsa435-2.patch 0000005426 5.3 KB
xsa435-3.patch 0000008577 8.38 KB
xsa438.patch 0000014285 14 KB
xsa439-1.patch 0000002670 2.61 KB
xsa439-2.patch 0000002302 2.25 KB
xsa439-3.patch 0000003038 2.97 KB
xsa439-4.patch 0000003286 3.21 KB
xsa439-5.patch 0000002200 2.15 KB
xsa439-6.patch 0000003473 3.39 KB
xsa439-7.patch 0000002562 2.5 KB
xsa439-8.patch 0000002536 2.48 KB
xsa439-9.patch 0000008319 8.12 KB
xsa440.patch 0000001961 1.92 KB
xsa442.patch 0000007781 7.6 KB
xsa443-01.patch 0000001603 1.57 KB
xsa443-02.patch 0000000881 881 Bytes
xsa443-03.patch 0000004526 4.42 KB
xsa443-04.patch 0000001682 1.64 KB
xsa443-05.patch 0000001725 1.68 KB
xsa443-06.patch 0000001744 1.7 KB
xsa443-07.patch 0000003941 3.85 KB
xsa443-08.patch 0000003372 3.29 KB
xsa443-09.patch 0000011667 11.4 KB
xsa443-10.patch 0000008044 7.86 KB
xsa443-11.patch 0000005628 5.5 KB
xsa444-1.patch 0000003841 3.75 KB
xsa444-2.patch 0000003565 3.48 KB
xsa445.patch 0000002763 2.7 KB
xsa446.patch 0000003294 3.22 KB
xsa449.patch 0000003285 3.21 KB
xsa452-1.patch 0000009235 9.02 KB
xsa452-2.patch 0000003385 3.31 KB
xsa452-3.patch 0000004458 4.35 KB
xsa452-4.patch 0000007413 7.24 KB
xsa452-5.patch 0000011509 11.2 KB
xsa452-6.patch 0000007545 7.37 KB
xsa452-7.patch 0000013181 12.9 KB
xsa453-0.patch 0000006347 6.2 KB
xsa453-1.patch 0000005267 5.14 KB
xsa453-2.patch 0000001604 1.57 KB
xsa453-3.patch 0000011132 10.9 KB
xsa453-4.patch 0000003885 3.79 KB
xsa453-5.patch 0000003142 3.07 KB
xsa453-6.patch 0000013423 13.1 KB
xsa453-7.patch 0000001881 1.84 KB
xsa453-8.patch 0000007320 7.15 KB
Latest Revision
Ruediger Oertel's avatar Ruediger Oertel (oertel) committed (revision 41)
Set link to xen.33139 via maintenance_release request
Comments 0
openSUSE Build Service is sponsored by