]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame_incremental - src/patches/suse-2.6.27.31/series.conf
Removed some unnecessary patches by suse.
[people/teissler/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / series.conf
... / ...
CommitLineData
1# Kernel patches configuration file
2# vim: set ts=8 sw=8 noet:
3#
4# There are three kinds of rules (see guards.1 for details):
5# +symbol include this patch if symbol is defined; otherwise exclude.
6# -symbol exclude this patch if symbol is defined; otherwise include.
7# - exclude this patch.
8#
9# Using symbols means that an entirely different source tree will be
10# generated depending on which symbols are defined. This used to be
11# a good thing when arch-specific patches contained conflicts with other
12# patches, but we now have a policy that patches must build everywhere.
13# The result is a unified source tree that allows us to do neat things
14# like ship kernel module packages. Creating a divergent tree breaks
15# these # so you'd better have an extraordinary reason for using them.
16# For example, the openSUSE 10.3 kernel uses them for segregating the
17# -rt patches until they can be integrated completely, and these are
18# only applied at the very end of the series.
19#
20# The most common use in recent kernels is to disable a patch with a
21# username as the symbol to indicate responsbility. Another use is
22# to check in a patch for testing, but have it disabled in all but your
23# own build environment.
24
25 ########################################################
26 # latest standard kernel patches
27 # DO NOT MODIFY THEM!
28 # Send separate patches upstream if you find a problem...
29 ########################################################
30# patches.kernel.org/patch-2.6.27.1
31# patches.kernel.org/patch-2.6.27.1-2
32# patches.kernel.org/patch-2.6.27.2-3
33# patches.kernel.org/patch-2.6.27.3-4
34# patches.kernel.org/patch-2.6.27.4-5
35# patches.kernel.org/patch-2.6.27.5-6
36# patches.kernel.org/patch-2.6.27.6-7
37 patches.kernel.org/revert-scsi-qla2xxx-correct-atmel-flash-part-handling.patch
38 patches.kernel.org/revert-scsi-qla2xxx-do-not-honour-max_vports-from-firmware-for-2g-isps-and-below.patch
39 patches.kernel.org/revert-scsi-qla2xxx-return-a-failed-status-when-abort-mailbox-command-fails.patch
40# patches.kernel.org/patch-2.6.27.7-8
41# patches.kernel.org/patch-2.6.27.8-9
42# patches.kernel.org/patch-2.6.27.9-10
43# patches.kernel.org/patch-2.6.27.10-11
44# patches.kernel.org/patch-2.6.27.11-12
45# patches.kernel.org/patch-2.6.27.12-13
46# patches.kernel.org/patch-2.6.27.13-14
47# patches.kernel.org/patch-2.6.27.14-15
48# patches.kernel.org/patch-2.6.27.15-16
49# patches.kernel.org/patch-2.6.27.16-17
50# patches.kernel.org/patch-2.6.27.17-18
51# patches.kernel.org/patch-2.6.27.18-19
52# patches.kernel.org/patch-2.6.27.19-20
53# patches.kernel.org/patch-2.6.27.20-21
54# patches.kernel.org/patch-2.6.27.21-22
55# patches.kernel.org/patch-2.6.27.22-23
56# patches.kernel.org/patch-2.6.27.23-24
57# patches.kernel.org/patch-2.6.27.24-25
58 patches.kernel.org/revert-ext4-changes-in-2.6.27.19-and-2.6.27.20-and-2.6.27.25.patch
59# patches.kernel.org/patch-2.6.27.25-26
60# patches.kernel.org/patch-2.6.27.26-27
61# patches.kernel.org/patch-2.6.27.27-28
62# patches.kernel.org/patch-2.6.27.28-29
63# patches.kernel.org/patch-2.6.27.29-30
64# patches.kernel.org/patch-2.6.27.30-31
65
66 ########################################################
67 # Build fixes that apply to the vanilla kernel too.
68 # They must be placed in patches.kernel.org to be
69 # picked up for the -vanilla flavor. This is cheating,
70 # since they're not actually upstream, but if the
71 # packages don't build, that's pretty useless too.
72 ########################################################
73 patches.kernel.org/psmouse-section-conflict.diff
74 patches.kernel.org/ipmi-section-conflict.diff
75 patches.kernel.org/md-section-conflict
76 patches.kernel.org/spu_profiler-include
77 patches.kernel.org/setup_APIC_timer-section-mismatch
78 patches.kernel.org/carmine-section-mismatch
79 patches.kernel.org/gdth-section-conflict
80 patches.kernel.org/arch-include-asm-fixes
81
82 ########################################################
83 # kABI consistency patches
84 ########################################################
85 patches.kabi/abi-fix-add-s_syncing-back-to-struct-super_block.patch
86 patches.kabi/abi-fix-add-wb_sync_hold-enum-writeback_sync_modes.patch
87 patches.kabi/abi-fix-add-epoll_devs-back-to-struct-user_struct.patch
88 patches.kabi/abi-fix-add-vc_scrl_erase_char-back-to-struct-vc_data.patch
89 patches.kabi/abi-fix-for-struct-seq_file-change.patch
90 patches.kabi/abi-add-back-skb_truesize_bug-and-skb_truesize_check.patch
91 patches.kabi/mm-page_mkwrite-rename.patch
92 patches.kabi/mm-page_mkwrite-compat.patch
93 patches.kabi/splice-kabi-fix.patch
94 patches.kabi/ftrace-dummy-export
95
96 ########################################################
97 #
98 # packaging-specific patches (tweaks for autobuild,
99 # CONFIG_SUSE_KERNEL, config/version tracking and other
100 # build stuff like that ...).
101 #
102 # Note that every patch in the patches.rpmify directory
103 # will be included in the vanilla package.
104 ########################################################
105 patches.rpmify/firmware-path
106 patches.rpmify/no-include-asm
107 patches.suse/genksyms-reference.diff
108 patches.suse/genksyms-override.diff
109 patches.suse/genksyms-add-override-flag.diff
110
111 patches.rpmify/rpm-kernel-config
112 patches.rpmify/buildhost
113 patches.rpmify/cloneconfig.diff
114
115 ########################################################
116 # kbuild/module infrastructure fixes
117 ########################################################
118 patches.suse/supported-flag
119 patches.suse/supported-flag-sysfs
120 patches.suse/modpost-filter-out-built-in-depends
121
122 ########################################################
123 # Simple export additions/removals
124 ########################################################
125 patches.suse/reiser4-exports
126 patches.suse/kvm-as-kmp
127 patches.suse/export-release_open_intent
128 patches.kabi/export-iwl_rx_allocate
129
130 ########################################################
131 # Bug workarounds for binutils
132 ########################################################
133 patches.suse/s390-System.map.diff
134
135 ########################################################
136 # Scheduler / Core
137 ########################################################
138 patches.suse/setuid-dumpable-wrongdir
139 patches.suse/sysctl-add-affinity_load_balancing
140 patches.fixes/seccomp-disable-tsc-option
141 patches.suse/self-ptrace.patch
142 patches.suse/rwlocks-enable-interrupts
143 patches.suse/coredump_filter-add-elfhdr-default.patch
144 patches.fixes/round-jiffies-up
145 patches.kabi/sched-kabi-compat-hack.patch
146 patches.fixes/altstack-avoid-copying-stack_t-as-a-structure-to-userspace
147
148 ########################################################
149 # Architecture-specific patches. These used to be all
150 # at the end of series.conf, but since we don't do
151 # conditional builds anymore, there's no point.
152 ########################################################
153
154
155 ########################################################
156 # ia64
157 ########################################################
158 patches.arch/ia64-node_mem_map-node_start_pfn.diff
159 patches.fixes/ia64-sparse-fixes.diff
160 patches.arch/ia64-rwlocks-enable-interrupts
161 patches.fixes/nr-irqs-file
162 patches.arch/mm-avoid-bad-page-on-lru
163 patches.arch/ia64-page-migration
164 patches.arch/ia64-page-migration.fix
165 patches.arch/ia64-sn-BTE_MAX_XFER
166 patches.arch/ia64-cpu_disable-fix
167 patches.fixes/taskstats-alignment
168 patches.arch/ia64-smp_flush_tlb_mm-IPI-fix
169
170 ########################################################
171 # i386
172 ########################################################
173
174
175 # amd64 | x86-64 | x86_64
176 # 'Intel(r) Extended Memory 64 Technology' | 'Intel(r) EM64T'
177 # x64
178 # Intel 64
179 # "the architecture with too many names"
180 # TAWTMN
181
182 ########################################################
183 # x86_64/i386 biarch
184 ########################################################
185 patches.arch/disable-apic-error
186 patches.arch/x86-add-PCI-IDs-for-devices-that-need-boot-irq-quirk.patch
187 patches.arch/x86-introduce-pci-noioapicquirk-kernel-cmdline.patch
188 patches.arch/x86-introduce-pci-ioapicreroute-kernel-cmdline.patch
189 patches.arch/x86-disable-intel-boot-interrupt-generation.patch
190 patches.arch/x86-acpi-reroute-PCI-interrupt-to-legacy-boot-interrupt.patch
191 patches.arch/x86-disable-broadcomm-boot-interrupt-generation.patch
192 patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch
193 patches.arch/x86-introduce-config-option-for-pci-reroute-quirks.patch
194 patches.arch/x86-call-boot-IRQ-quirks-at-end-of-device-init-and-during-resume.patch
195 patches.arch/x86-self-ptrace.patch
196 patches.arch/x86-tracehook
197 patches.arch/x86-hpet-pre-read
198 patches.arch/x86_64-hpet-64bit-timer.patch
199 patches.arch/x86-fix-nodac
200 patches.arch/x86-mcp51-no-dac
201 patches.fixes/remove_kernel_physical_mapping_init_from_init
202 patches.suse/x86-mark_rodata_rw.patch
203+npiggin patches.suse/x86-mark_rodata_rw-2.patch
204 patches.arch/x86-pageattr-pmd-permission-fix.patch
205 patches.suse/usb-move-ehci-reg-def.patch
206 patches.suse/x86-usb-debug-port-early-console-v4.patch
207 patches.fixes/video-vesa-bad-mode
208 patches.fixes/hpet-fix-for-LS21-boot-hang
209 patches.fixes/kvm-vmx-dont-allow-uninhibited-access-to-EFER-on-i386
210 patches.fixes/sparsemem-maxmem-fix
211 patches.arch/x86-mce-switch-machine-check-polling-to-per-cpu-timer
212 patches.arch/x86-mce-use-round_jiffies-instead-round_jiffies_relative
213 patches.arch/x86-mce-make-polling-timer-interval-per-cpu
214
215 ########################################################
216 # x86_64/i386 biarch - x2APIC next generation x86 CPU support
217 ########################################################
218 patches.arch/x2APIC_PATCH_01_of_41_e61d98d8dad0048619bb138b0ff996422ffae53b
219 patches.arch/x2APIC_PATCH_02_of_41_c42d9f32443397aed2d37d37df161392e6a5862f
220 patches.arch/x2APIC_PATCH_03_of_41_1886e8a90a580f3ad343f2065c84c1b9e1dac9ef
221 patches.arch/x2APIC_PATCH_04_of_41_aaa9d1dd63bf89b62f4ea9f46de376ab1a3fbc6c
222 patches.arch/x2APIC_PATCH_06_of_41_ad3ad3f6a2caebf56869b83b69e23eb9fa5e0ab6
223 patches.arch/x2APIC_PATCH_07_of_41_cf1337f0447e5be8e66daa944f0ea3bcac2b6179
224 patches.arch/x2APIC_PATCH_08_of_41_fe962e90cb17a8426e144dee970e77ed789d98ee
225 patches.arch/x2APIC_PATCH_09_of_41_2ae21010694e56461a63bfc80e960090ce0a5ed9
226 patches.arch/x2APIC_PATCH_10_of_41_b6fcb33ad6c05f152a672f7c96c1fab006527b80
227 patches.arch/x2APIC_PATCH_11_of_41_72b1e22dfcad1daca6906148fd956ffe404bb0bc
228 patches.arch/x2APIC_PATCH_12_of_41_d94d93ca5cc36cd78c532def62772c98fe8ba5d7
229 patches.arch/x2APIC_PATCH_13_of_41_4dc2f96cacd1e74c688f94348a3bfd0a980817d5
230 patches.arch/x2APIC_PATCH_14_of_41_0c81c746f9bdbfaafe64322d540c8b7b59c27314
231 patches.arch/x2APIC_PATCH_15_of_41_2d7a66d02e11af9ab8e16c76d22767e622b4e3d7
232 patches.arch/x2APIC_PATCH_16_of_41_1b374e4d6f8b3eb2fcd034fcc24ea8ba1dfde7aa
233 patches.arch/x2APIC_PATCH_17_of_41_32e1d0a0651004f5fe47f85a2a5c725ad579a90c
234 patches.arch/x2APIC_PATCH_18_of_41_1cb11583a6c4ceda7426eb36f7bf0419da8dfbc2
235 patches.arch/x2APIC_PATCH_19_of_41_13c88fb58d0112d47f7839f24a755715c6218822
236 patches.arch/x2APIC_PATCH_20_of_41_cff73a6ffaed726780b001937d2a42efde553922
237 patches.arch/x2APIC_PATCH_21_of_41_12a67cf6851871ca8df42025c94f140c303d0f7f
238 patches.arch/x2APIC_PATCH_22_of_41_5c520a6724e912a7e6153b7597192edad6752750
239 patches.arch/x2APIC_PATCH_23_of_41_89027d35aa5b8f45ce0f7fa0911db85b46563da0
240 patches.arch/x2APIC_PATCH_24_of_41_75c46fa61bc5b4ccd20a168ff325c58771248fcd
241 patches.arch/x2APIC_PATCH_25_of_41_6e1cb38a2aef7680975e71f23de187859ee8b158
242 patches.arch/x2APIC_PATCH_x86-mach_apicdef.h-need-to-include-before-smp.h.patch
243 patches.arch/x2APIC_PATCH_25_1_of_41_4c9961d56ec20c27ec5d02e49fd7427748312741
244 patches.arch/x2APIC_PATCH_25_2_of_41_c535b6a1a685eb23f96e2c221777d6c1e05080d5
245 patches.arch/x2APIC_PATCH_26_of_41_2d9579a124d746a3e0e0ba45e57d80800ee80807
246 patches.arch/x2APIC_PATCH_27_of_41_9fa8c481b55e80edd8c637573f87853bb6b600f5
247 patches.arch/x2APIC_PATCH_28_1_of_41_f910a9dc7c865896815e2a95fe33363e9522f277
248 patches.arch/x2APIC_PATCH_29_of_41_277d1f5846d84e16760131a93b7a67ebfa8eded4
249 patches.arch/x2APIC_PATCH_30_of_41_ad66dd340f561bdde2285992314d9e4fd9b6191e
250 patches.arch/x2APIC_PATCH_34_of_41_1b9b89e7f163336ad84200b66a17284dbf26aced
251 patches.arch/x2APIC_PATCH_35_of_41_d25ae38b7e005af03843833bbd811ffe8c5f8cb4
252 patches.arch/x2APIC_PATCH_36_of_41_276605dddb74cbf1b77696e32c4a947e42cec52d
253 patches.arch/x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4
254 patches.arch/x2APIC_PATCH_41_of_41_11c231a962c740b3216eb6565149ae5a7944cba7
255 patches.arch/x2APIC_PATCH_42_of_41_77322deb4bc676a5ee645444e7ed1a89f854473d
256 patches.arch/x2APIC_PATCH_43_of_41_2c72d93f6593f386f5760ca8e7ac7026948c31d7
257
258 patches.arch/x2APIC_PATCH_01_0f4896665a02b465ddca59a560983b24ec28c64b
259 patches.arch/x2APIC_PATCH_02_228324076234ca6a8cd34be89be78022773459f1
260 patches.arch/x2APIC_PATCH_03_3f1fdb3673bb5638fa94186dc391cbc4879590bc
261 patches.arch/x2APIC_PATCH_04_f12c73e7fa7ebf9ad6defee2c4fb2664e743e970
262 patches.arch/x2APIC_PATCH_05_7be42004065ce4df193aeef5befd26805267d0d9
263 patches.arch/x2APIC_PATCH_06_caf43bf7c6a55e89b6df5179df434d67e24aa32e
264 patches.arch/x2APIC_PATCH_07_511d9d34183662aada3890883e860b151d707e22
265 patches.arch/x2APIC_PATCH_09_94a8c3c2437c8946f1b6c8e0b2c560a7db8ed3c6
266
267 patches.arch/x2APIC_fix_section_mismatch.patch
268
269 patches.fixes/bug-502026_fix_apicid_panic.patch
270
271 ########################################################
272 # x86_64/4096CPUS - from SGI
273 ########################################################
274 patches.arch/x86_sgi_cpus4096-01-fix-smp_call_function.patch
275 patches.arch/x86_sgi_cpus4096-02-fix-send_call_func_ip.patch
276 # patch 03 integrated into 05.
277 patches.arch/x86_sgi_cpus4096-04-add-for_each_cpu_mask_and.patch
278 patches.arch/x86_sgi_cpus4096-05-update-send_IPI_mask.patch
279 patches.arch/x86_sgi_cpus4096-06-optimize-cpumask-in-sched_c.patch
280 patches.arch/x86_sgi_cpus4096-07_pae_compile_fixups.patch
281
282 # UV
283 patches.arch/x86_sgi-uv-scir.patch
284 patches.fixes/uv-efi_bios.diff
285 patches.fixes/uv-bios_common.diff
286 patches.fixes/uv-bios_call_partition.diff
287 patches.fixes/uv-sysfs.diff
288 patches.fixes/uv-sn_region_size.diff
289 patches.fixes/uv-bios_call_watchlist.diff
290 patches.fixes/uv-bios_call_memprotect.diff
291 patches.fixes/uv-bios_call_reserve_page.diff
292 patches.fixes/ia64_uv_partition_id.diff
293 patches.fixes/ia64_uv_watchlist.diff
294 patches.fixes/no-sys_uv-on-non-uv-systems
295
296 patches.fixes/uv_setup_irq.diff
297 patches.fixes/uv-xp-change_memprotect.diff
298 patches.fixes/uv-xpc_create_gru_mq_uv.diff
299 patches.fixes/uv-xpc-get_sn_info.diff
300 patches.fixes/uv-xpc_get_part_rsvd_page.diff
301 patches.drivers/sgi-xp-no-uv
302 patches.fixes/uv_zalias_support
303 patches.fixes/sn-irq-affinity
304 patches.fixes/xpc-pass-physical
305 patches.kabi/xpc-pass-physical
306
307 # VMware TSC workaround patches (bnc#441338)
308 patches.arch/x86-vmware-tsc-01-add-TSC_RELIABLE
309 patches.arch/x86-vmware-tsc-02-add-X86_FEATURE_HYPERVISOR
310 patches.arch/x86-vmware-tsc-03-detect-from-hypervisor
311 patches.arch/x86-vmware-tsc-04-use-TSC_RELIABLE
312 patches.arch/x86-vmware-tsc-05-skip-tsc-clocksource
313 patches.arch/x86-vmware-tsc-06-fix-vmware_get_tsc
314 patches.arch/x86-vmware-tsc-07-DMI-product-serial-key
315
316 patches.arch/x86_restrict_pci_early_quirks_to_root_bridges.patch
317 patches.arch/x86-apic-force-bigsmp-apic-on-IBM-EXA3-4.patch
318 patches.arch/x86-fix-kmap-contig.patch
319
320 patches.arch/x86_fix_llc_shared_map__cpu_llc_id_anomolies.patch
321 patches.arch/x86_intel_cacheinfo_fix.patch
322
323 ########################################################
324 # powerpc/generic
325 ########################################################
326 patches.suse/of_platform_driver.module-owner.patch
327 patches.suse/led_classdev.sysfs-name.patch
328 patches.suse/radeon-monitor-jsxx-quirk.patch
329 patches.suse/8250-sysrq-ctrl_o.patch
330 patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
331 patches.arch/ppc-pseries_pfn-mem-rm.patch
332 patches.suse/ppc-no-LDFLAGS_MODULE.patch
333 patches.arch/ppc-vio-modalias.patch
334 patches.arch/ppc-efika-mpc52xx-ac97.patch
335 patches.arch/ppc-efika-psc-console-autodetection.patch
336- patches.arch/ppc-efika-bestcomm-ata-dma.patch
337 patches.arch/ppc-pegasos-console-autodetection.patch
338 patches.suse/ppc-powerbook-usb-fn-key-default.patch
339 patches.suse/suse-ppc32-mol.patch
340 patches.suse/suse-ppc32-mol-kbuild.patch
341 patches.suse/suse-ppc32-mol-handle-mm-fault
342 patches.suse/suse-ppc32-mol-ioctl
343 patches.suse/suse-ppc32-mol-get-property
344 patches.suse/suse-ppc32-mol-BIT
345 patches.suse/suse-ppc32-mol-sheep
346 patches.suse/suse-ppc32-mol-semaphore
347 patches.drivers/ppc64-adb
348 patches.suse/suse-ppc64-branding
349 patches.arch/ppc64-xmon-dmesg-printing.patch
350 patches.arch/ppc-prom-nodisplay.patch
351 patches.fixes/ptrace-getsiginfo
352 patches.arch/ppc-ipic-suspend-without-83xx-fix
353 patches.arch/ppc-dynamic-reconfiguration.diff
354 patches.arch/ppc-vmcoreinfo.diff
355 patches.arch/ppc-powerpc-fix-pci-unmap-io.patch
356 patches.arch/ppc-pcibios_allocate_bus_resources.patch
357 patches.arch/ppc-powerpc-debug-pci-hotplug.patch
358 patches.arch/ppc-oprofile-spu.patch
359 patches.arch/ppc-oprofile-spu-mutex-locking.patch
360 patches.arch/ppc-clock_gettime-nanoseconds.patch
361 patches.arch/compat-sys-swapcontext
362 patches.arch/ppc-select
363
364 patches.arch/ppc-axon-missing-msi-workaround-5.diff
365 patches.arch/ppc-pseries-bsr-4k.patch
366 patches.arch/ppc-pseries-bsr-multinode.patch
367 patches.arch/ppc-pseries-cmm-pagecounter.patch
368 patches.arch/ppc-of-irq-map.patch
369 patches.arch/ppc-memoryless-nodes.patch
370 patches.arch/ppc-syscall-xer.so.1.patch
371 patches.arch/ppc-cell-gdb-watchpoints.patch
372 patches.arch/ppc-valid-hugepage-size-hugetlb_get_unmapped_area.patch
373 patches.arch/ppc-pseries-cpu-migrate.patch
374 patches.arch/ppc-pseries-migration_hang_fix.patch
375 patches.arch/ppc-optimize-sync.patch
376 patches.arch/ppc-fix-ppc-insn-emulation_mr.patch
377
378 patches.arch/ppc-spufs-01-use-inc_nlink.patch
379 patches.arch/ppc-spufs-03-sputrace-Only-enable-logging-on-open.patch
380 patches.arch/ppc-spufs-04-sputrace-Don-t-block-until-the-read.patch
381 patches.arch/ppc-spufs-05-Use-state_mutex-for-switch_log-lockin.patch
382 patches.arch/ppc-spufs-06-Don-t-require-full-buffer-in-switch_l.patch
383 patches.arch/ppc-spufs-07-Don-t-spu_acquire_saved-unnecessarily.patch
384 patches.arch/ppc-spufs-08-Use-kmalloc-rather-than-kzalloc-for-s.patch
385 patches.arch/ppc-spufs-09-Improve-search-of-node-for-contexts-w.patch
386 patches.arch/ppc-spufs-10-Explain-conditional-decrement-of-aff_.patch
387
388 patches.arch/ppc-xics-EOI-unmapped-irqs.patch
389 patches.arch/ppc32-fix-ptrace-compat-wrapper-for-fpu-register-access
390 patches.arch/powerpc-pseries-cmo-unused-page-hinting.patch
391 patches.arch/ppc64-reduce-hashtable-size-for-64k-pages.patch
392 patches.arch/ppc-altivec-VSX-ctxswitch
393 patches.arch/pseries-set-error_state-correctly-in-eeh_report_reset
394 patches.arch/ppc64-eeh-msix-irq
395
396 ########################################################
397 # PS3
398 ########################################################
399
400 patches.arch/ppc-ps3-add-ps3av-audio-mute-analog.patch
401 patches.arch/ppc-ps3-add-passthrough-support-for-non-audio-streams.patch
402 patches.arch/ppc-ps3-add-support-for-SPDIF-HDMI-passthrough.patch
403 patches.arch/ppc-ps3-introduce-ps3_gpu_mutex.patch
404 patches.arch/ppc-ps3-ps3vram-mtd.patch
405
406 ########################################################
407 # S/390
408 ########################################################
409 patches.arch/s390-add-FREE_PTE_NR
410
411 patches.arch/s390-01-02-dcss-64-v2.patch
412 patches.arch/s390-01-04-fcpperf-1.patch
413 patches.arch/s390-01-04-fcpperf-2.patch
414 patches.arch/s390-01-04-fcpperf-3-v2.patch
415 patches.arch/s390-01-04-fcpperf-4-v2.patch
416 patches.arch/s390-01-05-kmsg-v3.patch
417 patches.arch/s390-01-06-zfcp-cleanup-v2.patch
418
419 patches.arch/s390-02-01-xpram.patch
420 patches.arch/s390-02-03-zfcp.patch
421 patches.arch/s390-02-04-qeth-mac.patch
422 patches.arch/s390-02-05-qeth-recovery.patch
423 patches.arch/s390-02-06-qeth-offset.patch
424 patches.arch/s390-02-07-qeth-ipv6check.patch
425 patches.arch/s390-02-08-qeth-panic.patch
426 patches.arch/s390-02-09-tape-lock.patch
427 patches.arch/s390-02-10-zfcp-scan-online.patch
428
429 patches.arch/s390-03-01-stp-init.patch
430 patches.arch/s390-03-02-setup_memory.patch
431 patches.arch/s390-03-03-dasd_unsolicited_interrupt.patch
432 patches.arch/s390-03-04-qdio_multicast_performance.patch
433 patches.arch/s390-03-05-dasd-block-uevent.patch
434 patches.arch/s390-03-06-zfcp-hexdump.patch
435 patches.arch/s390-03-07-qeth_hsi_mcl_string.patch
436 patches.arch/s390-03-08-zfcp-abort-race.patch
437 patches.arch/s390-03-09-zfcp-oops-during-target-scan.patch
438
439 patches.arch/s390-04-01-qdio_prevent_double_shutdown.patch
440 patches.arch/s390-04-02-qdio-osa-port-count.patch
441 patches.arch/s390-04-03-kmsg.patch
442 patches.arch/s390-04-04-dasd_fatal_error_log_sense.patch
443 patches.arch/s390-04-06-cio-sac-update.diff
444 patches.arch/s390-04-07-als.patch
445 patches.arch/s390-04-08-cio-ungroup-race-fix.patch
446 patches.arch/s390-04-09-zfcp-host-busy-count-fix.patch
447
448 patches.arch/s390-05-01-zfcp-message-linebreak.patch
449 patches.arch/s390-05-02-zfcp-invalid-non-null-return.patch
450 patches.arch/s390-05-03-zfcp-wka-port.patch
451 patches.arch/s390-05-04-fix_rport_status_check.patch
452 patches.arch/s390-05-05-stp-etr-stop-machine.patch
453 patches.arch/s390-05-06-stp-etr-mutex.patch
454 patches.arch/s390-05-07-generic-ipi.patch
455 patches.arch/s390-05-08-topology.patch
456 patches.arch/s390-05-09-cleanup-of-portopen-requests.patch
457
458 patches.arch/s390-06-01-qeth-ext-src-mac-addr.patch
459 patches.arch/s390-06-02-qeth-layercrash.patch
460 patches.arch/s390-06-03-dasd_sim_sense_condition.patch
461 patches.arch/s390-06-04-qdio_ssqd_memcpy.patch
462 patches.arch/s390-06-05-qdio_s390dbf.patch
463 patches.arch/s390-06-06-qdio_inbound_ack.patch
464 patches.arch/s390-06-07-cio-attach_detach.patch
465
466 patches.arch/s390-07-01-zfcp-port-failed-message.diff
467 patches.arch/s390-07-02-zfcp-unchained-fsf.diff
468 patches.arch/s390-07-03-topology-fix.diff
469 # The s390-07-04-dasd-failfast.patch is moved after the
470 # patches.fixes/scsi-enhance-error-codes patch as the s390
471 # patch is dependent on the error-codes patch.
472
473 patches.arch/s390-08-01-cio-fix-mp-mode.diff
474 patches.arch/s390-08-02-zfcp-gpn-align-fix.diff
475 patches.arch/s390-08-03-iucv-cpu-hotremove.diff
476 patches.arch/s390-08-04-compat-sigaltstack.diff
477 patches.arch/s390-08-05-af_iucv-msgpeek-fix.patch
478 patches.arch/s390-08-06-personality.patch
479 patches.arch/s390-08-07-compat_wrappers.patch
480 patches.arch/s390-08-08-add_qdio_utilization.patch
481 patches.arch/s390-08-09-switch-amode-off.patch
482
483 patches.arch/s390-09-01-cio_disable_notoper.patch
484 patches.arch/s390-09-02-sclp-handle-empty-evbufs.patch
485 patches.arch/s390-09-03-sclp-mem.patch
486 patches.arch/s390-09-04-topology.diff
487
488 patches.arch/s390-10-01-airq_fix_array_boundary.patch
489 patches.arch/s390-10-02-zfcp_wait_sbal.patch
490 patches.arch/s390-10-03-zfcp_els_thread_context.patch
491 patches.arch/s390-10-04-zfcp_change_adisc_processing.patch
492 patches.arch/s390-10-05-zfcp_remote_port_handling.patch
493 patches.arch/s390-10-06-zfcp_slave_destroy.patch
494 patches.arch/s390-10-07-zfcp_refc_work_inflight.patch
495 patches.arch/s390-10-08-iucv-2ndparm.patch
496 patches.arch/s390-10-09-dasd-fix-timer-add.patch
497 patches.arch/s390-10-10-ccwgroup_fix_unbind.patch
498
499 patches.arch/s390-11-01-kernel_ds_pgtable_walk.patch
500 patches.arch/s390-11-02-kernel_pfn_valid_uaccess.patch
501 patches.arch/s390-11-03-qeth_recovery_drop_mac.patch
502 patches.arch/s390-11-04-lcs_hard_sx_rc.patch
503 patches.arch/s390-11-05-qdio_error_reporting_hs.patch
504 patches.arch/s390-11-06-qdio_tiq_list_lock.patch
505 patches.arch/s390-11-07-qdio_kill_tasklets.patch
506 patches.arch/s390-11-08-qdio_free_shutdown.patch
507 patches.arch/s390-11-09-qdio_ack_newest_and_seperate_polling.patch
508 patches.arch/s390-11-10-zfcp_nameserver_state_on_adapter_offline.patch
509 patches.arch/s390-11-11-zfcp_req_free.patch
510 patches.arch/s390-11-12-zfcp_scsi_scan.patch
511 patches.arch/s390-11-13-zfcp_avoid_semaphore_race.patch
512 patches.arch/s390-11-14-zfcp_unit_remove.patch
513 patches.arch/s390-11-15-kernel_task_size.patch
514 patches.arch/s390-11-16-qeth_siga_error_handling.patch
515
516 patches.arch/s390-12-01-cio-reprobe-deadlock-fix.patch
517 patches.arch/s390-12-02-zfcp_scsi_queue_erp_deadlock.patch
518 patches.arch/s390-12-03-zfcp_adjust_test_link_pre_reqs.patch
519 patches.arch/s390-12-04-zfcp_rport_handling_on_error_inject.patch
520 patches.arch/s390-12-05-cio_introduce_ccw_device_boxed_notify.patch
521 patches.arch/s390-12-06-zfcp_actcli_error.patch
522 patches.arch/s390-12-07-ctcm_remove_crash.patch
523 patches.arch/s390-12-08-kernel_appldata_vtimer.patch
524 patches.arch/s390-12-09-qeth_lan_offline.patch
525 patches.arch/s390-12-10-kernel_appldata_mutex.patch
526 patches.arch/s390-12-11-zfcp_fcp_port_handling.patch
527 patches.arch/s390-12-12-zfcp_wka_wait_refcount.patch
528 patches.arch/s390-12-13-zfcp_deadlock_port_scan_ERP.patch
529 patches.arch/s390-12-14-zfcp_port_reference_counting.patch
530 patches.arch/s390-12-15-zfcp_abort_handler_for_completions_in_progress.patch
531 patches.arch/s390-12-16-zfcp_reference_counting_for_cfdc_requests.patch
532
533 patches.arch/s390-13-01-af_iucv-fix-race-msgpending.patch
534 patches.arch/s390-13-02-zfcp_changed_port_did.patch
535 patches.arch/s390-13-03-qeth_checksum.patch
536 patches.arch/s390-13-04-qeth-port-isolation.patch
537
538 patches.arch/s390-14-01-af_iucv-connect-free-path.patch
539
540 patches.arch/s390-15-01-zfcp-erp-escalation.patch
541 patches.arch/s390-15-02-phys-port-close.patch
542 patches.arch/s390-15-03-zfcp-recover-stall.patch
543 patches.arch/s390-15-04-zfcp-unchained-sbals.patch
544 patches.arch/s390-15-05-zfcp-erp-notify.patch
545 patches.arch/s390-15-06-zfcp-recovery-wait.patch
546 patches.arch/s390-15-07-zfcp-fc-rport.patch
547 patches.arch/s390-15-08-zfcp-fc-wka-opening.patch
548 patches.arch/s390-15-09-idle-accounting.diff
549 patches.arch/s390-15-10-zcrypt-hrtimer-scheduling.patch
550 patches.arch/s390-15-11-cio-vary-unregister.patch
551 patches.arch/s390-15-12-zfcp-wka-work.patch
552
553 patches.arch/s390-16-01-zfcp-link-test.patch
554
555 patches.arch/s390-symmetrix-ioctl.patch
556 patches.arch/s390-personality-mask.patch
557 patches.arch/s390-zfcp-synchronize-scsi-register
558 patches.suse/s390-Kerntypes.diff
559 patches.arch/s390-disable-etr-stp
560 patches.fixes/zfcp-make-queue_depth-adjustable
561
562 ########################################################
563 # VM/FS patches
564 ########################################################
565 patches.suse/unmap_vmas-lat
566+andrea patches.suse/silent-stack-overflow
567 patches.suse/silent-stack-overflow-2.patch
568 patches.fixes/do_anonymous_page-race
569 patches.fixes/oom-warning
570 patches.suse/shmall-bigger
571 patches.fixes/grab-swap-token-oops
572 patches.fixes/mm-madvise-fix.patch
573 patches.fixes/slab-alloc_slabmgmt-fix.patch
574 patches.suse/mm-do-not-disable-memory-hotplug-when-hibernation-is-enabled.patch
575 patches.fixes/mm-fix-Commited_AS-underflow-on-large-NR_CPUS
576
577 patches.suse/osync-error
578 patches.fixes/remount-no-shrink-dcache
579 patches.suse/reiser4-sync_inodes
580 patches.suse/x86-gb-linear-map.patch
581 patches.suse/file-capabilities-add-file_caps-switch.diff
582 patches.suse/file-capabilities-disable-by-default.diff
583 patches.fixes/block-sanitize-invalid-partition-table-entries
584
585 patches.suse/mnt-want-write-speedup.patch
586 patches.suse/mnt_clone_write.patch
587 patches.suse/unlock_page-speedup.patch
588 patches.suse/mm-devzero-optimisation.patch
589 patches.fixes/mm-nr_pdflush-race-fix.patch
590 patches.fixes/numa-enable-hashdist-default.patch
591 patches.fixes/aggressive-zone-reclaim.patch
592
593 patches.suse/mm-vmalloc-fail-dump-stack.patch
594
595 ########################################################
596 # CPU scheduler
597 ########################################################
598 patches.fixes/bug-437171_1_sched_clock_lock.patch
599 patches.fixes/bug-437171_2_sched_delta_weight.patch
600 patches.fixes/bug-437171_3_rework_wakeup_preemption.patch
601 patches.fixes/bug-437171_4_sched_reinstate_vruntime_wakeup.patch
602
603 ########################################################
604 # nfsacl protocol (agruen)
605 ########################################################
606+agruen patches.suse/nfsacl-client-cache-CHECK.diff
607+agruen patches.fixes/nfs-acl-caching.diff
608
609 ########################################################
610 # misc small fixes
611 ########################################################
612 patches.suse/connector-read-mostly
613 patches.suse/kbd-ignore-gfx.patch
614 patches.fixes/ds1682-build-fix
615 patches.suse/rlimit-memlock-64k.patch
616 patches.fixes/sched-fix-__load_balance_iterator-for-cfs-with-on.patch
617
618 ########################################################
619 #
620 # ACPI patches
621 #
622 ########################################################
623 patches.suse/apm_setup_UP.diff
624
625 # Check resource conflicts between hwmon and ACPI OpRegs
626 patches.arch/check-for-acpi-resource-conflicts-in-hwmon-drivers.patch
627
628 patches.arch/acpi_thinkpad_introduce_acpi_root_table_boot_param.patch
629 patches.arch/acpi_thinkpad_introduce_acpica_rsdt_global_variable.patch
630 patches.arch/acpi_thinkpad_remove_R40e_c-state_blacklist.patch
631
632 patches.suse/acpi-dsdt-initrd-v0.9a-2.6.25.patch
633
634 patches.arch/acpi_thermal_passive_blacklist.patch
635
636 patches.arch/0000-ACPI-video-Ignore-devices-not-present.patch
637 patches.arch/0001-Check-for-ACPI-backlight-support.patch
638 patches.arch/0002-Acer-WMI-fingers-off-backlight-video.ko.patch
639 patches.arch/0003-Asus-acpi-fingers-off-backlight.patch
640 patches.arch/0004-Compal-fingers-off-backlight.patch
641 patches.arch/0005-eeepc-laptop-fingers-off.patch
642 patches.arch/0006-fujitsu-laptop-fingers-off-backlight.patch
643 patches.arch/0007-msi-laptop-fingers-off-backlight.patch
644 patches.arch/0008-sony-laptop-fingers-off-backlight.patch
645 patches.arch/0009-thinkpad_acpi-fingers-off-backlight.patch
646 patches.arch/thinkpad_fingers_off_backlight_igd.patch
647 patches.arch/thinkpad_acpi-hotkey-notify-fix
648 patches.arch/acpi_video_thinkpad_exclude_IGD_devices.patch
649
650 patches.arch/acpi-dock-fix-eject-request-process.patch
651 patches.arch/acpi-dock-_LCK-support-for-dock.patch
652 patches.arch/acpi-dock-makeing-dock-driver-supports-bay-and-battery-hotplug.patch
653 patches.arch/acpi-dock-Fix-duplicate-notification-handler-register.patch
654 patches.arch/acpi-dock-fix-hotplug-race.patch
655 patches.arch/acpi-libata-hotplug-to-align-with-dock-driver.patch
656 patches.arch/acpi-dock-introduce-.uevent-for-devices-in-dock.patch
657 patches.arch/acpi-bay-remove-useless-code.patch
658 patches.arch/acpi-bay-remove-from-makefile
659 patches.arch/acpi-dock-fix-for-bay-in-a-dock-station.patch
660 patches.arch/acpi-dock-add-type-sysfs-file-for-dock.patch
661 patches.arch/acpi-dock-don-t-eval-_sta-on-every-show_docked-sysfs-read.patch
662 patches.arch/acpi-export-hotplug_execute
663
664 patches.fixes/acpi_use_acpi_exception.patch
665 patches.fixes/fujisu_laptop_fix_section_mismatch.patch
666 patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch
667 patches.arch/acpi_x2APIC_madt_enhancements.patch
668
669 # HP - Differ ACPI processor declarations and gain apic id
670 # correctly for each
671 patches.arch/acpi_disambiguate_processor_declaration_type.patch
672 patches.arch/acpi_behave_uniquely_based_on_processor_declaration.patch
673 patches.arch/acpi_processor_cleanups.patch
674 patches.fixes/acpi_assure_unique_processor_proc_creation.patch
675
676 patches.suse/acpi_osi_sle11_ident.patch
677
678 patches.arch/acpi_srat-pxm-rev-store.patch
679 patches.arch/acpi_srat-pxm-rev-ia64.patch
680 patches.arch/acpi_srat-pxm-rev-x86-64.patch
681
682 ########################################################
683 # CPUFREQ
684 ########################################################
685 # To be benchmarked (if time after late feature freeze):
686+trenn patches.drivers/cpufreq_add_cpu_number_paramater_1.patch
687+trenn patches.drivers/cpufreq_change_load_calculation_2.patch
688+trenn patches.drivers/cpufreq_get_cpu_idle_time_changes_3.patch
689+trenn patches.drivers/cpufreq_parameterize_down_differential_4.patch
690+trenn patches.drivers/cpufreq_changes_to_get_cpu_idle_us_5.patch
691+trenn patches.drivers/cpufreq_add_idle_microaccounting_6.patch
692
693 patches.fixes/cpufreq_export_latency.patch
694 patches.fixes/cpufreq_ondemand_adjust_sampling_rate_limit.patch
695 patches.fixes/x86_cpufreq_powernow-k8_acpi_latency_values.patch
696 patches.fixes/cpufreq_ondemand_performance_optimise_default_settings.patch
697 patches.suse/hp_backlight_blacklist_6530b.patch
698
699 ########################################################
700 # AGP, graphics related stuff
701 ########################################################
702 patches.arch/x86_agpgart-g33-stoeln-fix-2.patch
703
704 ########################################################
705 # Suse specific stuff
706 ########################################################
707 # TIOCGDEV - suse special
708 patches.fixes/tiocgdev
709 patches.suse/mm-increase-dirty-limits.patch
710
711 ########################################################
712 # Networking, IPv6
713 ########################################################
714 patches.fixes/bridge-module-get-put.patch
715 patches.fixes/vlan-gso-size-fix
716 patches.fixes/pkt_sched_multiq_support
717 patches.fixes/pkt_action-skbedit
718
719 ########################################################
720 # NFS
721 ########################################################
722 patches.fixes/nfs-file-cred-context-null
723 patches.fixes/nfs-handle-ESTALE-on-ACCESS
724 patches.fixes/nfs-fix-posix-acl
725 patches.fixes/nfs-fix-nfs3_xdr_setaclargs
726 patches.fixes/sunrpc-fix-oops-not-setup-socket
727 patches.fixes/nfs-lock-release-lockargs
728 # 5 patches for bnc#490030
729 patches.fixes/nfs-01-Uninline-the-function-put_mnt_ns
730 patches.fixes/nfs-02-Add-VFS-helper-functions-for-setting-up-private-namespaces
731 patches.fixes/nfs-03-NFSv4-Replace-nfs4_path_walk-with-VFS-path-lookup-in-private-namespace
732 patches.fixes/nfs-04-Fix-nfs_path-to-always-return-a-slash-at-the-beginning-of-the-path
733 patches.fixes/nfs-05-Correct-the-NFS-mount-path-when-following-a-referral
734 patches.fixes/nfs-06-dont-bother-with-check_mnt-in-do_add_mount-on-shrinkable-ones
735 patches.fixes/NFSv4-Fix-an-Oops-in-nfs4_free_lock_state.patch
736
737 patches.fixes/sunrpc-tcp-reconnect
738
739 ########################################################
740 # NFSd
741 ########################################################
742 # bnc#498708
743 patches.fixes/nfsd-01-sunrpc-cache-simplify-cache_fresh_locked-and-cache_f.patch
744 patches.fixes/nfsd-02-sunrpc-cache-recheck-cache-validity-after-cache_defe.patch
745 patches.fixes/nfsd-03-sunrpc-cache-use-list_del_init-for-the-list_head-ent.patch
746 patches.fixes/nfsd-04-sunrpc-cache-avoid-variable-over-loading-in-cache_de.patch
747 patches.fixes/nfsd-05-sunrpc-cache-allow-thread-to-block-while-waiting-for.patch
748 patches.fixes/nfsd-06-sunrpc-cache-retry-cache-lookups-that-return-ETIMEDO.patch
749 patches.fixes/nfsd-07-nfsd-idmap-drop-special-request-deferal-in-favour-of.patch
750 patches.fixes/nfsd-08-sunrpc-fix-memory-leak-in-unix_gid-cache.patch
751 patches.fixes/nfsd-09-fix-kabi
752
753 ########################################################
754 # lockd + statd
755 ########################################################
756
757 ########################################################
758 # cifs patches
759 ########################################################
760
761 ########################################################
762 # ext2/ext3
763 ########################################################
764 patches.suse/ext3-barrier-default
765 patches.suse/ext2-fsync-err
766 patches.fixes/ext3-mark-super-uptodate
767 patches.fixes/ext3_false_EIO_fix.diff
768 patches.fixes/ext2_mtime_update_on_rename.diff
769
770 ########################################################
771 # ext4
772 ########################################################
773# patches.fixes/percpu_counter_sum_cleanup.patch
774# patches.fixes/ext4-fixes-2.6.28-rc8.patch
775# patches.fixes/ext4-mballoc-preallocate.patch
776# patches.fixes/ext4-use-a-fake-block-number-for-delayed-new-buffer_head
777# patches.fixes/ext4-fix-sub-block-zeroing-for-preallocated-writes
778# patches.fixes/ext4-clear-unwritten-flag-after-extent-initialization
779# patches.fixes/ext4-avoid-corrupting-the-uninitialized-bit-in-the-extent-during-truncate
780
781 ########################################################
782 # Reiserfs Patches
783 ########################################################
784
785 # From -mm
786
787 patches.suse/reiserfs-mount-count
788- patches.suse/reiserfs-inode-init
789 patches.fixes/reiserfs-prealloc-fix
790 patches.fixes/reiserfs-commit-ids-unsigned-ints
791
792
793 # Better error handling and reporting
794 patches.suse/reiserfs-buffer-info-for-balance.diff
795 patches.suse/reiserfs-consistent-messages.diff
796 patches.suse/reiserfs-reiserfs_info.diff
797 patches.suse/reiserfs-reiserfs-warning.diff
798 patches.suse/reiserfs_warning-reentrant
799 patches.suse/reiserfs-reiserfs_panic.diff
800 patches.suse/reiserfs-rearrange-journal-abort.diff
801 patches.suse/reiserfs-add-reiserfs_error.diff
802 patches.suse/reiserfs-use-reiserfs_error.diff
803
804 # Extended attribute rework
805 patches.suse/reiserfs-remove-xinode
806 patches.suse/reiserfs-xattr-get-page
807 patches.suse/reiserfs-remove-link-detection.diff
808 patches.suse/reiserfs-xattr-S_PRIVATE
809 patches.suse/reiserfs-clean-up-xattrs
810 patches.suse/reiserfs-simplify-xattr-internal-file-lookups-opens.diff
811 patches.suse/reiserfs-eliminate-per-super-xattr-lock.diff
812 patches.suse/reiserfs-make-per-inode-xattr-locking-more-fine-grained.diff
813 patches.suse/reiserfs-remove-i_has_xattr_dir.diff
814 patches.suse/reiserfs-use-generic-xattr-handlers.diff
815 patches.suse/reiserfs-journaled-xattrs.diff
816 patches.suse/reiserfs-kill-xattr-readdir.diff
817 patches.suse/reiserfs-selinux.diff
818
819 # Code cleanups
820 patches.suse/reiserfs-simplify-buffer-info.diff
821 patches.suse/reiserfs-cleanup-path-funcs.diff
822 patches.suse/reiserfs-strip-whitespace.diff
823 patches.suse/reiserfs-rename-p_s_sb.diff
824 patches.suse/reiserfs-rename-p_s_bh.diff
825 patches.suse/reiserfs-rename-p_s_inode.diff
826 patches.suse/reiserfs-rename-p_s_tb.diff
827 patches.suse/reiserfs-rename-p_._.diff
828 patches.suse/reiserfs-rename-._.diff
829
830 # Fixes
831 patches.fixes/reiserfs-varargs-fix
832 patches.fixes/reiserfs-error-buffer-locking
833 patches.fixes/reiserfs-debug-1036
834 patches.suse/reiserfs-barrier-default
835
836 ########################################################
837 # ocfs2
838 ########################################################
839
840 # fs/dlm fixes
841 patches.fixes/dlm-allow-multiple-lockspaces.patch
842 patches.fixes/dlm-fix-shutdown-cleanup.patch
843 patches.suse/dlm-detect-available-userspace-daemon.patch
844 patches.suse/dlm-fix-locking-of-lockspace-list-in-dlm_scand.patch
845 patches.suse/dlm-fix-address-compare.patch
846 patches.suse/dlm-remove-bkl.patch
847 patches.suse/dlm-choose-better-identifiers.patch
848 patches.suse/dlm-trivial-annotation-of-be16-value.patch
849 patches.suse/dlm-fix-up-memory-allocation-flags.patch
850 patches.suse/dlm-remove-kmap-and-kunmap.patch
851 patches.suse/fix-warning-in-fsdlm-netlink.c.patch
852 patches.suse/dlm-remove-extra-blocking-callback-check.patch
853 patches.suse/dlm-improve-how-bast-mode-handling.patch
854 patches.suse/dlm-change-lock-time-stamping.patch
855 patches.suse/dlm-replace-schedule-with-cond_resched.patch
856 patches.suse/dlm-add-new-debugfs-entry.patch
857 patches.suse/dlm-add-time-stamp-of-blocking-callback.patch
858 patches.suse/dlm-fsdlm-ast.c-fix-warning.patch
859 patches.suse/dlm-fix-seq_file-usage-in-debugfs-lock-dump.patch
860 patches.suse/dlm-Change-rwlock-which-is-only-used-in-write-mode-to-a-spinlock.patch
861 patches.suse/dlm-change-rsbtbl-rwlock-to-spinlock.patch
862 patches.suse/dlm-fix-plock-notify-callback-to-lockd.patch
863 patches.suse/dlm-use-ipv6_addr_copy.patch
864 patches.suse/dlm-comment-typo-fixes.patch
865 patches.suse/dlm-replace-idr-with-hash-table-for-connections.patch
866 patches.suse/dlm-clear-defunct-cancel-state.patch
867 patches.suse/dlm-ignore-cancel-on-granted-lock.patch
868 patches.suse/dlm-fix-length-calculation-in-compat-code.patch
869 patches.suse/headers_check-fix-linux-dlm_plock.h.patch
870 patches.suse/dlm_lock_data-make-most-exported-headers-use-strict-integer-types.patch
871
872
873 # Extended Attribute Support
874 patches.suse/ocfs2-Modify-ocfs2_num_free_extents-f.patch
875 patches.suse/ocfs2-Use-ocfs2_extent_list-instead-o.patch
876 patches.suse/ocfs2-Abstract-ocfs2_extent_tree-in-b.patch
877 patches.suse/ocfs2-Make-high-level-btree-extend-co.patch
878 patches.suse/ocfs2-Add-the-basic-xattr-disk-layout-in-ocf.patch
879 patches.suse/ocfs2-Add-helper-function-in-uptodate.patch
880 patches.suse/ocfs2-Add-extent-tree-operation-for-x.patch
881 patches.suse/ocfs2-reserve-inline-space-for-extend.patch
882 patches.suse/ocfs2-Add-extended-attribute-support.patch
883 patches.suse/ocfs2-Add-xattr-index-tree-operations.patch
884 patches.suse/ocfs2-Add-xattr-bucket-iteration-for.patch
885 patches.suse/ocfs2-Add-xattr-lookup-code-xattr-btr.patch
886 patches.suse/ocfs2-Optionally-limit-extent-size-in.patch
887 patches.suse/ocfs2-Enable-xattr-set-in-index-btree.patch
888 patches.suse/ocfs2-Delete-all-xattr-buckets-during.patch
889 patches.suse/ocfs2-Add-incompatible-flag-for-exten.patch
890 patches.suse/ocfs2-fix-printk-format-warnings.patch
891 patches.suse/ocfs2-Prefix-the-extent-tree-operations-structure.patch
892 patches.suse/ocfs2-Prefix-the-ocfs2_extent_tree-structure.patch
893 patches.suse/ocfs2-Make-ocfs2_extent_tree-get-put-instead-of-all.patch
894 patches.suse/ocfs2-Make-private-into-object-on-ocfs2_extent_.patch
895 patches.suse/ocfs2-Provide-the-get_root_el-method-to-ocfs2_ext.patch
896 patches.suse/ocfs2-Use-struct-ocfs2_extent_tree-in-ocfs2_num_fre.patch
897 patches.suse/ocfs2-Determine-an-extent-tree-s-max_leaf_clusters.patch
898 patches.suse/ocfs2-Create-specific-get_extent_tree-functions.patch
899 patches.suse/ocfs2-Add-an-insertion-check-to-ocfs2_extent_tree_o.patch
900 patches.suse/ocfs2-Make-ocfs2_extent_tree-the-first-class-repres.patch
901 patches.suse/ocfs2-Comment-struct-ocfs2_extent_tree_operations.patch
902 patches.suse/ocfs2-Change-ocfs2_get_-_extent_tree-to-ocfs2_ini.patch
903 patches.suse/ocfs2-bug-fix-for-journal-extend-in-xattr.patch
904 patches.suse/ocfs2-Resolve-deadlock-in-ocfs2_xattr_free_.patch
905 patches.suse/ocfs2-Add-xattr-mount-option-in-ocfs2_show_options.patch
906
907 # JBD2 Support
908 patches.suse/ocfs2-Limit-inode-allocation-to-32bits.patch
909 patches.suse/ocfs2-Add-the-inode64-mount-option.patch
910 patches.suse/ocfs2-Switch-over-to-JBD2.patch
911
912 # POSIX File Locks support
913 patches.suse/ocfs2-POSIX-file-locks-support.patch
914
915 # Dynamic local alloc
916 patches.suse/ocfs2-Track-local-alloc-bits-internally.patch
917 patches.suse/ocfs2-throttle-back-local-alloc-when-low-on-disk-sp.patch
918 patches.suse/ocfs2-track-local-alloc-state-via-debugfs.patch
919
920 # Remaining 2.6.28 merge window patches
921# patches.suse/ocfs2-xattr.c-Fix-a-bug-when-inserting-xattr.patch
922# patches.suse/ocfs2-Add-empty-bucket-support-in-xattr.patch
923# patches.suse/ocfs2-Remove-pointless.patch
924# patches.suse/ocfs2-make-la_debug_mutex-static.patch
925# patches.suse/ocfs2-Documentation-update-for-user_xattr-nouser_.patch
926# patches.suse/ocfs2-use-smaller-counters-in-ocfs2_remove_xattr_cl.patch
927# patches.suse/ocfs2-Don-t-check-for-NULL-before-brelse.patch
928# patches.suse/ocfs2-Uninline-ocfs2_xattr_name_hash.patch
929# patches.suse/ocfs2-Move-trusted-and-user-attribute-support-into.patch
930# patches.suse/ocfs2-Calculate-EA-hash-only-by-its-suffix.patch
931# patches.suse/ocfs2-Refactor-xattr-list-and-remove-ocfs2_xattr_ha.patch
932# patches.suse/ocfs2-Separate-out-sync-reads-from-ocfs2_read_block.patch
933# patches.suse/ocfs2-Require-an-inode-for-ocfs2_read_block-s.patch
934# patches.suse/ocfs2-Simplify-ocfs2_read_block.patch
935# patches.suse/ocfs2-Move-ocfs2_bread-into-dir.c.patch
936# patches.suse/ocfs2-Kill-the-last-naked-wait_on_buffer-for-cach.patch
937# patches.suse/ocfs2-Make-cached-block-reads-the-common-case.patch
938# patches.suse/ocfs2-fix-build-error.patch
939
940 # Fixes from 2.6.28
941# patches.fixes/ocfs2-remove-undefined-xattr-handlers.patch
942# patches.fixes/ocfs2-remove-prepare_write-commit_write.patch
943# patches.fixes/ocfs2-fix-license-in-xattr.patch
944# patches.fixes/ocfs2-fix-function-declaration-and-definition-in-xa.patch
945# patches.fixes/ocfs2-remove-duplicate-definition-in-xattr.patch
946# patches.fixes/ocfs2-add-handler_map-array-bounds-checking.patch
947# patches.fixes/ocfs2-Check-xattr-block-signatures-properly.patch
948# patches.fixes/ocfs2-Don-t-return-EFAULT-from-a-corrupt-xattr-ent.patch
949# patches.fixes/ocfs2-Check-errors-from-ocfs2_xattr_update_xattr_se.patch
950# patches.fixes/ocfs2-Specify-appropriate-journal-access-for-new-xa.patch
951# patches.fixes/ocfs2-Don-t-repeat-ocfs2_xattr_block_find.patch
952# patches.fixes/ocfs2-Remove-unused-ocfs2_restore_xattr_block.patch
953# patches.fixes/ocfs2-Fix-some-typos-in-xattr-annotations.patch
954# patches.fixes/ocfs2-Fix-check-of-return-value-of-ocfs2_start_tran.patch
955# patches.fixes/ocfs2-Fix-checking-of-return-value-of-new_inode.patch
956# patches.fixes/ocfs2-Let-inode-be-really-deleted-when-ocfs2_mknod_.patch
957# patches.fixes/ocfs2-more_start_tran_fixes.patch
958# patches.fixes/ocfs2-Set-journal-descriptor-to-NULL-after-journal.patch
959# patches.fixes/ocfs2-return-0-in-page_mkwrite-to-let-VFS-retry.patch
960# patches.fixes/ocfs2-xattr-Proper-hash-collision-handle-in-bucket.patch
961# patches.fixes/ocfs2-truncate-outstanding-block-after-direct-io-fa.patch
962# patches.fixes/ocfs2-fix-printk-related-build-warnings-in-xattr.c.patch
963# patches.fixes/ocfs2-Check-search-result-in-ocfs2_xattr_block_get.patch
964# patches.fixes/ocfs2-comments-typo-fix.patch
965# patches.fixes/ocfs2-initialize-stack_user-lvbptr.patch
966# patches.fixes/ocfs2-fix-wake_up-in-unlock_ast.patch
967# patches.fixes/ocfs2-fix-return-value-set-in-init_dlmfs_fs.patch
968# patches.fixes/ocfs2-fix-regression-in-ocfs2_read_blocks_sync.patch
969# patches.fixes/ocfs2-Always-update-xattr-search-when-creating-buck.patch
970# patches.fixes/ocfs2-Add-JBD2-compat-feature-bit.patch
971
972 # ACL and Security Attribute Support
973# patches.suse/ocfs2-Field-prefixes-for-the-xattr_bucket-structure.patch
974# patches.suse/ocfs2-Convenient-access-to-an-xattr-bucket-s-block.patch
975# patches.suse/ocfs2-Convenient-access-to-xattr-bucket-data-blocks.patch
976# patches.suse/ocfs2-Convenient-access-to-an-xattr-bucket-s-header.patch
977# patches.suse/ocfs2-Provide-a-wrapper-to-brelse-xattr-bucket-bu.patch
978# patches.suse/ocfs2-Improve-ocfs2_read_xattr_bucket.patch
979# patches.suse/ocfs2-Wrap-journal_access-journal_dirty-for-xattr-b.patch
980# patches.suse/ocfs2-Copy-xattr-buckets-with-a-dedicated-function.patch
981# patches.suse/ocfs2-Take-ocfs2_xattr_bucket-structures-off-of-the.patch
982# patches.suse/ocfs2-Use-buckets-in-ocfs2_xattr_bucket_find.patch
983# patches.suse/ocfs2-Use-buckets-in-ocfs2_xattr_create_index_block.patch
984# patches.suse/ocfs2-Use-buckets-in-ocfs2_defrag_xattr_bucket.patch
985# patches.suse/ocfs2-Use-buckets-in-ocfs2_xattr_set_entry_in_bucke.patch
986# patches.suse/ocfs2-xattr-Remove-additional-bucket-allocation-in.patch
987# patches.suse/ocfs2-xattr-Only-set-buffer-update-if-it-doesn-t-ex.patch
988# patches.suse/ocfs2-xattr-Only-extend-xattr-bucket-in-need.patch
989# patches.suse/ocfs2-Add-clusters-free-in-dealloc_ctxt.patch
990# patches.suse/ocfs2-xattr-Move-clusters-free-into-dealloc.patch
991# patches.suse/ocfs2-xattr-Reserve-meta-data-at-the-beginning-of-o.patch
992# patches.suse/ocfs2-xattr-Merge-xattr-set-transaction.patch
993# patches.suse/ocfs2-turn-__ocfs2_remove_inode_range-into-ocfs2_.patch
994# patches.suse/ocfs2-move-new-inode-allocation-out-of-the-transact.patch
995# patches.suse/ocfs2-add-ocfs2_xattr_set_handle.patch
996# patches.suse/ocfs2-add-security-xattr-API.patch
997# patches.suse/ocfs2-add-ocfs2_init_security-in-during-file-create.patch
998# patches.suse/ocfs2-add-ocfs2_xattr_get_nolock.patch
999# patches.suse/ocfs2-add-POSIX-ACL-API.patch
1000# patches.suse/ocfs2-add-ocfs2_check_acl.patch
1001# patches.suse/ocfs2-add-ocfs2_acl_chmod.patch
1002# patches.suse/ocfs2-add-ocfs2_init_acl-in-mknod.patch
1003# patches.suse/ocfs2-add-mount-option-and-Kconfig-option-for-acl.patch
1004
1005 # bnc #499278
1006# patches.fixes/ocfs2-really-add-ACL-Kconfig.patch
1007
1008 # Quotas
1009# patches.suse/quota-Add-callbacks-for-allocating-and-destroying-d.patch
1010# patches.suse/quota-Increase-size-of-variables-for-limits-and-ino.patch
1011# patches.suse/quota-Remove-bogus-optimization-in-check_idq-an.patch
1012# patches.suse/quota-Make-_SUSPENDED-just-a-flag.patch
1013# patches.suse/quota-Allow-to-separately-enable-quota-accounting-a.patch
1014# patches.suse/ext3-Use-sb_any_quota_loaded-instead-of-sb_any_qu.patch
1015# patches.suse/reiserfs-Use-sb_any_quota_loaded-instead-of-sb_an.patch
1016# patches.suse/quota-Remove-compatibility-function-sb_any_quota_en.patch
1017# patches.suse/quota-Introduce-DQUOT_QUOTA_SYS_FILE-flag.patch
1018# patches.suse/quota-Move-quotaio_v-12-.h-from-include-linux-to-f.patch
1019# patches.suse/quota-Split-off-quota-tree-handling-into-a-separate.patch
1020# patches.suse/quota-Convert-union-in-mem_dqinfo-to-a-pointer.patch
1021# patches.suse/quota-Allow-negative-usage-of-space-and-inodes.patch
1022# patches.suse/quota-Keep-which-entries-were-set-by-SETQUOTA-quota.patch
1023# patches.suse/quota-Add-helpers-to-allow-ocfs2-specific-quota-ini.patch
1024# patches.suse/quota-Implement-function-for-scanning-active-dquots.patch
1025# patches.suse/ocfs2-Support-nested-transactions.patch
1026# patches.suse/ocfs2-Assign-feature-bits-and-system-inodes-to-quot.patch
1027# patches.suse/ocfs2-Mark-system-files-as-not-subject-to-quota-acc.patch
1028# patches.suse/ocfs2-Implementation-of-local-and-global-quota-file.patch
1029# patches.suse/ocfs2-Add-quota-calls-for-allocation-and-freeing-of.patch
1030# patches.suse/ocfs2-Enable-quota-accounting-on-mount-disable-on.patch
1031# patches.suse/ocfs2-Implement-quota-syncing-thread.patch
1032# patches.suse/ocfs2-Implement-quota-recovery.patch
1033# patches.suse/ocfs2-Fix-grace-time-syncing.patch
1034# patches.suse/ocfs2-Fix-oop-in-recovery-without-quotas
1035# patches.suse/ocfs2-Fix-mount-cleanup-after-quota-failure.patch
1036# patches.suse/ocfs2-Change-quotafile-names.patch
1037# patches.suse/ocfs2-Fix-oops-when-one-quotatype-enabled
1038# patches.suse/ocfs2-Fix-hang-in-quota-recovery-code.patch
1039
1040 # Fixes from 2.6.29
1041# patches.fixes/ocfs2-dlm-Hold-off-sending-lockres-drop-ref-message.patch
1042# patches.fixes/ocfs2-push-out-dropping-of-dentry-lock-to-ocfs2_wq.patch
1043# patches.fixes/ocfs2-wakeup-the-downconvert-thread-after-a-success.patch
1044# patches.fixes/ocfs2-add-quota-call-to-ocfs2_remove_btree_range.patch
1045# patches.fixes/ocfs2-access-and-dirty-the-buffer_head-in-mark_writ.patch
1046# patches.fixes/ocfs2-dlm-use-ast_lock-to-protect-ast_list.patch
1047# patches.fixes/ocfs2-dlm-make-dlm_assert_master_handler-kill-its.patch
1048# patches.fixes/ocfs2-set-gap-to-seperate-entry-and-value-when-xatt.patch
1049# patches.fixes/ocfs2-add-io-error-check-in-ocfs2_get_sector.patch
1050# patches.fixes/ocfs2-reserve-xattr-block-for-new-directory-with-in.patch
1051# patches.fixes/ocfs2-tweak-to-get-the-maximum-inline-data-size-wit.patch
1052# patches.fixes/ocfs2-fix-a-bug-found-by-sparse-check.patch
1053# patches.fixes/ocfs2-use-xs-bucket-to-set-xattr-value-outside.patch
1054#
1055# # Quota fixes from 2.6.31
1056# patches.fixes/ocfs2-1.4-git-65bac575e35915801ea518b9d8d8824367d125c8
1057# patches.fixes/ocfs2-1.4-git-80d73f15d12f087f3fe074f8a4d6e5c5624f2b47
1058# patches.fixes/ocfs2-1.4-git-4e8a301929bfa017e6ffe11e3cf78ccaf8492801
1059# patches.fixes/ocfs2-1.4-git-b4c30de39a2596503e888a7b47d19792f25913d6
1060# patches.fixes/ocfs2-quota-Make-global-quota-files-blocksize-aligned.patch
1061# patches.fixes/ocfs2-quota-Mark-buffer-uptodate-before-calling-ocfs2_jou.patch
1062# patches.fixes/ocfs2-quota-Initialize-blocks-allocated-to-local-quota-fi.patch
1063# patches.fixes/ocfs2-quota-Remove-syncjiff-field-from-quota-info.patch
1064
1065 # bnc #408304
1066# patches.fixes/ocfs2-dlm-fix-race-in-adding-removing-lockres-to-f.patch
1067# patches.fixes/ocfs2-dlm-encapsulate-adding-and-removing-of-mle-fr.patch
1068# patches.fixes/ocfs2-dlm-clean-up-struct-dlm_lock_name.patch
1069# patches.fixes/ocfs2-dlm-refactor-dlm_clean_master_list.patch
1070# patches.fixes/ocfs2-dlm-create-and-destroy-the-dlm-master_hash.patch
1071# patches.fixes/ocfs2-dlm-activate-dlm-master_hash-for-master-list.patch
1072# patches.fixes/ocfs2-dlm-indent-dlm_cleanup_master_list.patch
1073# patches.fixes/ocfs2-dlm-track-number-of-mles.patch
1074# patches.fixes/ocfs2-dlm-improve-lockres-counts.patch
1075# patches.fixes/ocfs2-dlm-dlm_set_lockres_owner-and-dlm_change_lo.patch
1076# patches.fixes/ocfs2-dlm-show-the-number-of-lockres-mles-in-dlm_st.patch
1077# patches.fixes/ocfs2-dlm-remove-struct-dlm_lock_name-in-struct-dlm.patch
1078# patches.fixes/ocfs2-dlm-do-not-purge-lockres-that-is-being-migrat.patch
1079# patches.fixes/ocfs2-dlm-tweak-mle_state-output.patch
1080# patches.fixes/ocfs2-initialize-count-before-generic_write_checks
1081
1082 # fixes from 2.6.31
1083# patches.fixes/dlm-fix-use-count-with-multiple-joins.patch
1084# patches.fixes/dlm-connect-to-nodes-earlier.patch
1085# patches.fixes/dlm-use-more-NOFS-allocation.patch
1086# patches.fixes/dlm-Fix-uninitialised-variable-warning-in-lock.c.patch
1087# patches.fixes/dlm-fix-plock-use-after-free.patch
1088# patches.fixes/dlm-free-socket-in-error-exit-path.patch
1089#
1090# # bnc 501563
1091# patches.fixes/ocfs2-initialize-the-cluster-we-re-writing-to.patch
1092#
1093# # Userspace clustering will be implemented in a completely
1094# # different manner starting with openSUSE 11.1
1095
1096 ########################################################
1097 # xfs
1098 ########################################################
1099 patches.suse/xfs-dmapi-src
1100 patches.suse/xfs-dmapi-enable
1101 patches.suse/xfs-dmapi-xfs-enable
1102 patches.fixes/xfs-dmapi-fixes
1103 patches.suse/xfs-nfsd-dmapi-aware
1104 patches.suse/xfs-account-for-allocated-blocks-when-expanding-directories
1105 patches.suse/xfs-handle-memory-allocation-failures-during-log-initialisation
1106 patches.suse/xfs-check-for-valid-transaction-headers-in-recovery
1107 patches.suse/xfs-wait-for-all-IO-on-truncate-to-zero
1108 patches.fixes/xfs-redirty-ENOSPC.patch
1109 patches.fixes/xfs-kern_32215a_Clean-up-dquot-pincount-code.patch
1110 patches.fixes/xfs_file_last_byte-needs-to-acquire-ilock.patch
1111 patches.fixes/xfs-fix-overflow-in-xfs_growfs_data_private
1112 patches.fixes/xfs-more-sb-checks
1113
1114 ########################################################
1115 # novfs
1116 ########################################################
1117 patches.suse/novfs-add-the-novell-filesystem-client-kernel-module.patch
1118 patches.suse/convert-novfs-to-open-soure-coding-standards.patch
1119 patches.suse/novfs-merge-changes.diff
1120 patches.suse/novfs-patch-2.6.27
1121 patches.suse/novfs-gregorian-day-fix
1122 patches.suse/novfs-map-drives-correctly.diff
1123 patches.suse/novfs-clear-mappeddrives.patch
1124
1125 ########################################################
1126 # other filesystem stuff
1127 ########################################################
1128 patches.suse/squashfs-3.4.patch
1129
1130 patches.suse/parser-match_string.diff
1131 patches.suse/fs-may_iops.diff
1132 patches.suse/fs-knows-MAY_APPEND.diff
1133 patches.suse/nfs4acl-common.diff
1134 patches.suse/nfs4acl-ext3.diff
1135 patches.suse/nfs4acl-ai.diff
1136
1137 patches.fixes/udf-faster_anchor_detection.patch
1138 patches.fixes/udf-last_block_fix.patch
1139
1140 ########################################################
1141 # These patches are from the netfilter team, and
1142 # are required to tag IPsec packets for packet
1143 # filtering purposes.
1144 ########################################################
1145
1146 # anyone want to refresh this one?
1147 patches.suse/netfilter-ipv4options
1148 patches.suse/netfilter-ipt_LOG-mac
1149
1150 patches.suse/netfilter-ip_conntrack_slp.patch
1151 patches.fixes/fix-nf_conntrack_slp
1152
1153 ########################################################
1154 #
1155 # Device drivers
1156 #
1157 ########################################################
1158
1159 patches.drivers/power-introduce-system_entering_hibernation
1160 patches.drivers/dmi-introduce-dmi_first_match
1161
1162 patches.drivers/igp-fix-ring-on-suspend.patch
1163
1164 patches.drivers/e1000e_add_82574L.patch
1165 patches.drivers/e1000e_add_ICH9_BM.patch
1166 patches.drivers/e1000e_add_LOM_devices.patch
1167 patches.drivers/e1000e_add_ECC
1168 patches.drivers/e1000e-Fixes-possible-phy-corrupton-on-82571-design.patch
1169
1170 patches.suse/e1000e_Export_set_memory_ro-rw
1171
1172 patches.drivers/tg3-Add-57780-ASIC-revision.patch
1173 patches.drivers/broadcom-Add-support-for-the-57780-integrated-PHY.patch
1174 patches.drivers/bnx2x-eeh.patch
1175 patches.drivers/bnx2-Add-bnx2_shutdown_chip
1176 patches.drivers/bnx2-check-running.patch
1177 patches.drivers/bnx2-Add-PCI-ID-for-5716S
1178 patches.drivers/bnx2-Fix-bug-in-bnx2_free_rx_mem_
1179 patches.drivers/bnx2x-version-update.patch
1180 patches.drivers/bnx2x-Using-singlethread-work-queue.patch
1181 patches.drivers/bnx2x-Missing-memory-barriers.patch
1182 patches.drivers/bnx2x-Using-system-page-size-for-SGE.patch
1183 patches.drivers/bnx2x-Missing-mask-when-calculating-flow-control.patch
1184 patches.drivers/bnx2x-Flow-control-updated-before-reporting-the-lin.patch
1185 patches.drivers/bnx2x-Protecting-the-link-change-indication.patch
1186 patches.drivers/bnx2x-VLAN-tagged-packets-without-VLAN-offload.patch
1187 patches.drivers/bnx2x-Endianness-issues.patch
1188 patches.drivers/bnx2x-Fixing-the-doorbell-size.patch
1189 patches.drivers/bnx2x-Missing-brackets.patch
1190 patches.drivers/bnx2x-Indirection-table-initialization-index.patch
1191 patches.drivers/bnx2x-MTU-Filter.patch
1192 patches.drivers/bnx2x-First-slow-path-interrupt-race.patch
1193 patches.drivers/bnx2x-Free-IRQ.patch
1194 patches.drivers/bnx2x-Handling-probe-failures.patch
1195 patches.drivers/bnx2x-Potential-race-after-iSCSI-boot.patch
1196 patches.drivers/bnx2x-Wrong-HDR-offset-in-CAM.patch
1197 patches.drivers/bnx2x-Read-chip-ID.patch
1198 patches.fixes/bnx2x-block-nvram-access-when-device-is-inactive
1199 patches.drivers/bnx2x-Overstepping-array-bounds.patch
1200 patches.drivers/bnx2x-1G-10G-toggling-race.patch
1201 patches.drivers/bnx2x-Prevent-self-test-loopback-failures.patch
1202 patches.drivers/bnx2x-Legacy-speeds-autoneg-failures.patch
1203 patches.drivers/bnx2x-Handling-PHY-FW-load-failure.patch
1204 patches.drivers/bnx2x-Driver-description-update.patch
1205 patches.drivers/bnx2x-Barriers-for-the-compiler.patch
1206 patches.drivers/bnx2x-Version-update.patch
1207 patches.drivers/bnx2x-Reset-HW-before-use.patch
1208 patches.drivers/bnx2x-Disable-napi.patch
1209 patches.drivers/bnx2x-Handling-load-failures.patch
1210 patches.drivers/bnx2x-Carrier-off-first-call.patch
1211 patches.drivers/bnx2x-Calling-napi_del.patch
1212 patches.drivers/bnx2x-Missing-rmb-when-waiting-for-FW-response.patch
1213 patches.drivers/bnx2x-loopback-test-failure.patch
1214 patches.drivers/bnx2x-Version.patch
1215 patches.drivers/bnx2x-tx_has_work-should-not-wait-for-FW.patch
1216 patches.drivers/bnx2x-Adding-restriction-on-sge_buf_size.patch
1217 patches.drivers/bnx2x-Casting-page-alignment.patch
1218 patches.drivers/bnx2x-Using-DMAE-to-initialize-the-chip.patch
1219
1220 patches.drivers/r8169-Tx-performance-tweak-helper
1221 patches.drivers/r8169-use-pci_find_capability-for-the-PCI-E-features
1222 patches.drivers/r8169-add-8168-8101-registers-description
1223 patches.drivers/r8169-add-hw-start-helpers-for-the-8168-and-the-8101
1224 patches.drivers/r8169-additional-8101-and-8102-support
1225 patches.drivers/r8169-allow-true-forced-mode-setting.patch
1226
1227 patches.drivers/ixgbe-fcoe-bugfixes
1228
1229 patches.drivers/sgi-ioc4-request-submodules
1230
1231 # This one is more related to x2APIC patches, but adjusted by SGI to cleanly
1232 # patch on-top of sgi-uv-led -> I don't do the extra work and keep it here
1233 patches.arch/x86_uv_early_detect.patch
1234 patches.arch/x86_sgi_uv_early_detect_oem.patch
1235 patches.fixes/uv-redundant-creation-of-proc-dir
1236
1237 # Add support for Montevina hardware; series mainlined 2.6.26
1238
1239 patches.drivers/ehca-flush-cqe.patch
1240 patches.drivers/ehca-rejecting-dynamic-mem-add-remove.patch
1241
1242 patches.drivers/tpm-correct-timeouts.patch
1243 patches.drivers/tpm-bcm0102-workaround.patch
1244
1245 patches.drivers/0001-IB-ehca-Fix-problem-with-max-number-of-QPs-and-CQs.patch
1246
1247 patches.drivers/ehca-fix-possible-nullpointer-access-v2.patch
1248 patches.drivers/ehca-malloc-speedup
1249
1250 patches.drivers/disable-catas_reset-by-default-to-avoid-problems-with-eeh.patch
1251 patches.fixes/hpilo-open-close-fix
1252 patches.fixes/ib-ipath-fix-hang-on-module-unload
1253 patches.fixes/initialize-dev-power-entry
1254
1255 ########################################################
1256 # Storage
1257 ########################################################
1258
1259 # libata
1260 patches.drivers/libata-add-waits-for-govault
1261 patches.drivers/libata-unlock-hpa-by-default
1262 patches.drivers/libata-prefer-over-ide
1263 patches.drivers/libata-dont-restore-DET-on-detach
1264
1265 # libata-slave_link
1266 patches.drivers/libata-make-SCR-access-ops-per-link
1267 patches.drivers/libata-reimplement-link-iterator
1268 patches.drivers/libata-misc-updates-to-prepare-for-slave-link
1269 patches.drivers/libata-implement-slave_link
1270 patches.drivers/libata-transfer-EHI-control-flags-to-slave-ehc.i
1271 patches.drivers/libata-eh-fix-slave-link-EH-action-mask-handling
1272 patches.drivers/libata-set-device-class-to-NONE-if-phys_offline
1273 patches.drivers/libata-ata_piix-use-slave_link
1274
1275 patches.drivers/libata-ata_piix-add-intel-ibex-pci-ids
1276 patches.drivers/libata-ata_piix-add-Hercules-EC-900-mini-to-laptop-tbl
1277 patches.drivers/libata-sata_via-load-DEVICE-register-when-CTL-changes
1278 patches.drivers/libata-sata_via-fix-support-for-5287
1279 patches.drivers/libata-sata_via-restore-vt-_prepare_host-error-handling
1280 patches.drivers/libata-sata_via-add-vt8261-support.patch
1281 patches.drivers/libata-implement-NO_SPINDOWN
1282 patches.drivers/libata-ahci-blacklist-double-spin-off
1283 patches.drivers/libata-sata_sil-blacklist-double-spin-off
1284 patches.drivers/libata-ata_piix-blacklist-double-spin-off
1285 patches.drivers/libata-whitelist-good-bridges
1286 patches.drivers/libata-add-and-use-HORKAGE_ATAPI_MOD16_DMA
1287 patches.drivers/libata-pata_sch-slave-poss
1288 patches.drivers/libata-ata_piix-clear-spurious-IRQ
1289 patches.drivers/libata-ata_piix-borked-tecra-m4-broken-suspend
1290 patches.drivers/libata-pata_hpt366-fix-clock-detection
1291 patches.drivers/libata-pata_hpt366-fix-cable-detection
1292 patches.drivers/libata-pata_hpt366-no-ATAPI-DMA
1293 patches.drivers/libata-pata_hpt366-reimplement-mode-programming
1294 patches.drivers/libata-ata_piix-add-VGN-BX297XP-to-broken-suspend-list
1295 patches.drivers/libata-clear-ering-on-resume
1296 patches.drivers/libata-ahci-correct-enclosure-LED-state-save
1297 patches.drivers/libata-ahci-enclosure-management-bios-workaround
1298 patches.drivers/libata-6gbps-message
1299 patches.drivers/libata-ahci-sb600-srst-workaround-soften-msg
1300 patches.drivers/libata-ocz-vertex-no-hpa
1301+sp1 patches.drivers/libata-ahci-Withdraw-IGN_SERR_INTERNAL-for-SB800
1302
1303 # Block layer fixes
1304 patches.fixes/block-use-bio_has_data
1305 patches.fixes/block-discard-requests
1306 patches.fixes/block-git-fixes
1307 patches.fixes/block-rq-affinity
1308 patches.fixes/block-failfast-merge-fix
1309 patches.suse/cfq-ioc-race
1310 patches.suse/genhd-disk-ro-uevents
1311
1312 # Online disk resize
1313 patches.drivers/bdev-resize-wrapper-for-revalidate_disk
1314 patches.drivers/bdev-resize-adjust-block-device-size
1315 patches.drivers/bdev-resize-check-for-device-resize
1316 patches.drivers/bdev-resize-sd-driver-calls
1317 patches.drivers/bdev-resize-added-flush_disk
1318 patches.drivers/bdev-resize-call-flush_disk
1319 # Block-layer timeout
1320 patches.drivers/block-timeout-handling
1321 patches.drivers/block-abort-queue
1322 patches.drivers/dm-abort-queue-on-failed-paths
1323 patches.drivers/block-abort-request-rq-complete-marking
1324 patches.drivers/block-call-sync-on-cleanup
1325 patches.drivers/block-add-timeout-on-dequeue
1326 patches.drivers/block-del-timer-after-dequeue
1327 patches.fixes/block-use-round_jiffies_up
1328 patches.fixes/blk-leave-sync-timer-running
1329 patches.drivers/block-internal-dequeue-shouldnt-start-timer
1330 patches.fixes/block-integrity-update
1331 patches.fixes/blk-dont-invoke-request_fn-on-stopped-queue
1332 patches.fixes/blk-move-unplug_work-init
1333 patches.fixes/blk-get-extra-reference-before-unmap
1334 patches.fixes/block-fix-blk_start_queueing
1335 patches.fixes/block-suppress-buffer-IO-errors
1336 patches.fixes/block-optimizations-in-blk_rq_timed_out_timer
1337 patches.fixes/block-add-comment-in-blk_rq_timed_out
1338 patches.fixes/blk-timeout-splice-timeout-list
1339 patches.fixes/blk-timeout-readd-timeout-list
1340
1341 patches.drivers/cciss-driver-panic-on-volume-delete
1342 patches.drivers/cciss-ignore-stale-commands
1343
1344 patches.fixes/scsi-misc-git-update
1345 # The s390-07-04-dasd-failfast.patch must follow the
1346 # scsi-enhance-error-codes patch for dependency reasons
1347 patches.fixes/scsi-enhance-error-codes
1348 patches.arch/s390-07-04-dasd-failfast.patch
1349 patches.fixes/scsi-terminate-target-reset
1350 patches.fixes/sd-needs-updating
1351 patches.fixes/scsi-inquiry-too-short-ratelimit
1352 patches.suse/scsi-netlink-ml
1353
1354 # FCoE
1355 patches.drivers/open-fcoe-header-files
1356 patches.drivers/open-fcoe-libfc
1357 patches.drivers/open-fcoe-driver
1358 patches.drivers/open-fcoe-dcb-support
1359 # readd copper pond bnc#441471
1360 patches.drivers/ixgbe-copper_pond.patch
1361 patches.drivers/ixgbe-sfp.patch
1362
1363 patches.fixes/dcb-setting-pg-will-cause-tx-hang
1364 patches.fixes/multiq-requeue-should-rewind-current_band
1365 patches.drivers/open-fcoe-beta3-update
1366 patches.drivers/ixgbe-add-bcna-support
1367 patches.drivers/open-fcoe-beta4-update
1368 patches.fixes/dcb-fix-setpfcstate
1369 patches.drivers/open-fcoe-beta5-update
1370 patches.drivers/open-fcoe-beta6-update
1371 patches.drivers/open-fcoe-rc1-update
1372 patches.drivers/open-fcoe-fnic-patches
1373
1374 # bnc #459142
1375 patches.drivers/fcoe-logoff-of-the-fabric-when.diff
1376 patches.drivers/fcoe-remove-warn_on-in-fc_set.diff
1377 patches.drivers/fcoe-user_mfs-is-never-used.diff
1378 patches.drivers/fcoe-check-return-for-fc_set_m.diff
1379 patches.drivers/libfc-use-an-operations-struct.diff
1380 patches.drivers/fcoe-fix-frame-length-validati.diff
1381 patches.drivers/libfc-make-sure-we-access-the.diff
1382 patches.drivers/libfc-make-fc_disc-inline-with.diff
1383 patches.drivers/libfc-make-rscn-parsing-more-r.diff
1384 patches.drivers/libfc-improve-fc_lport-c-locki.diff
1385 patches.drivers/libfc-improve-fc_rport-c-locki.diff
1386 patches.drivers/libfc-add-fc_disc-c-locking-co.diff
1387 patches.drivers/libfc-ensure-correct-device_pu.diff
1388 patches.drivers/fcoe-improved-load-balancing-i.diff
1389 patches.drivers/libfc-updated-comment-for-orde.diff
1390 patches.drivers/fcoe-change-fcoe_sw-sg_tablesi.diff
1391 patches.drivers/libfc-updated-libfc-fcoe-modul.diff
1392 patches.drivers/libfc-set-the-release-function.diff
1393
1394 # bnc #468051
1395 patches.drivers/fcoe-fix-incorrect-use-of-struct-module.diff
1396
1397 # bnc #468053
1398 patches.drivers/libfc_locking.diff
1399
1400 patches.drivers/fcoe-exch-mgr-is-freed-while-lport-still-retrying-s.patch
1401 patches.drivers/Out-of-order-tx-frames-was-causing-several-check-con.patch
1402 patches.drivers/fcoe-fix-kfree-skb.patch
1403
1404 # bnc #468054
1405 patches.drivers/libfc_rport.diff
1406
1407 # bnc #465596
1408 patches.drivers/libfc-handle-rrq-exch-timeout.diff
1409 patches.drivers/libfc-pass-lport-in-exch_mgr_r.diff
1410 patches.drivers/libfc-when-rport-goes-away-re.diff
1411
1412 #bnc #469536
1413 patches.drivers/libfc-fix-read-IO-data-integrity
1414 patches.drivers/libfc-check-for-err-when-recv-state-is-incorrect.diff
1415 patches.drivers/libfc-cancel_delayed_work_sync-called-improperly.patch
1416 patches.drivers/fcoe-fix-handling-of-pending-queue
1417
1418 patches.drivers/ixgbe-dcb-setstate.patch
1419 patches.drivers/ixgbe_DCB_compile_err.patch
1420 patches.drivers/ixgbe_pagesize_fix.patch
1421
1422 patches.drivers/lpfc-8.2.8-update
1423 patches.drivers/lpfc-8.2.8.1-update
1424 patches.drivers/lpfc-8.2.8.3-update
1425 patches.drivers/lpfc-8.2.8.4-update
1426 patches.drivers/lpfc-8.2.8.7-update
1427 patches.drivers/lpfc-8.2.8.9-update
1428 patches.drivers/lpfc-8.2.8.10-update
1429 patches.drivers/lpfc-8.2.8.11-update
1430 patches.drivers/lpfc-8.2.8.12-update
1431 patches.drivers/lpfc-8.2.8.13-update
1432 patches.drivers/lpfc-8.2.8.14-update
1433 patches.drivers/qla2xxx-8.02.01-k8-update
1434 patches.drivers/qla2xxx-8.02.01-k9-update
1435 patches.drivers/qla2xxx-8.02.01.02.11.0-k9-update
1436 patches.fixes/qla2xxx-disable-automatic-queue-tracking
1437 patches.fixes/qla2xxx-check-fc-rport-validity
1438 patches.fixes/qla2xxx-devtbl-fix
1439 patches.drivers/qla2xxx-correct-endianness-issue-during-flash
1440 patches.drivers/qla2xxx-extend-address-range-of-option-rom-update
1441 patches.drivers/qla2xxx-eeh-recovery
1442 patches.drivers/mpt-fusion-4.00.43.00-update
1443 patches.drivers/mpt-fusion-4.16.00.00-update
1444 patches.drivers/mpt-return-all-sense-data
1445 patches.drivers/mptsas-discover-all-devices
1446 patches.drivers/megaraid-mbox-fix-SG_IO
1447 patches.drivers/qla4xxx-sles11-update
1448 patches.drivers/qla4xxx-5.01.00-k8_sles11-03-update
1449 patches.drivers/qla4xxx-5.01.00-k8_sles11-04-update
1450 patches.drivers/qla4xxx-correct-extended-sense-data-errors
1451 patches.fixes/scsi-skip-nonscsi-device-for-dma
1452 patches.fixes/scsi-dh-rdac-set-default-ownership
1453 patches.fixes/scsi-dh-rdac-retry-mode-select
1454 patches.fixes/scsi-eh-timed-out-missing-braces
1455 patches.fixes/scsi-retry-transport-error
1456 patches.fixes/scsi-retry-TASK_ABORTED
1457 patches.fixes/scsi-dh-alua-retry-UA
1458 patches.fixes/scsi-add-tgps-setting
1459 patches.fixes/scsi-dh-alua-send-stpg
1460 patches.fixes/scsi-dh-rdac-initialize-passive-path
1461 patches.fixes/scsi-fixup-failfast-definitions
1462 patches.fixes/scsi-remove-scmd-timeout
1463 patches.fixes/scsi-check-host-lookup-failure
1464 patches.fixes/scsi_dh-add-lsi-ids-to-rdac
1465 patches.suse/scsi-check-removed-device-for-offline
1466 patches.fixes/fc_transport-devloss-callback-restore
1467 patches.fixes/scsi_dh-retry-on-UNIT_ATTENTION
1468 patches.fixes/scsi-refactor-busy-processing
1469 patches.fixes/scsi-fix-hang-in-starved-list-processing
1470 patches.fixes/scsi-call-unprep_request-under-lock
1471 patches.fixes/scsi-restart-lookup-by-target
1472 patches.fixes/scsi-fixup-scsi_host_lookup-return-value
1473 patches.fixes/scsi-dh-alua-group-id-mask
1474 patches.fixes/scsi-scan-set-SDEV_DEL-on-destroy
1475 patches.fixes/scsi-dh-rdac-retry-UA
1476 patches.fixes/scsi-dh-emc-rw-mismatch
1477 patches.fixes/scsi-dh-emc-mode-select-10-size
1478 patches.fixes/sd-no-spinup-on-standby-ports
1479 patches.fixes/scsi-dh-queuedata-accessors
1480 patches.fixes/aic7xxx-leaves-timer-running-on-init-failure
1481 patches.drivers/qla1280-eh-update
1482 patches.fixes/scsi-dh-rdac-retry-for-not-ready
1483 patches.fixes/scsi-retry-alua-transition-in-progress
1484 patches.drivers/ipr-slave-alloc-crash
1485 patches.fixes/scsi-ipr-fix-PCI-permanent-error-handler
1486 patches.fixes/scsi-lib-string_get_size-don-t-hang-on-zero-no-decimals-on-exact.patch
1487 patches.fixes/scsi-dh-rdac-add-stk
1488 patches.fixes/scsi-initialize-max_targets_blocked
1489
1490 patches.drivers/ibmvfc-async-events-oops
1491 patches.drivers/ibmvfc-add_sync.patch
1492 patches.drivers/ibmvfc-abort-response.patch
1493 patches.drivers/ibmvfc_prli_initiator_fix.patch
1494 patches.drivers/ibmvfc_class3.patch
1495 patches.drivers/ibmvfc_default_timeout.patch
1496 patches.drivers/ibmvfc_relogin_fix.patch
1497 patches.drivers/ibmvfc_tasklet.patch
1498
1499 # Remaining SCSI patches (garloff)
1500 patches.suse/scsi-error-test-unit-ready-timeout
1501 patches.fixes/scsi-scan-blist-update
1502
1503 patches.fixes/proc-scsi-scsi-fix.diff
1504
1505 patches.fixes/scsi-ibmvscsi-show-config.patch
1506 patches.fixes/scsi-ibmvscsi-can_queue_fix.patch
1507 patches.fixes/scsi-ibmvscsi-vio_leak.patch
1508 patches.fixes/scsi-ibmvscsi-module_alias.patch
1509
1510 # bnc#362850
1511 patches.fixes/sd_liberal_28_sense_invalid.diff
1512
1513 patches.drivers/intel-ibex-peak-device-ids.patch
1514 patches.drivers/intel-ibex-peak-device-support.patch
1515
1516 patches.drivers/ide-tape-ignore_dsc-flags-fix.patch
1517 patches.drivers/ide-tape-flags-fix.patch
1518
1519 ########################################################
1520 # DRM/Video
1521 ########################################################
1522 patches.drivers/via-unichrome-drm-bugfixes.patch
1523 patches.drivers/add-via-chrome9-drm-support.patch
1524
1525 ########################################################
1526 # Network
1527 ########################################################
1528 patches.drivers/ehea.patch
1529 patches.drivers/ehea-modinfo.patch
1530 patches.fixes/tulip-quad-NIC-ifdown
1531 patches.suse/nameif-track-rename.patch
1532 patches.drivers/atl2-add-atl2-network-driver.patch
1533 patches.drivers/atl1-add-device_set_wakeup_enable-to-atl1-_set_wol.patch
1534 patches.fixes/tg3-fix-default-wol.patch
1535 patches.drivers/tg3_libphy_workaround
1536 patches.drivers/ipoib_null_skb_on_free.patch
1537
1538 patches.drivers/cxgb3-private-iscsi-ip-addresses
1539 patches.drivers/cxgb3-get_drvinfo-deadlock.patch
1540
1541 patches.drivers/cxgb3-Allocate-multiqueues-at-init-time
1542 patches.drivers/cxgb3-enable-lro-through-ethtool
1543 patches.drivers/cxgb3-allow-for-PHY-reset-status
1544 patches.drivers/cxgb3-simplify-port-type-struct-and-usage
1545 patches.drivers/cxgb3-More-flexible-support-for-PHY-interrupts
1546 patches.drivers/cxgb3-commnonize-LASI-phy-code
1547 patches.drivers/cxgb3-Support-for-Aeluros-2005-PHY
1548 patches.drivers/cxgb3-Add-1G-fiber-support
1549 patches.drivers/cxgb3-update-driver-version
1550 patches.drivers/cxgb3-eeprom-read-fixes.patch
1551 patches.drivers/cxgb3-ser.patch
1552 patches.drivers/cxgb3-fix_lro_alignment.patch
1553 patches.drivers/cxgb3-fix_lro_switch.patch
1554 patches.drivers/cxgb3-handle-err-inject.patch
1555
1556 patches.drivers/netxen-enable-msi-x-for-quad-gig-boards.patch
1557 patches.drivers/netxen-fix-endianness-in-firmware-commands.patch
1558 patches.drivers/netxen-fix-ipv6-offload-and-tx-cleanup.patch
1559 patches.drivers/netxen-fix-link-speed-reporting-for-some-boards.patch
1560 patches.drivers/netxen-firmware-init-fix.patch
1561 patches.drivers/netxen-cleanup-mac-list-on-driver-unload.patch
1562 patches.drivers/netxen-hold-tx-lock-while-sending-firmware-commands.patch
1563 patches.drivers/netxen-handle-dma-mapping-failures.patch
1564 patches.drivers/netxen-avoid-invalid-iounmap.patch
1565 patches.drivers/netxen-include-ipv6.h-fixes-build-failure.patch
1566 patches.drivers/netxen-fix-vlan-tso-checksum-offload.patch
1567 patches.drivers/netxen-reduce-memory-footprint.patch
1568 patches.drivers/netxen-revert-jumbo-ringsize.patch
1569 patches.drivers/netxen-fix-memory-leak-in-drivers-net-netxen_nic_in.patch
1570
1571 patches.drivers/e100-adapt-to-the-reworked-PCI-PM.patch
1572
1573 ########################################################
1574 # Wireless Networking
1575 ########################################################
1576# patches.suse/wireless-no-aes-select
1577# patches.fixes/ipw2200-send-noassoc.patch
1578# patches.fixes/iwl3945-fix-rfkill.patch
1579# patches.fixes/iwlagn-fix-rfkill.patch
1580# patches.fixes/iwlagn-fix-error-path.patch
1581# patches.fixes/iwlwifi-fix-rs_get_rate-oops.patch
1582# patches.fixes/iwlwifi-dont-clean-static-wep-keys.patch
1583# patches.fixes/iwl3945-fix-crash-on-rmmod.patch
1584# patches.fixes/ath5k-ignore-calibration-return-value.patch
1585# patches.fixes/ath5k-aspire-one-led.patch
1586# patches.fixes/rt2x00-fix-race-conditions.patch
1587# patches.fixes/mac80211-add-direct-probe.patch
1588# patches.fixes/b43legacy-fix-led_device_naming.diff
1589# patches.fixes/iwlwifi-fix-iwl-3945_led_device_naming.diff
1590# patches.fixes/iwlwifi-fix-iwl-led_device_naming.diff
1591# patches.fixes/rt2x00-fix-led_device_naming.diff
1592# patches.fixes/ath5k-5211-protected-fix.patch
1593# patches.fixes/iwlwifi-fix-updating-key-flags.patch
1594
1595 ########################################################
1596 # iSCSI
1597 ########################################################
1598 patches.fixes/open-iscsi-git-update
1599 patches.drivers/open-iscsi-offloading-support
1600 patches.drivers/cxgb3i
1601 patches.drivers/cxgb3i-fixed-offload-array-size
1602 patches.drivers/cxgb3i_ddp.patch
1603 patches.drivers/cxgb3i-mainline.patch
1604 patches.drivers/cxgb3i-fix-skb-overrun
1605 patches.fixes/open-iscsi-mv-transport-eh-setting
1606 patches.fixes/libiscsi-fix-nop-response-reply-and-session-cleanup.patch
1607 patches.fixes/libiscsi-fix-null-pointer-in-fail-all-commands
1608 patches.fixes/libiscsi-fix-locking-in-eh_device_reset
1609 patches.fixes/libiscsi-don-t-let-io-sit-in-queue-when-session-has-failed
1610
1611 ########################################################
1612 # PCI and PCI hotplug
1613 ########################################################
1614 patches.drivers/acpi-pci-fix-possible-race-condition-on-_osc-evaluation.patch
1615 patches.drivers/acpi-pci-change-pci_osc_control_set-to-query-control-bits-first.patch
1616 patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch
1617 patches.drivers/acpi-pci-call-_osc-support-during-root-bridge-discovery.patch
1618 patches.drivers/acpi-pci-pci-extended-config-_osc-support-called-when-root-bridge-added.patch
1619 patches.drivers/acpi-pci-pcie-aspm-_osc-support-capabilities-called-when-root-bridge-added.patch
1620 patches.drivers/acpi-pci-pcie-aer-_osc-support-capabilities-called-when-root-bridge-added.patch
1621 patches.drivers/acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch
1622 patches.drivers/acpi-pci-remove-obsolete-_osc-capability-support-functions.patch
1623 patches.fixes/pci-amd-813x-b2-devices-do-not-need-quirk.patch
1624 patches.arch/ia64-sn-fix-pci-attribute-propagation-bug.patch
1625 patches.arch/ia64-sn-specific-version-of-dma_get_required_mask
1626 patches.kabi/ia64-sn-specific-version-of-dma_get_required_mask-kabi-fix
1627
1628 ########################################################
1629 # sysfs / driver core
1630 ########################################################
1631 # make debugging easier
1632 patches.drivers/sysfs-crash-debugging.patch
1633 patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch
1634 patches.drivers/driver-core-fix-dynamic_debug-cmd-line-parameter.patch
1635 patches.drivers/driver-core-fix-using-ret-variable-in-unregister_dynamic_debug_module.patch
1636 patches.drivers/driver-core-add-newlines-to-debugging-enabled-disabled-messages.patch
1637
1638 # this must be after the previous *-dynamic-debug-messages.patch
1639 patches.suse/module-ref-dynamic-alloc
1640 patches.suse/mem_cgroup_stat-dynamic-alloc
1641
1642 ########################################################
1643 # USB
1644 ########################################################
1645 patches.suse/usb-storage-disable-delay.patch
1646 patches.suse/usb_correct_config_ti_04b3_4543.diff
1647 patches.drivers/usb-serial-add-qualcomm-wireless-modem-driver.patch
1648 patches.drivers/v4l-dvb-uvcvideo-implement-the-usb-power-management-reset_resume-method.patch
1649 patches.drivers/uvcvideo-ignore-hue-control-for-5986-0241.patch
1650 patches.drivers/quickcam_messenger.c-add-support-for-all-quickcam.patch
1651 patches.drivers/usb-storage-increase-the-bcd-range-in-sony-s-bad-device-table.patch
1652
1653 ########################################################
1654 # I2C
1655 ########################################################
1656
1657 ########################################################
1658 # Input & Console
1659 ########################################################
1660 patches.suse/bootsplash
1661 patches.drivers/elousb.patch
1662 patches.fixes/input-add-acer-aspire-5710-to-nomux.patch
1663 patches.fixes/input-add-nomux-dell-vostro-1510.patch
1664 patches.fixes/hid-rdesc-quirk-for-sony-vaio-VGX-TP1E.patch
1665 patches.drivers/input-usbtouchscreen-hw-calibration.patch
1666
1667 ##########################################################
1668 # Sound
1669 ##########################################################
1670 patches.drivers/alsa-hda-beep
1671 patches.drivers/alsa-hda-spdif-slave
1672 patches.drivers/alsa-hda-probe-fix
1673 patches.drivers/alsa-hda-proc-fix
1674 patches.drivers/alsa-hda-analog-update
1675 patches.drivers/alsa-hda-atihdmi-update
1676 patches.drivers/alsa-hda-nvidia-hdmi
1677 patches.drivers/alsa-hda-realtek-update
1678 patches.drivers/alsa-hda-sigmatel-update
1679 patches.drivers/alsa-hda-via-update
1680 patches.drivers/alsa-hda-via-rec-fix
1681 patches.drivers/alsa-hda-sigmatel-spdif-fix
1682 patches.drivers/alsa-hda-realtek-mic-automute-fix
1683 patches.drivers/alsa-hda-realtek-alc269-dmic
1684 patches.drivers/alsa-hda-alc269-fsc-amilo
1685 patches.drivers/alsa-hda-proc-gpio-fix
1686 patches.drivers/alsa-hda-hp-3013-master-fix
1687 patches.drivers/alsa-hda-dell-studio-probe-fix
1688 patches.drivers/alsa-hda-stac9200-missing-mux-capture
1689 patches.drivers/alsa-hda-stac92xx-mic-pin-fix
1690 patches.drivers/alsa-hda-stac-hp-detect-fix
1691 patches.drivers/alsa-hda-beep-dig-switch
1692 patches.drivers/alsa-hda-beep-null-check-fix
1693 patches.drivers/alsa-hda-sigmatel-vref-event-fix
1694 patches.drivers/alsa-hda-sigmatel-hp-m4-check-fix
1695 patches.drivers/alsa-hda-realtek-acer-dmic
1696 patches.drivers/alsa-hda-stac-92hd71bxx-gpio-fix
1697 patches.drivers/alsa-hda-stac-hp-pavilion-quirks
1698 patches.drivers/alsa-hda-stac-gpio-unsol-resume-fix
1699 patches.drivers/alsa-hda-stac-hp-gpio-switch-fix
1700 patches.drivers/alsa-hda-stac-dell-m4-3-quirk
1701 patches.drivers/alsa-hda-spdif-bits-cache-fix
1702 patches.drivers/alsa-hda-stac-yet-more-fixes
1703 patches.drivers/alsa-hda-dell-92hd73xx-models
1704 patches.drivers/alsa-hda-sony-vaio-vgn-sr19xn-quirk
1705 patches.drivers/alsa-hda-92hd73x-desktop-fixes
1706 patches.drivers/alsa-hda-hp-dv7-quirk
1707 patches.drivers/alsa-hda-hp2230s-quirk
1708 patches.drivers/alsa-hda-ad1882-id-typo-fix
1709 patches.drivers/alsa-hda-sigmatel-add-missing-terminators
1710 patches.drivers/alsa-hda-seek-for-codec-id
1711 patches.drivers/alsa-hda-gateway-fix
1712 patches.drivers/alsa-hda-gateway-fix2
1713 patches.drivers/alsa-hda-stac925x-init-fix
1714 patches.drivers/alsa-hda-hp-dv5-quirk
1715 patches.drivers/alsa-hda-hp-dv5-mic-fix
1716 patches.drivers/alsa-hda-idt92hd83-fix-typo
1717 patches.drivers/alsa-hda-add-volume-offset
1718 patches.drivers/alsa-hda-stac-reduce-volume-scale
1719 patches.drivers/alsa-hda-hp-dv4-quirk
1720 patches.drivers/alsa-hda-gateway-t1616-quirk
1721 patches.drivers/alsa-hda-intel-d945-ref-quirk
1722 patches.drivers/alsa-hda-hp-zenith-quirk
1723 patches.drivers/alsa-ad1984-hp-volume-fix
1724 patches.drivers/alsa-hda-hp6530b-quirk
1725 patches.drivers/alsa-emu10k1-audigy-fixes
1726 patches.drivers/alsa-powermac-ibook-g4-mic-fix
1727 patches.drivers/alsa-ca0106-pm-support
1728 patches.drivers/alsa-ca0106-capture-no-44khz
1729
1730 # post-GA updates
1731 patches.drivers/alsa-post-ga-hda-hp-xw-quirk
1732 patches.drivers/alsa-post-ga-hda-sigmatel-update
1733 patches.drivers/alsa-post-ga-hda-sigmatel-update2
1734 patches.drivers/alsa-post-ga-hda-sigmatel-update3
1735 patches.drivers/alsa-post-ga-hda-hp-more-quirks
1736 patches.drivers/alsa-post-ga-ideapad-44khz-fix
1737 patches.drivers/alsa-post-ga-hda-hp-ad1984a-more-quirk
1738 patches.drivers/alsa-post-ga-hda-hp-ad1984a-more-quirk2
1739 patches.drivers/alsa-post-ga-alc888-hp-4ch-mode
1740 patches.drivers/alsa-post-ga-alc888-hp-3stack-auto-mute
1741 patches.drivers/alsa-post-ga-alc888-hp-quirk
1742 patches.drivers/alsa-post-ga-alc888-coef-fix
1743 patches.drivers/alsa-post-ga-lenovo-x200-quirk
1744 patches.drivers/alsa-post-ga-hp-dv6736-mic-fix
1745 patches.drivers/alsa-post-ga-stac-hp-detect-fix
1746 patches.drivers/alsa-post-ga-ad1884a-mobile-init-fix
1747 patches.drivers/alsa-post-ga-hda-pb-rs65-quirk
1748 patches.drivers/alsa-post-ga-hda-ati-pos-fix
1749 patches.drivers/alsa-post-ga-hda-own-workq
1750 patches.drivers/alsa-post-ga-hda-codec-bus-intapi-change
1751 patches.drivers/alsa-post-ga-hda-single-cmd-concurrent-access
1752 patches.drivers/alsa-post-ga-hda-robust-codec-probe
1753 patches.drivers/alsa-post-ga-hda-intel-cleanup
1754 patches.drivers/alsa-post-ga-hda-forced-codec-slots
1755 patches.drivers/alsa-post-ga-hda-hwptr-stabilize
1756 patches.drivers/alsa-post-ga-hda-intelhdmi
1757 patches.drivers/alsa-post-ga-hda-single-cmd-sync-write
1758 patches.drivers/alsa-post-ga-hda-sync-verbs
1759 patches.drivers/alsa-post-ga-hda-codec-verb-retry
1760 patches.drivers/alsa-post-ga-hda-codec-limit-verb-retry
1761 patches.drivers/alsa-post-ga-hda-internal-binary-compat
1762 patches.drivers/alsa-post-ga-hda-alc269-lenovo-capture-fix
1763 patches.drivers/alsa-post-ga-hp-ad1984a-mobile-mute-fix
1764 patches.drivers/alsa-post-ga-alc268-mono-output-fix
1765 patches.drivers/alsa-post-ga-hda-reduce-click-noise
1766 patches.drivers/alsa-post-ga-hda-snd-array
1767 patches.drivers/alsa-post-ga-hda-quirk-ext
1768 patches.drivers/alsa-post-ga-hda-stac-automic
1769 patches.drivers/alsa-post-ga-hda-stac-lo-detect-fix
1770 patches.drivers/alsa-post-ga-hp-piaget-quirk
1771 patches.drivers/alsa-post-ga-alc269-fix-vmaster
1772 patches.drivers/alsa-post-ga-hda-idt92hd8x-fix
1773
1774 ########################################################
1775 # Other driver fixes
1776 ########################################################
1777 patches.fixes/ieee1394-sbp2_long_sysfs_ieee1394_id.patch
1778
1779 patches.fixes/parport-mutex
1780
1781 # suse-2.4 compatible crypto loop driver
1782 patches.suse/twofish-2.6
1783 # Allow setting maximum number of raw devices
1784 patches.suse/raw_device_max_minors_param.diff
1785 patches.suse/no-partition-scan
1786
1787 patches.fixes/saa7134-fix-resource-map-sanity-check-conflict.patch
1788
1789
1790 ########################################################
1791 # Other drivers we have added to the tree
1792 ########################################################
1793 patches.drivers/panasonic-laptop-add-panasonic-let-s-note-laptop-extras-driver-v0.94.patch
1794
1795 ########################################################
1796 # Suspend/Resume stuff
1797 ########################################################
1798 patches.fixes/Hibernate-Take-overlapping-zones-into-account-rev-2.patch
1799
1800 ########################################################
1801 # device-mapper
1802 ########################################################
1803 patches.suse/dm-emulate-blkrrpart-ioctl
1804 patches.suse/dm-raid45_2.6.27_20081027.patch
1805 patches.drivers/blk-request-based-multipath-update
1806 patches.suse/rq-based-multipath
1807 patches.fixes/dm-mpath-remove-is_active
1808 patches.suse/dm-barrier-single-device
1809 patches.fixes/dm-mpath-reattach-dh
1810 patches.suse/dm-mpath-leastpending-path-update
1811 patches.suse/dm-mpath-null-pgs
1812 patches.fixes/dm-table-switch-to-readonly
1813 patches.suse/dm-mpath-add-start-io
1814 patches.suse/dm-mpath-queue-length-load-balancing
1815 patches.suse/dm-mpath-tracking-nr-bytes
1816 patches.suse/dm-mpath-service-time-load-balancing
1817 patches.suse/dm-block-integrity
1818 patches.fixes/blk-set-segment-boundary-mask
1819 patches.fixes/dm-mpath-send-activate-to-every-path
1820 patches.suse/dm-mpath-accept-failed-paths
1821 patches.fixes/dm-avoid-put-table-dm_any_congested
1822 patches.fixes/dm-unbind-drop-ref
1823 patches.fixes/dm-table-ref-count
1824 patches.suse/dm-mpath-requeue-for-stopped-queue
1825 patches.suse/dm-mpath-check-info-before-access
1826 patches.suse/dm-table-change-mode-to-ro
1827 patches.suse/dm-use-md-for-free_bio_clone
1828 patches.fixes/dm-path-selector-ref-count
1829 patches.suse/dm-mpath-lockdep-irqsave
1830 patches.fixes/dm-mpath-leastpending-correction
1831 patches.fixes/dm-release-map_lock-before-set_disk_ro
1832 patches.suse/dm-mpath-no-activate-for-offlined-paths
1833 patches.fixes/dm-table-upgrade-mode-race-fix
1834 patches.fixes/dm_flag_queue_barrier_support
1835 patches.suse/dm-mpath-no-partitions-feature
1836 patches.fixes/dm-mpath-skip-inactive-paths-during-activation
1837
1838 ########################################################
1839 # md
1840 ########################################################
1841 patches.suse/md-notify-when-stopped
1842 patches.fixes/md-disable-recovery-on-faulty-degraded-array
1843 patches.suse/md-raid-metadata-PAGE_SIZE.patch
1844 patches.fixes/md-raid1-chunksize
1845 patches.suse/md-bitmap-sub-page-chunks
1846 patches.fixes/md-raid1-handle-read-error.patch
1847
1848 # bug fixes and minor features to 2.6.30. bnc#498358
1849 patches.fixes/0001-md-Relax-minimum-size-restrictions-on-chunk_size.patch
1850 patches.fixes/0002-md-fix-input-truncation-in-safe_delay_store.patch
1851 patches.fixes/0003-md-don-t-retry-recovery-of-raid1-that-fails-due-to-e.patch
1852 patches.fixes/0004-md-fix-deadlock-when-stopping-arrays.patch
1853 patches.fixes/0005-md-Fix-is_mddev_idle-test-again.patch
1854 patches.fixes/0006-md-never-clear-bit-from-the-write-intent-bitmap-when.patch
1855 patches.fixes/0007-md-write-bitmap-information-to-devices-that-are-unde.patch
1856 patches.fixes/0008-md-be-more-consistent-about-setting-WriteMostly-flag.patch
1857 patches.fixes/0009-md-raid5-simplify-interface-for-init_stripe-and-get_.patch
1858 patches.fixes/0010-md-raid5-change-raid5_compute_sector-and-stripe_to_p.patch
1859 patches.fixes/0011-md-raid6-remove-expectation-that-Q-device-is-immedia.patch
1860 patches.fixes/0012-md-raid5-simplify-raid5_compute_sector-interface.patch
1861 patches.fixes/0013-md-raid5-Add-support-for-new-layouts-for-raid5-and-r.patch
1862 patches.fixes/0014-md-raid5-finish-support-for-DDF-raid6.patch
1863+kabi patches.fixes/0015-md-add-size-as-a-personality-method.patch
1864+kabi patches.fixes/0016-md-centralize-array_sectors-modifications.patch
1865+kabi patches.fixes/0017-md-array_size-sysfs-attribute.patch
1866-kabi patches.fixes/0017A-md-array_size-sysfs-arrtibute.patch
1867 patches.fixes/0018-md-raid5-run-Fix-max_degraded-for-raid-level-4.patch
1868 patches.fixes/0019-md-allow-setting-newly-added-device-to-in_sync-via-s.patch
1869 patches.fixes/0020-md-support-bitmaps-on-RAID10-arrays-larger-then-2-te.patch
1870 patches.fixes/0024-md-tidy-up-status_resync-to-handle-large-arrays.patch
1871 patches.fixes/0026-md-remove-rd-d-links-immediately-after-stopping-an-a.patch
1872+kabi patches.fixes/0027-md-improve-errno-return-when-setting-array_size.patch
1873+kabi patches.fixes/0028-md-add-explicit-method-to-signal-the-end-of-a-reshap.patch
1874 patches.fixes/md-update-size
1875 patches.fixes/md-utime-fix
1876
1877 ##########################################################
1878 #
1879 # Security stuff
1880 #
1881 ##########################################################
1882
1883 ##########################################################
1884 # AppArmor
1885 ##########################################################
1886
1887 patches.apparmor/security-create.diff
1888 patches.apparmor/remove_suid.diff
1889 patches.apparmor/vfs-notify_change.diff
1890 patches.apparmor/security-setattr.diff
1891 patches.apparmor/vfs-mkdir.diff
1892 patches.apparmor/security-mkdir.diff
1893 patches.apparmor/vfs-mknod.diff
1894 patches.apparmor/security-mknod.diff
1895 patches.apparmor/vfs-symlink.diff
1896 patches.apparmor/security-symlink.diff
1897 patches.apparmor/security-readlink.diff
1898 patches.apparmor/vfs-link.diff
1899 patches.apparmor/security-link.diff
1900 patches.apparmor/vfs-rmdir.diff
1901 patches.apparmor/security-rmdir.diff
1902 patches.apparmor/fix-vfs_rmdir.diff
1903 patches.apparmor/vfs-unlink.diff
1904 patches.apparmor/security-unlink.diff
1905 patches.apparmor/vfs-rename.diff
1906 patches.apparmor/security-rename.diff
1907 patches.apparmor/vfs-setxattr.diff
1908 patches.apparmor/security-setxattr.diff
1909 patches.apparmor/vfs-getxattr.diff
1910 patches.apparmor/security-getxattr.diff
1911 patches.apparmor/vfs-listxattr.diff
1912 patches.apparmor/security-listxattr.diff
1913 patches.apparmor/vfs-removexattr.diff
1914 patches.apparmor/security-removexattr.diff
1915 patches.apparmor/unambiguous-__d_path.diff
1916 patches.apparmor/d_namespace_path.diff
1917 patches.apparmor/d_namespace_path_oops_fix.diff
1918 patches.apparmor/fsetattr.diff
1919 patches.apparmor/fsetattr-reintro-ATTR_FILE.diff
1920 patches.apparmor/fsetattr-restore-ia_file.diff
1921 patches.apparmor/file-handle-ops.diff
1922 patches.apparmor/security-xattr-file.diff
1923 patches.apparmor/sysctl-pathname.diff
1924 patches.apparmor/add-security_path_permission
1925 patches.apparmor/add-path_permission.diff
1926 patches.apparmor/do_path_lookup-nameidata.diff
1927 patches.apparmor/apparmor-audit.diff
1928 patches.apparmor/apparmor-main.diff
1929 patches.apparmor/apparmor-lsm.diff
1930 patches.apparmor/apparmor-path_permission
1931 patches.apparmor/apparmor-module_interface.diff
1932 patches.apparmor/apparmor-misc.diff
1933 patches.apparmor/apparmor-intree.diff
1934 patches.apparmor/apparmor-network.diff
1935 patches.apparmor/apparmor-rlimits.diff
1936 patches.apparmor/apparmor-2.6.25.diff
1937 patches.apparmor/apparmor-ptrace-2.6.27.diff
1938 patches.apparmor/fix-complain.diff
1939 patches.apparmor/fix-security-param.diff
1940 patches.apparmor/fork-tracking.diff
1941 patches.apparmor/export-security_inode_permission-for-aufs
1942 patches.apparmor/fix-deleted-leak.diff
1943
1944 ########################################################
1945 # Address space layout randomization
1946 ########################################################
1947
1948 ########################################################
1949 # KDB v4.4
1950 ########################################################
1951
1952 patches.suse/kdb-common
1953 patches.suse/kdb-x86
1954 patches.suse/kdb-ia64
1955 patches.suse/kdb-serial-8250
1956 patches.fixes/kdb-fix-stack-overflow.patch
1957 patches.suse/kdb-resolve-uv-conflict.diff
1958 patches.fixes/kdb-read-CR.diff
1959 patches.fixes/kdb-bb_all-fixes
1960 patches.fixes/kdb-Commited_AS-fix
1961
1962 ########################################################
1963 # Other patches for debugging
1964 ########################################################
1965 patches.suse/crasher-26.diff
1966 patches.suse/stack-unwind
1967 patches.suse/no-frame-pointer-select
1968 patches.arch/x86_64-unwind-annotations
1969
1970 ########################################################
1971 # Perfmon
1972 ########################################################
1973 patches.suse/perfmon2.patch
1974 patches.suse/perfmon2-fix_disabled.patch
1975 patches.suse/perfmon2-remove_syscalls.patch
1976 patches.suse/perfmon2-remove_get_base_syscall_attr.patch
1977 patches.suse/perfmon2-add_ioctl_interface.patch
1978
1979 ########################################################
1980 # Kdump
1981 ########################################################
1982 patches.fixes/kdb-kdump.diff
1983 patches.fixes/kdb-oops-panic.diff
1984 patches.suse/kdump-dump_after_notifier.patch
1985 patches.fixes/kdump-x86-sparsemem.diff
1986
1987 ########################################################
1988 # cgroups
1989 ########################################################
1990 patches.suse/cgroup-freezer.patch
1991 patches.fixes/cgroups-suppress-cloning-warning.patch
1992 patches.fixes/fix-nr_uninterruptible-accounting-of-frozen-tasks
1993
1994 patches.suse/panic-on-io-nmi.diff
1995
1996 patches.suse/cgroup-disable-memory.patch
1997 ########################################################
1998 # Tracing
1999 ########################################################
2000 # in tip/tracing/ftrace
2001 patches.trace/rcu-read-sched.patch
2002 patches.trace/markers-use-rcu-read-lock-sched.patch
2003
2004 # in tip/tracing/ftrace
2005 patches.trace/tracepoints.patch
2006 patches.trace/tracepoints-use-table-size-macro.patch
2007 patches.trace/tracepoints-documentation.patch
2008 patches.trace/tracepoints-tracepoint-synchronize-unregister.patch
2009 patches.trace/tracepoints-documentation-fix-teardown.patch
2010 patches.trace/tracepoints-samples.patch
2011 patches.trace/tracepoints-samples-fix-teardown.patch
2012
2013 patches.trace/lttng-instrumentation-irq.patch
2014 patches.trace/lttng-instrumentation-scheduler.patch
2015 patches.trace/lttng-instrumentation-timer.patch
2016 patches.trace/lttng-instrumentation-kernel.patch
2017 patches.trace/lttng-instrumentation-filemap.patch
2018 patches.trace/lttng-instrumentation-swap.patch
2019 patches.trace/lttng-instrumentation-memory.patch
2020 patches.trace/lttng-instrumentation-page_alloc.patch
2021 patches.trace/lttng-instrumentation-hugetlb.patch
2022 patches.trace/lttng-instrumentation-net.patch
2023 patches.trace/lttng-instrumentation-ipv4.patch
2024 patches.trace/lttng-instrumentation-ipv6.patch
2025 patches.trace/lttng-instrumentation-socket.patch
2026 patches.trace/lttng-instrumentation-fs.patch
2027 patches.trace/lttng-instrumentation-ipc.patch
2028
2029 patches.trace/ftrace-port-to-tracepoints.patch
2030 patches.trace/ftrace-framepointer.diff
2031
2032 patches.trace/utrace-core
2033
2034 patches.trace/s390-utrace-enablement.patch
2035 patches.trace/s390-syscall-get-nr.diff
2036
2037 # Fix for #469589
2038 patches.fixes/make-note_interrupt-fast.diff
2039
2040 # Fix for #473537
2041 patches.fixes/fix-device-number-in-blktrace.patch
2042
2043 # Fix for #475149
2044 patches.fixes/block-get-rid-of-the-manual-directory-counting-in-blktrace.patch
2045
2046 ########################################################
2047 # Swap over NFS
2048 ########################################################
2049
2050 patches.suse/SoN-01-mm-gfp-to-alloc_flags.patch
2051 patches.suse/SoN-02-mm-setup_per_zone_pages_min.patch
2052 patches.suse/SoN-03-net-ipv6-route-cleanup.patch
2053 patches.suse/SoN-04-net-ipv6-route-cleanup-sysctl.patch
2054 patches.suse/SoN-05-doc.patch
2055 patches.suse/SoN-06-mm-gfp-to-alloc_flags-expose.patch
2056 patches.suse/SoN-07-page_alloc-reserve.patch
2057 patches.suse/SoN-08-reserve-slub.patch
2058 patches.suse/SoN-fix-uninitialized-variable.patch
2059 patches.suse/SoN-09-mm-kmem_estimate_pages.patch
2060 patches.suse/SoN-10-mm-PF_MEMALLOC-softirq.patch
2061 patches.suse/SoN-11-mm-page_alloc-emerg.patch
2062 patches.suse/SoN-12-global-ALLOC_NO_WATERMARKS.patch
2063 patches.suse/SoN-13-mm-page_alloc-GFP_EMERGENCY.patch
2064 patches.suse/SoN-14-mm-reserve.patch
2065 patches.suse/SoN-15-mm-selinux-emergency.patch
2066 patches.suse/SoN-16-net-backlog.patch
2067 patches.suse/SoN-17-net-ps_rx.patch
2068 patches.suse/SoN-18-net-sk_allocation.patch
2069 patches.suse/SoN-19-netvm-reserve.patch
2070 patches.suse/SoN-20-netvm-reserve-inet.patch
2071 patches.suse/SoN-20-netvm-reserve-inet.patch-fix
2072 patches.suse/SoN-21-netvm-skbuff-reserve.patch
2073 patches.suse/SoN-22-netvm-sk_filter.patch
2074 patches.suse/SoN-23-netvm-tcp-deadlock.patch
2075 patches.suse/SoN-24-emergency-nf_queue.patch
2076 patches.suse/SoN-25-netvm.patch
2077 patches.suse/SoN-26-mm-swapfile.patch
2078 patches.suse/SoN-fix-sync
2079 patches.suse/SoN-27-mm-page_file_methods.patch
2080 patches.suse/SoN-28-nfs-swapcache.patch
2081 patches.suse/SoN-29-nfs-swapper.patch
2082 patches.suse/SoN-30-nfs-swap_ops.patch
2083 patches.suse/SoN-31-nfs-alloc-recursions.patch
2084 patches.fixes/nfs-write.c-bug-removal.patch
2085 patches.fixes/ia64-configure-HAVE_UNSTABLE_SCHED_CLOCK-for-SGI_SN.patch
2086
2087 ########################################################
2088 # Staging tree patches
2089 # new drivers that are going upstream
2090 ########################################################
2091# patches.drivers/0001-Staging-add-TAINT_CRAP-for-all-drivers-staging-code.patch
2092# patches.drivers/0002-Staging-add-TAINT_CRAP-flag-to-drivers-staging-modu.patch
2093# patches.drivers/0003-Staging-add-Kconfig-entries-and-Makefile-infrastruc.patch
2094# patches.drivers/0004-Staging-add-MAINTAINERS-entry.patch
2095# patches.drivers/0005-Staging-add-et131x-network-driver.patch
2096# patches.drivers/0006-Staging-add-Alacritech-slicoss-network-driver.patch
2097# patches.drivers/0007-Staging-add-sxg-network-driver.patch
2098# patches.drivers/0008-Staging-add-me4000-firmware-files.patch
2099# patches.drivers/0009-Staging-add-me4000-pci-data-collection-driver.patch
2100# patches.drivers/0010-Staging-add-the-go7007-video-driver.patch
2101# patches.drivers/0011-Staging-USB-IP-add-common-functions-needed.patch
2102# patches.drivers/0012-Staging-USB-IP-add-client-driver.patch
2103# patches.drivers/0013-Staging-USB-IP-add-host-driver.patch
2104# patches.drivers/0014-Staging-add-w35und-wifi-driver.patch
2105# patches.drivers/0015-Staging-add-wlan-ng-prism2-usb-driver.patch
2106# patches.drivers/0016-Staging-add-echo-cancelation-module.patch
2107# patches.drivers/0017-Staging-Fix-gcc-warnings-in-sxg.patch
2108# patches.drivers/0018-Staging-go7007-v4l-fixes.patch
2109# patches.drivers/0019-Staging-SLICOSS-lots-of-checkpatch-fixes.patch
2110# patches.drivers/0020-Staging-SLICOSS-Fix-warnings-due-to-static-usage.patch
2111# patches.drivers/0021-Staging-SLICOSS-Fix-remaining-type-names.patch
2112# patches.drivers/0022-Staging-SLICOSS-Call-pci_release_regions-at-driver.patch
2113# patches.drivers/0023-Staging-Lindent-sxg.c.patch
2114# patches.drivers/staging-workaround-build-system-bug.patch
2115# patches.drivers/staging-at76_usb-wireless-driver.patch
2116# patches.drivers/staging-add-agnx-wireless-driver.patch
2117# patches.drivers/staging-add-otus-atheros-wireless-network-driver.patch
2118# patches.drivers/staging-add-rt2860-wireless-driver.patch
2119# patches.drivers/staging-rt2860-enable-wpa_supplicant-support.patch
2120# patches.drivers/staging-rt2860-sync-driver-up-with-2.6.30-version.patch
2121# patches.drivers/staging-add-serverengines-benet-10gb-ethernet-driver.patch
2122# patches.drivers/staging-add-rtl8187se-driver.patch
2123# patches.drivers/staging-add-rt2870-wireless-driver.patch
2124# patches.drivers/staging-add-rt3070-wireless-driver.patch
2125
2126# patches.drivers/staging-hv-add-the-hyper-v-api-header-files.patch
2127# patches.drivers/staging-hv-add-the-hyper-v-driver-header-files.patch
2128# patches.drivers/staging-hv-add-the-hyper-v-virtual-bus.patch
2129# patches.drivers/staging-hv-add-the-hyper-v-virtual-block-driver.patch
2130# patches.drivers/staging-hv-add-the-hyper-v-virtual-network-driver.patch
2131# patches.drivers/staging-hv-add-the-hyper-v-virtual-storage-driver.patch
2132# patches.drivers/staging-hv-add-a-todo-file.patch
2133# patches.drivers/staging-hv-make-the-hyper-v-virtual-bus-code-build.patch
2134# patches.drivers/staging-hv-use-the-correct-ifdef-for-x86-64.patch
2135# patches.drivers/staging-hv-add-the-hyper-v-virtual-bus-to-the-build.patch
2136# patches.drivers/staging-hv-make-the-hyper-v-virtual-storage-driver-build.patch
2137# patches.drivers/staging-hv-add-the-hyper-v-virtual-scsi-driver-to-the-build.patch
2138# patches.drivers/staging-hv-storvsc-fix-up-driver_data-usage.patch
2139# patches.drivers/staging-hv-make-the-hyper-v-virtual-block-driver-build.patch
2140# patches.drivers/staging-hv-add-the-hyper-v-virtual-block-driver-to-the-build.patch
2141# patches.drivers/staging-hv-blkvsc-fix-up-driver_data-usage.patch
2142# patches.drivers/staging-hv-make-the-hyper-v-virtual-network-driver-build.patch
2143# patches.drivers/staging-hv-add-the-hyper-v-virtual-network-driver-to-the-build.patch
2144
2145# patches.drivers/staging-add-realtek-8192-pci-wireless-driver.patch
2146# patches.drivers/staging-rtl8192e-backport-net_device_ops-conversion.patch
2147
2148 ########################################################
2149 # kernel-wide security fixes
2150 ########################################################
2151
2152 ########################################################
2153 # You'd better have a good reason for adding a patch
2154 # below here.
2155 ########################################################
2156
2157########################################################
2158# XEN architecture, version 3
2159########################################################
2160
2161# xen patches, from xenbits mercurial repository.
2162# http://xenbits.xensource.com/ext/linux-2.6-merge.hg
2163#
2164# everything named "xen3-auto-*" is auto-generated.
2165# PLEASE DON'T EDIT THESE PATCHES. Create fixup patches
2166# on top of them instead. This reduces workload when
2167# re-basing to a newer xen tree.
2168#
2169 ### both uml framebuffer and xen need this one.
2170 patches.xen/add-console-use-vt
2171
2172 # split out patches
2173 patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-i386.patch
2174 patches.xen/linux-2.6.19-rc1-kexec-move_segment_code-x86_64.patch
2175 patches.xen/ipv6-no-autoconf
2176 patches.xen/gso-size-check.patch
2177 patches.xen/pci-reassign-resources
2178 patches.xen/sfc-driverlink
2179 patches.xen/sfc-resource-driver
2180 patches.xen/sfc-driverlink-conditional
2181 patches.xen/sfc-external-sram
2182
2183 # bulk stuff, new files for xen
2184 patches.xen/xen3-auto-xen-arch.diff
2185 patches.xen/xen3-auto-xen-drivers.diff
2186 patches.xen/xen3-auto-include-xen-interface.diff
2187
2188 # kconfig bits for xen
2189 patches.xen/xen3-auto-xen-kconfig.diff
2190
2191 # common code changes
2192 patches.xen/xen3-auto-common.diff
2193 patches.xen/xen3-auto-arch-x86.diff
2194 patches.xen/xen3-auto-arch-i386.diff
2195 patches.xen/xen3-auto-arch-x86_64.diff
2196
2197 # fixups due to upstream Xen parts
2198 patches.xen/xen3-fixup-xen
2199
2200 patches.xen/sfc-sync-headers
2201
2202 # newer changeset backports
2203 patches.xen/735-balloon-exit.patch
2204 patches.xen/737-kexec-free.patch
2205 patches.xen/740-blkback-resource-leak.patch
2206 patches.xen/746-pirq-status-page.patch
2207 patches.xen/747-x86-undo-mfn-limit.patch
2208 patches.xen/748-x86-ioapic-cleanup.patch
2209 patches.xen/761-highpte.patch
2210 patches.xen/762-xencons-hvc.patch
2211 patches.xen/764-netback-foreign-pages.patch
2212 patches.xen/769-evtchn-CPU-offline.patch
2213 patches.xen/781-fbfront-bogus-rect.patch
2214 patches.xen/782-netback-error-handling.patch
2215 patches.xen/791-x86-pcifront-register-pirq.patch
2216 patches.xen/797-pirq-range-check.patch
2217 patches.xen/801-pciback-no-pci_match_id.patch
2218 patches.xen/803-netfront-unregister-notifier.patch
2219 patches.xen/805-blkfront-map-sg.patch
2220 patches.xen/821-xenbus-state-strings.patch
2221 patches.xen/832-ntp-interaction.patch
2222 patches.xen/844-swiotlb-alloc.patch
2223 patches.xen/848-sfc-vif-states-lock.patch
2224 patches.xen/849-sfc-tx-skb-lock.patch
2225 patches.xen/863-blktap-vma-close.patch
2226 patches.xen/870-i386-critical-section.patch
2227 patches.xen/897-balloon-keep-trying.patch
2228 patches.xen/899-kbuild-extmod.patch
2229 patches.xen/914-dynamic-Cx-change.patch
2230
2231 # changes outside arch/{i386,x86_64}/xen
2232 patches.xen/xen3-fixup-kconfig
2233 patches.xen/xen3-fixup-common
2234 patches.xen/xen3-fixup-arch-x86
2235
2236 # ports of other patches
2237 patches.xen/xen3-patch-2.6.18
2238 patches.xen/xen3-patch-2.6.19
2239 patches.xen/xen3-patch-2.6.20
2240 patches.xen/xen3-patch-2.6.21
2241 patches.xen/xen3-patch-2.6.22
2242 patches.xen/xen3-patch-2.6.23
2243 patches.xen/xen3-patch-2.6.24
2244 patches.xen/xen3-patch-2.6.25
2245 patches.xen/xen3-patch-2.6.26
2246 patches.xen/xen3-patch-2.6.27
2247 patches.xen/xen3-patch-2.6.27.1-2
2248 patches.xen/xen3-patch-2.6.27.3-4
2249 patches.xen/xen3-patch-2.6.27.4-5
2250 patches.xen/xen3-patch-2.6.27.5-6
2251 patches.xen/xen3-patch-2.6.27.7-8
2252 patches.xen/xen3-patch-2.6.27.8-9
2253 patches.xen/xen3-patch-2.6.27.9-10
2254 patches.xen/xen3-patch-2.6.27.11-12
2255 patches.xen/xen3-patch-2.6.27.14-15
2256 patches.xen/xen3-patch-2.6.27.15-16
2257 patches.xen/xen3-patch-2.6.27.18-19
2258 patches.kabi/xen3-patch-2.6.27.18-19
2259 patches.xen/xen3-patch-2.6.27.19-20
2260 patches.xen/xen3-patch-2.6.27.24-25
2261 patches.xen/xen3-patch-2.6.27.25-26
2262 patches.xen/xen3-seccomp-disable-tsc-option
2263 patches.xen/xen3-rwlocks-enable-interrupts
2264 patches.xen/xen3-remove_kernel_physical_mapping_init_from_init
2265 patches.xen/xen3-x86-fix-nodac
2266 patches.xen/xen3-x86-mcp51-no-dac
2267 patches.xen/xen3-x86-mark_rodata_rw.patch
2268+npiggin patches.xen/xen3-x86-mark_rodata_rw-2.patch
2269 patches.xen/xen3-x86-pageattr-pmd-permission-fix.patch
2270 patches.xen/xen3-x86-usb-debug-port-early-console-v4.patch
2271 patches.xen/xen3-x2APIC_PATCH_20_of_41_cff73a6ffaed726780b001937d2a42efde553922
2272 patches.xen/xen3-x2APIC_PATCH_27_of_41_9fa8c481b55e80edd8c637573f87853bb6b600f5
2273 patches.xen/xen3-x2APIC_PATCH_40_of_41_bbb65d2d365efe9951290e61678dcf81ec60add4
2274 patches.xen/xen3-x86_sgi_cpus4096-02-fix-send_call_func_ip.patch
2275 patches.xen/xen3-x86_sgi_cpus4096-05-update-send_IPI_mask.patch
2276 patches.xen/xen3-uv_setup_irq.diff
2277 patches.xen/xen3-x86-vmware-tsc-03-detect-from-hypervisor
2278 patches.xen/xen3-x86-fix-kmap-contig.patch
2279+andrea patches.xen/xen3-silent-stack-overflow
2280 patches.kabi/xen3-e1000e_Export_set_memory_ro-rw
2281 patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch
2282 patches.xen/xen3-panic-on-io-nmi.diff
2283 patches.xen/xen3-intel-ibex-peak-device-ids.patch
2284 patches.xen/xen3-acpi-pci-pci-msi-_osc-support-capabilities-called-when-root-bridge-added.patch
2285 patches.xen/xen3-sysfs-crash-debugging.patch
2286 patches.xen/xen3-kdb-x86
2287 patches.xen/xen3-stack-unwind
2288 patches.xen/xen3-x86_64-unwind-annotations
2289 patches.xen/xen3-perfmon2.patch
2290 patches.xen/xen3-perfmon2-remove_syscalls.patch
2291
2292 # bugfixes and enhancements
2293 patches.xen/xen-balloon-max-target
2294 patches.xen/xen-modular-blktap
2295 patches.xen/xen-blkback-bimodal-suse
2296 patches.xen/xen-blkif-protocol-fallback-hack
2297 patches.xen/xen-blkback-cdrom
2298 patches.xen/xen-blktap-write-barriers
2299 patches.xen/xen-scsifront-block-timeout-update
2300 patches.xen/xen-op-packet
2301 patches.xen/xen-blkfront-cdrom
2302 patches.xen/xen-sections
2303 patches.xen/xen-swiotlb-heuristics
2304 patches.xen/xen-kconfig-compat-3.2.0
2305 patches.xen/xen-cpufreq-report
2306 patches.xen/xen-rt2860-build
2307 patches.xen/xen-sysdev-suspend
2308 patches.xen/xen-ipi-per-cpu-irq
2309 patches.xen/xen-virq-per-cpu-irq
2310 patches.xen/xen-configurable-guest-devices
2311 patches.xen/xen-netback-nr-irqs
2312 patches.xen/xen-netback-notify-multi
2313 patches.xen/xen-S3-MSI
2314 patches.xen/xen-blktap-vma-close-fix
2315 patches.xen/xen-x86-panic-no-reboot
2316 patches.xen/xen-x86-dcr-fallback
2317 patches.xen/xen-x86-consistent-nmi
2318 patches.xen/xen-x86-no-lapic
2319 patches.xen/xen-x86-pmd-handling
2320 patches.xen/xen-x86-bigmem
2321 patches.xen/xen-x86-machphys-prediction
2322 patches.xen/xen-x86-no-lazy-tlb
2323 patches.xen/xen-x86-exit-mmap
2324 patches.xen/xen-x86-exports
2325 patches.xen/xen-i386-panic-on-oops
2326 patches.xen/xen-x86_64-pgd-pin
2327 patches.xen/xen-x86_64-pgd-alloc-order
2328 patches.xen/xen-x86_64-dump-user-pgt
2329 patches.xen/xen-x86_64-note-init-p2m
2330 patches.kabi/xen-x86_64-note-init-p2m