# 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... ######################################################## # patches.kernel.org/patch-2.6.32.1 # patches.kernel.org/patch-2.6.32.1-2 # patches.kernel.org/patch-2.6.32.2-3 # patches.kernel.org/patch-2.6.32.3-4 # patches.kernel.org/patch-2.6.32.4-5 # patches.kernel.org/patch-2.6.32.5-6 # patches.kernel.org/patch-2.6.32.6-7 # patches.kernel.org/patch-2.6.32.7-8 # patches.kernel.org/patch-2.6.32.8-9 # patches.kernel.org/patch-2.6.32.9-10 ######################################################## # Build fixes that apply to the vanilla kernel too. # They must be placed in patches.kernel.org to be # picked up for the -vanilla flavor. This is cheating, # since they're not actually upstream, but if the # packages don't build, that's pretty useless too. ######################################################## patches.rpmify/psmouse-section-conflict.diff patches.rpmify/ipmi-section-conflict.diff patches.rpmify/md-section-conflict patches.rpmify/gdth-section-conflict patches.rpmify/arch-include-asm-fixes patches.rpmify/arm-arch_include_asm-fix.diff patches.rpmify/tsi148-dependency patches.rpmify/staging-missing-sched.h patches.rpmify/ia64-sn-fix-percpu-warnings patches.rpmify/modpost-segfault patches.rpmify/ppc-crashdump-typefix ######################################################## # 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 # patches.rpmify/no-include-asm patches.rpmify/rpm-kernel-config # patches.rpmify/split-package # patches.rpmify/buildhost # patches.rpmify/cloneconfig.diff ######################################################## # kbuild/module infrastructure fixes ######################################################## # patches.suse/supported-flag # patches.suse/supported-flag-sysfs # patches.suse/supported-flag-enterprise # patches.suse/kbuild-record-built-in-o # patches.fixes/kbuild-fix-generating-of-.symtypes-files # patches.suse/genksyms-add-override-flag.diff # patches.suse/kbuild-generate-modules.builtin # patches.suse/kconfig-automate-kernel-desktop # patches.fixes/kbuild-Really-don-t-clean-bounds.h-and-asm-offsets.h ######################################################## # Simple export additions/removals ######################################################## # patches.suse/reiser4-exports # patches.suse/kvm-as-kmp # patches.suse/export-release_open_intent # patches.suse/export-security_inode_permission # patches.suse/export-sync_page_range ######################################################## # Bug workarounds for binutils ######################################################## ######################################################## # Scheduler / Core ######################################################## patches.suse/setuid-dumpable-wrongdir patches.fixes/seccomp-disable-tsc-option patches.suse/hung_task_timeout-configurable-default patches.suse/sched-revert-latency-defaults # bnc#560317 patches.fixes/sched-make-tunable-scaling-configurable patches.fixes/sched-sysctl-for-normalized-tunables patches.fixes/sched-cleanup-select_task_rq_fair patches.fixes/sched-more-generic_WAKE_AFFINE patches.fixes/sched-fix-vmark-regression patches.fixes/sched-inline__percpu_counter_add.patch patches.fixes/sched-cpuacct-percpu-counter-batch.patch # writable limits patches.suse/rlim-0002-resource-move-kernel-function-inside-__KERNEL__.patch patches.suse/rlim-0004-IA64-use-helpers-for-rlimits.patch patches.suse/rlim-0005-core-posix-cpu-timers-cleanup-rlimits-usage.patch patches.suse/rlim-0006-PPC-use-helpers-for-rlimits.patch patches.suse/rlim-0007-S390-use-helpers-for-rlimits.patch patches.suse/rlim-0008-SPARC-use-helpers-for-rlimits.patch patches.suse/rlim-0009-X86-use-helpers-for-rlimits.patch patches.suse/rlim-0010-FS-use-helpers-for-rlimits.patch patches.suse/rlim-0011-MM-use-helpers-for-rlimits.patch patches.suse/rlim-0012-core-use-helpers-for-rlimits.patch patches.suse/rlim-0013-infiniband-use-helpers-for-rlimits.patch patches.suse/rlim-0014-ipc-use-helpers-for-rlimits.patch patches.suse/rlim-0015-SECURITY-add-task_struct-to-setrlimit.patch patches.suse/rlim-0016-core-add-task_struct-to-update_rlimit_cpu.patch patches.suse/rlim-0017-sys_setrlimit-make-sure-rlim_max-never-grows.patch patches.suse/rlim-0018-core-split-sys_setrlimit.patch patches.suse/rlim-0019-core-allow-setrlimit-to-non-current-tasks.patch patches.suse/rlim-0020-core-optimize-setrlimit-for-current-task.patch patches.suse/rlim-0021-FS-proc-switch-limits-reading-to-fops.patch patches.suse/rlim-0022-FS-proc-make-limits-writable.patch patches.suse/rlim-0023-core-do-security-check-under-task_lock.patch patches.fixes/make-note_interrupt-fast.diff patches.fixes/nohz-delay-from-tip.diff patches.fixes/reuse-ktime-from-tip.diff patches.fixes/sched-Limit-the-number-of-scheduler-debug-messages.patch patches.fixes/cpuset-fix-cpuset_mem_spread_node-offline-node.patch patches.fixes/fix_clock_gettime_vsyscall_time_warp.diff patches.suse/cfq-turn-lowlatency-off-by-default.patch patches.fixes/sched-fix-sched_mc-regression-caused-by-change-in-sched-cpu_power patches.fixes/sched-fix-cputime-monotonicity.patch ######################################################## # 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. ######################################################## ######################################################## # ia64 ######################################################## # patches.fixes/ia64-sparse-fixes.diff # patches.fixes/nr-irqs-file # patches.arch/mm-avoid-bad-page-on-lru # patches.arch/ia64-page-migration # patches.arch/ia64-page-migration.fix # patches.fixes/taskstats-alignment # patches.fixes/ia64-fix-sba-iommu-to-handle-allocation-failure-properly # patches.fixes/ia64-select-mmu-notifier-for-sgi-xp.patch # patches.fixes/ia64-preserve-high-order-personality-bits ######################################################## # i386 ######################################################## patches.arch/i386-do-a-global-tlb-flush-in-S4-resume.patch # 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 ######################################################## patches.arch/x86-hpet-pre-read patches.arch/x86_64-hpet-64bit-timer.patch patches.arch/add_support_for_hpet_msi_intr_remap.patch patches.arch/add_x86_support_for_hpet_msi_intr_remap.patch patches.arch/x86-crypto-pclmulqdq-accelerated-implementation.patch patches.arch/x86-crypto-add-ghash-algorithm-test.patch patches.fixes/crypto-testmgr-fix-complain-about-lacking-test.patch patches.arch/x86-mcp51-no-dac patches.arch/kvm-split-paravirt-ops-by-functionality patches.arch/kvm-only-export-selected-pv-ops-feature-structs patches.arch/kvm-split-the-KVM-pv-ops-support-by-feature patches.arch/kvm-replace-kvm-io-delay-pv-ops-with-linux-magic patches.arch/x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata patches.arch/x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata patches.arch/x86-64-add-comment-for-rodata-large-page-retainment patches.suse/x86-mark_rodata_rw.patch patches.arch/x86-ftrace-fix-rodata-1.patch patches.arch/x86-ftrace-fix-rodata-2.patch patches.arch/x86-ftrace-fix-rodata-3.patch patches.fixes/dmar-fix-oops-with-no-dmar-table # bug 564618 patches.arch/x86-Remove-the-CPU-cache-size-printks.patch patches.arch/x86-Remove-CPU-cache-size-output-for-non-Intel-too.patch patches.arch/x86-cpu-mv-display_cacheinfo-cpu_detect_cache_sizes.patch patches.arch/x86-Limit-the-number-of-processor-bootup-messages.patch patches.arch/x86-Limit-number-of-per-cpu-TSC-sync-messages.patch patches.arch/x86-Remove-enabling-x2apic-message-for-every-CPU.patch patches.arch/ACPI-Remove-repeated-registered-as-cooling_device-messages.patch # bug 567510 patches.arch/x86-revert-apic-Use-logical-flat-on-intel-with-8-or-fewer-logical-cpus.patch patches.arch/x86-apic-use-logical-flat-for-systems-with-8-or-fewer-logical-cpus.patch patches.fixes/x86_64_memory_hotplug_dev_mem.patch patches.arch/x86-calgary-increase-max-phb-bus-num.patch patches.arch/x86_64_apic_consider_hotplug_for_mode_logical_flat.patch patches.fixes/x86_ioapic_fix_out_of_order_gsi.patch patches.suse/x86-cacheline-size-128.patch # bug 587669 patches.arch/x86-Reduce-per-cpu-warning-boot-up-messages.patch # bug 588008 patches.arch/x86-pat-Update-page-flags-for-memtype-without-using-memtype_lock-V3.patch ######################################################## # x86 MCE/MCA (Machine Check Error/Architecture) extensions ######################################################## patches.arch/x86_mce_undef-lru patches.arch/x86_mce_shake-page patches.arch/x86_mce_hwpoison-action_result-valid-pfn.patch patches.arch/x86_mce_hwpoison-no-double-ref.patch patches.arch/x86_mce_ref-to-flags patches.arch/x86_mce_hwpoison-is-free-page.patch patches.arch/x86_mce_offline-inject patches.arch/x86_mce_madvise-locking patches.arch/x86_mce_page-offline # one bug fix, better stress testing, and injection filters patches.fixes/mce_injection_enhancements_9b9a29ecd75e310f75a9243e1c3538ad34598fcb patches.fixes/mce_injection_enhancements_1668bfd5be9d8a52536c4865000fbbe065a3613b patches.fixes/mce_injection_enhancements_db0480b3a61bd6ad86ead3b8bbad094ab0996932 patches.fixes/mce_injection_enhancements_71f72525dfaaec012e23089c73331654ea7b12d3 patches.fixes/mce_injection_enhancements_95d01fc664b9476e0d18e3d745bb209a42a33588 patches.fixes/mce_injection_enhancements_847ce401df392b0704369fd3f75df614ac1414b4 patches.fixes/mce_injection_enhancements_d95ea51e3a7e9ee051d19f1dd283ca61d1aa5ec6 patches.fixes/mce_injection_enhancements_138ce286eb6ee6d39ca4fb50516e93adaf6b605f patches.fixes/mce_injection_enhancements_7c116f2b0dbac4a1dd051c7a5e8cef37701cafd4 patches.fixes/mce_injection_enhancements_31d3d3484f9bd263925ecaa341500ac2df3a5d9b patches.fixes/mce_injection_enhancements_1a9b5b7fe0c5dad8a635288882d36785dea742f9 patches.fixes/mce_injection_enhancements_478c5ffc0b50527bd2390f2daa46cc16276b8413 patches.fixes/mce_injection_enhancements_e42d9d5d47961fb5db0be65b56dd52fe7b2421f1 patches.fixes/mce_injection_enhancements_d324236b3333e87c8825b35f2104184734020d35 patches.fixes/mce_injection_enhancements_4fd466eb46a6a917c317a87fb94bfc7252a0f7ed patches.fixes/mce_injection_enhancements_1bfe5febe34d2be2120803c10720e179186357c9 patches.fixes/mce_injection_enhancements_413f9efbc513d330f00352bb7cba060a729999d3 patches.fixes/mce_injection_enhancements_fe194d3e100dea323d7b2de96d3b44d0c067ba7a patches.fixes/mce_injection_enhancements_0474a60ec704324577782b1057d05b574388d552 patches.fixes/mce_injection_enhancements_0d57eb8dfcb92e3dd928d792f4ed2b2fec680bb7 patches.fixes/mce_injection_enhancements_12686d153abff397fa0927c620d5a3de84910b72 patches.fixes/mce_injection_enhancements_f2c03debdfb387fa2e35cac6382779072b8b9209 # Needed on Boxboro/Westmere-EX to correctly decode the physical # address of correctable errors patches.arch/x86_mce_intel_decode_physical_address.patch patches.arch/x86_mce_intel_decode_physical_address_rename_fix.patch patches.arch/x86_mce_intel_decode_physical_address_compile_fix.patch # bug 587669 patches.arch/x86-Reduce-per-cpu-MCA-boot-up-messages.patch ######################################################## # x86_64/4096CPUS - from SGI ######################################################## patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch ######################################################## # x86 UV patches from SGI ######################################################## patches.arch/bug-561933_uv_pat_is_gru_range.patch patches.arch/bug-561939_uv_bios_call_hwperf_updated.patch patches.arch/bug-561939_uv_gpa_to_soc_phys_ram.patch patches.arch/bug-561939_uv_gpa_is_mmr_space.patch patches.arch/bug-561939_uv_rtc_fixes.patch patches.arch/bug-561939_uv_rtc_setup_evt.patch patches.arch/bug-561939_uv_rtc_cleanup.patch patches.arch/bug-561939_uv_ipi_macro.patch patches.arch/bug-561939_uv_mmap_low.patch patches.arch/uv_determine_revision_id_of_node_controller_chip.patch patches.arch/uv_use_replicated_cachelines_to_read_rtc.patch # Generic, but depends on the above patches patches.arch/bug-561946_rename_generic_int.patch patches.arch/bug-561946_uv_use_rtc.patch patches.arch/bug-561946_uv_irq_affinity.patch patches.arch/bug-561946_uv_move_ioapic.patch patches.arch/bug-561989_gru_rollup.patch # bug 562288 patches.arch/xpc_introduce_xp_socket.patch patches.arch/xpc_uv_bios_changes.patch patches.arch/xpc_fix_xpc_get_fifo_entry_uv.patch patches.arch/xpc_first_contact_when_active.patch patches.arch/xpc_recv_msg_slots_wrap.patch patches.arch/xpc_pass_nasid_to_gru_create_message_queue.patch # bug 566745 patches.arch/UV-Expose-irq_desc-node-in-proc.patch # bug 579636 patches.arch/x86-uv-fix-uv_hub_macro-bug.patch # bug 579647 patches.arch/x86-UV-Add-UV-NMI-handler.patch # bug 582878 patches.arch/x86-Fix-sched_clock_cpu-for-systems-with-unsynchronized-TSC.patch # bug 586364 patches.arch/x86-speed-up-microcode.ctl-on-SGI-UV.patch # bug 587562 patches.arch/x86-uv-Update-UV-mmr-definitions-header-file.patch # bug 587673 patches.arch/x86-UV-Fix-target_cpus-in-x2apic_uv_x.c.patch # bug 586806 patches.arch/x86-UV-BAU-performance-and-error-recovery.patch ######################################################## # x86_64/i386 depending on the UV patchset ######################################################## # bug 558247 patches.arch/x86-Unify-fixup_irqs-for-32-bit-and-64-bit-kernels.patch patches.arch/x86-intr-remap-Avoid-irq_chip-mask-unmask-in-fixup_irqs-for-intr-remapping.patch patches.arch/x86-Remove-move_cleanup_count-from-irq_cfg.patch patches.arch/x86-Force-irq-complete-move-during-cpu-offline.patch patches.arch/x86-Use-EOI-register-in-io-apic-on-intel-platforms.patch patches.arch/x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch patches.arch/x86-io-apic-Move-the-effort-of-clearing-remoteIRR-explicitly-before-migrating-the-irq.patch patches.arch/x86-ioapic-Fix-the-EOI-register-detection-mechanism.patch patches.arch/x86-ioapic-Document-another-case-when-level-irq-is-seen-as-an-edge.patch patches.arch/x86-Remove-unnecessary-mdelay-from-cpu_disable_common.patch patches.arch/x86-irq-check-move_in_progress-before-freeing-the-vector-mapping.patch ######################################################## # powerpc/generic ######################################################## patches.suse/of_platform_driver.module-owner.patch patches.suse/led_classdev.sysfs-name.patch patches.suse/radeon-monitor-jsxx-quirk.patch patches.suse/8250-sysrq-ctrl_o.patch patches.suse/ppc-no-LDFLAGS_MODULE.patch patches.arch/ppc-vio-modalias.patch patches.arch/ppc-efika-mpc52xx-ac97.patch patches.arch/ppc-efika-psc-console-autodetection.patch - patches.arch/ppc-efika-bestcomm-ata-dma.patch patches.arch/ppc-pegasos-console-autodetection.patch patches.suse/ppc-powerbook-usb-fn-key-default.patch patches.suse/suse-ppc32-mol.patch patches.suse/suse-ppc32-mol-kbuild.patch patches.suse/suse-ppc32-mol-handle-mm-fault patches.suse/suse-ppc32-mol-ioctl patches.suse/suse-ppc32-mol-get-property patches.suse/suse-ppc32-mol-BIT patches.suse/suse-ppc32-mol-sheep patches.suse/suse-ppc32-mol-semaphore patches.drivers/ppc64-adb patches.suse/suse-ppc64-branding patches.arch/ppc64-xmon-dmesg-printing.patch patches.arch/ppc-prom-nodisplay.patch patches.fixes/ptrace-getsiginfo patches.arch/ppc-ipic-suspend-without-83xx-fix patches.arch/ppc-vmcoreinfo.diff patches.arch/ppc-select patches.arch/ppc-extended_h_cede-kernel-dlpar patches.arch/ppc-extended_h_cede-mv_of_drconf_cell patches.arch/ppc-extended_h_cede-Export_memory_sysdev_class patches.arch/ppc-extended_h_cede-memory-dlpar patches.arch/ppc-extended_h_cede-cpu-dlpar patches.arch/ppc-extended_h_cede-new_cede_processor patches.arch/ppc-extended_h_cede-add_offline_states patches.arch/ppc-extended_h_cede-node_offline_online_cpus patches.arch/ppc-extended_h_cede-add_driver_lock patches.arch/ppc-extended_h_cede-update-to-mainline patches.arch/ppc-extended_h_cede-fix-kstack-resume patches.arch/ppc-pseries-mach-cpu-die-rearrange-code patches.arch/ppc-pseries-mach-cpu-die-remove-debug-printk patches.fixes/powerpc-fix-cpu-name-in-show-cpuinfo patches.arch/ppc-pseries-ncpus-1 patches.arch/ppc-pseries-ncpus-2 patches.fixes/powerpc-eeh-fix-a-bug-when-pci-structure-is-null patches.arch/powerpc-export-data-from-new-hcall-H_EM_GET_PARMS.patch ######################################################## # PS3 ######################################################## ######################################################## # S/390 ######################################################## patches.arch/s390-add-FREE_PTE_NR patches.suse/s390-System.map.diff patches.arch/s390-message-catalog.diff patches.arch/s390-01-qeth-isolation.patch patches.arch/s390-02-01-cex3-init-msg.patch patches.arch/s390-02-02-cex3-special-command.patch patches.arch/s390-02-03-cex3-device.patch patches.arch/s390-02-04-cex3-use-def.patch patches.arch/s390-02-05-zcrypt-speed-cex2c.patch patches.arch/s390-02-06-zcrypt-speed-cex3.patch patches.arch/s390-03-qeth-hs-traffic-analyzer.patch patches.arch/s390-04-02-zcrypt-hrtimer.patch patches.arch/s390-04-04-mm-fault-fix.patch patches.arch/s390-04-05-sclp-dump-indicator.patch patches.arch/s390-04-06-dasd-move-diag-kmsg.patch patches.arch/s390-04-08-cio-fix-dev-stall.patch patches.arch/s390-04-09-cio-recover-hw-changes.patch patches.arch/s390-04-10-cio-fix-onoffline-failure.patch patches.arch/s390-04-11-cio-error-reporting.patch patches.arch/s390-04-13-cio-internal-io.patch patches.arch/s390-04-14-cio-allow-offline.patch patches.arch/s390-04-15-cio-split-pgid.patch patches.arch/s390-04-16-cio-path-verification.patch patches.arch/s390-04-17-cio-steal-lock.patch patches.arch/s390-04-18-cio-fix-memleak-chk-dev.patch patches.arch/s390-04-19-cio-fix-deact-dev-panic.patch patches.suse/s390-Kerntypes.diff patches.arch/s390-05-02-cmm-suspend.patch patches.arch/s390-05-03-iucv-suspend.patch patches.arch/s390-05-04-zfcp-work-queue.patch patches.arch/s390-05-05-zfcp-fail-commands.patch patches.arch/s390-05-06-zfcp-adisc.patch patches.arch/s390-05-07-zfcp-fsf-errors.patch patches.arch/s390-05-08-zfcp-block.diff patches.arch/s390-05-09-ctcm-suspend-wait.diff patches.arch/s390-05-10-rework-tso.diff patches.arch/s390-05-11-atomic-volatile.patch patches.arch/s390-05-12-tape-remove-fn.patch patches.arch/s390-05-13-qeth-blkt-defaults.patch patches.arch/s390-05-14-dasd-dasd-enable-prefix.patch patches.arch/s390-05-16-dasd-wait-lcu-setup.patch patches.arch/s390-06-01-zfcp-introduce-bsg-timeout-callback.patch patches.arch/s390-06-02-zfcp-set-hw-timeout-requested-by-bsg.patch patches.arch/s390-07-03-cio-fix-vary-handling.patch patches.arch/s390-07-04-dasd_online_offline_race.patch patches.arch/s390-08-01-zfcp_port_dequeue_race.patch patches.arch/s390-08-02-zfcp_fc_bsg_report_error.patch patches.arch/s390-08-03-qdio-input-error.patch patches.arch/s390-08-04-qdio-int_handler_warn.patch patches.arch/s390-08-05-hvc-iucv-alloc-dma.patch patches.arch/s390-09-01-vdso-version.patch patches.arch/s390-09-02-dasd-fix_refcount.patch patches.arch/s390-09-03-dasd-correct_offline_processing.patch patches.arch/s390-09-04-qeth-no-online-recover.patch patches.arch/s390-09-05-zfcp-ccw_fix_remove_list.patch patches.arch/s390-09-06-qeth-dhcp.patch patches.arch/s390-09-07-qeth-checksum-default.patch patches.arch/s390-dasd-emc-ckd-psf-and-security.patch ######################################################## # VM/FS patches ######################################################## patches.suse/unmap_vmas-lat patches.suse/silent-stack-overflow-2.patch patches.fixes/do_anonymous_page-race patches.fixes/oom-warning patches.suse/shmall-bigger patches.fixes/grab-swap-token-oops +needs_update-32 patches.suse/osync-error patches.fixes/remount-no-shrink-dcache patches.suse/reiser4-set_page_dirty_notag patches.suse/file-capabilities-disable-by-default.diff patches.suse/unlock_page-speedup.patch patches.suse/mm-tune-dirty-limits.patch patches.suse/mm-vmalloc-fail-dump-stack.patch patches.suse/mm-devzero-optimisation.patch patches.fixes/aggressive-zone-reclaim.patch patches.suse/readahead-request-tunables.patch patches.fixes/mm-memcg-coalesce-uncharge.patch patches.fixes/mm-memcg-coalesce-charging.patch patches.fixes/readahead-unplug-dev.patch # bug 578046 patches.fixes/Have-mmu_notifiers-use-SRCU-so-they-may-safely-schedule.patch patches.fixes/Have-mmu_notifiers-use-SRCU-so-they-may-safely-schedule-build-fix.patch patches.fixes/Fix-unmap_vma-bug-related-to-mmu_notifiers.patch patches.fixes/mm-pagealloc-fix-congestion-wait.patch patches.suse/mm-uninline-add-to-page-cache.patch patches.suse/pagecache-limit.patch ######################################################## # IPC patches ######################################################## patches.fixes/ipc-semc-sem-optimise-undo-list-search.patch patches.fixes/ipc-semc-sem-use-list-operations.patch patches.fixes/ipc-semc-sem-preempt-improve.patch patches.fixes/ipc-semc-optimize-if-semops-fail.patch patches.fixes/ipc-semc-add-a-per-semaphore-pending-list.patch patches.fixes/ipc-semc-optimize-single-semop-operations.patch patches.fixes/ipc-semc-optimize-single-sops-when-semval-is-zero.patch patches.fixes/ipc-remove-unreachable-code-in-semc.patch ######################################################## # nfsacl protocol (agruen) ######################################################## +agruen patches.suse/nfsacl-client-cache-CHECK.diff +agruen patches.fixes/nfs-acl-caching.diff ######################################################## # misc small fixes ######################################################## patches.suse/connector-read-mostly patches.suse/kbd-ignore-gfx.patch patches.fixes/ds1682-build-fix ######################################################## # # ACPI patches # ######################################################## patches.suse/apm_setup_UP.diff # Check resource conflicts between hwmon and ACPI OpRegs patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch +trenn patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch +jeffm patches.suse/add-initramfs-file_read_write +jeffm patches.suse/init-move-populate_rootfs-back-to-start_kernel +jeffm patches.suse/acpi-generic-initramfs-table-override-support patches.arch/acpi_thermal_passive_blacklist.patch patches.arch/acpi-export-hotplug_execute +needs_update-32 patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.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 patches.arch/x86_cpu_hotplug_map_numa_node_correctly.patch patches.arch/acpi_enable_C3_on_huge_latencies.patch patches.fixes/acpi-fix-regression-where-_ppc-is-not-read-at-boot-even-when-ignore_ppc-0 ######################################################## # CPUFREQ ######################################################## ## cpuidle feature patch set still not consistent. # patches.suse/cpuidle-cleanup # patches.suse/cpuidle-implement-list # patches.suse/cpuidle-cleanup-x86 # patches.suse/cpuidle-enable-pseries # patches.suse/cpuidle-cleanup-pseries # patches.suse/cpuidle-add-default-idle-ppc # patches.suse/cpuidle-pseries-proc-idle # patches.suse/cpuidle-eliminate-ppcmdpowersave1 # patches.suse/cpuidle-documentation patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch # PCC -> HP's cpufreq driver patches.drivers/cpufreq_ondemand_limit_fix.patch patches.drivers/cpufreq_processor_clocking_control_pcc_driver.patch patches.fixes/bios_driven_exclude_firmware_error.patch ######################################################## # AGP, graphics related stuff ######################################################## patches.arch/x86_agpgart-g33-stoeln-fix-2.patch ######################################################## # Suse specific stuff ######################################################## # TIOCGDEV - suse special patches.fixes/tiocgdev +still_needed? patches.suse/mm-increase-dirty-limits.patch patches.suse/panic-on-io-nmi-SLE11-user-space-api.patch patches.suse/stop_machine-implement-lazy ######################################################## # Networking, IPv6 ######################################################## patches.fixes/bridge-module-get-put.patch patches.fixes/gre-fix-netns-vs-proto-registration-ordering patches.fixes/tunnels-fix-netns-vs-proto-registration-ordering ######################################################## # NFS ######################################################## patches.fixes/nfs-slot-table-alloc patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch patches.fixes/nfsd-09-fix-kabi patches.fixes/nfs-fix-NFS4ERR_FILE_OPEN-handling patches.fixes/sunrpc-monotonic-expiry patches.fixes/nfs-bdi-leak.fix patches.fixes/01-rnfs_read_complete_calc_rq_respages.patch ######################################################## # lockd + statd ######################################################## ######################################################## # cifs patches ######################################################## ######################################################## # ext2/ext3 ######################################################## # patches.suse/ext3-barrier-default # patches.suse/ext2-fsync-err patches.fixes/ext3-mark-super-uptodate ######################################################## # ext4 ######################################################## ######################################################## # Reiserfs Patches ######################################################## patches.fixes/reiserfs-replay-honor-ro patches.suse/reiserfs-barrier-default ######################################################## # dlm ######################################################## patches.fixes/dlm-enable-debug.patch patches.fixes/dlm-always-use-GFP_NOFS.patch patches.fixes/dlm-fix-ordering-of-bast-and-cast.patch patches.fixes/dlm-send-reply-before-bast.patch patches.fixes/dlm-Send-lockspace-name-with-uevents.patch patches.fixes/dlm-use-bastmode-in-debugfs-output.patch ######################################################## # ocfs2 ######################################################## # ocfs2 fixes from 2.6.32 patches.fixes/ocfs2-always-include-acl-support.patch patches.fixes/ocfs2-make-acl-use-the-default.patch patches.fixes/ocfs2-set-MS_POSIXACL-on-remount.patch patches.fixes/ocfs2-Find-proper-end-cpos-for-a-leaf-refcount-block.patch patches.fixes/ocfs2-refcounttree.c-cleanup.patch patches.fixes/ocfs2-cluster-Make-fence-method-configurable-v2.patch patches.fixes/ocfs2-return-EAGAIN-instead-of-EAGAIN-in-dlm.patch patches.fixes/ocfs-stop-using-do_sync_mapping_range.patch patches.fixes/ocfs2-devel-remove-redundant-OCFS2_MOUNT_POSIX_ACL-c.patch patches.fixes/ocfs2-explicit-declare-uninitialized-var-in-user_clu.patch patches.fixes/ocfs2-replace-u8-by-__u8-in-ocfs2_fs.h.patch patches.suse/fiemap-Add-new-extent-flag-FIEMAP_EXTENT_SHARED.patch patches.suse/ocfs2-Use-FIEMAP_EXTENT_SHARED.patch patches.fixes/Ocfs2-Should-ocfs2-support-fiemap-for-S_IFDIR-inode.patch patches.fixes/ocfs2-Add-reflinked-file-s-inode-to-inode-hash-earil.patch patches.fixes/ocfs2-Set-i_nlink-properly-during-reflink.patch patches.fixes/Ocfs2-Let-ocfs2-support-fiemap-for-symlink-and-fast-.patch patches.fixes/ocfs2-trivial-Use-proper-mask-for-2-places-in-hearbe.patch patches.fixes/ocfs2-trivial-Use-le16_to_cpu-for-a-disk-value-in-xa.patch patches.fixes/ocfs2-Handle-O_DIRECT-when-writing-to-a-refcounted-c.patch patches.fixes/ocfs2-Fix-refcnt-leak-on-ocfs2_fast_follow_link-erro.patch patches.fixes/ocfs2-Sync-max_inline_data_with_xattr-from-tools.patch patches.fixes/ocfs2-fix-a-misleading-variable-name.patch patches.fixes/ocfs2-trivial-Remove-trailing-whitespaces.patch patches.fixes/ocfs2-dlm-Ignore-LVBs-of-locks-in-the-Blocked-list.patch patches.fixes/ocfs2-dlm-Print-more-messages-during-lock-migration.patch patches.suse/ocfs2-allocation-resrvations.patch # ocfs2 fixes from 2.6.33-rc8 patches.fixes/ocfs2-Fix-memory-overflow-in-cow_by_page.patch patches.fixes/ocfs2-Only-bug-out-when-page-size-is-larger-than-clu.patch patches.fixes/ocfs2-dlm-Handle-EAGAIN-for-compatibility-v2.patch patches.fixes/ocfs2-Use-compat_ptr-in-reflink_arguments.patch patches.fixes/ocfs2-Fix-setting-of-OCFS2_LOCK_BLOCKED-during-bast.patch patches.fixes/ocfs2-Prevent-a-livelock-in-dlmglue.patch patches.fixes/ocfs2-Do-not-downconvert-if-the-lock-level-is-alread.patch patches.fixes/ocfs2-Remove-overzealous-BUG_ON-during-blocked-lock-.patch patches.fixes/ocfs2-Plugs-race-between-the-dc-thread-and-an-unlock.patch patches.fixes/ocfs2-dlm-Remove-BUG_ON-in-dlm-recovery-when-freeing.patch patches.fixes/ocfs2-Fix-contiguousness-check-in-ocfs2_try_to_merge.patch patches.fixes/ocfs2-dlm-Fix-printing-of-lockname.patch patches.fixes/ocfs2-cluster-Make-o2net-connect-messages-KERN_NOTIC.patch #bnc#575752 patches.fixes/ocfs2-set-i_mode-on-disk-during-acl-operations.patch ######################################################## # gfs2 read-only support for migration ######################################################## patches.suse/gfs2-ro-mounts-only.patch patches.suse/gfs2-ro-fixes.patch ######################################################## # xfs ######################################################## patches.suse/xfs-dmapi-src patches.suse/xfs-dmapi-enable patches.suse/xfs-dmapi-xfs-enable patches.suse/xfs-nfsd-dmapi-aware patches.fixes/xfs-dmapi-fixes patches.fixes/xfs-redirty-ENOSPC.patch patches.fixes/xfs-export-debug patches.xfs/xfs-simplify-inode-teardown.patch patches.xfs/xfs-fix-mmap_sem-iolock-inversion-in-xfs_free_eofblo.patch patches.xfs/xfs-I-O-completion-handlers-must-use-NOFS-allocation.patch patches.xfs/xfs-reset-the-i_iolock-lock-class-in-the-reclaim-pat.patch patches.xfs/xfs-use-WRITE_SYNC_PLUG-for-synchronous-writeout.patch patches.xfs/xfs-cleanup-data-end-I-O-handlers.patch patches.xfs/xfs-Wrapped-journal-record-corruption-on-read-at-rec.patch patches.xfs/xfs-remove-IO_ISAIO.patch patches.xfs/xfs-simplify-xfs_buf_get-xfs_buf_read-interfaces.patch patches.xfs/xfs-rename-xfs_attr_fetch-to-xfs_attr_get_int.patch patches.xfs/xfs-uninline-xfs_get_extsz_hint.patch patches.xfs/xfs-kill-the-STATIC_INLINE-macro.patch patches.xfs/xfs-remove-incorrect-sparse-annotation-for-xfs_iget_.patch patches.xfs/xfs-cleanup-dmapi-macros-in-the-umount-path.patch patches.xfs/xfs-Fix-error-return-for-fallocate-on-XFS.patch patches.xfs/xfs-cleanup-bmap-extent-state-macros.patch patches.xfs/xfs-change-the-xfs_iext_insert-xfs_iext_remove.patch patches.xfs/xfs-check-for-not-fully-initialized-inodes-in-xfs_ir.patch patches.xfs/xfs-improve-metadata-I-O-merging-in-the-elevator.patch patches.xfs/xfs-kill-xfs_bmbt_rec_32-64-types.patch patches.xfs/XFS-Free-buffer-pages-array-unconditionally.patch patches.xfs/kill-I_LOCK.patch patches.xfs/xfs-fix-timestamp-handling-in-xfs_setattr.patch patches.xfs/xfs-Don-t-flush-stale-inodes.patch patches.xfs/xfs-Ensure-we-force-all-busy-extents-in-range-to-dis.patch patches.xfs/xfs-reclaim-inodes-under-a-write-lock.patch patches.xfs/xfs-Avoid-inodes-in-reclaim-when-flushing-from-inode.patch patches.xfs/xfs-reclaim-all-inodes-by-background-tree-walks.patch patches.xfs/xfs-Remove-inode-iolock-held-check-during-allocation.patch patches.xfs/xfs-fix-stale-inode-flush-avoidance.patch patches.xfs/xfs-fix-missing-error-check-in-xfs_rtfree_range.patch patches.xfs/xfs-xfs_swap_extents-needs-to-handle-dynamic-fork-of.patch patches.fixes/xfs-nonblocking-inode-locking-io-completion.patch patches.suse/xfs-dmapi-re-add-flags-for-xfs_free_eofblocks ######################################################## # novfs ######################################################## # patches.suse/novfs-client-module # patches.suse/novfs-fix-debug-message.patch # patches.fixes/novfs-err_ptr-fix.diff # patches.fixes/novfs-fix-inode-uid # patches.fixes/novfs-incorrect-filesize-fix # patches.fixes/novfs-truncate-fix ######################################################## # other filesystem stuff ######################################################## patches.suse/parser-match_string.diff patches.suse/fs-may_iops.diff patches.suse/fs-knows-MAY_APPEND.diff patches.suse/nfs4acl-common.diff patches.suse/nfs4acl-ext3.diff patches.suse/nfs4acl-ai.diff patches.fixes/zisofs-large-pagesize-read.patch ######################################################## # Swap-over-NFS ######################################################## patches.suse/SoN-01-mm-setup_per_zone_wmarks.patch patches.suse/SoN-02-doc.patch patches.suse/SoN-03-mm-gfp-to-alloc_flags-expose.patch patches.suse/SoN-04-page_alloc-reserve.patch patches.suse/SoN-05-reserve-slub.patch patches.suse/SoN-06-mm-kmem_estimate_pages.patch patches.suse/SoN-07-mm-PF_MEMALLOC-softirq.patch patches.suse/SoN-08-mm-page_alloc-emerg.patch patches.suse/SoN-09-global-ALLOC_NO_WATERMARKS.patch patches.suse/SoN-10-mm-page_alloc-GFP_EMERGENCY.patch patches.suse/SoN-11-mm-reserve.patch patches.suse/SoN-12-mm-selinux-emergency.patch patches.suse/SoN-13-net-ps_rx.patch patches.suse/SoN-14-net-sk_allocation.patch patches.suse/SoN-15-netvm-reserve.patch patches.suse/SoN-16-netvm-reserve-inet.patch patches.suse/SoN-17-netvm-reserve-inet.patch-fix patches.suse/SoN-18-netvm-skbuff-reserve.patch patches.suse/SoN-19-netvm-sk_filter.patch patches.suse/SoN-20-netvm-tcp-deadlock.patch patches.suse/SoN-21-emergency-nf_queue.patch patches.suse/SoN-22-netvm.patch patches.suse/SoN-23-mm-swapfile.patch patches.suse/SoN-24-mm-page_file_methods.patch patches.suse/SoN-25-nfs-swapcache.patch patches.suse/SoN-26-nfs-swapper.patch patches.suse/SoN-27-nfs-swap_ops.patch patches.suse/SoN-28-nfs-alloc-recursions.patch patches.suse/SoN-29-fix-swap_sync_page-race patches.suse/SoN-30-fix-uninitialized-var.patch # dont want to rediff SoN until these get more testing patches.suse/slab-memless-node-01-introduce-numa_mem_id.patch patches.suse/slab-memless-node-02-slab-use-numa_mem_id.patch patches.suse/slab-memless-node-03-ia64-memoryless-nodes.patch patches.suse/slab-memless-node-04-kernel-profile-memoryless-nodes.patch ######################################################## # Netfilter ######################################################## patches.suse/netfilter-ipt_LOG-mac patches.suse/netfilter-ip_conntrack_slp.patch patches.fixes/fix-nf_conntrack_slp # patches.fixes/netfilter-remove-pointless-config_nf_ct_acct-warning patches.suse/netfilter-ipv4options ######################################################## # # Device drivers # ######################################################## patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch patches.drivers/reenable-generic_serial patches.drivers/msi-wmi.patch ######################################################## # Storage ######################################################## # add genhd.mangle_minor parameter patches.suse/block-add-mangle-devt-switch # libata patches.drivers/libata-add-waits-for-govault patches.drivers/libata-unlock-hpa-by-default patches.drivers/libata-prefer-over-ide patches.drivers/libata-ata_piix-clear-spurious-IRQ patches.drivers/libata-ahci-aspire-3810t-noncq patches.drivers/libata-missing-_SDD-is-not-an-error # Block layer fixes patches.fixes/scsi-inquiry-too-short-ratelimit patches.suse/scsi-netlink-ml # from scsi-misc patches.fixes/scsi-fc-class-failfast-bsg-requests patches.fixes/scsi-add-scsi-target-reset-support-to-ioctl patches.suse/modify-change_queue_depth-to-take-in-reason-why-it-is-being-called.patch patches.suse/scsi-error-have-scsi-ml-call-change_queue_depth-to-handle-queue_full.patch patches.suse/add-queue_depth-ramp-up-code.patch patches.drivers/mpt-fusion-4.22.00.00-update patches.drivers/hpsa patches.fixes/scsi-introduce-helper-function-for-blocking-eh patches.fixes/scsi-dh-queuedata-accessors patches.fixes/scsi-dh-alua-retry-UA patches.fixes/scsi-add-tgps-setting patches.fixes/scsi-dh-alua-send-stpg patches.fixes/scsi_dh-change-activate-interface patches.fixes/scsi_dh-make-rdac-handler-asynchronous patches.fixes/scsi_dh-make-hp_sw-handler-asynchronous patches.fixes/scsi_dh-make-alua-handler-asynchronous patches.fixes/scsi-dh-emc-mode-select-10-size patches.fixes/scsi-dh-emc-rw-mismatch patches.fixes/scsi-dh-rdac-add-stk patches.fixes/scsi-dh-rdac-add-ibm-174x patches.fixes/scsi-retry-alua-transition-in-progress patches.suse/fc-transport-allow-dev_loss_tmo-disable patches.suse/blk-queue-unprep-fn patches.suse/blk-add-atomic-abort-flag patches.fixes/fc_bsg_request_packed patches.fixes/bsg-SG_IO-compat_ioctl patches.fixes/scsi-check-host-lookup-failure patches.drivers/aacraid-24701-update patches.drivers/megaraid-04.12-update patches.drivers/qla2xxx-8.03.01.01.11.1-k8-update patches.drivers/qla2xxx-8.03.01.02.11.1-k8-update patches.drivers/qla2xxx-8.03.01.03.11.1-k8-update patches.drivers/megaraid-mbox-fix-SG_IO patches.drivers/mpt2sas-03.100.03.00-update patches.drivers/mpt2sas-04.100.01.00-update patches.drivers/mpt2sas-04.100.01.02-update patches.drivers/bfa-2.1.2.1-update patches.drivers/qla4xxx-5.01.00-k9-5.01.00.00.11.01-k10.patch patches.drivers/qla4xxx-5.01.00.00.11.01-k10_5.01.00.00.11.01-k11.patch patches.drivers/qla4xxx-5.01.00.00.11.01-k11_5.01.00.00.11.01-k12.patch patches.drivers/qla4xxx-5.01.00.00.11.01-k12_5.01.00.00.11.01-k13.patch patches.fixes/aic79xx-null-scb-in-nonpkt-busfree patches.drivers/lpfc-8.3.5-update patches.drivers/lpfc-8.3.5.3-update patches.drivers/lpfc-8.3.5.4-update patches.drivers/lpfc-8.3.5.5-update patches.drivers/lpfc-8.3.5.6-update patches.drivers/lpfc-8.3.5.7-update patches.drivers/vmw_pvscsi-scsi-driver-for-vmware-s-virtual-hba.patch patches.fixes/scsi-fc-class-allow-LLD-bsg-timeout patches.drivers/pmcraid-2.6.33-rc6-update patches.drivers/qla1280-fallback-to-loaded-fw patches.fixes/fc-transport-dev_loss_tmo-overflow patches.drivers/megaraid-sas-04.27-update patches.drivers/scsi-transport-sas-enable-tlr patches.fixes/scsi-fixup-vpd-page-allocation patches.fixes/fc-transport-make-sure-cmds-are-completed-for-offlined-rport # Remaining SCSI patches (garloff) patches.suse/scsi-error-test-unit-ready-timeout patches.fixes/scsi-scan-blist-update patches.fixes/proc-scsi-scsi-fix.diff patches.fixes/scsi-ibmvscsi-show-config.patch # bnc#362850 patches.fixes/sd_liberal_28_sense_invalid.diff patches.fixes/scsi-ibmvscsi-module_alias.patch patches.fixes/scsi_debug-scale-virtual_gb-with-sector_size-properly # bug 578429 patches.fixes/cciss-remove-scan-thread.patch ######################################################## # DRM/Video ######################################################## patches.drivers/drm-i915-implement-drmmode-overlay-support-v4.patch patches.drivers/drm-i915-fully-switch-off-overlay-when-not-in-use.patch patches.drivers/drm-i915-implement-fastpath-for-overlay-flip-waiting.patch patches.drivers/drm-i915-add-acpi-opregion-support-for-ironlake.patch patches.drivers/drm-i915-fix-crt-hotplug-hang patches.drivers/drm-i915-adhoc-disable-lid-detection ######################################################## # Network ######################################################## # Core networking # Driver changes patches.fixes/tulip-quad-NIC-ifdown patches.suse/nameif-track-rename.patch patches.fixes/tg3-fix-default-wol.patch patches.drivers/ehea-modinfo.patch patches.drivers/igb-add-support-for-82576NS-SerDes-adapter.patch patches.fixes/tehuti-firmware-name patches.drivers/dmfe-tulip-Let-dmfe-handle-DM910x-except-for-SPARC-o.patch patches.drivers/s2io-fixing-dbg_print-macro.patch # barton hills support bnc#557479 patches.drivers/igb-add-new-data-structure-for-handling-interrupts-a.patch patches.drivers/igb-cleanup-interrupt-enablement-in-regards-to-msix_.patch patches.drivers/igb-cleanup-some-of-the-code-related-to-hw-timestamp.patch patches.drivers/igb-use-packet-buffer-sizes-from-RXPBS-register.patch patches.drivers/igb-0001-add-support-for-the-82580-phy.patch patches.drivers/igb-0002-Add-full-support-for-82580-devices.patch patches.drivers/igb-0003-add-support-for-82580-MAC.patch patches.drivers/igb-check-both-function-bits-in-status-register-in-w.patch patches.drivers/phy-broadcom-bug-fixes-for-sp1.patch patches.drivers/tg3-update-version-to-3.104.patch patches.drivers/tg3-updates-from-f4188d-to-ba5b0bf.patch patches.suse/tg3-5785-and-57780-asic-revs-not-working.patch patches.drivers/tg3-Add-support-for-2-new-selfboot-formats.patch patches.drivers/tg3-Add-more-partno-entries-for-fallback-path.patch patches.drivers/tg3-Give-MSI-X-vec-1-rx-backlog-space.patch patches.drivers/tg3-Prevent-rx-producer-ring-overruns.patch patches.drivers/tg3-Unwedge-stuck-MSI-X-vectors.patch patches.drivers/tg3-Fix-57765-A0-bootcode-race-condition.patch patches.drivers/tg3-Turn-off-multiple-DMA-reads-for-5717.patch patches.drivers/tg3-Fix-napi-assignments-in-loopback-test.patch patches.drivers/tg3-Fix-AC131-loopback-test-errors-for-5785.patch patches.drivers/tg3-Enforce-DMA-mapping-skb-assignment-ordering.patch patches.drivers/tg3-Make-57791-and-57795-10-100-only.patch patches.drivers/bnx2-v2.6.32-to-b746656.patch patches.drivers/bnx2-update-firmware-and-some-bug-fixes-from-upstream.patch patches.drivers/sky2-add-register-definitions patches.drivers/sky2-88E8059-support patches.drivers/sky2-optima-tcp-offload-fix patches.drivers/sky2-optima-fix-pci-cfg patches.suse/allow_bonding_with_blacklisted_ipv6.patch #FCOE update (fate#306857, fate#306859, bnc#551175) patches.suse/libfc-fcoe-don-t-export_symbols-unnecessarily.patch patches.suse/libfc-remove-unused-fc_lport-pointer-from-fc_fcp_pkt_abort.patch patches.suse/libfc-removes-initializing-fc_cpu_order-and-fc_cpu_mask-per-lport.patch patches.suse/libfc-adds-missing-exch-release-for-accepted-rrq.patch patches.suse/libfc-removes-unused-disc_work-and-ex_list.patch patches.suse/fcoe-use-netif_f_fcoe_mtu-flag-to-set-up-max-frame-size-lport-mfs.patch patches.suse/fcoe-call-ndo_fcoe_enable-disable-to-turn-fcoe-feature-on-off-in-lld.patch patches.suse/libfc-convert-to-scsi_track_queue_full.patch patches.suse/libfc-add-queue_depth-ramp-up.patch patches.suse/fcoe-increase-fcoe_max_lun-to-0xffff-65535.patch patches.suse/libfc-move-non-common-routines-and-prototypes-out-of-libfc-h.patch patches.suse/libfc-remove-fc_fcp_complete.patch patches.suse/libfc-add-libfc-fc_libfc-ch-for-libfc-internal-routines.patch patches.suse/libfc-move-libfc_init-and-libfc_exit-to-fc_libfc-c.patch patches.suse/libfc-changes-to-libfc_host_alloc-to-consolidate-initialization-with-allocation.patch patches.suse/libfc-add-some-generic-npiv-support-routines-to-libfc.patch patches.suse/libfc-vport-link-handling-and-fc_vport-state-managment.patch patches.suse/libfc-libfcoe-fdisc-els-for-npiv.patch patches.suse/libfcoe-fcoe-libfcoe-npiv-support.patch patches.suse/fcoe-add-a-separate-scsi-transport-template-for-npiv-vports.patch patches.suse/fcoe-npiv-vport-create-destroy.patch patches.suse/libfc-rpn_id-is-obsolete-and-unnecessary.patch patches.suse/libfc-rnn_id-may-be-required-before-rsnn_nn-with-some-switches.patch patches.suse/libfc-register-symbolic-node-name-rsnn_nn.patch patches.suse/libfc-register-symbolic-port-name-rspn_id.patch patches.suse/libfc-combine-name-server-registration-response-handlers.patch patches.suse/libfc-combine-name-server-registration-request-functions.patch patches.suse/fcoe-vport-symbolic-name-support.patch patches.suse/libfc-export-fc-headers.patch patches.suse/libfc-add-routine-to-copy-data-from-a-buffer-to-a-sg-list.patch patches.suse/libfc-fcoe-add-fc-passthrough-support.patch patches.suse/libfc-formatting-cleanups-across-libfc.patch patches.suse/libfcoe-formatting-and-comment-cleanups.patch patches.suse/fcoe-formatting-cleanups-and-commenting.patch patches.suse/fcoe-libfc-use-single-frame-allocation-api.patch patches.suse/libfc-reduce-can_queue-for-all-fcp-frame-allocation-failures.patch patches.suse/libfc-adds-can_queue-ramp-up.patch patches.suse/libfcoe-allow-fip-to-be-disabled-by-the-driver.patch patches.suse/libfcoe-fip-use-scsi-host-number-to-identify-debug-messages.patch patches.suse/libfcoe-fip-allow-fip-receive-to-be-called-from-irq.patch patches.suse/libfcoe-fip-should-report-link-to-libfc-whether-selected-or-not.patch patches.suse/libfcoe-don-t-send-els-in-fip-mode-if-no-fcf-selected.patch patches.suse/fcoe-remove-extra-function-decalrations.patch patches.suse/fcoe-add-check-to-fail-gracefully-in-bonding-mode.patch patches.suse/libfc-fix-rnn_id-smashing-skb-payload.patch patches.suse/libfc-fix-symbolic-name-registrations-smashing-skb-data.patch patches.suse/libfc-fix-fc_els_resp_type-to-correct-display-of-ct-responses.patch patches.suse/libfc-add-set_fid-function-to-libfc-template.patch patches.suse/libfc-add-host-number-to-lport-link-up-down-messages.patch patches.suse/libfcoe-fcoe-simplify-receive-flogi-response.patch patches.suse/libfc-register-fc4-features-with-the-fc-switch.patch patches.suse/fcoe-fix-setting-lport-s-wwnn-wwpn-to-use-san-mac-address.patch patches.suse/libfc-do-not-use-did_no_connect-for-pkt-alloc-failures.patch patches.suse/fcoe-fix-using-vlan-id-in-creating-lport-s-wwwn-wwpn.patch patches.suse/libfc-fcoe-fixes-for-highmem-skb-linearize-panics.patch patches.suse/libfc-fix-an-issue-of-pending-exch-es-after-i-f-destroyed-or-rmmod-fcoe.patch patches.suse/libfcoe-do-not-pad-fip-keep-alive-to-full-frame-size.patch patches.suse/libfc-fcoe-increase-els-and-ct-timeouts.patch patches.suse/libfc-call-ddp-setup-for-FCP-reads-only patches.suse/libfc-fix-e_d_tov-ns-ms-scaling patches.suse/libfc-don-t-assume-response-request-present patches.suse/libfcoe-send-port-lka-every-fip_vn_ka_period patches.suse/fcoe-only-rmmod-fcoe-ko-if-no-active-connections # qlge patches from 2.6.33 bnc#560420, fate#307130 patches.drivers/qlge-0001-Use-the-instance-of-net_device_stats-from-net_.patch patches.drivers/qlge-0005-Store-firmware-revision-as-early-as-possible.patch patches.drivers/qlge-0006-Remove-inline-math-for-small-rx-buf-mapping.patch patches.drivers/qlge-0007-Get-rid-of-firmware-handler-debug-code.patch patches.drivers/qlge-0009-Add-CBFC-pause-frame-counters-to-ethtool-stats.patch patches.drivers/qlge-0010-Size-RX-buffers-based-on-MTU.patch patches.drivers/qlge-0011-Add-ethtool-get-set-pause-parameter.patch patches.drivers/qlge-0012-Add-ethtool-blink-function.patch patches.drivers/qlge-0013-Add-ethtool-wake-on-LAN-function.patch patches.drivers/qlge-0014-Add-ethtool-register-dump-function.patch patches.drivers/qlge-0015-Add-ethtool-self-test.patch patches.drivers/qlge-0016-Change-naming-on-vlan-API.patch patches.drivers/qlge-0017-Fix-indentations.patch patches.drivers/qlge-0018-Add-firmware-driver-sub-command-support.patch patches.drivers/qlge-0019-Clean-up-netdev-stats-usage.patch patches.drivers/qlge-0020-Do-not-change-frame-routing-during-suspend.patch patches.drivers/qlge-0021-Add-asic-reset-to-open-call.patch patches.drivers/qlge-0022-Clean-up-module-parameter-name.patch patches.drivers/qlge-0023-Change-version-to-v1.00.00.23.00.00-01.patch patches.drivers/qlge-0025-drivers-net-Move-and-to-end-of-previous-line.patch patches.drivers/qlge-0026-Turn-on-RX-header-split-based-on-platform.patch patches.drivers/qlge-0027-Add-RX-frame-handlers-for-non-split-frames.patch patches.drivers/qlge-0028-Add-napi-gro-frags-interface.patch patches.drivers/qlge-0029-drivers-net-qlge-qlge_main.c-use-pM-to-show-MAC-ad.patch patches.drivers/qlge-0030-drivers-net-use-DEFINE_PCI_DEVICE_TABLE.patch patches.drivers/qlge-0031-Add-data-for-firmware-dump.patch patches.drivers/qlge-0032-Add-basic-firmware-dump.patch patches.drivers/qlge-0033-Add-probe-regs-to-firmware-dump.patch patches.drivers/qlge-0034-Add-RAM-dump-to-firmware-dump.patch patches.drivers/qlge-0035-Add-alternate-function-s-reg-dump-to-fw-dump.patch patches.drivers/qlge-0036-Add-serdes-reg-blocks-dump-to-firmware-dump.patch patches.drivers/qlge-0037-Add-xgmac-reg-blocks-to-firwmare-dump.patch patches.drivers/qlge-0038-Add-module-param-to-force-firmware-core-dump.patch patches.drivers/qlge-Fix-dropping-of-large-non-TCP-UDP-frames.patch patches.drivers/qlge-Fix-occasional-loopback-test-failure.patch patches.drivers/qlge-Fix-bonding-mac-address-bug.patch # bnc#575956 qlge eeh patches.drivers/qlge-0001-move-reset-from-eeh-io_resume-to-slot_reset.patch patches.drivers/qlge-0002-add-watchdog-timer.patch patches.drivers/qlge-0003-add-check-for-eeh-failure-when-closing-device.patch # netxen patches from 2.6.33 bnc#560003, fate#307134 patches.drivers/netxen-0000-Use-the-instance-of-net_device_stats-from-net.patch patches.drivers/netxen-0001-remove-sub-64-bit-mem-accesses.patch patches.drivers/netxen-0002-add-access-to-on-chip-memory-for-tools.patch patches.drivers/netxen-0003-annotate-register-windowing-code.patch patches.drivers/netxen-0004-separate-register-and-memory-access-lock.patch patches.drivers/netxen-0005-add-sysfs-entries-for-diag-tools.patch patches.drivers/netxen-0006-defines-for-next-revision.patch patches.drivers/netxen-0007-128-memory-controller-support.patch patches.drivers/netxen-0008-reset-sequence-changes.patch patches.drivers/netxen-0009-onchip-memory-access-change.patch patches.drivers/netxen-0010-fix-error-codes-in-for-tools-access.patch patches.drivers/netxen-0011-sysfs-control-for-auto-firmware-recovery.patch patches.drivers/netxen-0012-update-version-to-4.0.62.patch patches.drivers/netxen-0013-fix-builds-for-SYSFS-n-or-MODULES-n.patch patches.drivers/netxen-0014-support-for-new-firmware-file-format.patch patches.drivers/netxen-0015-refactor-indirect-register-access.patch patches.drivers/netxen-0016-add-PCI-IDs-for-new-chip.patch patches.drivers/netxen-0017-update-module-info.patch patches.drivers/netxen-0018-module-firmware-hints.patch patches.drivers/netxen-0019-update-version-to-4.0.65.patch patches.drivers/netxen-0020-remove-PCI-IDs-of-CNA-device.patch patches.drivers/netxen-0021-fix-debug-tools-access-for-NX2031.patch patches.drivers/netxen-0022-fix-failure-cases-for-fw-hang-recovery.patch patches.drivers/netxen-8f9b3f-to-c651a8.patch # fcoe patches from 2.6.33 bnc#562046 patches.fixes/libfc-fix-payload-size-pa patches.fixes/fcoe-allow-scsi-fcp-to-be patches.fixes/libfc-add-fc-bb-5-lesb-co patches.fixes/libfcoe-add-checking-disa patches.fixes/libfcoe-add-tracking-fip--0 patches.fixes/libfcoe-add-tracking-fip- patches.fixes/libfc-add-fcoe_fc_els_les patches.fixes/fcoe-libfc-add-get_lesb-t patches.fixes/libfc-add-support-of-rece patches.fixes/libfc-add-target-reset-fl patches.fixes/fcoe-use-lld-s-wwpn-and-w patches.fixes/libfc-reduce-hold-time-on patches.fixes/fcoe-libfc-adds-enable-di patches.fixes/fc_sdev_blocked.patch patches.suse/libfc-fix-unnecessary-seq-id-jump patches.suse/libfc-use-offload-em-instance-again patches.suse/libfc-fix-fcp-pkt-recovery # ixgbe patches from 2.6.33 bnc#562046 patches.drivers/dcb-data-center-bridging-ops-s patches.drivers/ixgbe-use-the-instance-of-net_ patches.drivers/ixgbe-add-support-for-82599-ba patches.drivers/ixgbe-fix-kr-to-kx-fail-over-f patches.drivers/net-add-netdev_alloc_skb_ip_al patches.drivers/net-use-netdev_alloc_skb_ip_al patches.drivers/ixgbe-fix-erroneous-display-of patches.drivers/ixgbe-add-support-for-82599-al patches.drivers/net-add-ndo_fcoe_get_wwn-to-ne patches.drivers/ixgbe-add-support-for-netdev_o patches.drivers/vlan-add-support-to-netdev_ops patches.drivers/ixgbe-r_idx-not-used-in-ixgbe_ patches.drivers/ixgbe-flush-the-lsc-mask-chang patches.drivers/ixgbe-make-queue-pairs-on-sing patches.drivers/drivers-net-request_irq-remove patches.drivers/ixgbe-modify-82599-hwrsc-stati patches.drivers/ixgbe-use-rx-buffer-length-fro patches.drivers/ixgbe-only-set-clear-vfe-in-ix patches.drivers/ixgbe-handle-parameters-for-tx patches.drivers/ixgbe-disable-flow-control-for patches.drivers/ixgbe-links2-is-not-a-valid-re patches.drivers/ixgbe-fix-receive-address-regi patches.drivers/ethtool-add-direct-attach-supp patches.drivers/ixgbe-display-currently-attach patches.drivers/ixgbe-use-known-user-priority- patches.drivers/ixgbe-select-fcoe-tx-queue-in- patches.drivers/ixgbe-change-default-ring-size patches.drivers/ixgbe-performance-tweaks patches.drivers/ixgbe-use-eiam-to-automask-msi patches.drivers/ixgbe-Fix-DMA-mapping-unmapping-issues-when-HWRSC-is.patch patches.drivers/ixgbe-only-process-one-ixgbe_watchdog_task-at-a-time.patch patches.drivers/ixgbe-prevent-speculative-processing-of-descriptors.patch patches.drivers/ixgbe-add-support-for-82599-KR-device-0x1517.patch patches.drivers/ixgbe-don-t-exceed-user-buffer +philips patches.drivers/ixgbe-Add-support-for-the-new-ethtool-n-tuple-progra.patch +philips patches.drivers/ethtool-Introduce-n-tuple-filter-programming-support.patch patches.drivers/bnx2x-backports-v2.6.32-to-af901ca.patch patches.drivers/bnx2x-to-version-1.52.1-7.patch patches.drivers/cxgb3-add-memory-barriers.patch patches.drivers/cxgb3-Set-the-rxq.patch patches.drivers/cxgb3-fix-GRO-checksum-check.patch patches.drivers/cxgb3-FIx-VLAN-over-Jumbo-frames.patch patches.drivers/cxgb3-fix-link-flap.patch patches.drivers/cxgb3-fixing-eeh-handlers.patch patches.drivers/benet-from-v2.6.32-to-8f47afe0.patch patches.drivers/be2net-swap-only-first-2-fields-of-mcc_wrb.patch patches.drivers/be2net-set-proper-value-to-version-field-in-req-hdr.patch patches.drivers/be2net-remove-ASIC-generation-number-from-Kconfig.patch patches.drivers/be2net-change-the-driver-description.patch patches.drivers/be2net-fix-to-limit-max-vlans-supported-in-certain-s.patch patches.drivers/be2net-minor-code-optimizations.patch patches.drivers/be2net-0000-fix-bug-in-rx-page-posting.patch patches.drivers/be2net-0001-Add-link-test-to-list-of-ethtool-self-tests.patch patches.drivers/be2net-0002-ethtool-self-test-reorganization.patch patches.drivers/be2net-0003-bug-fix-in-be_read_eeprom.patch patches.drivers/be2net-0004-bug-fix-for-flashing-the-BladeEngine3-ASIC.patch patches.drivers/be2net-0005-remove-unused-pci-device-id.patch patches.drivers/be2net-0006-bug-fix-in-be_change_mtu.patch patches.drivers/be2net-use-eq-id-to-calculate-cev-isr-reg-offset.patch patches.drivers/be2net-implement-EEH-pci-error-recovery-handlers.patch patches.drivers/be2net-a-mini-optimization-in-rx_compl_process-co.patch patches.drivers/be2net-don-t-rearm-mcc-cq-when-device-is-not-open.patch patches.drivers/be2net-fix-rx-path-to-ignore-a-flush-completion.patch patches.drivers/be2net-fix-tx-completion-polling.patch patches.drivers/be2net-download-NCSI-section-during-firmware-update.patch patches.drivers/be2net-update-version-2.101.346u-to-2.102.147s.patch # Infiniband fixes patches.drivers/ehca-ib-qp-max-supported.patch patches.drivers/ehca-no-disable-irq-in-tasklet.patch patches.drivers/e1000e-call-pci_save_state-after-pci_restore_state.patch patches.drivers/e1000e-enable-new-82567V-3-device.patch # entropy FATE##307517 suse patches, put below rest of netdev patches patches.drivers/bnx2-entropy-source.patch patches.drivers/e1000-entropy-source.patch patches.drivers/e1000e-entropy-source.patch patches.drivers/igb-entropy-source.patch patches.drivers/ixgbe-entropy-source.patch patches.drivers/tg3-entropy-source.patch patches.drivers/ehca-process-mad-null.patch patches.drivers/mlx4_core-missing-device-id-6778.patch patches.drivers/iw_cxgb3-dlpar.patch ######################################################## # Wireless Networking ######################################################## patches.suse/wireless-no-aes-select ######################################################## # iSCSI ######################################################## patches.fixes/bnx2i-use-common-iscsi-suspend-queue patches.drivers/bnx2i-backport-from-v2.6.32-to-45ca38e.patch patches.fixes/libiscsi-fix-login-text-checks-in-pdu-inject patches.fixes/libiscsi-check-tmf-state-before-sending-pdu patches.fixes/libiscsi-add-warm-target-reset-tmf-support patches.fixes/iser-set-tgt-and-lu-reset-timeout patches.drivers/cnic-backport-from-v2.6.32-4e9c4f.patch patches.drivers/be2iscsi-beta4-update patches.fixes/libiscsi-add-recover-target patches.drivers/be2iscsi-BE3-support ######################################################## # PCI and PCI hotplug ######################################################## patches.fixes/PCIe-AER-reject-aer-inject-if-hardware-mask-error-reporting.patch # Use list instead static array for pci resources patches.fixes/pci_use_list_for_resources_1_5.patch patches.fixes/pci_use_list_for_resources_2_5.patch patches.fixes/pci_use_list_for_resources_3_5.patch patches.fixes/pci_use_list_for_resources_4_5.patch patches.fixes/pci_use_list_for_resources_5_5.patch # bug 586343 patches.fixes/vgaarb-fix-vga-arbiter-to-accept-pci-domains-other-than-0.patch patches.fixes/pci-update-pci_set_vga_state-to-call-arch-functions.patch patches.fixes/pci_aer_unconditionally_clear_uncor_status.patch ######################################################## # sysfs / driver core ######################################################## patches.suse/driver-core-reduce-level-of-request_firmware-messages.patch ######################################################## # USB ######################################################## patches.suse/usb-storage-disable-delay.patch # remove this for openSUSE 11.3, it is here only for SLE11 SP1 and later. patches.suse/revert-usb-remove-phidget-drivers-from-kernel-tree.patch ######################################################## # I2C ######################################################## ######################################################## # Input & Console ######################################################## patches.suse/bootsplash patches.suse/Cleanup-and-make-boot-splash-work-with-KMS.patch patches.suse/bootsplash-keep-multiple-data patches.suse/bootsplash-scaler patches.drivers/elousb.patch patches.fixes/input-add-acer-aspire-5710-to-nomux.patch patches.drivers/synaptics-hp-clickpad patches.drivers/synaptics-clickpad-area-param patches.drivers/synaptics-clickpad-button-toggle patches.drivers/synaptics-clickpad-bottom-enable ########################################################## # Sound ########################################################## patches.drivers/alsa-sp1-hda-02-vectorize-get_empty_pcm_device patches.drivers/alsa-sp1-hda-03-allow-up-to-4-HDMI patches.drivers/alsa-sp1-hda-04-convert-intelhdmi-global-references patches.drivers/alsa-sp1-hda-05-remove-intelhdmi-dependency-on-multiout patches.drivers/alsa-sp1-hda-06-use-pcm-prepare-callbacks-for-intelhdmi patches.drivers/alsa-sp1-hda-07-reorder-intelhemi-prepare-callbacks patches.drivers/alsa-sp1-hda-08-vectorize-intelhdmi patches.drivers/alsa-sp1-hda-09-get-intelhtemi-max-channels patches.drivers/alsa-sp1-hda-10-auto-parse-intelhdmi-cvt-pin patches.drivers/alsa-sp1-hda-11-remove-static-intelhdmi-config patches.drivers/alsa-sp1-hda-12-reset-pins-idt-codec-free patches.drivers/alsa-sp1-hda-13-add-reboot-notifier patches.drivers/alsa-sp1-hda-14-add-missing-export patches.drivers/alsa-sp1-hda-15-fix-build-warning patches.drivers/alsa-sp1-hda-16-stac-dual-headphones-fix patches.drivers/alsa-sp1-hda-17-fix-mute-LED-sync-idt92h383xxx patches.drivers/alsa-sp1-hda-19-cx5047-test-mode-fix patches.drivers/alsa-sp1-hda-20-fsc-amilo-pi1505-fix patches.drivers/alsa-sp1-hda-21-hp-dv3-position-fix-quirk patches.drivers/alsa-sp1-hda-22-alc888-exclude-unusable-adcs patches.drivers/alsa-sp1-hda-23-hp-mute-led-gpio-fixes patches.drivers/alsa-sp1-hda-24-keep-msi-on patches.drivers/alsa-sp1-hda-25-add-power-counter patches.drivers/alsa-sp1-hda-26-fix-hwdep-config-dependency patches.drivers/alsa-sp1-hda-27-sony-vaio-use-default-auto patches.drivers/alsa-sp1-hda-28-hdmi-fix-audio-infoframe-size patches.drivers/alsa-sp1-hda-29-hdmi-fix-channel-mapping-slot patches.drivers/alsa-sp1-hda-30-hdmi-export-monitor-presence patches.drivers/alsa-sp1-hda-31-hdmi-add-jack-detect-helper patches.drivers/alsa-sp1-hda-32-hdmi-probe-monitor-at-init patches.drivers/alsa-sp1-hda-33-hdmi-separate-checksum-routine patches.drivers/alsa-sp1-hda-34-hdmi-sticky-infoframe patches.drivers/alsa-sp1-hda-35-hdmi-sticky-stream-id patches.drivers/alsa-sp1-hda-36-sticky-channel-count patches.drivers/alsa-sp1-hda-37-show-epps-capability-in-proc patches.drivers/alsa-sp1-hda-38-acer-aspire-4930g-mute-fix patches.drivers/alsa-sp1-hda-39-hdmi-show-hbr-pincap patches.drivers/alsa-sp1-hda-40-hdmi-accept-DP-pin patches.drivers/alsa-sp1-hda-41-hdmi-channel-mapping-pin patches.drivers/alsa-sp1-hda-42-hdmi-add-chmap-configs patches.drivers/alsa-sp1-hda-43-dont-power-off-hda-link patches.drivers/alsa-sp1-hda-44-alc661-892-support patches.drivers/alsa-sp1-hda-45-alc661-memleak-fix patches.drivers/alsa-sp1-hda-47-quirk-for-intel-d945-mobo patches.drivers/alsa-sp1-hda-48-alc260-will-quirk-for-acer patches.drivers/alsa-sp1-hda-49-more-alc663-fixes patches.drivers/alsa-sp1-hda-52-hdmi-sticky-stream-tag patches.drivers/alsa-sp1-hda-55-alc259-hp-pin-fix patches.drivers/alsa-sp1-hda-56-realtek-eapd-fix patches.drivers/alsa-sp1-hda-57-cx5051-toshiba-quirk patches.drivers/alsa-sp1-hda-58-cx5051-lenovo-mute-fix patches.drivers/alsa-sp1-hda-59-idt92hd83xxx-hp-mute-led patches.drivers/alsa-sp1-hda-60-add-idt92hd88x-support patches.drivers/alsa-sp1-hda-61-add-idt92hd88x-support2 patches.drivers/alsa-sp1-hda-62-fix-hp-dv-mute-led patches.drivers/alsa-sp1-hda-63-idt-hp-mute-led-detect patches.drivers/alsa-sp1-hda-64-idt-hp-mute-led-cleanup patches.drivers/alsa-sp1-hda-65-idt-hp-mute-led-cleanup2 patches.drivers/alsa-sp1-hda-66-idt-hp-mute-led-fix-polarity patches.drivers/alsa-sp1-hda-67-alc268-fix-quirk-check patches.drivers/alsa-sp1-hda-68-fix-realtek-secondary-adcs patches.drivers/alsa-sp1-hda-69-alc262-single-adc-fix ######################################################## # Other driver fixes ######################################################## patches.fixes/ieee1394-sbp2_long_sysfs_ieee1394_id.patch patches.fixes/parport-mutex # suse-2.4 compatible crypto loop driver patches.suse/twofish-2.6 # Allow setting maximum number of raw devices patches.suse/raw_device_max_minors_param.diff patches.suse/no-partition-scan patches.drivers/add-support-for-intel-cougar-point-chipset.patch patches.fixes/pci-fix-nested-spinlock-hang-in-aer_inject.patch patches.drivers/support-pci-domains-in-aer-inject ######################################################## # Other drivers we have added to the tree ######################################################## ######################################################## # Suspend/Resume stuff ######################################################## ######################################################## # device-mapper ######################################################## patches.suse/dm-emulate-blkrrpart-ioctl patches.suse/dm-raid45-26-Nov-2009.patch patches.fixes/dm-mpath-reattach-dh patches.suse/dm-mpath-leastpending-path-update patches.suse/dm-mpath-accept-failed-paths patches.suse/dm-mpath-detach-existing-hardware-handler patches.suse/dm-mpath-null-pgs patches.fixes/dm-table-switch-to-readonly patches.suse/dm-mpath-evaluate-request-result-and-sense patches.fixes/dm-release-map_lock-before-set_disk_ro patches.suse/dm-mpath-no-activate-for-offlined-paths patches.suse/dm-mpath-no-partitions-feature patches.suse/dm-mpath-skip-disabled-devices-when-iterating ######################################################## # md ######################################################## ########################################################## # # Security stuff # ########################################################## ########################################################## # Audit ########################################################## ########################################################## # AppArmor ########################################################## # patches.apparmor/security-default-lsm # patches.apparmor/apparmor-security-module # patches.apparmor/apparmor-correct-mapping-of-file-permissions # patches.apparmor/apparmor-turn-auditing-of-ptrace-on # patches.apparmor/apparmor-fix-operator-precidence-issue-in-as_path_link # patches.apparmor/apparmor-explicitly-include-header-files-to-allow-apparmor-to-build-on-powerpc # patches.apparmor/apparmor-ensure-apparmor-enabled-parmater-is-off-if-apparmor-fails-to-initialize # patches.apparmor/apparmor-fix-auditing-of-domain-transitions-to-include-target-profile-information # patches.apparmor/apparmor-fix-c99-violation # patches.apparmor/apparmor-fix-build-failure-on-ia64 # patches.apparmor/apparmor-revert-reporting-of-create-to-write-permission # patches.apparmor/apparmor-fix-null-pointer-dereference-oops-in-profile-attachment # patches.apparmor/apparmor-fix-argument-size-missmatch-on-64-bit-builds # patches.apparmor/apparmor-fix-change_profile-failing-lpn401931 # patches.apparmor/apparmor-fix-determination-of-forced-audit-messages # patches.apparmor/apparmor-fix-oops-in-auditing-of-the-policy-interface-offset # patches.apparmor/apparmor-fix-profile-attachment-for-regexp-based-profile-names # patches.apparmor/apparmor-return-the-correct-error-codes-on-profile-addition-removal # patches.apparmor/apparmor-fix-oops-in-profile-listing-and-display-full-list # patches.apparmor/apparmor-fix-mapping-of-pux-to-new-internal-permission-format # patches.apparmor/apparmor-fix-change_profile-failure # patches.apparmor/apparmor-fix-profile-namespace-removal # patches.apparmor/apparmor-fix-oops-when-auditing-the-addition-of-profile-namespace # patches.apparmor/apparmor-fix-mediation-of-created-paths-that-look-like-deleted-paths # patches.apparmor/apparmor-fix-file-auditing-when-quiet-is-used # patches.apparmor/apparmor-policy-load-and-replacement-can-fail-to-alloc-mem # patches.apparmor/apparmor-fix-failure-to-audit-change_hat-correctly # patches.apparmor/apparmor-allow-truncation-of-deleted-files # patches.apparmor/apparmor-fix-oops-after-profile-removal # patches.apparmor/apparmor-fix-oops-when-in-apparmor_bprm_set_creds # patches.apparmor/apparmor-fix-cap-audit_caching-preemption-disabling # patches.apparmor/apparmor-fix-refcounting-bug-causing-leak-of-creds-and-oops # patches.apparmor/apparmor-fix-leak-when-profile-transition-table-fails-unpack # patches.apparmor/apparmor-fully-close-race-condition-for-deleted-paths # patches.apparmor/apparmor-missing-unlock # patches.apparmor/ptrace_may_access-fix # patches.apparmor/apparmor-fix-security_ops-task_setrlimit-api-use # patches.apparmor/apparmor-check-for-network-in-interrupt-and-work-around ######################################################## # Address space layout randomization ######################################################## ######################################################## # KDB v4.4 ######################################################## patches.suse/kdb-common patches.suse/kdb-x86 patches.suse/kdb-ia64 patches.suse/kdb-build-fixes patches.suse/kdb-x86-build-fixes patches.suse/kdb-usb-rework patches.suse/kdb_fix_ia64_build.patch patches.suse/kdb_dont_touch_i8042_early.patch patches.suse/kdb-handle-nonexistance-keyboard-controller patches.suse/kdb-fix-kdb_cmds-to-include-the-arch-common-macro patches.suse/kdb-fix-the-multi-word-nop-instructions-in-the-disassembler patches.suse/x86-uv-kdb-support-for-uv-nmi-handler.patch patches.suse/x86-add-kdb-support-for-unknown_nmi_error-handler.patch patches.suse/kdb-x86-backtrace-code-to-use-the-in-kernel-show_stack-function # bug 586343, depends on the KDB patches patches.fixes/x86_64-uv-update-uv-arch-to-target-legacy-vga-i-o-correctly.patch ######################################################## # Other patches for debugging ######################################################## # patches.suse/crasher-26.diff # patches.suse/stack-unwind # patches.suse/no-frame-pointer-select # patches.arch/x86_64-unwind-annotations ######################################################## # Kdump ######################################################## patches.suse/kdump-dump_after_notifier.patch ######################################################## # audit subsystem ######################################################## patches.suse/audit-export-logging.patch ######################################################## # Performance Monitoring, Tracing etc ######################################################## patches.suse/perfmon2.patch patches.suse/perfmon2_ioctl.patch patches.suse/perfmon2-remove_syscalls.patch patches.suse/perfmon2-remove_get_base_syscall_attr.patch patches.suse/perfmon2_noutrace.patch patches.fixes/oprofile_bios_ctr.patch patches.trace/utrace-core +needs_update-32 patches.fixes/nfs-write.c-bug-removal.patch patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch ######################################################## # KVM patches ######################################################## patches.fixes/kvm-ioapic.patch patches.fixes/kvm-macos.patch ######################################################## # Staging tree patches # new drivers that are going upstream ######################################################## ######################################################## # "fastboot" patches # These should all be upstream, we took them from # moblin to try to speed up the boot process ######################################################## patches.suse/linux-2.6.29-dont-wait-for-mouse.patch patches.suse/linux-2.6.29-enable-async-by-default.patch - patches.suse/linux-2.6.29-even-faster-kms.patch patches.suse/linux-2.6.29-silence-acer-message.patch patches.suse/linux-2.6.29-kms-after-sata.patch patches.suse/linux-2.6.29-jbd-longer-commit-interval.patch patches.suse/trace-open.patch # some driver patches, should move up in the series... patches.suse/linux-2.6.29-touchkit.patch patches.suse/uvcvideo-ignore-hue-control-for-5986-0241.patch ######################################################## # 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. # ### both uml framebuffer and xen need this one. patches.xen/add-console-use-vt # split out patches patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch patches.xen/ipv6-no-autoconf patches.xen/pci-guestdev patches.xen/pci-reserve patches.xen/sfc-driverlink patches.xen/sfc-resource-driver patches.xen/sfc-driverlink-conditional patches.xen/sfc-external-sram patches.xen/tmem # bulk stuff, new files for xen patches.xen/xen3-auto-xen-arch.diff patches.xen/xen3-auto-xen-drivers.diff patches.xen/xen3-auto-include-xen-interface.diff # kconfig bits for xen patches.xen/xen3-auto-xen-kconfig.diff # common code changes 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 # fixups due to upstream Xen parts patches.xen/xen3-fixup-xen patches.xen/sfc-set-arch patches.xen/sfc-endianness # newer changeset backports # changes outside arch/{i386,x86_64}/xen patches.xen/xen3-fixup-kconfig patches.xen/xen3-fixup-common patches.xen/xen3-fixup-arch-x86 # ports of other patches 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.32.1-2 patches.xen/xen3-patch-2.6.32.2-3 patches.xen/xen3-patch-2.6.32.3-4 patches.xen/xen3-patch-2.6.32.7-8 patches.xen/xen3-patch-2.6.32.8-9 patches.xen/xen3-seccomp-disable-tsc-option patches.xen/xen3-fix_clock_gettime_vsyscall_time_warp.diff patches.xen/xen3-x86-mcp51-no-dac patches.xen/xen3-x86-64-preserve-large-page-mapping-for-1st-2mb-kernel-txt-with-config_debug_rodata patches.xen/xen3-x86-64-align-rodata-kernel-section-to-2mb-with-config_debug_rodata patches.xen/xen3-x86-mark_rodata_rw.patch patches.xen/xen3-x86-ftrace-fix-rodata-1.patch patches.xen/xen3-x86-ftrace-fix-rodata-3.patch patches.xen/xen3-x86-Remove-CPU-cache-size-output-for-non-Intel-too.patch patches.xen/xen3-x86-cpu-mv-display_cacheinfo-cpu_detect_cache_sizes.patch patches.xen/xen3-x86-Limit-the-number-of-processor-bootup-messages.patch patches.xen/xen3-x86_irq_setup_extra_ioapic_for_sci.patch patches.xen/xen3-x86_64_apic_consider_hotplug_for_mode_logical_flat.patch patches.xen/xen3-x86_ioapic_fix_out_of_order_gsi.patch patches.xen/xen3-bug-561933_uv_pat_is_gru_range.patch patches.xen/xen3-x86-Fix-sched_clock_cpu-for-systems-with-unsynchronized-TSC.patch patches.xen/xen3-x86-Unify-fixup_irqs-for-32-bit-and-64-bit-kernels.patch patches.xen/xen3-x86-intr-remap-Avoid-irq_chip-mask-unmask-in-fixup_irqs-for-intr-remapping.patch patches.xen/xen3-x86-Remove-local_irq_enable-local_irq_disable-in-fixup_irqs.patch patches.xen/xen3-vmw_pvscsi-scsi-driver-for-vmware-s-virtual-hba.patch patches.xen/xen3-add-support-for-intel-cougar-point-chipset.patch patches.xen/xen3-kdb-x86 patches.xen/xen3-stack-unwind patches.xen/xen3-x86_64-unwind-annotations # bugfixes and enhancements patches.xen/xen-balloon-max-target patches.xen/xen-modular-blktap patches.xen/xen-blkback-bimodal-suse patches.xen/xen-blkif-protocol-fallback-hack patches.xen/xen-blkback-cdrom patches.xen/xen-blktap-write-barriers patches.xen/xen-op-packet patches.xen/xen-blkfront-cdrom patches.xen/xen-vbd-resize patches.xen/xen-sections patches.xen/xen-swiotlb-heuristics patches.xen/xen-kconfig-compat patches.xen/xen-cpufreq-report patches.xen/xen-staging-build patches.xen/xen-sysdev-suspend patches.xen/xen-ipi-per-cpu-irq patches.xen/xen-virq-per-cpu-irq patches.xen/xen-spinlock-poll-early patches.xen/xen-configurable-guest-devices patches.xen/xen-netback-nr-irqs patches.xen/xen-netback-notify-multi patches.xen/xen-netback-generalize patches.xen/xen-netback-multiple-tasklets patches.xen/xen-netback-kernel-threads patches.xen/xen-usbfront-schedule patches.xen/xen-unpriv-build patches.xen/xen-dcdbas patches.xen/xen-floppy patches.xen/xen-x86-panic-no-reboot patches.xen/xen-x86-dcr-fallback patches.xen/xen-x86-consistent-nmi patches.xen/xen-x86-no-lapic patches.xen/xen-x86-pmd-handling patches.xen/xen-x86-bigmem patches.xen/xen-x86-machphys-prediction patches.xen/xen-x86-exit-mmap patches.xen/xen-x86-per-cpu-vcpu-info patches.xen/xen-x86-xtime-lock patches.xen/xen-x86-time-per-cpu 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