[linux-yocto] [PULL] kernel-cache; yocto-4.6: stage latest -rt content

Paul Gortmaker paul.gortmaker at windriver.com
Sun Jun 26 16:54:06 PDT 2016


This pull achieves several things for the 4.6.x yocto kernel, listed
in dependency order, with #3 being the most relevant to folks:

   1) ensure kernel cache, when fed into yocto-kernel-tools,
      generates output that is source identical to existing
      base branches of git://git.yoctoproject.org/linux-yocto-4.6.git

   2) #1 sets the stage for adding <prefix>/base-REBASE branches
      like the linux-stable-rt people have (CAPS optional) which
      will be source identical to their fast forward counterparts.

   3) import the latest -rt kernel content from the git devel repo
      of the rt folks on kernel.org, commit for commit, so we can 
      use it to create standard/preempt-rt/base on linux-yocto-4.6

I ensured the kernel-cache was consistent (see #1) and refreshed
accordingly before updating the kver to 4.6.1 (where the current
fast forward tree is) -- hence the two patch refresh commits.
While the patch refresh isn't strictly necessary, I feel better
knowing we are using "git am" for everything w/o using "patch".

The -rt folks are a couple stable releases ahead of us currently
but in order to maintain consistency between rt and the current
standard, I did not advance our [yocto] kver past 4.6.1 for now.
It doesn't seem to impact patch applicability any, so no rush.

The 4.6-rt commits currently live in linux-rt-devel on kernel.org
vs. the usual linux-stable-rt [where it will end up eventually].
So I took advantage of that to give us (yocto) a 1:1 mapping of
the updates on that repo as pseudo cherry picks (pseudo, because
of path prefix remappings, series --> rt.scc etc.)  So that is
the reason for the rather brief shortlogs on the -rt changes; I've
left them as-is per the upstream repo from which they came.

The resulting standard/preempt-rt/base was sanity boot tested on
what amounts to a defconfig + RT_FULL on a COTS core2 x86-64 PC
of "end of the Bush era" vintage (ya, I know - stylin kit...)

So even though we've not yet deployed any -rt branches in our 4.6
git kernel, nothing in doing so will change what is presented here.

I'm not posting the full patches here ; nobody on this list wants
a copy of all 300+ rt patches in their inbox.  I've done nothing
technically relevant to the content to warrant such a spamfest.

Paul.

---

The following changes since commit 7b87cb4d769f630c05db6844c0f6654417646ddf:

  cfg/boot-live: Use vfat feature (2016-06-24 17:00:20 -0400)

are available in the git repository at:

  https://github.com/paulgortmaker/yocto-kernel-cache.git yocto-4.6-rt

for you to fetch changes up to 694e6e168120e634837356903ea7c46039e9c6f7:

  4.6.2-rt5 (2016-06-26 18:01:55 -0400)

----------------------------------------------------------------
Paul Gortmaker (5):
      powerpc:drop perf build fix now in mainline
      treewide: re-export patches autonominated for refresh
      kver: 4.6 ---> 4.6.1
      treewide: re-export patches autonominated for refresh [4.6 --> 4.6.1]
      rt: remove remaining 4.4 content.

Sebastian Andrzej Siewior (5):
      [ANNOUNCE] 4.6-rc7-rt1
      4.6.1-rt2
      4.6.1-rt3
      4.6.2-rt4
      4.6.2-rt5

 arch/mips/mips-support-preemptible-kernel.patch    |   26 +-
 .../perf-tools-Fix-build-break-on-powerpc.patch    |   42 -
 arch/powerpc/powerpc.scc                           |    1 -
 ...ti_malta32-fix-the-pci-resource-conflicts.patch |   18 +-
 ...mips-do-not-set-perf_irq-for-qemu-mips-64.patch |   17 +-
 features/perf/perf-add-SLANG_INC-for-slang.h.patch |   13 +-
 .../perf/perf-add-libperl-not-found-warning.patch  |   13 +-
 ...-change-root-to-prefix-for-python-install.patch |   13 +-
 .../perf/perf-fix-bench-numa-compilation.patch     |   15 +-
 ...ips64-Convert-__u64-to-unsigned-long-long.patch |   35 +-
 ...e-lock-unlock-symetry-versus-pi_lock-and-.patch |   42 +
 ...irq-in-translation-section-permission-fau.patch |   85 +
 features/rt/ARM-imx-always-use-TWD-on-IMX6Q.patch  |   30 +
 ...CK-printk-drop-the-logbuf_lock-more-often.patch |   75 +
 ...64-downgrade-preempt_disable-d-region-to-.patch |   51 +
 ...lapic-mark-LAPIC-timer-handler-as-irqsafe.patch |   25 +
 ...vert-acpi_gbl_hardware-lock-back-to-a-raw.patch |  173 ++
 .../rt/arch-arm64-Add-lazy-preempt-support.patch   |  103 +
 ...azy-preempt-add-TIF_NEED_RESCHED_LAZY-to-.patch |   76 +
 ...t-remove-irq-handler-when-clock-is-unused.patch |  146 ++
 ...-at91-tclib-default-to-tclib-timer-for-rt.patch |   32 +
 features/rt/arm-convert-boot-lock-to-raw.patch     |  407 ++++
 features/rt/arm-enable-highmem-for-rt.patch        |  173 ++
 features/rt/arm-highmem-flush-tlb-on-unmap.patch   |   27 +
 ...rm-lazy-preempt-correct-resched-condition.patch |   31 +
 features/rt/arm-preempt-lazy-support.patch         |  105 +
 features/rt/arm-unwind-use_raw_lock.patch          |   83 +
 .../rt/arm64-xen--Make-XEN-depend-on-non-rt.patch  |   23 +
 features/rt/at91_dont_enable_disable_clock.patch   |   91 +
 features/rt/ata-disable-interrupts-if-non-rt.patch |   64 +
 ...st-pone-notifier-to-POST_D.patchto-POST_D.patch |   83 +
 features/rt/block-blk-mq-use-swait.patch           |  114 +
 .../block-mq-don-t-complete-requests-via-IPI.patch |  101 +
 features/rt/block-mq-drop-preempt-disable.patch    |   51 +
 features/rt/block-mq-use-cpu_light.patch           |   29 +
 .../block-shorten-interrupt-disabled-regions.patch |   96 +
 features/rt/block-use-cpu-chill.patch              |   45 +
 features/rt/bug-rt-dependend-variants.patch        |   36 +
 ...ps-scheduling-while-atomic-in-cgroup-code.patch |   64 +
 .../cgroups-use-simple-wait-in-css_release.patch   |   86 +
 ...-drivers-timer-atmel-pit-fix-double-free_.patch |   45 +
 ...clocksource-tclib-allow-higher-clockrates.patch |  157 ++
 .../rt/completion-use-simple-wait-queues.patch     |  347 ++++
 features/rt/cond-resched-lock-rt-tweak.patch       |   26 +
 features/rt/cond-resched-softirq-rt.patch          |   52 +
 ...g-Document-why-PREEMPT_RT-uses-a-spinlock.patch |   55 +
 ...ke-hotplug-lock-a-sleeping-spinlock-on-rt.patch |  116 ++
 features/rt/cpu-rt-rework-cpu-down.patch           |  529 +++++
 ...l-Add-a-UNINTERRUPTIBLE-hrtimer_nanosleep.patch |  106 +
 .../rt/cpu_down_move_migrate_enable_back.patch     |   52 +
 ...req-drop-K8-s-driver-from-beeing-selected.patch |   32 +
 features/rt/cpumask-disable-offstack-on-rt.patch   |   34 +
 ...educe-preempt-disabled-regions-more-algos.patch |  241 +++
 .../rt/crypto-ccp-remove-rwlocks_types.h.patch     |   22 +
 features/rt/debugobjects-rt.patch                  |   25 +
 features/rt/dm-make-rt-aware.patch                 |   26 +
 ...ck-zram-Replace-bit-spinlocks-with-rtmute.patch |  175 ++
 .../rt/drivers-net-8139-disable-irq-nosync.patch   |   25 +
 features/rt/drivers-net-fix-livelock-issues.patch  |  126 ++
 .../rt/drivers-net-vortex-fix-locking-issues.patch |   48 +
 ...ers-random-reduce-preempt-disabled-region.patch |   32 +
 features/rt/drivers-tty-fix-omap-lock-crap.patch   |   42 +
 .../rt/drivers-tty-pl011-irq-disable-madness.patch |   47 +
 ...15-drop-trace_i915_gem_ring_dispatch-onrt.patch |   58 +
 ...kunlock_irq_in_intel_pipe_update_startend.patch |  112 +
 ...reempt_disableenable_rt_where_recommended.patch |   51 +
 ...ack-don-t-disable-preemption-during-trace.patch |   77 +
 features/rt/epoll-use-get-cpu-light.patch          |   30 +
 features/rt/fs-aio-simple-simple-work.patch        |  106 +
 features/rt/fs-block-rt-support.patch              |   22 +
 .../fs-dcache-use-cpu-chill-in-trylock-loops.patch |   85 +
 features/rt/fs-jbd-replace-bh_state-lock.patch     |   96 +
 ...bd2-pull-your-plug-when-waiting-for-space.patch |   31 +
 features/rt/fs-namespace-preemption-fix.patch      |   30 +
 features/rt/fs-ntfs-disable-interrupt-non-rt.patch |   75 +
 .../rt/fs-replace-bh_uptodate_lock-for-rt.patch    |  161 ++
 features/rt/ftrace-migrate-disable-tracing.patch   |   73 +
 features/rt/futex-requeue-pi-fix.patch             |  113 +
 features/rt/genirq-disable-irqpoll-on-rt.patch     |   37 +
 ...ot-invoke-the-affinity-callback-via-a-wor.patch |  152 ++
 features/rt/genirq-force-threading.patch           |   48 +
 ...pdate-irq_set_irqchip_state-documentation.patch |   25 +
 ...-set_cpus_allowed_ptr-in-sync_unplug_thre.patch |   46 +
 features/rt/hotplug-light-get-online-cpus.patch    |  197 ++
 ...lug-sync_unplug-no-27-5cn-27-in-task-name.patch |   24 +
 features/rt/hotplug-use-migrate-disable.patch      |   39 +
 ...-Move-schedule_work-call-to-helper-thread.patch |  117 ++
 features/rt/hrtimer-enfore-64byte-alignment.patch  |   27 +
 ...up-hrtimer-callback-changes-for-preempt-r.patch |  335 +++
 features/rt/hrtimers-prepare-full-preemption.patch |  204 ++
 ...tor-Don-t-ignore-threshold-module-paramet.patch |   25 +
 ...tor-Update-hwlat_detector-to-add-outer-lo.patch |  125 ++
 ...tector-Use-thread-instead-of-stop-machine.patch |  183 ++
 ...tector-Use-trace_clock_local-if-available.patch |   92 +
 features/rt/hwlatdetect.patch                      | 1347 ++++++++++++
 .../i2c-omap-drop-the-lock-hard-irq-context.patch  |   33 +
 ...warning-from-i915-when-running-on-PREEMPT.patch |   29 +
 features/rt/i915_compile_fix.patch                 |   23 +
 features/rt/ide-use-nort-local-irq-variants.patch  |  169 ++
 .../rt/idr-use-local-lock-for-protection.patch     |  123 ++
 .../rt/infiniband-mellanox-ib-use-nort-irq.patch   |   40 +
 .../infiniband-ulp-ipoib-remove-pkey_mutex.patch   |   25 +
 features/rt/inpt-gameport-use-local-irq-nort.patch |   60 +
 .../rt/introduce_migrate_disable_cpu_light.patch   |  280 +++
 features/rt/iommu-amd--Use-WARN_ON_NORT.patch      |   46 +
 ...-msg-Implement-lockless-pipelined-wakeups.patch |  227 ++
 features/rt/ipc-sem-rework-semaphore-wakeups.patch |   69 +
 ...-softirq-processing-in-irq-thread-context.patch |  146 ++
 ...irqwork-Move-irq-safe-work-to-irq-context.patch |   77 +
 ...qwork-push_most_work_into_softirq_context.patch |  185 ++
 features/rt/jump-label-rt.patch                    |   35 +
 features/rt/kconfig-disable-a-few-options-rt.patch |   33 +
 features/rt/kconfig-preempt-rt-full.patch          |   58 +
 .../kernel-SRCU-provide-a-static-initializer.patch |  124 ++
 ...fix-cpu-down-problem-if-kthread-s-cpu-is-.patch |   85 +
 ...plug-restore-original-cpu-mask-oncpu-down.patch |   58 +
 ...ate_disable-do-fastpath-in-atomic-irqs-of.patch |   33 +
 ...-mark-perf_cpu_context-s-timer-as-irqsafe.patch |   24 +
 ...tk-Don-t-try-to-print-from-IRQ-NMI-region.patch |   41 +
 ...tex-only-warn-once-on-a-try-lock-from-bad.patch |   26 +
 .../rt/kernel-softirq-unlock-with-irqs-on.patch    |   27 +
 features/rt/kgb-serial-hackaround.patch            |  101 +
 features/rt/latency-hist.patch                     | 1817 ++++++++++++++++
 .../latency_hist-update-sched_wakeup-probe.patch   |   40 +
 features/rt/latencyhist-disable-jump-labels.patch  |   61 +
 .../leds-trigger-disable-CPU-trigger-on-RT.patch   |   35 +
 features/rt/lglocks-rt.patch                       |  199 ++
 .../rt/list_bl-fixup-bogus-lockdep-warning.patch   |   97 +
 .../list_bl.h-make-list-head-locking-RT-safe.patch |  114 +
 features/rt/local-irq-rt-depending-variants.patch  |   52 +
 features/rt/locallock-add-local_lock_on.patch      |   31 +
 features/rt/localversion.patch                     |   13 +
 .../rt/lockdep-no-softirq-accounting-on-rt.patch   |   58 +
 ...ftest-fix-warnings-due-to-missing-PREEMPT.patch |  141 ++
 ...-do-hardirq-context-test-for-raw-spinlock.patch |   56 +
 ...ktorture-Do-NOT-include-rwlock.h-directly.patch |   26 +
 ...le_nort_in_lg_double_locklg_double_unlock.patch |   34 +
 features/rt/md-disable-bcache.patch                |   31 +
 .../rt/md-raid5-percpu-handling-rt-aware.patch     |   61 +
 features/rt/mips-disable-highmem-on-rt.patch       |   22 +
 ...> mm--rt--Fix-generic-kmap_atomic-for-RT.patch} |    0
 ...dev-don-t-disable-IRQs-in-wb_congested_pu.patch |   41 +
 features/rt/mm-bounce-local-irq-save-nort.patch    |   27 +
 features/rt/mm-convert-swap-to-percpu-locked.patch |  192 ++
 features/rt/mm-disable-sloub-rt.patch              |   31 +
 features/rt/mm-enable-slub.patch                   |  464 +++++
 features/rt/mm-make-vmstat-rt-aware.patch          |   88 +
 ...ol-Don-t-call-schedule_work_on-in-preempt.patch |   68 +
 features/rt/mm-memcontrol-do_not_disable_irq.patch |   98 +
 ...ol-mem_cgroup_migrate-replace-another-loc.patch |   29 +
 ...m-page-alloc-use-local-lock-on-target-cpu.patch |   27 +
 ...m-page_alloc-reduce-lock-sections-further.patch |  196 ++
 .../mm-page_alloc-rt-friendly-per-cpu-pages.patch  |  206 ++
 .../rt/mm-perform-lru_add_drain_all-remotely.patch |  101 +
 features/rt/mm-protect-activate-switch-mm.patch    |   71 +
 features/rt/mm-rt-kmap-atomic-scheduling.patch     |  288 +++
 .../mm-scatterlist-dont-disable-irqs-on-RT.patch   |   43 +
 features/rt/mm-vmalloc-use-get-cpu-light.patch     |   65 +
 ...et-do-not-protect-workingset_shadow_nodes.patch |  151 ++
 ...-Use-get-put_cpu_light-in-zs_map_object-z.patch |   34 +
 features/rt/mmci-remove-bogus-irq-save.patch       |   39 +
 .../rt/move_sched_delayed_work_to_helper.patch     |   88 +
 features/rt/mutex-no-spin-on-rt.patch              |   28 +
 ...r-local-irq-disable-alloc-atomic-headache.patch |   58 +
 ...cpuhotplug-drain-input_pkt_queue-lockless.patch |   46 +
 ...otect-users-of-napi_alloc_cache-against-r.patch |  112 +
 ...ays-take-qdisc-s-busylock-in-__dev_xmit_s.patch |   34 +
 ...-iptable-xt-write-recseq-begin-rt-fallout.patch |   73 +
 .../rt/net-make-devnet_rename_seq-a-mutex.patch    |  106 +
 ...xmit_recursion-to-per-task-variable-on-RT.patch |  125 ++
 features/rt/net-prevent-abba-deadlock.patch        |  111 +
 ...-a-way-to-delegate-processing-a-softirq-t.patch |   78 +
 ...ev_deactivate_many-use-msleep-1-instead-o.patch |   57 +
 .../rt/net-tx-action-avoid-livelock-on-rt.patch    |   92 +
 features/rt/net-use-cpu-chill.patch                |   62 +
 features/rt/net-wireless-warn-nort.patch           |   23 +
 ...nize-rcu_expedited_conditional-on-non-rt.patch} |    2 +-
 features/rt/oleg-signal-rt-fix.patch               |  142 ++
 features/rt/panic-disable-random-on-rt.patch       |   26 +
 ...troduce-rcu-bh-qs-where-safe-from-softirq.patch |  108 +
 .../rt/pci-access-use-__wake_up_all_locked.patch   |   25 +
 features/rt/percpu_ida-use-locklocks.patch         |  101 +
 .../rt/perf-make-swevent-hrtimer-irqsafe.patch     |   68 +
 features/rt/peter_zijlstra-frob-rcu.patch          |  166 ++
 features/rt/peterz-srcu-crypto-chain.patch         |  182 ++
 features/rt/pid.h-include-atomic.h.patch           |   36 +
 features/rt/ping-sysrq.patch                       |  121 ++
 features/rt/posix-timers-no-broadcast.patch        |   33 +
 ...osix-timers-thread-posix-cpu-timers-on-rt.patch |  301 +++
 features/rt/power-disable-highmem-on-rt.patch      |   22 +
 features/rt/power-use-generic-rwsem-on-rt.patch    |   26 +
 ...-Disable-in-kernel-MPIC-emulation-for-PRE.patch |   37 +
 features/rt/powerpc-preempt-lazy-support.patch     |  173 ++
 ...-device-init.c-adapt-to-completions-using.patch |   31 +
 .../rt/preempt-lazy-check-preempt_schedule.patch   |   73 +
 features/rt/preempt-lazy-support.patch             |  590 ++++++
 features/rt/preempt-nort-rt-variants.patch         |   47 +
 ...intk-27-boot-param-to-help-with-debugging.patch |   31 +
 features/rt/printk-kill.patch                      |  163 ++
 features/rt/printk-rt-aware.patch                  |   91 +
 ...t-open-IRQs-in-ptrace_freeze_traced-too-e.patch |   34 +
 .../ptrace-fix-ptrace-vs-tasklist_lock-race.patch  |  153 ++
 features/rt/radix-tree-rt-aware.patch              |   73 +
 features/rt/random-make-it-work-on-rt.patch        |  115 ++
 ...Eliminate-softirq-processing-from-rcutree.patch |  433 ++++
 features/rt/rcu-disable-more-spots-of-rcu_bh.patch |   63 +
 features/rt/rcu-disable-rcu-fast-no-hz-on-rt.patch |   24 +
 features/rt/rcu-make-RCU_BOOST-default-on-RT.patch |   34 +
 .../rcu-merge-rcu-bh-into-rcu-preempt-for-rt.patch |  269 +++
 ...comment-out-rcu_bh-ops-on-PREEMPT_RT_FULL.patch |   36 +
 ..._bh_qs-disable-irq-while-calling-rcu_pree.patch |   48 +
 ...-migrate_disable-race-with-cpu-hotplug-3f.patch |   34 +
 ...t_full-arm-coredump-fails-for-cpu-3e-3d-4.patch |   68 +
 features/rt/relay-fix-timer-madness.patch          |   52 +
 ...ping-function-called-from-invalid-context.patch |   95 +
 features/rt/rt-add-rt-locks.patch                  | 2170 ++++++++++++++++++++
 features/rt/rt-introduce-cpu-chill.patch           |  128 ++
 features/rt/rt-local-irq-lock.patch                |  325 +++
 ...cking-Reenable-migration-accross-schedule.patch |  111 +
 features/rt/rt-preempt-base-config.patch           |   53 +
 features/rt/rt-serial-warn-fix.patch               |   37 +
 features/rt/rt.scc                                 |  594 ++++++
 ...--Handle-non-enqueued-waiters-gracefully.patch} |    4 +-
 .../rt/rtmutex-Use-chainwalking-control-enum.patch |   27 +
 .../rt/rtmutex-add-a-first-shot-of-ww_mutex.patch  |  423 ++++
 features/rt/rtmutex-avoid-include-hell.patch       |   23 +
 features/rt/rtmutex-futex-prepare-rt.patch         |  243 +++
 features/rt/rtmutex-lock-killable.patch            |   51 +
 ...sh-down-migrate_disable-into-rt_spin_lock.patch |  271 +++
 features/rt/rtmutex-trylock-is-okay-on-RT.patch    |   27 +
 features/rt/rtmutex_dont_include_rcu.patch         |   75 +
 ...i-dont-t-disable-interrupts-in-qc_issue-h.patch |   78 +
 .../sc16is7xx_Drop_bogus_use_of_IRQF_ONESHOT.patch |   54 +
 ...-deadline-dl_task_timer-has-to-be-irqsafe.patch |   22 +
 features/rt/sched-delay-put-task.patch             |   81 +
 .../rt/sched-disable-rt-group-sched-on-rt.patch    |   28 +
 features/rt/sched-disable-ttwu-queue.patch         |   31 +
 features/rt/sched-limit-nr-migrate.patch           |   26 +
 ...ched-might-sleep-do-not-account-rcu-depth.patch |   47 +
 features/rt/sched-mmdrop-delayed.patch             |  133 ++
 ...d-preempt-Fix-preempt_count-manipulations.patch |   51 +
 ...ched-provide-a-tsk_nr_cpus_allowed-helper.patch |  261 +++
 features/rt/sched-rt-mutex-wakeup.patch            |   93 +
 ...hed-ttwu-ensure-success-return-is-correct.patch |   34 +
 ...sk_cpus_allowed-instead-of-accessing-cpus.patch |   57 +
 ...ueue-Only-wake-up-idle-workers-if-not-blo.patch |   37 +
 features/rt/scsi-fcoe-rt-aware.patch               |  114 +
 ...ping-function-called-from-invalid-context.patch |   47 +
 features/rt/seqlock-prevent-rt-starvation.patch    |  190 ++
 features/rt/series                                 |  561 -----
 features/rt/signal-fix-up-rcu-wreckage.patch       |   38 +
 .../rt/signal-revert-ptrace-preempt-magic.patch    |   31 +
 ...low-rt-tasks-to-cache-one-sigqueue-struct.patch |  198 ++
 features/rt/skbufhead-raw-lock.patch               |  113 +
 features/rt/slub-disable-SLUB_CPU_PARTIAL.patch    |   47 +
 features/rt/slub-enable-irqs-for-no-wait.patch     |   47 +
 ...-snd_pcm_stream_lock-irqs_disabled-splats.patch |   69 +
 .../rt/softirq-disable-softirq-stacks-for-rt.patch |  156 ++
 features/rt/softirq-preempt-fix-3-re.patch         |  169 ++
 features/rt/softirq-split-locks.patch              |  819 ++++++++
 ...irq-split-timer-softirqs-out-of-ksoftirqd.patch |  207 ++
 .../sparc64-use-generic-rwsem-spinlocks-rt.patch   |   27 +
 features/rt/spinlock-types-separate-raw.patch      |  208 ++
 ...ne-create-lg_global_trylock_relax-primiti.patch |   86 +
 ...ne-use-lg_global_trylock_relax-to-dead-wi.patch |   73 +
 features/rt/stop-machine-raw-lock.patch            |   98 +
 ...ne-convert-stop_machine_run-to-PREEMPT_RT.patch |   34 +
 ...ake-svc_xprt_do_enqueue-use-get_cpu_light.patch |   62 +
 .../rt/suspend-prevernt-might-sleep-splats.patch   |  106 +
 features/rt/sysfs-realtime-entry.patch             |   47 +
 ...klets-from-going-into-infinite-spin-in-rt.patch |  391 ++++
 .../thermal-Defer-thermal-wakups-to-threads.patch  |  132 ++
 .../rt/tick-broadcast--Make-hrtimer-irqsafe.patch  |   57 +
 features/rt/timekeeping-split-jiffies-lock.patch   |  156 ++
 ...delay-waking-softirqs-from-the-jiffy-tick.patch |   75 +
 features/rt/timer-fd-avoid-live-lock.patch         |   30 +
 ...s-avoid-the-base-null-otptimization-on-rt.patch |   73 +
 features/rt/timers-preempt-rt-support.patch        |   54 +
 .../rt/timers-prepare-for-full-preemption.patch    |  149 ++
 ...ct-off-by-one-while-recording-the-trace-e.patch |   49 +
 ...cy-hist-Consider-new-argument-when-probin.patch |   37 +
 ...e_version_for_preemptoff_hist_trace_point.patch |   90 +
 ...count-for-preempt-off-in-preempt_schedule.patch |   46 +
 ...l-8250-don-t-take-the-trylock-during-oops.patch |   29 +
 ...t-remove-preemption-disabling-in-netif_rx.patch |   65 +
 features/rt/usb-use-_nort-in-giveback.patch        |   57 +
 features/rt/user-use-local-irq-nort.patch          |   29 +
 features/rt/wait.h-include-atomic.h.patch          |   32 +
 ...ue-work-around-irqsafe-timer-optimization.patch |  132 ++
 ...rk-simple-Simple-work-queue-implemenation.patch |  231 +++
 features/rt/workqueue-distangle-from-rq-lock.patch |  269 +++
 features/rt/workqueue-prevent-deadlock-stall.patch |  200 ++
 features/rt/workqueue-use-locallock.patch          |  144 ++
 features/rt/workqueue-use-rcu.patch                |  353 ++++
 features/rt/x86-UV-raw_spinlock-conversion.patch   |  244 +++
 ...86-crypto-reduce-preempt-disabled-regions.patch |  112 +
 .../x86-highmem-add-a-already-used-pte-check.patch |   22 +
 features/rt/x86-io-apic-migra-no-unmask.patch      |   27 +
 features/rt/x86-kvm-require-const-tsc-for-rt.patch |   30 +
 features/rt/x86-mce-timer-hrtimer.patch            |  179 ++
 .../x86-mce-use-swait-queue-for-mce-wakeups.patch  |  159 ++
 features/rt/x86-preempt-lazy.patch                 |  151 ++
 ...x86-signal-delay-calling-signals-on-32bit.patch |   42 +
 features/rt/x86-stackprot-no-random-on-rt.patch    |   46 +
 features/rt/x86-use-gen-rwsem-spinlocks-rt.patch   |   28 +
 ...w-the-optional-limiting-of-kernel-runtime.patch |   20 +-
 ...AT-Add-CONFIG_VFAT_FS_NO_DUALNAMES-option.patch |   26 +-
 ...NFIG_VFAT_NO_CREATE_WITH_LONGNAMES-option.patch |   33 +-
 kver                                               |    2 +-
 ...nfs-root-mount-to-use-alternate-rpc-ports.patch |   54 +-
 ...ck-console-device-file-on-fs-when-booting.patch |   18 +-
 ...clarify-error-messages-for-when-no-rootfs.patch |   19 +-
 ...fs-Allow-default-io-size-to-be-configured.patch |   22 +-
 .../powerpc-boot-remove-Os-from-BOOTFLAGS.patch    |   11 +-
 patches/build/arm-serialize-build-targets.patch    |   15 +-
 patches/build/modpost-mask-trivial-warnings.patch  |   19 +-
 316 files changed, 34266 insertions(+), 821 deletions(-)
 delete mode 100644 arch/powerpc/perf-tools-Fix-build-break-on-powerpc.patch
 create mode 100644 features/rt/0005-futex-Ensure-lock-unlock-symetry-versus-pi_lock-and-.patch
 create mode 100644 features/rt/ARM-enable-irq-in-translation-section-permission-fau.patch
 create mode 100644 features/rt/ARM-imx-always-use-TWD-on-IMX6Q.patch
 create mode 100644 features/rt/HACK-printk-drop-the-logbuf_lock-more-often.patch
 create mode 100644 features/rt/KVM-arm-arm64-downgrade-preempt_disable-d-region-to-.patch
 create mode 100644 features/rt/KVM-lapic-mark-LAPIC-timer-handler-as-irqsafe.patch
 create mode 100644 features/rt/acpi-rt-Convert-acpi_gbl_hardware-lock-back-to-a-raw.patch
 create mode 100644 features/rt/arch-arm64-Add-lazy-preempt-support.patch
 create mode 100644 features/rt/arm-arm64-lazy-preempt-add-TIF_NEED_RESCHED_LAZY-to-.patch
 create mode 100644 features/rt/arm-at91-pit-remove-irq-handler-when-clock-is-unused.patch
 create mode 100644 features/rt/arm-at91-tclib-default-to-tclib-timer-for-rt.patch
 create mode 100644 features/rt/arm-convert-boot-lock-to-raw.patch
 create mode 100644 features/rt/arm-enable-highmem-for-rt.patch
 create mode 100644 features/rt/arm-highmem-flush-tlb-on-unmap.patch
 create mode 100644 features/rt/arm-lazy-preempt-correct-resched-condition.patch
 create mode 100644 features/rt/arm-preempt-lazy-support.patch
 create mode 100644 features/rt/arm-unwind-use_raw_lock.patch
 create mode 100644 features/rt/arm64-xen--Make-XEN-depend-on-non-rt.patch
 create mode 100644 features/rt/at91_dont_enable_disable_clock.patch
 create mode 100644 features/rt/ata-disable-interrupts-if-non-rt.patch
 create mode 100644 features/rt/blk-mq-revert-raw-locks-post-pone-notifier-to-POST_D.patchto-POST_D.patch
 create mode 100644 features/rt/block-blk-mq-use-swait.patch
 create mode 100644 features/rt/block-mq-don-t-complete-requests-via-IPI.patch
 create mode 100644 features/rt/block-mq-drop-preempt-disable.patch
 create mode 100644 features/rt/block-mq-use-cpu_light.patch
 create mode 100644 features/rt/block-shorten-interrupt-disabled-regions.patch
 create mode 100644 features/rt/block-use-cpu-chill.patch
 create mode 100644 features/rt/bug-rt-dependend-variants.patch
 create mode 100644 features/rt/cgroups-scheduling-while-atomic-in-cgroup-code.patch
 create mode 100644 features/rt/cgroups-use-simple-wait-in-css_release.patch
 create mode 100644 features/rt/clockevents-drivers-timer-atmel-pit-fix-double-free_.patch
 create mode 100644 features/rt/clocksource-tclib-allow-higher-clockrates.patch
 create mode 100644 features/rt/completion-use-simple-wait-queues.patch
 create mode 100644 features/rt/cond-resched-lock-rt-tweak.patch
 create mode 100644 features/rt/cond-resched-softirq-rt.patch
 create mode 100644 features/rt/cpu-hotplug-Document-why-PREEMPT_RT-uses-a-spinlock.patch
 create mode 100644 features/rt/cpu-rt-make-hotplug-lock-a-sleeping-spinlock-on-rt.patch
 create mode 100644 features/rt/cpu-rt-rework-cpu-down.patch
 create mode 100644 features/rt/cpu_chill-Add-a-UNINTERRUPTIBLE-hrtimer_nanosleep.patch
 create mode 100644 features/rt/cpu_down_move_migrate_enable_back.patch
 create mode 100644 features/rt/cpufreq-drop-K8-s-driver-from-beeing-selected.patch
 create mode 100644 features/rt/cpumask-disable-offstack-on-rt.patch
 create mode 100644 features/rt/crypto-Reduce-preempt-disabled-regions-more-algos.patch
 create mode 100644 features/rt/crypto-ccp-remove-rwlocks_types.h.patch
 create mode 100644 features/rt/debugobjects-rt.patch
 create mode 100644 features/rt/dm-make-rt-aware.patch
 create mode 100644 features/rt/drivers-block-zram-Replace-bit-spinlocks-with-rtmute.patch
 create mode 100644 features/rt/drivers-net-8139-disable-irq-nosync.patch
 create mode 100644 features/rt/drivers-net-fix-livelock-issues.patch
 create mode 100644 features/rt/drivers-net-vortex-fix-locking-issues.patch
 create mode 100644 features/rt/drivers-random-reduce-preempt-disabled-region.patch
 create mode 100644 features/rt/drivers-tty-fix-omap-lock-crap.patch
 create mode 100644 features/rt/drivers-tty-pl011-irq-disable-madness.patch
 create mode 100644 features/rt/drm-i915-drop-trace_i915_gem_ring_dispatch-onrt.patch
 create mode 100644 features/rt/drmi915_Use_local_lockunlock_irq_in_intel_pipe_update_startend.patch
 create mode 100644 features/rt/drmradeoni915_Use_preempt_disableenable_rt_where_recommended.patch
 create mode 100644 features/rt/dump-stack-don-t-disable-preemption-during-trace.patch
 create mode 100644 features/rt/epoll-use-get-cpu-light.patch
 create mode 100644 features/rt/fs-aio-simple-simple-work.patch
 create mode 100644 features/rt/fs-block-rt-support.patch
 create mode 100644 features/rt/fs-dcache-use-cpu-chill-in-trylock-loops.patch
 create mode 100644 features/rt/fs-jbd-replace-bh_state-lock.patch
 create mode 100644 features/rt/fs-jbd2-pull-your-plug-when-waiting-for-space.patch
 create mode 100644 features/rt/fs-namespace-preemption-fix.patch
 create mode 100644 features/rt/fs-ntfs-disable-interrupt-non-rt.patch
 create mode 100644 features/rt/fs-replace-bh_uptodate_lock-for-rt.patch
 create mode 100644 features/rt/ftrace-migrate-disable-tracing.patch
 create mode 100644 features/rt/futex-requeue-pi-fix.patch
 create mode 100644 features/rt/genirq-disable-irqpoll-on-rt.patch
 create mode 100644 features/rt/genirq-do-not-invoke-the-affinity-callback-via-a-wor.patch
 create mode 100644 features/rt/genirq-force-threading.patch
 create mode 100644 features/rt/genirq-update-irq_set_irqchip_state-documentation.patch
 create mode 100644 features/rt/hotplug-Use-set_cpus_allowed_ptr-in-sync_unplug_thre.patch
 create mode 100644 features/rt/hotplug-light-get-online-cpus.patch
 create mode 100644 features/rt/hotplug-sync_unplug-no-27-5cn-27-in-task-name.patch
 create mode 100644 features/rt/hotplug-use-migrate-disable.patch
 create mode 100644 features/rt/hrtimer-Move-schedule_work-call-to-helper-thread.patch
 create mode 100644 features/rt/hrtimer-enfore-64byte-alignment.patch
 create mode 100644 features/rt/hrtimer-fixup-hrtimer-callback-changes-for-preempt-r.patch
 create mode 100644 features/rt/hrtimers-prepare-full-preemption.patch
 create mode 100644 features/rt/hwlat-detector-Don-t-ignore-threshold-module-paramet.patch
 create mode 100644 features/rt/hwlat-detector-Update-hwlat_detector-to-add-outer-lo.patch
 create mode 100644 features/rt/hwlat-detector-Use-thread-instead-of-stop-machine.patch
 create mode 100644 features/rt/hwlat-detector-Use-trace_clock_local-if-available.patch
 create mode 100644 features/rt/hwlatdetect.patch
 create mode 100644 features/rt/i2c-omap-drop-the-lock-hard-irq-context.patch
 create mode 100644 features/rt/i915-bogus-warning-from-i915-when-running-on-PREEMPT.patch
 create mode 100644 features/rt/i915_compile_fix.patch
 create mode 100644 features/rt/ide-use-nort-local-irq-variants.patch
 create mode 100644 features/rt/idr-use-local-lock-for-protection.patch
 create mode 100644 features/rt/infiniband-mellanox-ib-use-nort-irq.patch
 create mode 100644 features/rt/infiniband-ulp-ipoib-remove-pkey_mutex.patch
 create mode 100644 features/rt/inpt-gameport-use-local-irq-nort.patch
 create mode 100644 features/rt/introduce_migrate_disable_cpu_light.patch
 create mode 100644 features/rt/iommu-amd--Use-WARN_ON_NORT.patch
 create mode 100644 features/rt/ipc-msg-Implement-lockless-pipelined-wakeups.patch
 create mode 100644 features/rt/ipc-sem-rework-semaphore-wakeups.patch
 create mode 100644 features/rt/irq-allow-disabling-of-softirq-processing-in-irq-thread-context.patch
 create mode 100644 features/rt/irqwork-Move-irq-safe-work-to-irq-context.patch
 create mode 100644 features/rt/irqwork-push_most_work_into_softirq_context.patch
 create mode 100644 features/rt/jump-label-rt.patch
 create mode 100644 features/rt/kconfig-disable-a-few-options-rt.patch
 create mode 100644 features/rt/kconfig-preempt-rt-full.patch
 create mode 100644 features/rt/kernel-SRCU-provide-a-static-initializer.patch
 create mode 100644 features/rt/kernel-cpu-fix-cpu-down-problem-if-kthread-s-cpu-is-.patch
 create mode 100644 features/rt/kernel-hotplug-restore-original-cpu-mask-oncpu-down.patch
 create mode 100644 features/rt/kernel-migrate_disable-do-fastpath-in-atomic-irqs-of.patch
 create mode 100644 features/rt/kernel-perf-mark-perf_cpu_context-s-timer-as-irqsafe.patch
 create mode 100644 features/rt/kernel-printk-Don-t-try-to-print-from-IRQ-NMI-region.patch
 create mode 100644 features/rt/kernel-rtmutex-only-warn-once-on-a-try-lock-from-bad.patch
 create mode 100644 features/rt/kernel-softirq-unlock-with-irqs-on.patch
 create mode 100644 features/rt/kgb-serial-hackaround.patch
 create mode 100644 features/rt/latency-hist.patch
 create mode 100644 features/rt/latency_hist-update-sched_wakeup-probe.patch
 create mode 100644 features/rt/latencyhist-disable-jump-labels.patch
 create mode 100644 features/rt/leds-trigger-disable-CPU-trigger-on-RT.patch
 create mode 100644 features/rt/lglocks-rt.patch
 create mode 100644 features/rt/list_bl-fixup-bogus-lockdep-warning.patch
 create mode 100644 features/rt/list_bl.h-make-list-head-locking-RT-safe.patch
 create mode 100644 features/rt/local-irq-rt-depending-variants.patch
 create mode 100644 features/rt/locallock-add-local_lock_on.patch
 create mode 100644 features/rt/localversion.patch
 create mode 100644 features/rt/lockdep-no-softirq-accounting-on-rt.patch
 create mode 100644 features/rt/lockdep-selftest-fix-warnings-due-to-missing-PREEMPT.patch
 create mode 100644 features/rt/lockdep-selftest-only-do-hardirq-context-test-for-raw-spinlock.patch
 create mode 100644 features/rt/locking-locktorture-Do-NOT-include-rwlock.h-directly.patch
 create mode 100644 features/rt/lockinglglocks_Use_preempt_enabledisable_nort_in_lg_double_locklg_double_unlock.patch
 create mode 100644 features/rt/md-disable-bcache.patch
 create mode 100644 features/rt/md-raid5-percpu-handling-rt-aware.patch
 create mode 100644 features/rt/mips-disable-highmem-on-rt.patch
 rename features/rt/{mm--rt--Fix-generic-kmap_atomic-for-RT => mm--rt--Fix-generic-kmap_atomic-for-RT.patch} (100%)
 create mode 100644 features/rt/mm-backing-dev-don-t-disable-IRQs-in-wb_congested_pu.patch
 create mode 100644 features/rt/mm-bounce-local-irq-save-nort.patch
 create mode 100644 features/rt/mm-convert-swap-to-percpu-locked.patch
 create mode 100644 features/rt/mm-disable-sloub-rt.patch
 create mode 100644 features/rt/mm-enable-slub.patch
 create mode 100644 features/rt/mm-make-vmstat-rt-aware.patch
 create mode 100644 features/rt/mm-memcontrol-Don-t-call-schedule_work_on-in-preempt.patch
 create mode 100644 features/rt/mm-memcontrol-do_not_disable_irq.patch
 create mode 100644 features/rt/mm-memcontrol-mem_cgroup_migrate-replace-another-loc.patch
 create mode 100644 features/rt/mm-page-alloc-use-local-lock-on-target-cpu.patch
 create mode 100644 features/rt/mm-page_alloc-reduce-lock-sections-further.patch
 create mode 100644 features/rt/mm-page_alloc-rt-friendly-per-cpu-pages.patch
 create mode 100644 features/rt/mm-perform-lru_add_drain_all-remotely.patch
 create mode 100644 features/rt/mm-protect-activate-switch-mm.patch
 create mode 100644 features/rt/mm-rt-kmap-atomic-scheduling.patch
 create mode 100644 features/rt/mm-scatterlist-dont-disable-irqs-on-RT.patch
 create mode 100644 features/rt/mm-vmalloc-use-get-cpu-light.patch
 create mode 100644 features/rt/mm-workingset-do-not-protect-workingset_shadow_nodes.patch
 create mode 100644 features/rt/mm-zsmalloc-Use-get-put_cpu_light-in-zs_map_object-z.patch
 create mode 100644 features/rt/mmci-remove-bogus-irq-save.patch
 create mode 100644 features/rt/move_sched_delayed_work_to_helper.patch
 create mode 100644 features/rt/mutex-no-spin-on-rt.patch
 create mode 100644 features/rt/net-another-local-irq-disable-alloc-atomic-headache.patch
 create mode 100644 features/rt/net-core-cpuhotplug-drain-input_pkt_queue-lockless.patch
 create mode 100644 features/rt/net-core-protect-users-of-napi_alloc_cache-against-r.patch
 create mode 100644 features/rt/net-dev-always-take-qdisc-s-busylock-in-__dev_xmit_s.patch
 create mode 100644 features/rt/net-fix-iptable-xt-write-recseq-begin-rt-fallout.patch
 create mode 100644 features/rt/net-make-devnet_rename_seq-a-mutex.patch
 create mode 100644 features/rt/net-move-xmit_recursion-to-per-task-variable-on-RT.patch
 create mode 100644 features/rt/net-prevent-abba-deadlock.patch
 create mode 100644 features/rt/net-provide-a-way-to-delegate-processing-a-softirq-t.patch
 create mode 100644 features/rt/net-sched-dev_deactivate_many-use-msleep-1-instead-o.patch
 create mode 100644 features/rt/net-tx-action-avoid-livelock-on-rt.patch
 create mode 100644 features/rt/net-use-cpu-chill.patch
 create mode 100644 features/rt/net-wireless-warn-nort.patch
 rename features/rt/{net__Make_synchronize-rcu_expedited_conditional-on-non-rt => net__Make_synchronize-rcu_expedited_conditional-on-non-rt.patch} (96%)
 create mode 100644 features/rt/oleg-signal-rt-fix.patch
 create mode 100644 features/rt/panic-disable-random-on-rt.patch
 create mode 100644 features/rt/patch-to-introduce-rcu-bh-qs-where-safe-from-softirq.patch
 create mode 100644 features/rt/pci-access-use-__wake_up_all_locked.patch
 create mode 100644 features/rt/percpu_ida-use-locklocks.patch
 create mode 100644 features/rt/perf-make-swevent-hrtimer-irqsafe.patch
 create mode 100644 features/rt/peter_zijlstra-frob-rcu.patch
 create mode 100644 features/rt/peterz-srcu-crypto-chain.patch
 create mode 100644 features/rt/pid.h-include-atomic.h.patch
 create mode 100644 features/rt/ping-sysrq.patch
 create mode 100644 features/rt/posix-timers-no-broadcast.patch
 create mode 100644 features/rt/posix-timers-thread-posix-cpu-timers-on-rt.patch
 create mode 100644 features/rt/power-disable-highmem-on-rt.patch
 create mode 100644 features/rt/power-use-generic-rwsem-on-rt.patch
 create mode 100644 features/rt/powerpc-kvm-Disable-in-kernel-MPIC-emulation-for-PRE.patch
 create mode 100644 features/rt/powerpc-preempt-lazy-support.patch
 create mode 100644 features/rt/powerpc-ps3-device-init.c-adapt-to-completions-using.patch
 create mode 100644 features/rt/preempt-lazy-check-preempt_schedule.patch
 create mode 100644 features/rt/preempt-lazy-support.patch
 create mode 100644 features/rt/preempt-nort-rt-variants.patch
 create mode 100644 features/rt/printk-27force_early_printk-27-boot-param-to-help-with-debugging.patch
 create mode 100644 features/rt/printk-kill.patch
 create mode 100644 features/rt/printk-rt-aware.patch
 create mode 100644 features/rt/ptrace-don-t-open-IRQs-in-ptrace_freeze_traced-too-e.patch
 create mode 100644 features/rt/ptrace-fix-ptrace-vs-tasklist_lock-race.patch
 create mode 100644 features/rt/radix-tree-rt-aware.patch
 create mode 100644 features/rt/random-make-it-work-on-rt.patch
 create mode 100644 features/rt/rcu-Eliminate-softirq-processing-from-rcutree.patch
 create mode 100644 features/rt/rcu-disable-more-spots-of-rcu_bh.patch
 create mode 100644 features/rt/rcu-disable-rcu-fast-no-hz-on-rt.patch
 create mode 100644 features/rt/rcu-make-RCU_BOOST-default-on-RT.patch
 create mode 100644 features/rt/rcu-merge-rcu-bh-into-rcu-preempt-for-rt.patch
 create mode 100644 features/rt/rcutorture-comment-out-rcu_bh-ops-on-PREEMPT_RT_FULL.patch
 create mode 100644 features/rt/rcutree-rcu_bh_qs-disable-irq-while-calling-rcu_pree.patch
 create mode 100644 features/rt/re-migrate_disable-race-with-cpu-hotplug-3f.patch
 create mode 100644 features/rt/re-preempt_rt_full-arm-coredump-fails-for-cpu-3e-3d-4.patch
 create mode 100644 features/rt/relay-fix-timer-madness.patch
 create mode 100644 features/rt/rfc-arm-smp-__cpu_disable-fix-sleeping-function-called-from-invalid-context.patch
 create mode 100644 features/rt/rt-add-rt-locks.patch
 create mode 100644 features/rt/rt-introduce-cpu-chill.patch
 create mode 100644 features/rt/rt-local-irq-lock.patch
 create mode 100644 features/rt/rt-locking-Reenable-migration-accross-schedule.patch
 create mode 100644 features/rt/rt-preempt-base-config.patch
 create mode 100644 features/rt/rt-serial-warn-fix.patch
 rename features/rt/{rtmutex--Handle-non-enqueued-waiters-gracefully => rtmutex--Handle-non-enqueued-waiters-gracefully.patch} (90%)
 create mode 100644 features/rt/rtmutex-Use-chainwalking-control-enum.patch
 create mode 100644 features/rt/rtmutex-add-a-first-shot-of-ww_mutex.patch
 create mode 100644 features/rt/rtmutex-avoid-include-hell.patch
 create mode 100644 features/rt/rtmutex-futex-prepare-rt.patch
 create mode 100644 features/rt/rtmutex-lock-killable.patch
 create mode 100644 features/rt/rtmutex-push-down-migrate_disable-into-rt_spin_lock.patch
 create mode 100644 features/rt/rtmutex-trylock-is-okay-on-RT.patch
 create mode 100644 features/rt/rtmutex_dont_include_rcu.patch
 create mode 100644 features/rt/sas-ata-isci-dont-t-disable-interrupts-in-qc_issue-h.patch
 create mode 100644 features/rt/sc16is7xx_Drop_bogus_use_of_IRQF_ONESHOT.patch
 create mode 100644 features/rt/sched-deadline-dl_task_timer-has-to-be-irqsafe.patch
 create mode 100644 features/rt/sched-delay-put-task.patch
 create mode 100644 features/rt/sched-disable-rt-group-sched-on-rt.patch
 create mode 100644 features/rt/sched-disable-ttwu-queue.patch
 create mode 100644 features/rt/sched-limit-nr-migrate.patch
 create mode 100644 features/rt/sched-might-sleep-do-not-account-rcu-depth.patch
 create mode 100644 features/rt/sched-mmdrop-delayed.patch
 create mode 100644 features/rt/sched-preempt-Fix-preempt_count-manipulations.patch
 create mode 100644 features/rt/sched-provide-a-tsk_nr_cpus_allowed-helper.patch
 create mode 100644 features/rt/sched-rt-mutex-wakeup.patch
 create mode 100644 features/rt/sched-ttwu-ensure-success-return-is-correct.patch
 create mode 100644 features/rt/sched-use-tsk_cpus_allowed-instead-of-accessing-cpus.patch
 create mode 100644 features/rt/sched-workqueue-Only-wake-up-idle-workers-if-not-blo.patch
 create mode 100644 features/rt/scsi-fcoe-rt-aware.patch
 create mode 100644 features/rt/scsi-qla2xxx-fix-bug-sleeping-function-called-from-invalid-context.patch
 create mode 100644 features/rt/seqlock-prevent-rt-starvation.patch
 delete mode 100644 features/rt/series
 create mode 100644 features/rt/signal-fix-up-rcu-wreckage.patch
 create mode 100644 features/rt/signal-revert-ptrace-preempt-magic.patch
 create mode 100644 features/rt/signals-allow-rt-tasks-to-cache-one-sigqueue-struct.patch
 create mode 100644 features/rt/skbufhead-raw-lock.patch
 create mode 100644 features/rt/slub-disable-SLUB_CPU_PARTIAL.patch
 create mode 100644 features/rt/slub-enable-irqs-for-no-wait.patch
 create mode 100644 features/rt/snd-pcm-fix-snd_pcm_stream_lock-irqs_disabled-splats.patch
 create mode 100644 features/rt/softirq-disable-softirq-stacks-for-rt.patch
 create mode 100644 features/rt/softirq-preempt-fix-3-re.patch
 create mode 100644 features/rt/softirq-split-locks.patch
 create mode 100644 features/rt/softirq-split-timer-softirqs-out-of-ksoftirqd.patch
 create mode 100644 features/rt/sparc64-use-generic-rwsem-spinlocks-rt.patch
 create mode 100644 features/rt/spinlock-types-separate-raw.patch
 create mode 100644 features/rt/stomp-machine-create-lg_global_trylock_relax-primiti.patch
 create mode 100644 features/rt/stomp-machine-use-lg_global_trylock_relax-to-dead-wi.patch
 create mode 100644 features/rt/stop-machine-raw-lock.patch
 create mode 100644 features/rt/stop_machine-convert-stop_machine_run-to-PREEMPT_RT.patch
 create mode 100644 features/rt/sunrpc-make-svc_xprt_do_enqueue-use-get_cpu_light.patch
 create mode 100644 features/rt/suspend-prevernt-might-sleep-splats.patch
 create mode 100644 features/rt/sysfs-realtime-entry.patch
 create mode 100644 features/rt/tasklet-rt-prevent-tasklets-from-going-into-infinite-spin-in-rt.patch
 create mode 100644 features/rt/thermal-Defer-thermal-wakups-to-threads.patch
 create mode 100644 features/rt/tick-broadcast--Make-hrtimer-irqsafe.patch
 create mode 100644 features/rt/timekeeping-split-jiffies-lock.patch
 create mode 100644 features/rt/timer-delay-waking-softirqs-from-the-jiffy-tick.patch
 create mode 100644 features/rt/timer-fd-avoid-live-lock.patch
 create mode 100644 features/rt/timers-avoid-the-base-null-otptimization-on-rt.patch
 create mode 100644 features/rt/timers-preempt-rt-support.patch
 create mode 100644 features/rt/timers-prepare-for-full-preemption.patch
 create mode 100644 features/rt/trace-correct-off-by-one-while-recording-the-trace-e.patch
 create mode 100644 features/rt/trace-latency-hist-Consider-new-argument-when-probin.patch
 create mode 100644 features/rt/trace_Use_rcuidle_version_for_preemptoff_hist_trace_point.patch
 create mode 100644 features/rt/tracing-account-for-preempt-off-in-preempt_schedule.patch
 create mode 100644 features/rt/tty-serial-8250-don-t-take-the-trylock-during-oops.patch
 create mode 100644 features/rt/upstream-net-rt-remove-preemption-disabling-in-netif_rx.patch
 create mode 100644 features/rt/usb-use-_nort-in-giveback.patch
 create mode 100644 features/rt/user-use-local-irq-nort.patch
 create mode 100644 features/rt/wait.h-include-atomic.h.patch
 create mode 100644 features/rt/work-queue-work-around-irqsafe-timer-optimization.patch
 create mode 100644 features/rt/work-simple-Simple-work-queue-implemenation.patch
 create mode 100644 features/rt/workqueue-distangle-from-rq-lock.patch
 create mode 100644 features/rt/workqueue-prevent-deadlock-stall.patch
 create mode 100644 features/rt/workqueue-use-locallock.patch
 create mode 100644 features/rt/workqueue-use-rcu.patch
 create mode 100644 features/rt/x86-UV-raw_spinlock-conversion.patch
 create mode 100644 features/rt/x86-crypto-reduce-preempt-disabled-regions.patch
 create mode 100644 features/rt/x86-highmem-add-a-already-used-pte-check.patch
 create mode 100644 features/rt/x86-io-apic-migra-no-unmask.patch
 create mode 100644 features/rt/x86-kvm-require-const-tsc-for-rt.patch
 create mode 100644 features/rt/x86-mce-timer-hrtimer.patch
 create mode 100644 features/rt/x86-mce-use-swait-queue-for-mce-wakeups.patch
 create mode 100644 features/rt/x86-preempt-lazy.patch
 create mode 100644 features/rt/x86-signal-delay-calling-signals-on-32bit.patch
 create mode 100644 features/rt/x86-stackprot-no-random-on-rt.patch
 create mode 100644 features/rt/x86-use-gen-rwsem-spinlocks-rt.patch


More information about the linux-yocto mailing list