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...
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# 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/apm-honor-config_apm_cpu_idle-n
|
|
|
|
patches.rpmify/nouveau-make-vga_switcheroo-code-depend-on-vga_switcheroo
|
2011-10-25 07:02:09 +02:00
|
|
|
patches.rpmify/pti-depends-on-x86-pci
|
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
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.suse/supported-flag-enterprise
|
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
|
|
|
|
2011-10-25 07:02:09 +02:00
|
|
|
+trenn patches.arch/kill-__stop_machine.patch
|
|
|
|
+trenn patches.arch/reorganize_stop_cpus.patch
|
|
|
|
+trenn patches.arch/implement_stop_machine_from_offline_cpu.patch
|
|
|
|
+trenn patches.arch/use_stop_machine_for_mtrr_rendezvous.patch
|
2011-06-13 07:01:06 +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
|
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.suse/led_classdev.sysfs-name.patch
|
|
|
|
patches.suse/radeon-monitor-jsxx-quirk.patch
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
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
|
2010-12-01 11:20:27 +01:00
|
|
|
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-25 07:02:09 +02:00
|
|
|
patches.arch/ppc-kvm-fix-big-section.patch
|
|
|
|
patches.arch/ppc-kvm-fix-cbe.patch
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# PS3
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# S/390
|
|
|
|
########################################################
|
|
|
|
patches.arch/s390-message-catalog.diff
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.arch/s390-message-catalog-fix.diff
|
2011-06-06 07:02:13 +02:00
|
|
|
patches.arch/s390-message-catalog-perl-fix.diff
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.arch/kmsg-fix-parameter-limitations
|
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.suse/s390-Kerntypes.diff
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# VM/FS patches
|
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.fixes/oom-warning
|
|
|
|
patches.fixes/grab-swap-token-oops
|
|
|
|
|
|
|
|
patches.fixes/remount-no-shrink-dcache
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.suse/readahead-request-tunables.patch
|
2011-05-21 07:04:56 +02:00
|
|
|
patches.fixes/fs-partitions-efi-c-corrupted-guid-partition-tables-can-cause-kernel-oops
|
2011-05-31 07:03:45 +02:00
|
|
|
patches.fixes/mm-Fix-assertion-mapping-nrpages-0-in-end_writeback.patch
|
2011-11-04 07:02:45 +01:00
|
|
|
patches.fixes/oom-thaw-threads-if-oom-killed-thread-is-frozen-befo.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
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.arch/acpi_fix_fadt_32_bit_zero_length.patch
|
|
|
|
|
|
|
|
# Adjust this patch for every new product (at least Enterprise
|
|
|
|
# level) to provide OEMs a safety break so that they can add
|
|
|
|
# for example SLE11 specific BIOS updates (if there is no other
|
|
|
|
# way to safely solve an ACPI issue).
|
|
|
|
+trenn patches.suse/acpi_osi_sle11_ident.patch
|
|
|
|
patches.arch/acpi_srat-pxm-rev-store.patch
|
|
|
|
patches.arch/acpi_srat-pxm-rev-ia64.patch
|
|
|
|
patches.arch/acpi_srat-pxm-rev-x86-64.patch
|
|
|
|
|
|
|
|
# Queued for 2.6.36 -> just revert after some time
|
|
|
|
patches.fixes/acpi_ec_sys_access_user_space_with_get_user.patch
|
|
|
|
|
2011-10-25 07:02:09 +02:00
|
|
|
patches.drivers/apei_allow_drivers_access_nvs_ram.patch
|
|
|
|
|
|
|
|
patches.arch/acpica_introduce_acpi_os_phys_table_override_function.patch
|
|
|
|
patches.arch/acpica_fix_wrongly_mapped_acpi_table_header_when_overriding_via_initrd.patch
|
|
|
|
patches.arch/acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
|
|
|
|
|
|
|
patches.arch/dell_optiplex_990_fix_reboot.patch
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# CPUFREQ
|
|
|
|
########################################################
|
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
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
|
|
|
|
2011-05-21 07:04:56 +02:00
|
|
|
patches.fixes/intel_idle_lapic_param.patch
|
|
|
|
patches.fixes/intel_idle_add_flush_tlb_param.patch
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# AGP, graphics related stuff
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Suse specific stuff
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Networking, IPv6
|
|
|
|
########################################################
|
|
|
|
patches.fixes/bridge-module-get-put.patch
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# NFS
|
|
|
|
########################################################
|
|
|
|
|
2011-01-13 07:02:36 +01:00
|
|
|
+needs_update37 patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
|
2011-05-21 07:04:56 +02:00
|
|
|
patches.fixes/nfs-adaptive-readdir-plus
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# lockd + statd
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# cifs patches
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ext2/ext3
|
|
|
|
########################################################
|
|
|
|
# patches.suse/ext2-fsync-err
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# ext4
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# btrfs
|
|
|
|
########################################################
|
2013-09-25 08:01:55 +02:00
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
########################################################
|
|
|
|
# Reiserfs Patches
|
|
|
|
########################################################
|
2011-04-07 07:05:01 +02:00
|
|
|
patches.fixes/reiserfs-force-inode-evictions-before-umount-to-avoid-crash
|
2011-05-21 07:04:56 +02:00
|
|
|
+needs_updating-39 patches.suse/reiser4-dependencies
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# 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
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.suse/0015-ext4-Use-IS_POSIXACL-to-check-for-POSIX-ACL-support.patch
|
2013-05-22 08:08:28 +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
|
|
|
|
########################################################
|
|
|
|
patches.fixes/hfs-avoid-crash-in-hfs_bnode_create
|
2011-03-09 07:02:41 +01: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
|
2011-01-29 07:01:38 +01:00
|
|
|
patches.fixes/netfilter-implement-rfc-1123-for-ftp-conntrack
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
patches.fixes/scsi-evaluate-tpgs-setting
|
|
|
|
patches.suse/scsi-dh-implement-match-callback
|
|
|
|
patches.fixes/scsi-dh-alua-always-update-tpgs-status
|
|
|
|
patches.fixes/scsi-dh-check-for-sdev-state-in-store_dh_state
|
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.fixes/scsi-check-host-lookup-failure
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.drivers/megaraid-mbox-fix-SG_IO
|
|
|
|
|
|
|
|
# Remaining SCSI patches (garloff)
|
2010-12-01 11:20:27 +01:00
|
|
|
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
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# DRM/Video
|
|
|
|
########################################################
|
2011-10-12 07:01:53 +02:00
|
|
|
patches.fixes/drm-radeon-kms-fix-i2c-masks.patch
|
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
|
|
|
patches.drivers/ehea-modinfo.patch
|
|
|
|
|
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
|
|
|
|
########################################################
|
2011-05-21 07:04:56 +02:00
|
|
|
patches.suse/SUSE-bootsplash
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.drivers/elousb.patch
|
|
|
|
patches.suse/elousb-2.6.35-api-changes
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.drivers/input-Add-LED-support-to-Synaptics-device
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2011-11-04 07:02:45 +01:00
|
|
|
patches.drivers/input-elantech-correct-x-y-value-range-for-v2-hardware
|
|
|
|
patches.drivers/input-elantech-get-rid-of-etp_2ft_-in-elantech-h
|
|
|
|
patches.drivers/input-elantech-use-firmware-provided-x-y-ranges
|
|
|
|
patches.drivers/input-elantech-remove-etp_edge_fuzz_v2
|
|
|
|
patches.drivers/input-elantech-packet-checking-for-v2-hardware
|
|
|
|
patches.drivers/input-elantech-clean-up-elantech_init
|
|
|
|
patches.drivers/input-elantech-add-v3-hardware-support
|
|
|
|
patches.drivers/input-elantech-add-v4-hardware-support
|
|
|
|
patches.drivers/input-elantech-better-support-all-those-v2-variants
|
|
|
|
patches.drivers/input-elantech-remove-module-parameter-force_elantech
|
|
|
|
|
2011-10-05 07:01:45 +02:00
|
|
|
##########################################################
|
|
|
|
# Sound
|
|
|
|
##########################################################
|
2011-10-31 07:01:13 +01:00
|
|
|
patches.drivers/alsa-hda-0001-realtek-Fix-missing-volume-controls-with-ALC260
|
|
|
|
patches.drivers/alsa-hda-0002-Keep-EAPD-turned-on-for-old-Conexant-chips
|
|
|
|
patches.drivers/alsa-hda-0003-Fix-ADC-input-amp-handling-for-Cx20549
|
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
|
|
|
|
########################################################
|
2011-10-25 07:02:09 +02:00
|
|
|
# http://git.kernel.org/?p=linux/kernel/git/gregkh/staging-2.6.git;a=history;f=drivers/staging/hv;hb=refs/heads/staging-next
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0001-Staging-hv-vmbus-Don-t-wait-indefinitely-for-IRQ.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0002-Staging-hv-tools-Fix-a-checkpatch-warning-in-hv_k.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0003-Staging-hv-vmbus-Fix-checkpatch-warnings.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0004-Staging-hv-util-kvp-Fix-the-reported-OSVersion-s.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0005-Staging-hv-util-kvp-Cleanup-kvp_get_domain_name.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0006-Staging-hv-Fix-macros-tab-errors-and-warning-in-d.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0007-Staging-hv-vmbus-VMBUS-is-an-ACPI-enumerated-devi.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0008-Staging-hv-Replace-struct-hv_guid-with-the-uuid-ty.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0009-Staging-hv-vmbus-Introduce-vmbus-ID-space-in-stru.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0010-Staging-hv-blkvsc-Use-the-newly-introduced-vmbus.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0011-Staging-hv-storvsc-Use-the-newly-introduced-vmbus.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0012-Staging-hv-netvsc-Use-the-newly-introduced-vmbus.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0013-Staging-hv-mousevsc-Use-the-newly-introduced-vmbu.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0014-Staging-hv-util-Make-hv_utils-a-vmbus-device-driv.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0015-Staging-hv-create-VMBUS_DEVICE-macro-and-use-it.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0016-Staging-hv-vmbus-Cleanup-vmbus_match.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0017-Staging-hv-vmbus-Cleanup-vmbus_uevent-code.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0018-Staging-hv-vmbus-Support-the-notion-of-id-tables.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0019-Staging-hv-vmbus-Get-rid-of-an-unnecessary-includ.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0020-Staging-hv-storvsc-Get-rid-of-the-DMI-signature.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0021-Staging-hv-netvsc-Get-rid-of-the-PCI-signature.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0022-Staging-hv-netvsc-Get-rid-of-the-DMI-signature-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0023-Staging-hv-util-Get-rid-of-the-DMI-signature-in-h.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0024-Staging-hv-util-Get-rid-of-the-PCI-signature-in-h.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0025-Staging-hv-fix-up-driver-registering-mess.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0026-Staging-hv-vmbus-Get-rid-of-some-unnecessary-comm.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0027-Staging-hv-vmbus-Cleanup-unnecessary-comments-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0028-Staging-hv-vmbus-Cleanup-error-handling-in-hv_ini.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0029-Staging-hv-vmbus-Get-rid-of-unnecessay-comments-i.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0030-Staging-hv-vmbus-Get-rid-of-the-function-dump_gpa.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0031-Staging-hv-vmbus-Get-rid-of-the-function-dump_gpa.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0032-Staging-hv-vmbus-Rename-openMsg-to-open_msg-in-ch.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0033-Staging-hv-vmbus-Get-rid-of-unnecessary-comments.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0034-Staging-hv-vmbus-Change-the-variable-name-openInf.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0035-Staging-hv-vmbus-Cleanup-error-values-in-ringbuff.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0036-Staging-hv-vmbus-Cleanup-the-error-return-value-i.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0037-Staging-hv-netvsc-Get-rid-of-an-unnecessary-print.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0038-Staging-hv-vmbus-Retry-vmbus_post_msg-before-gi.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0039-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0040-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0041-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0042-Staging-hv-storvsc-Cleanup-error-handling-in-stor.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0043-Storage-hv-storvsc-Get-rid-of-some-unnecessary-DP.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0044-Staging-hv-storvsc-Fix-cleanup-some-dated-comment.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0045-Staging-hv-storvsc-Cleanup-returned-error-code-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0046-Staging-hv-storvsc-Cleanup-error-code-returned-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0047-Staging-hv-storvsc-Cleanup-returned-error-code-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0048-Staging-hv-netvsc-Cleanup-the-returned-error-code.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0049-Staging-hv-netvsc-Cleanup-error-return-codes-in-n.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0050-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0051-Staging-hv-netvsc-Cleanup-error-returns-in-netvsc.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0052-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0053-Staging-hv-netvsc-Cleanup-error-return-codes-in-n.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0054-Staging-hv-netvsc-Cleanup-error-codes-in-rndis_fi.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0055-Staging-hv-netvsc-Cleanup-error-code-in-rndis_fil.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0056-Staging-hv-netvsc-Cleanup-error-return-values-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0057-Staging-hv-netvsc-Cleanup-error-returns-in-rndis_.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0058-Staging-hv-netvsc-Cleanup-error-code-in-rndis_fil.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0059-Staging-hv-mouse-Change-the-jump-label-Cleanup-to.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0060-Staging-hv-netvsc-Change-the-jump-label-Cleanup-t.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0061-Staging-hv-netvsc-Change-the-jump-label-Exit-to-e.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0062-Staging-hv-mouse-Get-rid-of-the-unused-PCI-signat.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0063-Staging-hv-hv_mouse-remove-deviceinfo_callback-fu.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0064-Staging-hv-hv_mouse-remove-inputreport_callback-f.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0065-Staging-hv-hv_mouse-remove-a-forward-declaration.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0066-Staging-hv-hv_mouse-fix-up-remove-function.patch
|
|
|
|
# module support patches outside of drivers/staging/hv
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0562-Staging-hv-Add-struct-hv_vmbus_device_id-to-mod_de.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0563-Staging-hv-add-driver_data-to-hv_vmbus_device_id.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0568-Staging-hv-Add-code-to-parse-struct-hv_vmbus_devic.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110825-0570-Staging-hv-file2alias-fix-up-alias-creation-logic.patch
|
|
|
|
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0303-Staging-hv-storvsc-Inline-free_stor_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0304-Staging-hv-storvsc-Do-not-aquire-an-unnecessary-r.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0305-Staging-hv-storvsc-Rename-must_get_stor_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0306-Staging-hv-storvsc-Rename-get_stor_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0307-Staging-hv-storvsc-Cleanup-alloc_stor_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0308-Staging-hv-storvsc-Introduce-state-to-manage-the.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0309-Staging-hv-storvsc-Prevent-outgoing-traffic-when.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0310-Staging-hv-storvsc-Get-rid-of-release_stor_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0311-Staging-hv-storvsc-Get-rid-of-final_release_stor_.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0312-Staging-hv-storvsc-Get-rid-of-the-reference-count.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0313-Staging-hv-netvsc-Inline-the-code-for-free_net_de.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0314-Staging-hv-netvsc-Cleanup-alloc_net_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0315-Staging-hv-netvsc-Introduce-state-to-manage-the-l.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0316-Staging-hv-netvsc-Prevent-outgoing-traffic-when-n.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0317-Staging-hv-netvsc-Get-rid-of-release_outbound_net.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0318-Staging-hv-netvsc-Get-rid-of-release_inbound_net_.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0319-Staging-hv-netvsc-Get-rid-of-the-refcnt-field-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0320-Staging-hv-storvsc-Add-code-to-handle-IDE-devices.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0321-Staging-hv-storvsc-Handle-IDE-devices-using-the-s.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0322-Staging-hv-blkvsc-Get-rid-of-blkvsc_drv.c-as-this.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0323-Staging-hv-storvsc-Optimize-bounce-buffer-handlin.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0324-Staging-hv-storvsc-Optimize-the-bounce-buffer-han.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0325-Staging-hv-storvsc-Include-storvsc.c-in-storvsc_d.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0326-Staging-hv-storvsc-Cleanup-storvsc_drv.c-after-ad.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0327-Staging-hv-storvsc-Add-the-contents-of-hyperv_sto.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0328-Staging-hv-storvsc-Cleanup-storvsc_drv.c-after-ad.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0329-Staging-hv-storvsc-Fixup-srb-and-scsi-status-for.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0330-Staging-hv-storvsc-Fix-a-typo.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0331-Staging-hv-storvsc-In-case-of-scsi-errors-offline.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0332-Staging-hv-storvsc-No-need-to-copy-from-bounce-bu.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0333-Staging-hv-util-Forcefully-shutdown-when-shutdown.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0334-Staging-hv-util-Adjust-guest-time-in-a-process-co.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0335-Staging-hv-vmbus-Check-before-invoking-the-channe.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0336-Staging-hv-vmbus-Properly-deal-with-de-registerin.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0337-Staging-hv-Fix-a-bug-in-vmbus_match.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0338-Staging-hv-vmbus-Get-rid-of-vmbus_on_isr-by-inl.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0339-Staging-hv-vmbus-Do-not-enable-auto-eoi.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0340-Staging-hv-vmbus-Fixup-indentation-in-vmbus_acpi_.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0341-Staging-hv-vmbus-Get-rid-of-some-dated-redundant.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0342-Staging-hv-vmbus-Get-rid-of-an-unnecessary-check.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0343-Staging-hv-vmbus-Fix-a-checkpatch-warning-in-ring.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0344-Staging-hv-vmbus-Fix-checkpatch-warnings-in-conne.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0345-Staging-hv-mousevsc-Fix-checkpatch-errors-and-war.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20110829-0346-Staging-hv-netvsc-return-negative-error-codes.patch
|
|
|
|
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0051-Staging-hv-util-Deal-with-driver-register-failure.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0052-Staging-hv-vmbus-Fix-a-bug-in-error-handling-in-v.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0053-Staging-hv-vmbus-Check-for-events-before-messages.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0054-Staging-hv-vmbus-Cleanup-the-code-in-process_chn_.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0055-staging-hv-remove-unnecessary-includes-in-netvsc.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0056-staging-hv-add-newline-to-log-messages-in-netvsc.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0057-staging-hv-convert-dev_-loglevel-to-netdev_-logle.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0058-staging-hv-fix-a-kernel-warning-in-netvsc_linkstat.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0059-staging-hv-re-order-the-code-in-netvsc_probe.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0060-staging-hv-fix-counting-of-outstanding-sends-in-f.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0061-staging-hv-fix-counting-of-available-buffer-slots.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0062-staging-hv-fix-the-return-status-of-netvsc_start_x.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0063-staging-hv-fix-the-page-buffer-when-rndis-data-go.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0064-staging-hv-fix-some-typos-in-netvsc.c.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0065-Staging-hv-Update-TODO-file.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0066-Staging-hv-vmbus-Show-the-modalias-in-sys-bus-vm.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0129-Staging-hv-Add-support-for-2-TB-LUN-in-storage-dr.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0243-Staging-hv-vmbus-Rename-vmbus_child_device_create.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0244-Staging-hv-vmbus-Rename-vmbus_child_device_regist.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0245-Staging-hv-vmbus-Rename-vmbus_child_device_unregi.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0246-Staging-hv-vmbus-Cleanup-dated-comments-in-channe.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0293-Staging-hv-vmbus-Introduce-a-utility-function-to.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0294-Staging-hv-vmbus-Change-the-signature-of-struct-h.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0295-Staging-hv-storvsc-Use-the-driver_data-to-identif.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0296-Staging-hv-vmbus-Introduce-functions-for-setting.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0297-Staging-hv-vmbus-Cleanup-vmbus_remove.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0298-Staging-hv-storvsc-Get-rid-of-storvsc_dev_add-b.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0299-Staging-hv-storvsc-Get-rid-of-alloc_stor_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0300-Staging-hv-storvsc-Get-rid-of-some-unnecessary-st.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0301-Staging-hv-storvsc-Eliminate-the-usage-of-ext-fie.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0302-Staging-hv-netvsc-Get-rid-of-the-usage-of-the-ext.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0303-Staging-hv-mousevsc-Get-rid-of-the-usage-of-the-e.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0304-Staging-hv-vmbus-Get-rid-of-the-ext-field-in-stru.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0305-Staging-hv-vmbus-Do-not-allocate-struct-hv_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0306-Staging-hv-vmbus-Get-rid-of-the-module-dependency.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0307-Staging-hv-netvsc-Rename-netDevice-as-net_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0308-Staging-hv-netvsc-Rename-rndisDevice-to-rndis_dev.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0309-Staging-hv-netvsc-Rename-deviceInfo-as-device_inf.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0310-Staging-hv-netvsc-Cleanup-the-name-and-type-of-li.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0421-Staging-hv-util-Perform-some-service-specific-ini.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0422-Staging-hv-util-Properly-handle-util-services-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0423-Staging-hv-vmbus-Get-rid-of-hv_cb_utils-and-oth.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0476-Staging-hv-Update-the-TODO-file.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0479-staging-hv-remove-the-carrier-status-check-from-ne.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0579-Staging-hv-mousevsc-Fixup-struct-hv_input_dev_inf.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0580-Staging-hv-mousevsc-Get-rid-of-the-struct-input_d.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0581-Staging-hv-mousevsc-Fixup-some-bogus-WARN_ON-ca.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0582-Staging-hv-mousevsc-Change-the-allocation-flags-t.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0583-Staging-hv-mousevsc-Handle-the-case-where-we-may.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0584-Staging-hv-mousevsc-Correctly-initialize-the-head.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0585-Staging-hv-mousevsc-Use-completion-primitive-to-s.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0586-Staging-hv-mousevsc-Cleanup-and-properly-implemen.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0587-Staging-hv-mousevsc-Get-rid-of-unnecessary-DPRINT.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0588-Staging-hv-mousevsc-Cleanup-error-handling.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0589-Staging-hv-mousevsc-Get-rid-of-unnecessary-pr_-c.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0590-Staging-hv-mousevsc-Free-allocated-memory-in-free.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0591-Staging-hv-mousevsc-Get-rid-of-the-unused-state.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0592-Staging-hv-mousevsc-Cleanup-alloc_input_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0593-Staging-hv-mousevsc-Get-rid-of-mousevsc_on_send_c.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0594-Staging-hv-mousevsc-Cleanup-mousevsc_connect_to_v.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0595-Staging-hv-mousevsc-Get-rid-of-mousevsc_on_device.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0596-Staging-hv-mousevsc-Now-cleanup-mousevsc_remove.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0597-Staging-hv-mousevsc-Get-rid-of-ref_count-state-in.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0598-Staging-hv-mousevsc-Cleanup-camel-cased-enums.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0599-Staging-hv-mousevsc-Get-rid-of-mousevsc_on_receiv.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0600-Staging-hv-mousevsc-Cleanup-mousevsc_on_device_ad.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0601-Staging-hv-mousevsc-Enable-autoloading-of-the-mou.patch
|
|
|
|
patches.suse/staging-hv-staging-next-20111001-0602-Staging-hv-mousevsc-Get-rid-of-unnecessary-commen.patch
|
|
|
|
|
|
|
|
patches.suse/staging-hv-util-fix-a-bug-in-kvp-implementation.patch
|
|
|
|
patches.suse/staging-hv-util-invoke-cn_netlink_send-in-a-work-context.patch
|
|
|
|
patches.suse/staging-hv-netvsc-rndis_filter_receive-dereferencing-issue.patch
|
|
|
|
|
|
|
|
patches.suse/staging-hv-storvsc-scsi-proc_name.patch
|
|
|
|
patches.suse/staging-hv-netvsc-module-name.patch
|
|
|
|
patches.suse/staging-hv-storvsc-module-name.patch
|
|
|
|
patches.suse/staging-hv-pata_piix-ignore-disks.patch
|
|
|
|
patches.suse/staging-hv-bind-hv_blkkvsc-to-hv_storvsc.patch
|
|
|
|
patches.suse/staging-hv-storvsc-ignore-SET_WINDOW.patch
|
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.fixes/parport-mutex
|
2011-10-05 07:01:45 +02:00
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.suse/no-partition-scan
|
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
|
|
|
|
patches.suse/dmraid45-dm_dirty_log_create-api-fix
|
|
|
|
patches.suse/dmraid45-dm_get_device-takes-fewer-arguments
|
|
|
|
patches.suse/dm-raid45-api-update-remove-dm_put-after-dm_table_get_md
|
2011-01-13 07:02:36 +01:00
|
|
|
patches.suse/dm-raid45-api-update-no-barriers
|
2011-05-21 07:04:56 +02:00
|
|
|
patches.suse/dm-raid45-api-2.6.39
|
2011-07-25 07:01:42 +02:00
|
|
|
patches.suse/dm-raid45-api-3.0
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.fixes/dm-mpath-reattach-dh
|
|
|
|
patches.suse/dm-mpath-leastpending-path-update
|
2011-08-25 07:02:44 +02:00
|
|
|
patches.suse/dm-mpath-accept-failed-paths
|
|
|
|
patches.suse/dm-mpath-detach-existing-hardware-handler
|
2011-10-05 07:01:45 +02:00
|
|
|
patches.fixes/dm-table-switch-to-readonly
|
2010-12-01 11:20:27 +01:00
|
|
|
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
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.apparmor/apparmor-compatibility-patch-for-v5-interface
|
|
|
|
patches.apparmor/apparmor-allow-dfa-backward-compatibility-with-broken-userspace
|
|
|
|
|
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-06-05 18:32:12 +02:00
|
|
|
patches.arch/x86_64-unwind-annotations
|
2011-10-05 07:01:45 +02:00
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Kdump
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# cgroups
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# audit subsystem
|
|
|
|
########################################################
|
|
|
|
|
|
|
|
########################################################
|
|
|
|
# Performance Monitoring, Tracing etc
|
|
|
|
########################################################
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch
|
|
|
|
|
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.
|
|
|
|
#
|
2010-12-01 11:20:27 +01:00
|
|
|
### both uml framebuffer and xen need this one.
|
|
|
|
patches.xen/add-console-use-vt
|
|
|
|
|
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
|
2011-10-25 07:02:09 +02:00
|
|
|
patches.xen/frontswap-structure-changes
|
|
|
|
patches.xen/frontswap-core
|
|
|
|
patches.xen/frontswap-hooks
|
|
|
|
patches.xen/frontswap-config
|
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
|
|
|
|
2010-12-01 11:20:27 +01:00
|
|
|
# ports of other 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
|
2011-10-25 07:02:09 +02:00
|
|
|
patches.xen/xen3-apei_allow_drivers_access_nvs_ram.patch
|
|
|
|
patches.xen/xen3-acpi_implement_overriding_of_arbitrary_acpi_tables_via_initrd.patch
|
2014-05-15 08:01:32 +02:00
|
|
|
patches.xen/xen3-stack-unwind
|
|
|
|
patches.xen/xen3-x86_64-unwind-annotations
|
2014-01-09 08:01:52 +01:00
|
|
|
|
|
|
|
# bugfixes and enhancements
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.xen/xen-kconfig-compat
|
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
|
|
|
|
patches.xen/xen-mem-hotplug
|
2011-05-21 07:04:56 +02:00
|
|
|
patches.xen/xen-swiotlb-heuristics
|
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-sections
|
|
|
|
patches.xen/xen-unpriv-build
|
|
|
|
patches.xen/xen-cpufreq-report
|
|
|
|
patches.xen/xen-balloon-max-target
|
|
|
|
patches.xen/xen-blkif-protocol-fallback-hack
|
|
|
|
patches.xen/xen-blkback-cdrom
|
|
|
|
patches.xen/xen-blktap-modular
|
|
|
|
patches.xen/xen-blktap-write-barriers
|
|
|
|
patches.xen/xen-blktap2-configurable-nr-devs
|
|
|
|
patches.xen/xen-op-packet
|
|
|
|
patches.xen/xen-blkfront-cdrom
|
|
|
|
patches.xen/xen-blkfront-hvm-no-cdrom
|
2010-12-01 11:20:27 +01:00
|
|
|
patches.xen/xen-netback-nr-irqs
|
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
|
2011-01-13 07:02:36 +01:00
|
|
|
patches.xen/xen-x86-msr-on-pcpu
|
2011-07-25 07:01:42 +02:00
|
|
|
patches.xen/xen-x86-EFI
|
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
|
2011-11-04 07:02:45 +01:00
|
|
|
- patches.xen/xencons-tty_mutex.patch
|