summaryrefslogtreecommitdiffstats
path: root/series
blob: f06a9ef3fd7b0b5875ff4f19eb0b866b6208f400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
drivers-net-fix-livelock-issues.patch
drivers-net-tulip_remove_one-needs-to-call-pci_disab.patch
percpu-add-percpu-locked-infrastructure.patch
percpu-strip-prefix-from-RT-per-cpu-locked-code-as-p.patch
hwlat_detector-A-system-hardware-latency-detector.patch
sched-Rename-rt_mutex_setprio-to-task_setprio.patch
posix-timers-Prevent-broadcast-signals.patch
x86-kprobes-Fix-missed-preemptions.patch
x86-highmem-Replace-BUG_ON-by-WARN_ON.patch
x86-Do-not-unmask-io_apic-when-interrupt-is-in-progr.patch
lock-debugging-clean-up-rtmutex-debug.h.patch
signals-Do-not-wakeup-self.patch
drivers-net-Use-disable_irq_nosync-in-8139too.patch
softirqs-Make-wakeup_softirqd-static.patch
drivers-random-Reduce-preempt-disabled-region.patch
rt-local_irq_-variants-depending-on-RT-RT.patch
ata-Do-not-disable-interrupts-in-ide-code-for-preemp.patch
ide-Do-not-disable-interrupts-for-PREEMPT-RT.patch
infiniband-Mellanox-IB-driver-patch-use-_nort-primit.patch
input-Do-not-disable-interrupts-on-PREEMPT_RT.patch
acpi-Do-not-disable-interrupts-on-PREEMPT_RT.patch
core-Do-not-disable-interrupts-on-RT-in-kernel-users.patch
core-Do-not-disable-interrupts-on-RT-in-res_counter..patch
rt-BUG_ON-WARN_ON-variants-dependend-on-RT-RT.patch
generic-Use-raw-local-irq-variant-for-generic-cmpxch.patch
sched-Debug-missed-preemption-checks.patch
drivers-net-Make-loopback_xmit-rt-safe.patch
core-Provide-preempt_-_-no-rt-variants.patch
ipc-Make-the-ipc-code-rt-aware.patch
genirq-Introduce-IRQF_NODELAY-to-disable-forced-thre.patch
x86-Mark-various-interrupts-IRQF_NODELAY.patch
arm-Mark-XScale-performance-monitor-unit-PMU-interru.patch
net-trivial-tcp-preempt-fix-for-rt.patch
net-trivial-cast-fix-in-ipv4-route.c.patch
trace-add-tracepoint-to-rtmutex_setprio.patch
mm-Restructure-slab-to-use-percpu-locked-data-struct.patch
mm-More-lock-breaks-in-slab.c.patch
mm-page_alloc-rt-friendly-per-cpu-pages.patch
mm-page_alloc-reduce-lock-sections-further.patch
page_alloc-augment-percpu-pages-support-for-newer-ke.patch
mm-quicklist-Convert-to-percpu-locked.patch
mm-convert-swap-to-percpu-locked.patch
mm-make-vmstat-rt-aware.patch
mm-memcontrol-preemption-fix.patch
mm-memory-rt.patch
mm-vmscan-do-not-disable-interrupts-on-RT.patch
mm-Prepare-decoupling-the-page-fault-disabling-logic.patch
x86-decouple-page-fault-logic.patch
x86-decouple-pagefault-logic-in-highmem-kmap.patch
arm-Prepare-decoupling-page-fault-logic-from-preempt.patch
mips-Prepare-decoupling-page-fault-logic-from-preemp.patch
powerpc-decouple-page-fault-logic.patch.patch
sparc-Prepare-decoupling-of-page-fault-logic-from-pr.patch
frv-Prepare-distangling-page-fault-logic-from-preemp.patch
mm-Remove-preempt-count-from-pagefault-disable-enabl.patch
semaphore-Add-DEFINE_SEMAPHORE.patch
input-misc-hp_sdc_rtc-semaphore-cleanup.patch
input-serio-hil_mlc-semaphore-cleanup.patch
input-serio-hp_sdc-semaphore-cleanup.patch
net-3c527-semaphore-cleanup.patch
hamradio-6pack-semaphore-cleanup.patch
hamradio-mkiss-semaphore-cleanup.patch
net-ppp_async-semaphore-cleanup.patch
parport-semaphore-cleanup.patch
ibmphp-hpc-semaphore-cleanup.patch
scsi-aacraid-semaphore-cleanup.patch
smbfs-Convert-server-sem-to-mutex.patch
hpfs-Convert-sbi-hpfs_creation_de-to-mutex.patch
hpfsplus-Convert-tree_lock-to-mutex.patch
hfs-Convert-tree_lock-to-mutex.patch
affs-use-semaphore_init-instead-of-init_MUTEX.patch
usb-ftdi-elan-Convert-mutex-to-semaphore.patch
xfs-semaphore-cleanup.patch
net-wan-cosa.c-Convert-mutex-to-semaphore.patch
irda-semaphore-cleanup.patch
mmc-Convert-mutex-to-semaphore.patch
dvb-Convert-mutex-to-semaphore.patch
infiniband-Make-user_mad-semaphore-a-real-one.patch
drivers-base-Convert-dev-sem-to-mutex.patch
ia64-salinfo-semaphore_init-instead-of-init_MUTEX.patch
drivers-macintosh-adb-Do-not-claim-that-the-semaphor.patch
printk-Make-console_sem-a-semaphore-not-a-pseudo-mut.patch
jbd2-Convert-jbd2_slab_create_sem-to-mutex.patch
semaphore-Remove-mutex-emulation.patch
rw_semaphores-Add-rw_anon_semaphores.patch
fs-Convert-i_alloc_sem-to-rw_anon_semaphore.patch
xfs-Convert-mr_lock-to-rw_anon_semaphore.patch
signals-allow-rt-tasks-to-cache-one-sigqueue-struct.patch
kthreads-fix-softirq-startup-hang.patch
cpu-hotplug-get_cpu_var_locked-online-aware.patch
stop_machine-convert-stop_machine_run-to-PREEMPT_RT.patch
RCU-Force-PREEMPT_RCU-for-PREEMPT-RT.patch
softlockup-Convert-to-raw_spinlock.patch
kprobes-Convert-to-raw_spinlock.patch
pci-Convert-pci_lock-to-raw_spinlock.patch
video-Convert-vga-console-lock-to-raw_spinlock.patch
oprofile-Convert-to-raw_spinlock.patch
percpu_counter-Convert-to-raw_spinlock.patch
proportions-Convert-to-raw_spinlck.patch
sched-Convert-cgroups-release_list_lock-to-raw_spinl.patch
trace-Convert-various-locks-to-raw_spinlock.patch
printk-Convert-logbuf_lock-to-raw_spinlock.patch
ACPI-Convert-c3_lock-to-raw_spinlock.patch
i8253-Convert-i8253_lock-to-raw_spinlock.patch
x86-Convert-pci_config_lock-to-raw_spinlock.patch
sched-Convert-thread_group_cputimer-lock-to-raw_spin.patch
seqlock-Create-raw_seqlock.patch
xtime_lock-Convert-to-raw_seqlock.patch
rt-mutex-x86-64.patch
revert-preempt-BKL-revert.patch
ARM-raw_lock-conversions.patch
ARM-badge4-Move-printk-out-of-irq_disabled-region.patch
ARM-OMAP-remove-unnecessary-locking-in-clk_get_rate.patch
ARM-AT91-Use-edge-irq-for-AT91-GPIO.patch
powerpc-Annotate-atomic_locks.patch
powerpc-Disable-preemption-across-hypervisor-call.patch
powerpc-OF-convert-to-raw-lock.patch
powerpc-kprobes-Fix-missed-preemption-check.patch
locks-provide-__DEFINE_SPINLOCK-needed-by-percpu_loc.patch
sched-revert-schedule-__schedule-changes.patch
genirq-prevent-interrupt-storm-on-irq-migration.patch
genirq-use-spin_lock_irqsave-instead-of-open-coding-.patch
softirqs-forced-threading-of-softirqs.patch
genirq-support-forced-threading-of-interrupts.patch
genirq-disable-random-call-on-preempt-rt.patch
timers-prepare-for-full-preemption.patch
hrtimers-prepare-full-preemption.patch
x86-Optimize-and-fix-the-8259-ack-code-for-rt.patch
genirq-Enable-the-config-switch-for-forced-threading.patch
softirq-provide-rt-api-variants.patch
x86-fix-preempt_enable_no_resched-usage.patch
x86-Use-generic-rwsem_spinlocks-on-rt.patch
sched-Add-TASK_RUNNING_MUTEX-state.patch
sched-Add-lock_count-to-task-struct.patch
sched-implement-wake-functions-for-the-priority-boos.patch
rtmutex-implement-lock-replacement-functions.patch
rtmutex-Add-lateral-lock-stealing.patch
rtmutex-Rearrange-the-code.patch
rtmutex-remove-double-xchg.patch
rtmutex-Adaptive-locking.-Spin-when-owner-runs.patch
rtmutex-Optimize-rt-lock-wakeup.patch
rtmutex-Adjust-pi_lock-usage-in-wakeup.patch
rtmutex-Remove-the-extra-call-to-try_to_take_lock.patch
rtmutex-break-out-early-on-first-run.patch
rtmutex-cleanup-the-adaptive-spin-code.patch
rtmutex-unify-state-manipulation.patch
rtmutex-remove-uber-optimization.patch
rtmutex-prevent-missed-wakeups.patch
rtmutex-Fix-CONFIG_DEBUG_RT_MUTEX-lock-underflow-war.patch
rt-Add-the-preempt-rt-lock-replacement-APIs.patch
rt-Make-rt_down_read_trylock-behave-like-down_read_t.patch
rt-locks-fix-recursive-rwlocks-and-cleanup-rwsems.patch
rt-locks-implement-rt_downgrade_write.patch
rt-locks-provide-atomic_dec_and_mutex_lock-for-rt.patch
net-Convert-netfilter-to-percpu_locked.patch
net-Reduce-preempt-disabled-region.patch
tasklet-redesign-make-it-saner-and-make-it-easier-to.patch
tasklet-busy-loop-workaround.patch
genirq-disable-irqpoll-on-rt.patch
posix-timers-thread-posix-cpu-timers-on-rt.patch
posix-timers-Shorten-posix_cpu_timers-CPU-kernel-thr.patch
posix-timers-avoid-wakeups-when-no-timers-are-active.patch
drivers-net-vortex-fix-locking-issues.patch
drivers-serial-Clean-up-the-locking-for-rt.patch
drivers-serial-call-flush_to_ldisc-when-the-irq-is-t.patch
x86-preempt-rt-preparatory-patches-for-x86-32bit.patch
x86-preempt-rt-preparatory-patches-32bit.patch
x86-remove-idle-check-pgt-cache-calls.patch
sched-preempt-rt-support.patch
sched-mmdrop-needs-to-be-delayed-on-rt.patch
sched-Prevent-boosting-of-idle-task-on-rt.patch
x86-preempt-rt-scheduling-support-32bit.patch
rt-core-implementation.patch
timers-preempt-rt-support.patch
timers-fix-timer-hotplug-on-rt.patch
timers-mov-printk_tick-to-soft-interrupt.patch
sched-wake_up_idle_cpu-rt-fix.patch
sched-make-task-oncpu-available-in-all-configuration.patch
sched-enable-irqs-in-fire_sched_in_preempt_notifier.patch
sched-fix-dequeued-race.patch
sched-Fix-spurious-system-load-spikes-in-proc-loadav.patch
sched-fix-rt-stats-output.patch
sched-Fix-spurious-load-spikes.patch
fs-replace-bh_uptodate_lock-for-rt.patch
fs-jbd-replace-bh_state-lock.patch
fs-Make-jbd-assertions-smp-only.patch
fs-namespace-preemption-fix.patch
fs-btrfs-locking-workaround-for-preempt-rt.patch
fs-block-preempt-rt-support.patch
fs-ntfs-disable-interrupt-only-on-RT.patch
softirq-Full-preempt-rt-support.patch
softirq-per-cpu-assumptions-fixes.patch
smp-processor-id-fixups-for-rt.patch
net-plug-a-few-races.patch
net-preempt-rt-support.patch
net-NOHZ-local_softirq_pending-with-tickless.patch
net-detect-recursive-calls-to-dev_queue_xmit-on-RT.patch
net-xmit-lock-owner-cleanup.patch
net-loopback-realtime-fix.patch
net-suppress-warning-of-smp_processor_id-use.patch
net-use-a-rcu-callback-for-nf_conntrack_destroy.patch
net-netlink-workaround-silly-yield.patch
net-fix-the-xtables-smp_processor_id-assumptions-for.patch
init-show-enabled-debugs.patch
block-paride-RT-compile-fix.patch
rtc-supress-rtc-printk-on-RT.patch
usb-rt-support.patch
usb-dont-disable-irqs-on-RT.patch
ACPI-RT-support.patch
console-rt-support.patch
printk-rt-support.patch
serial-console-rt-support-fixup.patch
trace-rt-support.patch
trace-fix-erroneous-histogram-stop-WARN_ON-messages.patch
trace-disable-workqueue-tracer-on-RT.patch
trace-disable-hw-branch-tracer-on-rt.patch
trace-function-profiler-band-aid.patch
init-emit-preempt-warn-about-tracing.patch
rt-call-reboot-notifier-list-when-doing-an-emergency.patch
mm-Allow-only-slab-on-RT.patch
mm-realtime-support.patch
x86-mmu-gather-fixups.patch
mm-scatterlist-dont-disable-irqs-on-RT.patch
mm-shrink-the-page-frame-to-rt-size.patch
kmap-atomic-i386-fix.patch
mm-remove-kmap_lock.patch
mm-kmap-scale-fix.patch
highmem-atomic-fix.patch
rcu-frequency-tweaks.patch
x86-get-user-pages-kmap-atomic-fix-32bit.patch
x86-No-pageattr_flush_unused-on-RT.patch
x86-disable-maxcpus-ion-RT-for-now.patch
x86-ioapic-lock-section-fix.patch
x86-PAE-preempt-rt-fix.patch
x86-GTOD-offer-scalable-vgettimeofday.patch
x86-GTOD-optimize-further.patch
x86-Disable-IST-stacks-for-debug-int-3-stack-fault-f.patch
x86-Don-t-disable-preemption-in-exception-handlers-w.patch
x86-apic-level-smp-affinity.patch
printk-might-sleep-workaround.patch
printk-dont-bug-on-sched.patch
printk-in_atomic-fix.patch
relay-fix-timer-madness.patch
lockdep-RT-recursion-limit-fix.patch
seqlock-serialize-against-writers.patch
hrtimer-fix-wait-for-hrtimer.patch
hrtimer-fixup-hrtimer-callback-changes-for-preempt-r.patch
hrtimer-fix-reprogram-thinko.patch
hrtimer-fix-wait_for_hrtimer.patch
hrtimer-Fix-softirq-device-reprogramming.patch
hrtimer-fix-rt-compile.patch
softirq-Sanitize-softirq-pending-for-NOHZ-RT.patch
ARM-scheduling-fixups.patch
ARM-RT-support.patch
powerpc-mmu-gather-and-tlb-fixes.patch
powerpc-realtime-support.patch
Kbuild-fixup-RT-utsname.patch
ARM-msm-include-linux-cache.h-in-proc_comm.c.patch
ARM-ixp2000-fix-type-of-ixp2000_timer_interrupt.patch
hwlat-Move-wakequeue-wake-up-out-of-irq-disable-regi.patch
OF-Fixup-resursive-locking-code-paths.patch
OF-devtree_lock-needs-to-be-taken-irqsave.patch
hwlat-Select-RING_BUFFER.patch
genirq-Cleanup-forced-threading-bits-when-handler-th.patch
mm-include-linux-interrupt.h-in-mm-bounce.c.patch
irq-chip-apply-mask-if-IRQ_ONESHOT-is-set.patch
tty-Do-not-disable-interrupts-in-put_ldisc-on-rt.patch
mm-Replace-cgroup_page-bit-spinlock.patch
genirq-Exclude-PER_CPU-interrupts-from-forced-thread.patch
timer-delay-waking-softirqs-from-the-jiffy-tick.patch
fs-jbd2-Replace-bit-spinlocks.patch
rt-Remove-rwlocks-BUG_ON-and-useless-read_depth-chec.patch
rt-Fix-recursive-read-lock-of-rw_semaphores.patch
perf_events-defer-poll-wakeups-to-softirq-on-RT.patch
genirq-Do-not-mask-edge-ONESHOT-interrupts.patch
rt-Fix-build-error-with-CONFIG_PREEMPT_RT.patch
rt-Fix-rwlocks-rwsem-rt_-down_-read_trylock.patch
x86-Suppress-empty-cpumask-ipi-warning.patch
mm-Fix-the-non-RT-version-of-swap_get_cpu_var.patch
tracing-Add-histograms-of-potential-and-effective-wa.patch
latencytop-Convert-latency_lock-to-raw_spinlock.patch
x86-Disable-SPARSE_IRQ-DMAR-INTR_REMAP-when-PREEMPT_.patch
net-Fix-netfilter-percpu-assumptions-for-real.patch
x86-highmem-Remove-leftover-function-prototypes.patch
softirq-Name-hrtimer-softirq-also-when-CONFIG_HIGH_R.patch
slab-Cover-the-numa-aliens-with-the-per-cpu-locked-c.patch
ipc-fix-rt-non_rt-imbalance.patch
hwlat-Fix-Kconfig-and-check-kthread_stop-result.patch
ftrace-Consider-shared-max-priority-in-latency-histo.patch
ftrace-Add-latency-histograms-of-missed-timer-offset.patch
softirqs-Add-missing-preemption-point-in-ksoftirqd.patch
net-at91_ether-Make-mdio-protection-rt-safe.patch
#
# cc24da0 was here; the RT parent of the 33-rc8 mega merge.
#
mmu_context-add-preempt_disable-to-use_mm.patch
locking-selftest-add-RT-workarounds.patch
lockdep-add-no_validate-class.patch
fix-up-TASK_STATE-entry.patch
spinlock-fix-compile-failures-for-PREEMPT_RT.patch
sched.h-delete-extraneous-junk.patch
sched_rt-increase-prio-checks-from-WARN_ON-to-BUG_ON.patch
sched-dont-add-rcu_preempt_depth-to-preempt_count-on.patch
sched-dump-preempt_count-and-offset-values-in-__migh.patch
PREEMPT_LOCK_OFFSET-force-to-zero-on-RT.patch
__raw_spin-use-__preempt_enable-not-preempt_enable.patch
__raw_read-write-use-__preempt_enable-not-preempt_en.patch
make-takeover_delayed_drop-depend-on-HOTPLUG_CPU.patch
cond_resched_softirq-mask-SOFTIRQ_OFFSET-in-__might_.patch
blk-use-raw_smp_processor_id-in-blk_cpu_to_group.patch
kvm-use-raw_smp_processor_id-in-make_all_cpus_reques.patch
ratelimit-raw-locks-on-state-and-name.patch
sparc-devtree_lock-as-raw.patch
rt-trash-the-Linux-Semaphores-implemented-via-RT-mut.patch
sparc-dont-use-SPIN_LOCK_UNLOCKED-in-rwsem-init.patch
more-semaphore_init-removals.patch
relocate-DEBUG_LOCKS_WARN_ON-for-mutexes.patch
sched.h-make-kernel_sem-a-mutex.patch
printk-convert-console_sem-to-console_mutex.patch
tg3-fix-extra-arg-in-netif_tx_lock.patch
affs-convert-from-semaphore-to-mutex.patch
s3c-hwmon.c-convert-semaphore-to-mutex.patch
DEBUG_SHIRQ-dont-use-this-with-RT.patch
dma-init_MUTEX_LOCKED-sema_init.patch
hp_sdc-init_MUTEX_LOCKED-sema_init.patch
mutex-semaphore-cleanups-in-staging-dir.patch
s2io-delete-unused-do_spin_lock-variable.patch
read_seq-read_raw_seq-for-vdso.patch
fix-sema-in-arm-bcmring_dma.patch
trace-bundle-uprev-parts-from-merges.patch
#
###### end of stuff buried in the merge ######
#
audit-Do-not-send-uninitialized-data-for-AUDIT_TTY_G.patch
audit-Use-rcu-for-task-lookup-protection.patch
fs-Add-missing-rcu-protection-for-__task_cred-in-sys.patch
security-Fix-invalid-rcu-assumptions-in-comments.patch
oom-Add-missing-rcu-protection-of-__task_cred-in-dum.patch
sched-Extend-activate_task-to-allow-queueing-to-the-.patch
sched-Hack-to-make-prio-ceiling-posix-compliant.patch
sched-Run-task-on-same-cpu-if-idle-and-allowed.patch
hwlat_detector-avoid-smp_processor_id.patch.patch
# v2.6.33-rt1.patch
net-mac80211-Make-the-softirq_count-warning-nonrt.patch
genirq-Fix-forced-threading-merge-fallout.patch
genirq-Fix-stale-oneshot-flag.patch
powerpc-rtasd-do-not-check-for-irq_disabled-on-RT.patch
core-Revert-the-in_irq-in_softirq-modifications.patch
xfs-Add-missing-rw_semaphore-annotation-in-ASSERT.patch
sched-Fix-in_softirq-changes-fallout.patch
semaphore-Make-inner-lock-raw.patch
rwsem-Make-inner-lock-raw.patch
tracing-Plug-memory-leak-in-histogram_show.patch
tracing-histogram-Remove-large-array-from-stack-fram.patch
sched-Fix-taskstates-in-sched_switch-and-proc.patch
KVM-x86-Kick-VCPU-outside-PIC-lock-again.patch
# v2.6.33-rc8-rt2.patch
highmem-rt-Implement-pfn-and-prot-kmaps.patch
mmc-omap_hsmmc-Fix-the-locking-mess.patch
# v2.6.33-rt3.patch
rt-trivial-fix-to-REMINDER-block-in-init-main.c.patch
# v2.6.33-rt4.patch
mm-highmem-Fix-stale-BUG_ON-condition.patch
MIPS-add-a-common-mips_sched_clock.patch
MIPS-cavium-octeon-rewrite-the-sched_clock-based-on-.patch
MIPS-r4k-Add-a-high-resolution-sched_clock.patch
RT-MIPS-Make-the-die_lock-be-raw.patch
RT-kernel-sched.c-Fixup-of-implicit-declaration-of-f.patch
RT-MIPS-Convert-the-schedule-to-__schedule.patch
RT-MIPS-check-resched-in-do_signal.patch
RT-MIPS-Loongson-Un-thread-cascade-interrupts.patch
RT-MIPS-make-cpufreq-support-depends-on-PREEMTP_RT.patch
RT-MIPS-Loongson-make-the-MFGPT-timer-depends-on-PRE.patch
Loongson-2F-Flush-the-branch-target-history-such-as-.patch
Loongson-2F-Enable-fixups-of-binutils-2.20.1.patch
Loongson-2F-Fixup-of-problems-introduced-by-mfix-loo.patch
RT-MIPS-Un-thread-several-interrupts.patch
RT-MIPS-Loongson-speedup-the-irq-dispatch.patch
RT-Loongson-add-defconfig-for-YeeLoong.patch
x86-Fix-32bit-HIGHMEM-n-compile.patch
vga-console-Remove-the-CON_ATOMIC-flag.patch
tracing-Define-pid-functions-for-all-config-combinat.patch
Loongson-Cleanup-the-comment-of-reset_cpu.patch
USB-Fix-the-mouse-problem-when-copying-large-amounts.patch
# v2.6.33-rt5.patch
# v2.6.33-rt6.patch
# v2.6.33-rt7.patch
x86-Fix-iomap_atomic-with-highmem-y-again.patch
sched-Break-out-from-load_balancing-on-rq_lock-conte.patch
# v2.6.33-rt8.patch
# v2.6.33.1-rt9.patch
x86-Fix-the-highmem-fallout-really.patch
# v2.6.33.1-rt10.patch
# v2.6.33.1-rt11.patch
net-gianfar-Make-RT-aware.patch
x86-Fix-irq-off-tracing-for-32-bit.patch
# v2.6.33.2-rt12.patch
powerpc-Convert-uic-lock-to-raw_spinlock.patch
raid5-Make-raid5_percpu-handling-RT-aware.patch
hrtimers-Provide-schedule_hrtimeout-for-CLOCK_REALTI.patch
mqueue-Convert-message-queue-timeout-to-use-hrtimers.patch
# v2.6.33.2-rt13.patch
net-Fix-iptables-get_counters.patch
# v2.6.33.3-rt14.patch
powerpc-Replace-kmap_atomic-with-kmap-in-pte_offset_.patch
rtmutex-Preserve-TASK_STOPPED-state-when-blocking-on.patch
net-gianfar-More-RT-fixups.patch
# v2.6.33.3-rt15.patch
# v2.6.33.3-rt16.patch
rt-Remove-irrelevant-CONFIGS-from-reminder-block.patch
rt-Fix-the-reminder-block-accounting-for-CONFIG_FUNC.patch
# v2.6.33.3-rt17.patch
AT91-PIT-Remove-irq-handler-when-clock-event-is-unus.patch
Atmel-TCLIB-Allow-higher-clock-rates-for-clock-event.patch
tclib-Default-to-tclib-timer-for-RT.patch
# v2.6.33.3-rt18.patch
init-Fix-config-items-in-debug-reminder-finally.patch
sched-Warn-on-rt-throttling.patch
# v2.6.33.3-rt19.patch
net-Make-dis-en-able_irq_-_lockdep-RT-safe.patch
# v2.6.33.4-rt20.patch
net-ehea-make-rx-irq-handler-non-threaded-IRQF_NODEL.patch
fix-undefined-references-to-kernel_sem.patch
printk-Fix-missing-klogd-wakeup.patch
sched-Fix-wake_affine-vs-RT-tasks.patch
# v2.6.33.4-rt21.patch
# v2.6.33.5-rt22.patch
powerpc-chrp-time.c-fix-preprocessor-conditional.patch
drivers-hwmon-coretemp.c-detect-the-thermal-sensors-.patch
drivers-hwmon-coretemp.c-get-TjMax-value-from-MSR.patch
# v2.6.33.5-rt23.patch
powerpc-Enable-interrupts-in-do_signal.patch
powerpc-Disable-sparse-irq-for-RT.patch
lockdep-Reduce-stack_trace-usage.patch
perf-Fix-errors-path-in-perf_output_begin.patch
timer_stats-Convert-table_lock-to-raw_spin_lock.patch
# v2.6.33.5-rt24.patch
# v2.6.33.5-rt25.patch
# v2.6.33.6-rt26.patch
sched-Kill-the-broken-and-deadlockable-cpuset_lock-c.patch
sched-move_task_off_dead_cpu-Take-rq-lock-around-sel.patch
sched-move_task_off_dead_cpu-Remove-retry-logic.patch
sched-sched_exec-Remove-the-select_fallback_rq-logic.patch
sched-_cpu_down-Don-t-play-with-current-cpus_allowed.patch
sched-Make-select_fallback_rq-cpuset-friendly.patch
sched-Fix-TASK_WAKING-vs-fork-deadlock.patch
futex-Protect-against-pi_blocked_on-corruption-durin.patch
suspend-Prevent-might-sleep-splats.patch
net-iptables-Fix-xt_info-locking.patch
x86-mce-Convert-cmci_discover_lock-to-raw_spinlock.patch
cpu-hotplug-Don-t-wake-up-the-desched-thread-from-id.patch
cpu-hotplug-Prevent-softirq-wakeup-on-wrong-CPU.patch
drivers-dca-Convert-dca_lock-to-a-raw-spinlock.patch
powerpc-cpu-hotplug-Prevent-softirq-wakeup-on-wrong-.patch
dca-Fix-fallout-from-raw_spinlock-conversion.patch
# v2.6.33.6-rt27.patch
printk-Restore-irqs-before-calling-release_console_m.patch
# v2.6.33.6-rt28.patch
# v2.6.33.7-rt29.patch
#
# Everything deleted below from the v2.6.33.7.2 import
# was a "stable-like" commit that was added into
# v2.6.33.7.x-rtN which wasn't really explicitly an RT
# specific commit.  As a carry-forward series, omit the
# stable content for now ; it should come from the new
# baseline once we actually get there...  and when we do,
# we can come back and revisit what was deleted.
#
# v2.6.33.7.1-rt29.patch
perf-Use-kmap_atomic_direct.patch
perf-Provide-kmap_atomic_direct-for-CONFIG_HIGHMEM.patch
x86-Limit-32bit-PAE-memory-to-16G.patch
tracing-Do-not-allow-llseek-to-set_ftrace_filter.patch
rt-mm-fix-kthreadd-livelock-in-drain_local_pages_wor.patch
tracing-Add-combined-timer-and-wakeup-latency-histog.patch
net-ebtables-Work-around-per-cpu-assumptions.patch
x86-Convert-mce-timer-to-hrtimer.patch
x86-stackprotector-Avoid-random-pool-on-rt.patch
# v2.6.33.7.2-rt30.patch
# Post-33 additions that don't really group with exisiting patches.
mm.h-include-slab.h-for-kmalloc-kfree.patch
Fix-compile-failures-due-to-missing-perf-header.patch
rt-MIPS-Un-thread-i8259A-cascade-interrupt.patch
of-more-devtree_lock-needs-to-be-taken-irqsave.patch
# Make it clear this is an RT kernel in the Makefile and uname
Makefile-mark-the-tree-as-RT-WIP.patch