2011-10-05 07:01:45 +02:00
|
|
|
# Kernel patches configuration file
|
|
|
|
# vim: set ts=8 sw=8 noet:
|
|
|
|
#
|
|
|
|
# There are three kinds of rules (see guards.1 for details):
|
|
|
|
# +symbol include this patch if symbol is defined; otherwise exclude.
|
|
|
|
# -symbol exclude this patch if symbol is defined; otherwise include.
|
|
|
|
# - exclude this patch.
|
|
|
|
#
|
|
|
|
# Using symbols means that an entirely different source tree will be
|
|
|
|
# generated depending on which symbols are defined. This used to be
|
|
|
|
# a good thing when arch-specific patches contained conflicts with other
|
|
|
|
# patches, but we now have a policy that patches must build everywhere.
|
|
|
|
# The result is a unified source tree that allows us to do neat things
|
|
|
|
# like ship kernel module packages. Creating a divergent tree breaks
|
|
|
|
# these # so you'd better have an extraordinary reason for using them.
|
|
|
|
# For example, the openSUSE 10.3 kernel uses them for segregating the
|
|
|
|
# -rt patches until they can be integrated completely, and these are
|
|
|
|
# only applied at the very end of the series.
|
|
|
|
#
|
|
|
|
# The most common use in recent kernels is to disable a patch with a
|
|
|
|
# username as the symbol to indicate responsbility. Another use is
|
|
|
|
# to check in a patch for testing, but have it disabled in all but your
|
|
|
|
# own build environment.
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# latest standard kernel patches
|
|
|
|
# DO NOT MODIFY THEM!
|
|
|
|
# Send separate patches upstream if you find a problem...
|
|
|
|
########################################################
|
2013-11-22 08:03:08 +01:00
|
|
|
patches.kernel.org/patch-3.12.1
|
2013-11-30 08:03:30 +01:00
|
|
|
patches.kernel.org/patch-3.12.1-2
|
2013-12-05 08:03:03 +01:00
|
|
|
patches.kernel.org/patch-3.12.2-3
|
2013-12-11 08:04:00 +01:00
|
|
|
patches.kernel.org/patch-3.12.3-4
|
2013-12-13 08:03:26 +01:00
|
|
|
patches.kernel.org/patch-3.12.4-5
|
2013-12-28 08:01:21 +01:00
|
|
|
patches.kernel.org/patch-3.12.5-6
|
2014-01-11 08:03:03 +01:00
|
|
|
patches.kernel.org/patch-3.12.6-7
|
2012-04-08 07:01:07 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Build fixes that apply to the vanilla kernel too.
|
|
|
|
# Patches in patches.rpmify are applied to both -vanilla
|
|
|
|
# and patched flavors.
|
|
|
|
########################################################
|
2011-07-25 07:01:42 +02:00
|
|
|
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
|
2012-10-02 08:02:44 +02:00
|
|
|
patches.rpmify/chipidea-clean-up-dependencies
|
2013-11-05 08:02:30 +01:00
|
|
|
patches.rpmify/lustre-lloop-dont-change-logical-size
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# kABI consistency patches
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
#
|
|
|
|
# packaging-specific patches (tweaks for autobuild,
|
|
|
|
# CONFIG_SUSE_KERNEL, config/version tracking and other
|
|
|
|
# build stuff like that ...).
|
|
|
|
#
|
|
|
|
# Note that every patch in the patches.rpmify directory
|
|
|
|
# will be included in the vanilla package.
|
|
|
|
########################################################
|
|
|
|
patches.rpmify/firmware-path
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.rpmify/rpm-kernel-config
|
|
|
|
patches.rpmify/split-package
|
|
|
|
patches.rpmify/cloneconfig.diff
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# kbuild/module infrastructure fixes
|
|
|
|
########################################################
|
|
|
|
patches.suse/supported-flag
|
2013-11-05 08:02:30 +01:00
|
|
|
patches.suse/supported-flag-underscores
|
|
|
|
patches.suse/supported-flag-wildcards
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.suse/genksyms-add-override-flag.diff
|
|
|
|
patches.suse/kconfig-automate-kernel-desktop
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Simple export additions/removals
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Bug workarounds for binutils
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Scheduler / Core
|
|
|
|
########################################################
|
|
|
|
patches.suse/setuid-dumpable-wrongdir
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Architecture-specific patches. These used to be all
|
|
|
|
# at the end of series.conf, but since we don't do
|
|
|
|
# conditional builds anymore, there's no point.
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
########################################################
|
|
|
|
# ia64
|
|
|
|
########################################################
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# i386
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
|
|
|
|
# amd64 | x86-64 | x86_64
|
|
|
|
# 'Intel(r) Extended Memory 64 Technology' | 'Intel(r) EM64T'
|
|
|
|
# x64
|
|
|
|
# Intel 64
|
|
|
|
# "the architecture with too many names"
|
|
|
|
# TAWTMN
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# x86_64/i386 biarch
|
|
|
|
########################################################
|
2011-08-25 07:02:44 +02:00
|
|
|
patches.arch/x86_64-hpet-64bit-timer.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2011-03-16 07:03:17 +01:00
|
|
|
+needs_update patches.arch/kvm-split-paravirt-ops-by-functionality
|
|
|
|
+needs_update patches.arch/kvm-only-export-selected-pv-ops-feature-structs
|
|
|
|
+needs_update patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature
|
|
|
|
+needs_update patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2013-11-05 08:02:30 +01:00
|
|
|
patches.drivers/0001-sha256_ssse3-also-test-for-BMI2.patch
|
2013-11-22 08:03:08 +01:00
|
|
|
patches.fixes/x86-dumpstack-Fix-printk_address-for-direct-addresse.patch
|
2013-10-15 08:03:01 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# x86 MCE/MCA (Machine Check Error/Architecture) extensions
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# x86_64/4096CPUS - from SGI
|
|
|
|
########################################################
|
|
|
|
patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# x86 UV patches from SGI
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# x86_64/i386 depending on the UV patchset
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# powerpc/generic
|
|
|
|
########################################################
|
|
|
|
patches.suse/8250-sysrq-ctrl_o.patch
|
|
|
|
+needs_update? patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
|
|
patches.arch/ppc-pegasos-console-autodetection.patch
|
|
|
|
patches.suse/ppc-powerbook-usb-fn-key-default.patch
|
|
|
|
patches.drivers/ppc64-adb
|
|
|
|
patches.suse/suse-ppc64-branding
|
2012-07-27 07:04:57 +02:00
|
|
|
+needs_update patches.arch/ppc64-xmon-dmesg-printing.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.arch/ppc-prom-nodisplay.patch
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.fixes/ptrace-getsiginfo
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# PS3
|
|
|
|
########################################################
|
|
|
|
|
2012-01-06 07:02:55 +01:00
|
|
|
########################################################
|
|
|
|
# ARM
|
|
|
|
########################################################
|
2012-07-27 07:04:57 +02:00
|
|
|
patches.arch/cubox-configuration.patch
|
2013-02-21 08:06:32 +01:00
|
|
|
patches.arch/arm-OMAP-Fix-missing-cm3xxx.h-include.patch
|
|
|
|
patches.arch/arm-OMAP-Fix-missing-usb.h-include.patch
|
2013-05-01 08:12:39 +02:00
|
|
|
patches.arch/arm-omap3isp.patch
|
2013-11-30 08:03:30 +01:00
|
|
|
patches.arch/arm-omapfb-fix.patch
|
2013-09-04 08:05:35 +02:00
|
|
|
|
2013-05-01 08:12:39 +02:00
|
|
|
# Compile fix for Xen on ARM with our Xen patches applied
|
|
|
|
patches.arch/arm-xen-fixup.patch
|
2013-07-03 08:06:47 +02:00
|
|
|
patches.arch/arm-refresh-mach-types.diff
|
2013-07-15 08:02:15 +02:00
|
|
|
patches.arch/arm-arndale-usb.patch
|
2013-11-05 08:02:30 +01:00
|
|
|
patches.arch/arm-arndale-dma.patch
|
2013-07-15 08:02:15 +02:00
|
|
|
patches.arch/arm-arndale-usb-phy.patch
|
|
|
|
patches.arch/arm-exynos-dwmmc-modalias.patch
|
2012-01-06 07:02:55 +01:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# S/390
|
|
|
|
########################################################
|
|
|
|
patches.arch/s390-message-catalog.diff
|
|
|
|
patches.arch/kmsg-fix-parameter-limitations
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# VM/FS patches
|
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.fixes/oom-warning
|
|
|
|
patches.fixes/remount-no-shrink-dcache
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.suse/readahead-request-tunables.patch
|
2011-05-31 07:03:45 +02:00
|
|
|
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# IPC patches
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# nfsacl protocol (agruen)
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# misc small fixes
|
|
|
|
########################################################
|
|
|
|
patches.suse/connector-read-mostly
|
|
|
|
patches.suse/kbd-ignore-gfx.patch
|
2013-05-09 08:08:40 +02:00
|
|
|
patches.suse/ida-remove-warning-dump-stack.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
#
|
|
|
|
# ACPI patches
|
|
|
|
#
|
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
# Check resource conflicts between hwmon and ACPI OpRegs
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
|
|
|
|
|
|
|
|
patches.arch/acpi_thermal_passive_blacklist.patch
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# CPUFREQ
|
|
|
|
########################################################
|
|
|
|
|
2013-02-21 08:06:32 +01:00
|
|
|
+trenn patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2011-01-23 20:47:15 +01:00
|
|
|
## cpuidle perf events cleanups and related
|
|
|
|
patches.arch/perf_timechart_fix_zero_timestamps.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# AGP, graphics related stuff
|
|
|
|
########################################################
|
2014-01-14 08:03:15 +01:00
|
|
|
patches.fixes/efifb-prevent-null-deref-when-iterating-dmi_list.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Suse specific stuff
|
|
|
|
########################################################
|
2013-11-05 08:02:30 +01:00
|
|
|
# I assume this is commit 3a4916050ba2 upstream
|
|
|
|
+olh patches.suse/suse-hv-Drivers-hv-util-Fix-a-bug-in-util-version-negotiatio.patch
|
2013-10-03 08:02:42 +02:00
|
|
|
patches.suse/suse-hv-X86-Hyper-V-Get-the-local-APIC-timer-frequency-from-.patch
|
|
|
|
patches.suse/suse-hv-Input-add-a-driver-to-support-Hyper-V-synthetic-keyb.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Networking, IPv6
|
|
|
|
########################################################
|
|
|
|
patches.fixes/bridge-module-get-put.patch
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# NFS
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# lockd + statd
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# cifs patches
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ext2/ext3
|
|
|
|
########################################################
|
|
|
|
# patches.suse/ext2-fsync-err
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ext4
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# btrfs
|
|
|
|
########################################################
|
2012-07-10 07:03:48 +02:00
|
|
|
patches.suse/btrfs-use-correct-device-for-maps.patch
|
2013-09-04 08:05:35 +02:00
|
|
|
patches.suse/btrfs-check-index-in-extent_buffer_page
|
2013-09-18 08:02:56 +02:00
|
|
|
|
|
|
|
patches.suse/btrfs-use-end-trans-in-label-ioctl
|
2013-11-05 08:02:30 +01:00
|
|
|
|
2013-09-18 08:02:56 +02:00
|
|
|
patches.suse/btrfs-add-ability-to-query-change-feature-bits-online-ioctl
|
2013-11-05 08:02:30 +01:00
|
|
|
patches.suse/export-kobj_sysfs_ops
|
|
|
|
patches.suse/btrfs-publish-supported-featured-in-sysfs
|
|
|
|
patches.suse/btrfs-publish-per-super-attributes-in-sysfs
|
|
|
|
patches.suse/btrfs-publish-per-super-features-in-sysfs
|
|
|
|
patches.suse/btrfs-publish-unknown-feature-bits-in-sysfs
|
2013-09-18 08:02:56 +02:00
|
|
|
patches.suse/btrfs-add-ability-to-change-features-via-sysfs
|
|
|
|
patches.suse/btrfs-use-feature-attributes-to-print-names-in-errors
|
2013-11-05 08:02:30 +01:00
|
|
|
patches.suse/btrfs-add-ioctl-to-export-size-of-global-metadata-reservation
|
|
|
|
patches.suse/btrfs-publish-allocation-data-in-sysfs
|
|
|
|
patches.suse/btrfs-publish-device-membership-in-sysfs
|
|
|
|
patches.suse/btrfs-publish-fs-label-in-sysfs
|
|
|
|
patches.suse/btrfs-add-tracing-for-failed-reservations
|
2012-07-10 07:03:48 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Reiserfs Patches
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# dlm
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ocfs2
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# gfs2
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# xfs
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# other filesystem stuff: richacls
|
|
|
|
########################################################
|
|
|
|
patches.suse/0001-vfs-Hooks-for-more-fine-grained-directory-permission.patch
|
|
|
|
patches.suse/0002-vfs-Add-generic-IS_ACL-test-for-acl-support.patch
|
|
|
|
patches.suse/0003-vfs-Add-IS_RICHACL-test-for-richacl-support.patch
|
|
|
|
patches.suse/0004-richacl-In-memory-representation-and-helper-function.patch
|
|
|
|
patches.suse/0005-richacl-Permission-mapping-functions.patch
|
|
|
|
patches.suse/0006-richacl-Compute-maximum-file-masks-from-an-acl.patch
|
|
|
|
patches.suse/0007-richacl-Update-the-file-masks-in-chmod.patch
|
|
|
|
patches.suse/0008-richacl-Permission-check-algorithm.patch
|
|
|
|
patches.suse/0009-richacl-Helper-functions-for-implementing-richacl-in.patch
|
|
|
|
patches.suse/0010-richacl-Create-time-inheritance.patch
|
|
|
|
patches.suse/0011-richacl-Check-if-an-acl-is-equivalent-to-a-file-mode.patch
|
|
|
|
patches.suse/0012-richacl-Automatic-Inheritance.patch
|
|
|
|
patches.suse/0013-richacl-Restrict-access-check-algorithm.patch
|
|
|
|
patches.suse/0014-richacl-xattr-mapping-functions.patch
|
2013-02-21 08:06:32 +01:00
|
|
|
|
|
|
|
# The RICHACL name index was used for system xattrs. This needs
|
|
|
|
# to be sorted out upstream.
|
2013-07-03 08:06:47 +02:00
|
|
|
patches.suse/0016-ext4-Implement-richacl-support-in-ext4.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2011-03-16 07:03:17 +01:00
|
|
|
########################################################
|
|
|
|
# other filesystem stuff
|
|
|
|
########################################################
|
2011-03-09 07:02:41 +01:00
|
|
|
|
2013-02-21 08:06:32 +01:00
|
|
|
patches.drivers/pstore_disable_efi_backend_by_default.patch
|
2013-11-30 08:03:30 +01:00
|
|
|
patches.suse/pstore-backend-autoaction
|
|
|
|
|
2012-10-02 08:02:44 +02:00
|
|
|
########################################################
|
|
|
|
# Overlayfs
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
patches.suse/ovl01-vfs-add-i_op-dentry_open.patch
|
|
|
|
patches.suse/ovl02-vfs-export-do_splice_direct-to-modules.patch
|
2013-07-03 08:06:47 +02:00
|
|
|
patches.suse/ovl03-vfs-export-inode_permission-to-modules.patch
|
|
|
|
patches.suse/ovl04-vfs-introduce-clone_private_mount.patch
|
|
|
|
patches.suse/ovl05-overlay-filesystem.patch
|
|
|
|
patches.suse/ovl06-overlayfs-add-statfs-support.patch
|
|
|
|
patches.suse/ovl07-overlayfs-implement-show_options.patch
|
|
|
|
patches.suse/ovl08-overlay-overlay-filesystem-documentation.patch
|
|
|
|
patches.suse/ovl09-fs-limit-filesystem-stacking-depth.patch
|
2012-10-02 08:02:44 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Swap-over-NFS
|
|
|
|
########################################################
|
2011-04-15 07:04:57 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Netfilter
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
patches.suse/netfilter-ip_conntrack_slp.patch
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
#
|
|
|
|
# Device drivers
|
|
|
|
#
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Storage
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
# Block layer fixes
|
|
|
|
patches.fixes/scsi-inquiry-too-short-ratelimit
|
|
|
|
patches.suse/scsi-netlink-ml
|
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.fixes/scsi-retry-alua-transition-in-progress
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2011-08-25 07:02:44 +02:00
|
|
|
patches.fixes/scsi-dh-queuedata-accessors
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.drivers/megaraid-mbox-fix-SG_IO
|
|
|
|
|
|
|
|
# Remaining SCSI patches (garloff)
|
2013-09-04 08:05:35 +02:00
|
|
|
+needs_update patches.suse/scsi-error-test-unit-ready-timeout
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.fixes/scsi-scan-blist-update
|
|
|
|
|
|
|
|
patches.fixes/scsi-ibmvscsi-show-config.patch
|
|
|
|
# bnc#362850
|
|
|
|
patches.fixes/sd_liberal_28_sense_invalid.diff
|
|
|
|
|
|
|
|
patches.fixes/scsi-ibmvscsi-module_alias.patch
|
2012-03-20 07:05:08 +01:00
|
|
|
patches.suse/sd_init.mark_majors_busy.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# DRM/Video
|
|
|
|
########################################################
|
2013-10-15 08:03:01 +02:00
|
|
|
patches.drivers/drm-i915-Undo-the-PIPEA-quirk-for-i845
|
2013-02-05 08:07:26 +01:00
|
|
|
patches.drivers/drm-cirrus-Correct-register-values-for-16bpp
|
|
|
|
patches.drivers/drm-cirrus-Use-16bpp-as-default
|
2013-11-05 08:02:30 +01:00
|
|
|
patches.fixes/nouveau-fix-race-with-fence-signaling
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2011-02-11 07:03:11 +01:00
|
|
|
########################################################
|
|
|
|
# video4linux
|
|
|
|
########################################################
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Network
|
|
|
|
########################################################
|
|
|
|
patches.fixes/tulip-quad-NIC-ifdown
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Wireless Networking
|
|
|
|
########################################################
|
|
|
|
patches.suse/b43-missing-firmware-info.patch
|
2011-01-23 20:47:15 +01:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ISDN
|
|
|
|
########################################################
|
|
|
|
patches.fixes/misdn-add-support-for-group-membership-check
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# iSCSI
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# PCI and PCI hotplug
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# sysfs / driver core
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# USB
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# I2C
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Input & Console
|
|
|
|
########################################################
|
2013-07-03 08:06:47 +02:00
|
|
|
# patches.suse/SUSE-bootsplash
|
|
|
|
# patches.suse/SUSE-bootsplash-mgadrmfb-workaround
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
|
|
|
|
|
|
|
|
##########################################################
|
|
|
|
# Sound
|
|
|
|
##########################################################
|
2013-11-05 08:02:30 +01:00
|
|
|
patches.drivers/ALSA-hda-Add-extra-chmap-for-2.1-outputs-on-ASUS-lap
|
2011-03-29 07:06:18 +02:00
|
|
|
|
2011-06-30 07:05:47 +02:00
|
|
|
########################################################
|
|
|
|
# Char / serial
|
|
|
|
########################################################
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Other driver fixes
|
|
|
|
########################################################
|
|
|
|
|
2012-01-06 07:02:55 +01:00
|
|
|
# Needs updating WRT d27769ec (block: add GENHD_FL_NO_PART_SCAN)
|
|
|
|
+hare patches.suse/no-partition-scan
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2013-09-28 08:03:07 +02:00
|
|
|
patches.drivers/gpio-ucb1400-can-be-built-as-a-module.patch
|
2013-09-21 08:02:27 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Other drivers we have added to the tree
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Suspend/Resume stuff
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# device-mapper
|
|
|
|
########################################################
|
|
|
|
patches.suse/dm-emulate-blkrrpart-ioctl
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.suse/dm-raid45-26-Nov-2009.patch
|
2013-05-01 08:12:39 +02:00
|
|
|
patches.suse/dmraid45-api-updates
|
2012-01-06 07:02:55 +01:00
|
|
|
patches.suse/dm-raid45-split-dependencies
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.fixes/dm-mpath-reattach-dh
|
|
|
|
patches.suse/dm-mpath-leastpending-path-update
|
2012-10-02 08:02:44 +02:00
|
|
|
+needs_update patches.suse/dm-mpath-accept-failed-paths
|
|
|
|
+needs_update patches.suse/dm-mpath-detach-existing-hardware-handler
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.fixes/dm-table-switch-to-readonly
|
2013-09-04 08:05:35 +02:00
|
|
|
+needs_update patches.fixes/dm-release-map_lock-before-set_disk_ro
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.suse/dm-mpath-no-activate-for-offlined-paths
|
|
|
|
patches.suse/dm-mpath-no-partitions-feature
|
2011-03-16 07:03:17 +01:00
|
|
|
patches.suse/mpath-fix
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# md
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
##########################################################
|
|
|
|
#
|
|
|
|
# Security stuff
|
|
|
|
#
|
|
|
|
##########################################################
|
|
|
|
|
|
|
|
##########################################################
|
|
|
|
# Audit
|
|
|
|
##########################################################
|
|
|
|
|
|
|
|
##########################################################
|
|
|
|
# AppArmor
|
|
|
|
##########################################################
|
|
|
|
patches.apparmor/apparmor-compatibility-patch-for-v5-network-control
|
2013-11-05 08:02:30 +01:00
|
|
|
# patches.apparmor/apparmor-profiles-seq_file
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Address space layout randomization
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# KDB v4.4
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Other patches for debugging
|
|
|
|
########################################################
|
|
|
|
patches.suse/crasher-26.diff
|
|
|
|
patches.suse/stack-unwind
|
2011-07-25 07:01:42 +02:00
|
|
|
patches.suse/revert-x86-remove-warning-and-warning_symbol-from-struct-stacktrace_ops
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.suse/no-frame-pointer-select
|
2013-07-03 08:06:47 +02:00
|
|
|
patches.arch/x86_64-unwind-annotations
|
2012-01-06 07:02:55 +01:00
|
|
|
patches.arch/stack-unwind-cfi_ignore-takes-more-arguments
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Kdump
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# cgroups
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# audit subsystem
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Performance Monitoring, Tracing etc
|
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# KVM patches
|
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.fixes/kvm-ioapic.patch
|
|
|
|
patches.fixes/kvm-macos.patch
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Staging tree patches
|
|
|
|
# new drivers that are going upstream
|
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# You'd better have a good reason for adding a patch
|
|
|
|
# below here.
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# XEN architecture, version 3
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
# xen patches, from xenbits mercurial repository.
|
|
|
|
# http://xenbits.xensource.com/ext/linux-2.6-merge.hg
|
|
|
|
#
|
|
|
|
# everything named "xen3-auto-*" is auto-generated.
|
|
|
|
# PLEASE DON'T EDIT THESE PATCHES. Create fixup patches
|
|
|
|
# on top of them instead. This reduces workload when
|
|
|
|
# re-basing to a newer xen tree.
|
|
|
|
#
|
2013-08-16 08:03:19 +02:00
|
|
|
# split out patches
|
2011-07-25 07:01:42 +02:00
|
|
|
patches.xen/kexec-move-segment-code-i386.patch
|
|
|
|
patches.xen/kexec-move-segment-code-x86_64.patch
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/ipv6-no-autoconf
|
|
|
|
patches.xen/pci-guestdev
|
|
|
|
patches.xen/pci-reserve
|
2014-01-09 08:01:52 +01:00
|
|
|
|
|
|
|
# bulk stuff, new files for xen
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen3-auto-xen-arch.diff
|
|
|
|
patches.xen/xen3-auto-xen-drivers.diff
|
|
|
|
patches.xen/xen3-auto-include-xen-interface.diff
|
2011-03-16 07:03:17 +01:00
|
|
|
patches.xen/xen3-auto-blktap2-pvops.diff
|
2014-01-09 08:01:52 +01:00
|
|
|
|
|
|
|
# kconfig bits for xen
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen3-auto-xen-kconfig.diff
|
2014-01-09 08:01:52 +01:00
|
|
|
|
|
|
|
# common code changes
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen3-auto-common.diff
|
|
|
|
patches.xen/xen3-auto-arch-x86.diff
|
|
|
|
patches.xen/xen3-auto-arch-i386.diff
|
|
|
|
patches.xen/xen3-auto-arch-x86_64.diff
|
2014-01-09 08:01:52 +01:00
|
|
|
|
|
|
|
# fixups due to upstream Xen parts
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen3-fixup-xen
|
2014-01-09 08:01:52 +01:00
|
|
|
|
|
|
|
# newer changeset backports
|
|
|
|
|
|
|
|
# changes outside arch/{i386,x86_64}/xen
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen3-fixup-kconfig
|
|
|
|
patches.xen/xen3-fixup-common
|
|
|
|
patches.xen/xen3-fixup-arch-x86
|
2011-03-16 07:03:17 +01:00
|
|
|
patches.xen/xen3-fixup-blktap2-pvops
|
2014-01-09 08:01:52 +01:00
|
|
|
|
2012-10-02 08:02:44 +02:00
|
|
|
# ports of upstream patches
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen3-patch-2.6.18
|
|
|
|
patches.xen/xen3-patch-2.6.19
|
|
|
|
patches.xen/xen3-patch-2.6.20
|
|
|
|
patches.xen/xen3-patch-2.6.21
|
|
|
|
patches.xen/xen3-patch-2.6.22
|
|
|
|
patches.xen/xen3-patch-2.6.23
|
|
|
|
patches.xen/xen3-patch-2.6.24
|
|
|
|
patches.xen/xen3-patch-2.6.25
|
|
|
|
patches.xen/xen3-patch-2.6.26
|
|
|
|
patches.xen/xen3-patch-2.6.27
|
|
|
|
patches.xen/xen3-patch-2.6.28
|
|
|
|
patches.xen/xen3-patch-2.6.29
|
|
|
|
patches.xen/xen3-patch-2.6.30
|
|
|
|
patches.xen/xen3-patch-2.6.31
|
|
|
|
patches.xen/xen3-patch-2.6.32
|
|
|
|
patches.xen/xen3-patch-2.6.33
|
|
|
|
patches.xen/xen3-patch-2.6.34
|
|
|
|
patches.xen/xen3-patch-2.6.35
|
|
|
|
patches.xen/xen3-patch-2.6.36
|
2011-01-13 07:02:36 +01:00
|
|
|
patches.xen/xen3-patch-2.6.37
|
2011-03-21 07:01:24 +01:00
|
|
|
patches.xen/xen3-patch-2.6.38
|
2011-05-31 07:03:45 +02:00
|
|
|
patches.xen/xen3-patch-2.6.39
|
2011-10-25 07:02:09 +02:00
|
|
|
patches.xen/xen3-patch-3.0
|
2011-11-04 07:02:45 +01:00
|
|
|
patches.xen/xen3-patch-3.1
|
2012-01-17 08:19:56 +01:00
|
|
|
patches.xen/xen3-patch-3.2
|
2012-04-03 07:04:10 +02:00
|
|
|
patches.xen/xen3-patch-3.3
|
2012-05-28 07:02:34 +02:00
|
|
|
patches.xen/xen3-patch-3.4
|
2012-07-27 07:04:57 +02:00
|
|
|
patches.xen/xen3-patch-3.5
|
2012-10-11 08:04:16 +02:00
|
|
|
patches.xen/xen3-patch-3.6
|
2012-12-28 08:19:17 +01:00
|
|
|
patches.xen/xen3-patch-3.7
|
2013-02-26 08:12:50 +01:00
|
|
|
patches.xen/xen3-patch-3.8
|
2013-05-14 08:10:02 +02:00
|
|
|
patches.xen/xen3-patch-3.9
|
2013-07-15 08:02:15 +02:00
|
|
|
patches.xen/xen3-patch-3.10
|
2013-09-06 08:04:01 +02:00
|
|
|
patches.xen/xen3-patch-3.11
|
2013-11-22 08:03:08 +01:00
|
|
|
patches.xen/xen3-patch-3.12
|
2012-10-02 08:02:44 +02:00
|
|
|
|
|
|
|
# ports of other patches
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen3-stack-unwind
|
|
|
|
patches.xen/xen3-x86_64-unwind-annotations
|
2013-11-22 08:03:08 +01:00
|
|
|
patches.xen/xen3-x86-dumpstack-Fix-printk_address-for-direct-addresse.patch
|
2014-01-09 08:01:52 +01:00
|
|
|
|
|
|
|
# bugfixes and enhancements
|
2013-02-26 08:12:50 +01:00
|
|
|
patches.xen/xen-hypercall-symbols
|
2011-05-21 07:04:56 +02:00
|
|
|
patches.xen/xen-sys-suspend
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen-ipi-per-cpu-irq
|
|
|
|
patches.xen/xen-virq-per-cpu-irq
|
|
|
|
patches.xen/xen-clockevents
|
|
|
|
patches.xen/xen-spinlock-poll-early
|
2011-01-13 07:02:36 +01:00
|
|
|
patches.xen/xen-pcpu-hotplug
|
2012-01-06 07:02:55 +01:00
|
|
|
patches.xen/xen-pcpu-hotplug-kexec
|
2011-01-13 07:02:36 +01:00
|
|
|
patches.xen/xen-mem-hotplug
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen-configurable-guest-devices
|
2011-10-25 07:02:09 +02:00
|
|
|
patches.xen/xen-setup-gsi
|
|
|
|
patches.xen/xen-unpriv-build
|
|
|
|
patches.xen/xen-cpufreq-report
|
2012-12-18 08:04:45 +01:00
|
|
|
patches.xen/xen-multi-page-ring
|
2011-10-25 07:02:09 +02:00
|
|
|
patches.xen/xen-balloon-max-target
|
2012-12-18 08:04:45 +01:00
|
|
|
patches.xen/xen-blkback-multi-page-ring
|
2011-10-25 07:02:09 +02:00
|
|
|
patches.xen/xen-blkback-cdrom
|
2012-12-18 08:04:45 +01:00
|
|
|
patches.xen/xen-blkif-protocol-fallback-hack
|
|
|
|
patches.xen/xen-blkfront-multi-page-ring
|
2012-03-20 07:05:08 +01:00
|
|
|
patches.xen/xen-blkif-op-packet
|
2011-10-25 07:02:09 +02:00
|
|
|
patches.xen/xen-blkfront-cdrom
|
|
|
|
patches.xen/xen-blkfront-hvm-no-cdrom
|
2012-12-18 08:04:45 +01:00
|
|
|
patches.xen/xen-blktap-modular
|
|
|
|
patches.xen/xen-blktap-write-barriers
|
|
|
|
patches.xen/xen-blktap2-configurable-nr-devs
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen-netback-notify-multi
|
|
|
|
patches.xen/xen-netback-generalize
|
|
|
|
patches.xen/xen-netback-multiple-tasklets
|
|
|
|
patches.xen/xen-netback-kernel-threads
|
2011-03-15 07:03:20 +01:00
|
|
|
patches.xen/xen-cxgb3
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen-dcdbas
|
|
|
|
patches.xen/xen-x86-panic-no-reboot
|
|
|
|
patches.xen/xen-x86-dcr-fallback
|
|
|
|
patches.xen/xen-x86-no-lapic
|
|
|
|
patches.xen/xen-x86-pmd-handling
|
|
|
|
patches.xen/xen-x86-bigmem
|
|
|
|
patches.xen/xen-x86-exit-mmap
|
|
|
|
patches.xen/xen-x86-per-cpu-vcpu-info
|
2012-01-06 07:02:55 +01:00
|
|
|
patches.xen/xen-x86-pcpu
|
2011-07-25 07:01:42 +02:00
|
|
|
patches.xen/xen-x86-EFI
|
2012-12-18 08:04:45 +01:00
|
|
|
patches.xen/xen-x86-bzImage
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen-x86_64-pgd-pin
|
|
|
|
patches.xen/xen-x86_64-pgd-alloc-order
|
|
|
|
patches.xen/xen-x86_64-dump-user-pgt
|
|
|
|
patches.xen/xen-x86_64-note-init-p2m
|
2011-01-13 07:02:36 +01:00
|
|
|
patches.xen/xen-x86_64-unmapped-initrd
|
2013-07-03 08:06:47 +02:00
|
|
|
patches.xen/xen-x86_64-vread-pvclock
|