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