This commit is contained in:
parent
4574819de2
commit
eda8172be5
10
README.SUSE
10
README.SUSE
@ -319,13 +319,13 @@ WHERE TO FIND CONFIGURATION FILES
|
|||||||
Kernel configuration files are stored in the kernel CVS repository. When
|
Kernel configuration files are stored in the kernel CVS repository. When
|
||||||
packing up the repository, they end up in config.tar.bz. When
|
packing up the repository, they end up in config.tar.bz. When
|
||||||
kernel-source.$ARCH.rpm is built, the config files are copied from
|
kernel-source.$ARCH.rpm is built, the config files are copied from
|
||||||
config/$ARCH/$FLAVOR to .config in the kernel source tree.
|
config/$ARCH/$FLAVOR to arch/$ARCH/defconfig.$FLAVOR in the kernel
|
||||||
|
source tree (for eaxmple, arch/i386/defconfig.default).
|
||||||
|
|
||||||
The kernel-$FLAVOR packages are based on config/$ARCH/$FLAVOR.
|
The kernel-$FLAVOR packages are based on arch/$ARCH/defconfig.$FLAVOR
|
||||||
(kernel-default is based on config/$ARCH/default, for example).
|
(kernel-default is based on arch/$ARCH/defconfig.default, for example).
|
||||||
The kernel-$FLAVOR packages install their configuration files as
|
The kernel-$FLAVOR packages install their configuration files as
|
||||||
/boot/config-$VER_STR (for example, /boot/config-2.6.5-99-default) as
|
/boot/config-$VER_STR (for example, boot/config-2.6.5-99-default).
|
||||||
well as /usr/src/linux-obj/$ARCH/$FLAVOR/.config.
|
|
||||||
|
|
||||||
In addition, the running kernel exposes a gzip compressed version of its
|
In addition, the running kernel exposes a gzip compressed version of its
|
||||||
configuration file as /proc/config.gz. The kernel sources can be
|
configuration file as /proc/config.gz. The kernel sources can be
|
||||||
|
@ -1 +1,2 @@
|
|||||||
2008-10-08 10:30:20 +0200
|
2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
@ -15,7 +15,7 @@ done
|
|||||||
# Check if any installed module was not listed
|
# Check if any installed module was not listed
|
||||||
status=
|
status=
|
||||||
cd $modpath
|
cd $modpath
|
||||||
for module in $(find . -name '*.ko' | sort); do
|
for module in $(find . -name '*.ko'); do
|
||||||
module=${module%.ko}
|
module=${module%.ko}
|
||||||
m=${module##*/}
|
m=${module##*/}
|
||||||
m=${m//-/_}
|
m=${m//-/_}
|
||||||
|
11
config.conf
11
config.conf
@ -6,8 +6,8 @@
|
|||||||
+IA32 i386/debug
|
+IA32 i386/debug
|
||||||
+IA32 i386/xen
|
+IA32 i386/xen
|
||||||
+IA32 i386/vanilla
|
+IA32 i386/vanilla
|
||||||
+IA32 i386/rt
|
+IA32 - i386/rt
|
||||||
+IA32 i386/rt_debug
|
+IA32 - i386/rt_debug
|
||||||
+IA32 i386/trace
|
+IA32 i386/trace
|
||||||
|
|
||||||
+ia64 ia64/default
|
+ia64 ia64/default
|
||||||
@ -19,8 +19,9 @@
|
|||||||
+x86_64 x86_64/xen
|
+x86_64 x86_64/xen
|
||||||
+x86_64 x86_64/debug
|
+x86_64 x86_64/debug
|
||||||
+x86_64 x86_64/vanilla
|
+x86_64 x86_64/vanilla
|
||||||
+x86_64 x86_64/rt
|
+x86_64 - x86_64/rt
|
||||||
+x86_64 x86_64/rt_debug
|
+x86_64 - x86_64/rt_debug
|
||||||
|
+x86_64 - x86_64/rt_timing
|
||||||
+x86_64 x86_64/trace
|
+x86_64 x86_64/trace
|
||||||
|
|
||||||
+PPC powerpc/default
|
+PPC powerpc/default
|
||||||
@ -32,4 +33,4 @@
|
|||||||
|
|
||||||
+s390 s390/s390
|
+s390 s390/s390
|
||||||
+s390x s390/default
|
+s390x s390/default
|
||||||
+S390 s390/vanilla
|
+s390x s390/vanilla
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f604369208f71f2f439b756c57d54b6412dec133bedb9a0be344beb66dd5f303
|
oid sha256:e1d3e055280e87ff79c37d47e575e228d20f1d8397544c7efc7799f54a998a8f
|
||||||
size 130234
|
size 139134
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
prefix=rc8.
|
prefix=rc7.
|
||||||
suffix=
|
suffix=
|
||||||
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
|
if [ "$3" = kernel-dummy -o -n "$suffix" ]; then
|
||||||
[ -n "$suffix" ] || suffix=$2
|
[ -n "$suffix" ] || suffix=$2
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:aedb1bedfcb811c42f174b8bf90a65c23b4f07242fceee2e58070c9feee4a4f7
|
oid sha256:e8d8d82e4a375c1cf6cce93cdf57b19633194f647c15acca93e17375c8b11566
|
||||||
size 2270
|
size 2269
|
||||||
|
1063
kernel-debug.changes
1063
kernel-debug.changes
File diff suppressed because it is too large
Load Diff
@ -58,7 +58,7 @@
|
|||||||
Name: kernel-debug
|
Name: kernel-debug
|
||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 14
|
Release: 15
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -216,7 +216,8 @@ Only use this kernel when investigating problems.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||||
@ -300,7 +301,7 @@ MAKE_ARGS="ARCH=$subarch"
|
|||||||
EOF
|
EOF
|
||||||
%endif
|
%endif
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
KERNELRELEASE=2.6.27-rc8-$RELEASE-debug
|
KERNELRELEASE=2.6.27-rc7-$RELEASE-debug
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
@ -474,11 +475,10 @@ if [ $CONFIG_MODULES = y ]; then
|
|||||||
[ -e $old_symsets ] || old_symsets=
|
[ -e $old_symsets ] || old_symsets=
|
||||||
# Group the exported symbols listed in symvers.gz by directory, and
|
# Group the exported symbols listed in symvers.gz by directory, and
|
||||||
# create a database of sets.
|
# create a database of sets.
|
||||||
{ awk '$3 != "vmlinux" { print }' Module.symvers
|
{ grep -v $'\tvmlinux$' Module.symvers
|
||||||
# Find out in which built-in.o files the exported symbols that ended
|
# Find out in which built-in.o files the exported symbols that ended
|
||||||
# up in vmlinux were defined.
|
# up in vmlinux were defined.
|
||||||
awk '$3 == "vmlinux" { print }' Module.symvers \
|
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
|
||||||
| %_sourcedir/built-in-where
|
|
||||||
} | %_sourcedir/make-symsets \
|
} | %_sourcedir/make-symsets \
|
||||||
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
||||||
$old_symsets ||
|
$old_symsets ||
|
||||||
@ -684,7 +684,8 @@ This package contains only the base modules, required in all installs.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%pre -n kernel-debug-base -f pre-base.sh
|
%pre -n kernel-debug-base -f pre-base.sh
|
||||||
|
|
||||||
@ -715,7 +716,8 @@ This package contains additional modules not supported by Novell.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%post -n kernel-debug-extra -f post-extra.sh
|
%post -n kernel-debug-extra -f post-extra.sh
|
||||||
%if %split_packages
|
%if %split_packages
|
||||||
@ -723,937 +725,14 @@ Source Timestamp: 2008-10-08 10:30:20 +0200
|
|||||||
%files -n kernel-debug-extra -f kernel-extra.files
|
%files -n kernel-debug-extra -f kernel-extra.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -58,7 +58,7 @@
|
|||||||
Name: kernel-default
|
Name: kernel-default
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 14
|
Release: 15
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -234,7 +234,8 @@ The standard kernel for both uniprocessor and multiprocessor systems.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||||
@ -318,7 +319,7 @@ MAKE_ARGS="ARCH=$subarch"
|
|||||||
EOF
|
EOF
|
||||||
%endif
|
%endif
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
KERNELRELEASE=2.6.27-rc8-$RELEASE-default
|
KERNELRELEASE=2.6.27-rc7-$RELEASE-default
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
@ -492,11 +493,10 @@ if [ $CONFIG_MODULES = y ]; then
|
|||||||
[ -e $old_symsets ] || old_symsets=
|
[ -e $old_symsets ] || old_symsets=
|
||||||
# Group the exported symbols listed in symvers.gz by directory, and
|
# Group the exported symbols listed in symvers.gz by directory, and
|
||||||
# create a database of sets.
|
# create a database of sets.
|
||||||
{ awk '$3 != "vmlinux" { print }' Module.symvers
|
{ grep -v $'\tvmlinux$' Module.symvers
|
||||||
# Find out in which built-in.o files the exported symbols that ended
|
# Find out in which built-in.o files the exported symbols that ended
|
||||||
# up in vmlinux were defined.
|
# up in vmlinux were defined.
|
||||||
awk '$3 == "vmlinux" { print }' Module.symvers \
|
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
|
||||||
| %_sourcedir/built-in-where
|
|
||||||
} | %_sourcedir/make-symsets \
|
} | %_sourcedir/make-symsets \
|
||||||
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
||||||
$old_symsets ||
|
$old_symsets ||
|
||||||
@ -701,7 +701,8 @@ This package contains only the base modules, required in all installs.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%pre -n kernel-default-base -f pre-base.sh
|
%pre -n kernel-default-base -f pre-base.sh
|
||||||
|
|
||||||
@ -731,7 +732,8 @@ This package contains additional modules not supported by Novell.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%post -n kernel-default-extra -f post-extra.sh
|
%post -n kernel-default-extra -f post-extra.sh
|
||||||
%if %split_packages
|
%if %split_packages
|
||||||
@ -739,937 +741,14 @@ Source Timestamp: 2008-10-08 10:30:20 +0200
|
|||||||
%files -n kernel-default-extra -f kernel-extra.files
|
%files -n kernel-default-extra -f kernel-extra.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
1063
kernel-dummy.changes
1063
kernel-dummy.changes
File diff suppressed because it is too large
Load Diff
@ -23,7 +23,7 @@ Url: http://www.kernel.org/
|
|||||||
Name: kernel-dummy
|
Name: kernel-dummy
|
||||||
Summary: Internal dummy package for synchronizing release numbers
|
Summary: Internal dummy package for synchronizing release numbers
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 14
|
Release: 15
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
@ -36,7 +36,8 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Andreas Gruenbacher <agruen@suse.de>
|
Andreas Gruenbacher <agruen@suse.de>
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %buildroot
|
rm -rf %buildroot
|
||||||
@ -46,937 +47,14 @@ echo dummy > %buildroot/etc/dummy
|
|||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
/etc/dummy
|
/etc/dummy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
1063
kernel-kdump.changes
1063
kernel-kdump.changes
File diff suppressed because it is too large
Load Diff
@ -58,7 +58,7 @@
|
|||||||
Name: kernel-kdump
|
Name: kernel-kdump
|
||||||
Summary: kernel for kdump
|
Summary: kernel for kdump
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 14
|
Release: 15
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -215,7 +215,8 @@ crashed kernel.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||||
@ -299,7 +300,7 @@ MAKE_ARGS="ARCH=$subarch"
|
|||||||
EOF
|
EOF
|
||||||
%endif
|
%endif
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
KERNELRELEASE=2.6.27-rc8-$RELEASE-kdump
|
KERNELRELEASE=2.6.27-rc7-$RELEASE-kdump
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
@ -473,11 +474,10 @@ if [ $CONFIG_MODULES = y ]; then
|
|||||||
[ -e $old_symsets ] || old_symsets=
|
[ -e $old_symsets ] || old_symsets=
|
||||||
# Group the exported symbols listed in symvers.gz by directory, and
|
# Group the exported symbols listed in symvers.gz by directory, and
|
||||||
# create a database of sets.
|
# create a database of sets.
|
||||||
{ awk '$3 != "vmlinux" { print }' Module.symvers
|
{ grep -v $'\tvmlinux$' Module.symvers
|
||||||
# Find out in which built-in.o files the exported symbols that ended
|
# Find out in which built-in.o files the exported symbols that ended
|
||||||
# up in vmlinux were defined.
|
# up in vmlinux were defined.
|
||||||
awk '$3 == "vmlinux" { print }' Module.symvers \
|
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
|
||||||
| %_sourcedir/built-in-where
|
|
||||||
} | %_sourcedir/make-symsets \
|
} | %_sourcedir/make-symsets \
|
||||||
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
||||||
$old_symsets ||
|
$old_symsets ||
|
||||||
@ -685,7 +685,8 @@ This package contains only the base modules, required in all installs.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%pre -n kernel-kdump-base -f pre-base.sh
|
%pre -n kernel-kdump-base -f pre-base.sh
|
||||||
|
|
||||||
@ -718,7 +719,8 @@ This package contains additional modules not supported by Novell.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%post -n kernel-kdump-extra -f post-extra.sh
|
%post -n kernel-kdump-extra -f post-extra.sh
|
||||||
%if %split_packages
|
%if %split_packages
|
||||||
@ -726,937 +728,14 @@ Source Timestamp: 2008-10-08 10:30:20 +0200
|
|||||||
%files -n kernel-kdump-extra -f kernel-extra.files
|
%files -n kernel-kdump-extra -f kernel-extra.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
1063
kernel-pae.changes
1063
kernel-pae.changes
File diff suppressed because it is too large
Load Diff
943
kernel-pae.spec
943
kernel-pae.spec
@ -58,7 +58,7 @@
|
|||||||
Name: kernel-pae
|
Name: kernel-pae
|
||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 14
|
Release: 15
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -216,7 +216,8 @@ that support it, regardless of the amount of main memory.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||||
@ -300,7 +301,7 @@ MAKE_ARGS="ARCH=$subarch"
|
|||||||
EOF
|
EOF
|
||||||
%endif
|
%endif
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
KERNELRELEASE=2.6.27-rc8-$RELEASE-pae
|
KERNELRELEASE=2.6.27-rc7-$RELEASE-pae
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
@ -474,11 +475,10 @@ if [ $CONFIG_MODULES = y ]; then
|
|||||||
[ -e $old_symsets ] || old_symsets=
|
[ -e $old_symsets ] || old_symsets=
|
||||||
# Group the exported symbols listed in symvers.gz by directory, and
|
# Group the exported symbols listed in symvers.gz by directory, and
|
||||||
# create a database of sets.
|
# create a database of sets.
|
||||||
{ awk '$3 != "vmlinux" { print }' Module.symvers
|
{ grep -v $'\tvmlinux$' Module.symvers
|
||||||
# Find out in which built-in.o files the exported symbols that ended
|
# Find out in which built-in.o files the exported symbols that ended
|
||||||
# up in vmlinux were defined.
|
# up in vmlinux were defined.
|
||||||
awk '$3 == "vmlinux" { print }' Module.symvers \
|
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
|
||||||
| %_sourcedir/built-in-where
|
|
||||||
} | %_sourcedir/make-symsets \
|
} | %_sourcedir/make-symsets \
|
||||||
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
||||||
$old_symsets ||
|
$old_symsets ||
|
||||||
@ -690,7 +690,8 @@ This package contains only the base modules, required in all installs.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%pre -n kernel-pae-base -f pre-base.sh
|
%pre -n kernel-pae-base -f pre-base.sh
|
||||||
|
|
||||||
@ -727,7 +728,8 @@ This package contains additional modules not supported by Novell.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%post -n kernel-pae-extra -f post-extra.sh
|
%post -n kernel-pae-extra -f post-extra.sh
|
||||||
%if %split_packages
|
%if %split_packages
|
||||||
@ -735,937 +737,14 @@ Source Timestamp: 2008-10-08 10:30:20 +0200
|
|||||||
%files -n kernel-pae-extra -f kernel-extra.files
|
%files -n kernel-pae-extra -f kernel-extra.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
1063
kernel-ppc64.changes
1063
kernel-ppc64.changes
File diff suppressed because it is too large
Load Diff
@ -58,7 +58,7 @@
|
|||||||
Name: kernel-ppc64
|
Name: kernel-ppc64
|
||||||
Summary: Kernel for ppc64 Systems
|
Summary: Kernel for ppc64 Systems
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 14
|
Release: 15
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -228,7 +228,8 @@ Authors:
|
|||||||
Tom Gall <tom_gall@vnet.ibm.com>
|
Tom Gall <tom_gall@vnet.ibm.com>
|
||||||
see /usr/src/linux/CREDITS for more details.
|
see /usr/src/linux/CREDITS for more details.
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||||
@ -312,7 +313,7 @@ MAKE_ARGS="ARCH=$subarch"
|
|||||||
EOF
|
EOF
|
||||||
%endif
|
%endif
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
KERNELRELEASE=2.6.27-rc8-$RELEASE-ppc64
|
KERNELRELEASE=2.6.27-rc7-$RELEASE-ppc64
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
@ -486,11 +487,10 @@ if [ $CONFIG_MODULES = y ]; then
|
|||||||
[ -e $old_symsets ] || old_symsets=
|
[ -e $old_symsets ] || old_symsets=
|
||||||
# Group the exported symbols listed in symvers.gz by directory, and
|
# Group the exported symbols listed in symvers.gz by directory, and
|
||||||
# create a database of sets.
|
# create a database of sets.
|
||||||
{ awk '$3 != "vmlinux" { print }' Module.symvers
|
{ grep -v $'\tvmlinux$' Module.symvers
|
||||||
# Find out in which built-in.o files the exported symbols that ended
|
# Find out in which built-in.o files the exported symbols that ended
|
||||||
# up in vmlinux were defined.
|
# up in vmlinux were defined.
|
||||||
awk '$3 == "vmlinux" { print }' Module.symvers \
|
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
|
||||||
| %_sourcedir/built-in-where
|
|
||||||
} | %_sourcedir/make-symsets \
|
} | %_sourcedir/make-symsets \
|
||||||
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
||||||
$old_symsets ||
|
$old_symsets ||
|
||||||
@ -709,7 +709,8 @@ Authors:
|
|||||||
Tom Gall <tom_gall@vnet.ibm.com>
|
Tom Gall <tom_gall@vnet.ibm.com>
|
||||||
see /usr/src/linux/CREDITS for more details.
|
see /usr/src/linux/CREDITS for more details.
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%pre -n kernel-ppc64-base -f pre-base.sh
|
%pre -n kernel-ppc64-base -f pre-base.sh
|
||||||
|
|
||||||
@ -753,7 +754,8 @@ Authors:
|
|||||||
Tom Gall <tom_gall@vnet.ibm.com>
|
Tom Gall <tom_gall@vnet.ibm.com>
|
||||||
see /usr/src/linux/CREDITS for more details.
|
see /usr/src/linux/CREDITS for more details.
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%post -n kernel-ppc64-extra -f post-extra.sh
|
%post -n kernel-ppc64-extra -f post-extra.sh
|
||||||
%if %split_packages
|
%if %split_packages
|
||||||
@ -761,937 +763,14 @@ Source Timestamp: 2008-10-08 10:30:20 +0200
|
|||||||
%files -n kernel-ppc64-extra -f kernel-extra.files
|
%files -n kernel-ppc64-extra -f kernel-extra.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
1063
kernel-ps3.changes
1063
kernel-ps3.changes
File diff suppressed because it is too large
Load Diff
943
kernel-ps3.spec
943
kernel-ps3.spec
@ -58,7 +58,7 @@
|
|||||||
Name: kernel-ps3
|
Name: kernel-ps3
|
||||||
Summary: kernel for ps3 bootloader
|
Summary: kernel for ps3 bootloader
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 14
|
Release: 15
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -214,7 +214,8 @@ needs to be as small as possible.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||||
@ -298,7 +299,7 @@ MAKE_ARGS="ARCH=$subarch"
|
|||||||
EOF
|
EOF
|
||||||
%endif
|
%endif
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
KERNELRELEASE=2.6.27-rc8-$RELEASE-ps3
|
KERNELRELEASE=2.6.27-rc7-$RELEASE-ps3
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
@ -472,11 +473,10 @@ if [ $CONFIG_MODULES = y ]; then
|
|||||||
[ -e $old_symsets ] || old_symsets=
|
[ -e $old_symsets ] || old_symsets=
|
||||||
# Group the exported symbols listed in symvers.gz by directory, and
|
# Group the exported symbols listed in symvers.gz by directory, and
|
||||||
# create a database of sets.
|
# create a database of sets.
|
||||||
{ awk '$3 != "vmlinux" { print }' Module.symvers
|
{ grep -v $'\tvmlinux$' Module.symvers
|
||||||
# Find out in which built-in.o files the exported symbols that ended
|
# Find out in which built-in.o files the exported symbols that ended
|
||||||
# up in vmlinux were defined.
|
# up in vmlinux were defined.
|
||||||
awk '$3 == "vmlinux" { print }' Module.symvers \
|
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
|
||||||
| %_sourcedir/built-in-where
|
|
||||||
} | %_sourcedir/make-symsets \
|
} | %_sourcedir/make-symsets \
|
||||||
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
||||||
$old_symsets ||
|
$old_symsets ||
|
||||||
@ -681,7 +681,8 @@ needs to be as small as possible.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%pre -n kernel-ps3-base -f pre-base.sh
|
%pre -n kernel-ps3-base -f pre-base.sh
|
||||||
|
|
||||||
@ -711,7 +712,8 @@ needs to be as small as possible.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%post -n kernel-ps3-extra -f post-extra.sh
|
%post -n kernel-ps3-extra -f post-extra.sh
|
||||||
%if %split_packages
|
%if %split_packages
|
||||||
@ -719,937 +721,14 @@ Source Timestamp: 2008-10-08 10:30:20 +0200
|
|||||||
%files -n kernel-ps3-extra -f kernel-extra.files
|
%files -n kernel-ps3-extra -f kernel-extra.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
42272
kernel-rt.changes
42272
kernel-rt.changes
File diff suppressed because it is too large
Load Diff
24752
kernel-rt.spec
24752
kernel-rt.spec
File diff suppressed because it is too large
Load Diff
42272
kernel-rt_debug.changes
42272
kernel-rt_debug.changes
File diff suppressed because it is too large
Load Diff
24737
kernel-rt_debug.spec
24737
kernel-rt_debug.spec
File diff suppressed because it is too large
Load Diff
1063
kernel-s390.changes
1063
kernel-s390.changes
File diff suppressed because it is too large
Load Diff
943
kernel-s390.spec
943
kernel-s390.spec
@ -58,7 +58,7 @@
|
|||||||
Name: kernel-s390
|
Name: kernel-s390
|
||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 14
|
Release: 15
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -209,7 +209,8 @@ The standard kernel.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||||
@ -293,7 +294,7 @@ MAKE_ARGS="ARCH=$subarch"
|
|||||||
EOF
|
EOF
|
||||||
%endif
|
%endif
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
KERNELRELEASE=2.6.27-rc8-$RELEASE-s390
|
KERNELRELEASE=2.6.27-rc7-$RELEASE-s390
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
@ -467,11 +468,10 @@ if [ $CONFIG_MODULES = y ]; then
|
|||||||
[ -e $old_symsets ] || old_symsets=
|
[ -e $old_symsets ] || old_symsets=
|
||||||
# Group the exported symbols listed in symvers.gz by directory, and
|
# Group the exported symbols listed in symvers.gz by directory, and
|
||||||
# create a database of sets.
|
# create a database of sets.
|
||||||
{ awk '$3 != "vmlinux" { print }' Module.symvers
|
{ grep -v $'\tvmlinux$' Module.symvers
|
||||||
# Find out in which built-in.o files the exported symbols that ended
|
# Find out in which built-in.o files the exported symbols that ended
|
||||||
# up in vmlinux were defined.
|
# up in vmlinux were defined.
|
||||||
awk '$3 == "vmlinux" { print }' Module.symvers \
|
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
|
||||||
| %_sourcedir/built-in-where
|
|
||||||
} | %_sourcedir/make-symsets \
|
} | %_sourcedir/make-symsets \
|
||||||
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
||||||
$old_symsets ||
|
$old_symsets ||
|
||||||
@ -676,7 +676,8 @@ This package contains only the base modules, required in all installs.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%pre -n kernel-s390-base -f pre-base.sh
|
%pre -n kernel-s390-base -f pre-base.sh
|
||||||
|
|
||||||
@ -706,7 +707,8 @@ This package contains additional modules not supported by Novell.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%post -n kernel-s390-extra -f post-extra.sh
|
%post -n kernel-s390-extra -f post-extra.sh
|
||||||
%if %split_packages
|
%if %split_packages
|
||||||
@ -714,937 +716,14 @@ Source Timestamp: 2008-10-08 10:30:20 +0200
|
|||||||
%files -n kernel-s390-extra -f kernel-extra.files
|
%files -n kernel-s390-extra -f kernel-extra.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
42272
kernel-source-rt.changes
42272
kernel-source-rt.changes
File diff suppressed because it is too large
Load Diff
@ -1,2 +0,0 @@
|
|||||||
# These zero-length files are correct:
|
|
||||||
addFilter("zero-length /usr/src/linux-2\.6\..*obj/.*include/config.*h")
|
|
24303
kernel-source-rt.spec
24303
kernel-source-rt.spec
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,4 @@
|
|||||||
# These zero-length files are correct:
|
# These zero-length files are correct:
|
||||||
addFilter("zero-length /usr/src/linux-2\.6\..*obj/.*include/config.*h")
|
addFilter("zero-length /usr/src/linux-2\.6\..*obj/.*include/config.*h")
|
||||||
|
# This is not a conf-file but placed in /etc nevertheless:
|
||||||
|
addFilter("non-conffile-in-etc /etc/rpm/macros.kernel-source")
|
||||||
|
1095
kernel-source.spec
1095
kernel-source.spec
File diff suppressed because it is too large
Load Diff
42272
kernel-syms-rt.changes
42272
kernel-syms-rt.changes
File diff suppressed because it is too large
Load Diff
24146
kernel-syms-rt.spec
24146
kernel-syms-rt.spec
File diff suppressed because it is too large
Load Diff
1063
kernel-syms.changes
1063
kernel-syms.changes
File diff suppressed because it is too large
Load Diff
945
kernel-syms.spec
945
kernel-syms.spec
@ -29,7 +29,7 @@ Url: http://www.kernel.org/
|
|||||||
Name: kernel-syms
|
Name: kernel-syms
|
||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 14
|
Release: 15
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
AutoReqProv: off
|
AutoReqProv: off
|
||||||
@ -37,7 +37,6 @@ BuildRequires: coreutils
|
|||||||
%if ! 0%{?opensuse_bs}
|
%if ! 0%{?opensuse_bs}
|
||||||
BuildRequires: kernel-dummy
|
BuildRequires: kernel-dummy
|
||||||
%endif
|
%endif
|
||||||
ExclusiveArch: %ix86 ppc ppc64 s390 s390x ia64 x86_64
|
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
BuildRequires: kernel-debug kernel-default kernel-pae kernel-trace kernel-xen
|
BuildRequires: kernel-debug kernel-default kernel-pae kernel-trace kernel-xen
|
||||||
%else
|
%else
|
||||||
@ -94,7 +93,8 @@ Authors:
|
|||||||
|
|
||||||
see /usr/src/linux/CREDITS for more details.
|
see /usr/src/linux/CREDITS for more details.
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
echo "Architecture symbol(s):" %symbols
|
echo "Architecture symbol(s):" %symbols
|
||||||
@ -102,23 +102,19 @@ echo "Architecture symbol(s):" %symbols
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
mkdir $RPM_BUILD_ROOT
|
mkdir $RPM_BUILD_ROOT
|
||||||
set -- %symbols
|
# Add all the symbol version hashes from the binary kernel packages
|
||||||
case kernel-syms in
|
%_sourcedir/guards %symbols < %_sourcedir/series.conf \
|
||||||
(*-rt)
|
> %_builddir/kernel-source.patches
|
||||||
set -- RT "$@"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
%_sourcedir/guards "$@" < %_sourcedir/series.conf > %_builddir/kernel-syms.patches
|
|
||||||
for config in $(%_sourcedir/guards %symbols < %_sourcedir/config.conf) ; do
|
for config in $(%_sourcedir/guards %symbols < %_sourcedir/config.conf) ; do
|
||||||
arch="${config%%/*}"
|
arch="${config%%/*}"
|
||||||
flavor="${config#*/}"
|
flavor="${config#*/}"
|
||||||
rpm -q --quiet kernel-$flavor || continue
|
rpm -q --quiet kernel-$flavor || continue
|
||||||
# Don't add the build infrastructure for kernels that are based
|
# Don't add the build infrastructure for kernels that are based
|
||||||
# on a different set of patches.
|
# on a different set of patches than kernel-source.
|
||||||
set -- kernel-$flavor $flavor $(case $flavor in (rt|rt_*) echo RT ;; esac)
|
set -- kernel-$flavor $flavor $(case $flavor in (rt|rt_*) echo RT ;; esac)
|
||||||
%_sourcedir/guards $* %symbols < %_sourcedir/series.conf \
|
%_sourcedir/guards $* %symbols < %_sourcedir/series.conf \
|
||||||
> %_builddir/kernel-$flavor.patches
|
> %_builddir/kernel-$flavor.patches
|
||||||
diff -q %_builddir/{kernel-syms,kernel-$flavor}.patches || continue
|
diff -q %_builddir/kernel-{source,$flavor}.patches || continue
|
||||||
# Make sure that all the kernel-$flavor release numbers match the
|
# Make sure that all the kernel-$flavor release numbers match the
|
||||||
# kernel-syms release number.
|
# kernel-syms release number.
|
||||||
set -- %release $(rpm -q --qf '%{RELEASE}' kernel-$flavor)
|
set -- %release $(rpm -q --qf '%{RELEASE}' kernel-$flavor)
|
||||||
@ -149,937 +145,14 @@ done
|
|||||||
/usr/src/linux-*-obj
|
/usr/src/linux-*-obj
|
||||||
/boot/symsets-*-*.tar.gz
|
/boot/symsets-*-*.tar.gz
|
||||||
/lib/modules/*/build
|
/lib/modules/*/build
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
1063
kernel-trace.changes
1063
kernel-trace.changes
File diff suppressed because it is too large
Load Diff
@ -58,7 +58,7 @@
|
|||||||
Name: kernel-trace
|
Name: kernel-trace
|
||||||
Summary: The Realtime Linux Kernel
|
Summary: The Realtime Linux Kernel
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 7
|
Release: 8
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -221,7 +221,8 @@ Authors:
|
|||||||
|
|
||||||
see /usr/src/linux/CREDITS for more details.
|
see /usr/src/linux/CREDITS for more details.
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||||
@ -305,7 +306,7 @@ MAKE_ARGS="ARCH=$subarch"
|
|||||||
EOF
|
EOF
|
||||||
%endif
|
%endif
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
KERNELRELEASE=2.6.27-rc8-$RELEASE-trace
|
KERNELRELEASE=2.6.27-rc7-$RELEASE-trace
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
@ -479,11 +480,10 @@ if [ $CONFIG_MODULES = y ]; then
|
|||||||
[ -e $old_symsets ] || old_symsets=
|
[ -e $old_symsets ] || old_symsets=
|
||||||
# Group the exported symbols listed in symvers.gz by directory, and
|
# Group the exported symbols listed in symvers.gz by directory, and
|
||||||
# create a database of sets.
|
# create a database of sets.
|
||||||
{ awk '$3 != "vmlinux" { print }' Module.symvers
|
{ grep -v $'\tvmlinux$' Module.symvers
|
||||||
# Find out in which built-in.o files the exported symbols that ended
|
# Find out in which built-in.o files the exported symbols that ended
|
||||||
# up in vmlinux were defined.
|
# up in vmlinux were defined.
|
||||||
awk '$3 == "vmlinux" { print }' Module.symvers \
|
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
|
||||||
| %_sourcedir/built-in-where
|
|
||||||
} | %_sourcedir/make-symsets \
|
} | %_sourcedir/make-symsets \
|
||||||
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
||||||
$old_symsets ||
|
$old_symsets ||
|
||||||
@ -692,7 +692,8 @@ Authors:
|
|||||||
|
|
||||||
see /usr/src/linux/CREDITS for more details.
|
see /usr/src/linux/CREDITS for more details.
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%pre -n kernel-trace-base -f pre-base.sh
|
%pre -n kernel-trace-base -f pre-base.sh
|
||||||
|
|
||||||
@ -726,7 +727,8 @@ Authors:
|
|||||||
|
|
||||||
see /usr/src/linux/CREDITS for more details.
|
see /usr/src/linux/CREDITS for more details.
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%post -n kernel-trace-extra -f post-extra.sh
|
%post -n kernel-trace-extra -f post-extra.sh
|
||||||
%if %split_packages
|
%if %split_packages
|
||||||
@ -734,937 +736,14 @@ Source Timestamp: 2008-10-08 10:30:20 +0200
|
|||||||
%files -n kernel-trace-extra -f kernel-extra.files
|
%files -n kernel-trace-extra -f kernel-extra.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
1063
kernel-xen.changes
1063
kernel-xen.changes
File diff suppressed because it is too large
Load Diff
943
kernel-xen.spec
943
kernel-xen.spec
@ -58,7 +58,7 @@
|
|||||||
Name: kernel-xen
|
Name: kernel-xen
|
||||||
Summary: The Xen Kernel
|
Summary: The Xen Kernel
|
||||||
Version: 2.6.27
|
Version: 2.6.27
|
||||||
Release: 12
|
Release: 13
|
||||||
License: GPL v2 only
|
License: GPL v2 only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
@ -215,7 +215,8 @@ unprivileged ("xenU") kernel.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
if ! [ -e %_sourcedir/linux-2.6.26.tar.bz2 ]; then
|
||||||
@ -299,7 +300,7 @@ MAKE_ARGS="ARCH=$subarch"
|
|||||||
EOF
|
EOF
|
||||||
%endif
|
%endif
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
KERNELRELEASE=2.6.27-rc8-$RELEASE-xen
|
KERNELRELEASE=2.6.27-rc7-$RELEASE-xen
|
||||||
EOF
|
EOF
|
||||||
%if 0%{?__debug_package:1}
|
%if 0%{?__debug_package:1}
|
||||||
cat >> ../.rpm-defs <<EOF
|
cat >> ../.rpm-defs <<EOF
|
||||||
@ -473,11 +474,10 @@ if [ $CONFIG_MODULES = y ]; then
|
|||||||
[ -e $old_symsets ] || old_symsets=
|
[ -e $old_symsets ] || old_symsets=
|
||||||
# Group the exported symbols listed in symvers.gz by directory, and
|
# Group the exported symbols listed in symvers.gz by directory, and
|
||||||
# create a database of sets.
|
# create a database of sets.
|
||||||
{ awk '$3 != "vmlinux" { print }' Module.symvers
|
{ grep -v $'\tvmlinux$' Module.symvers
|
||||||
# Find out in which built-in.o files the exported symbols that ended
|
# Find out in which built-in.o files the exported symbols that ended
|
||||||
# up in vmlinux were defined.
|
# up in vmlinux were defined.
|
||||||
awk '$3 == "vmlinux" { print }' Module.symvers \
|
grep $'\tvmlinux$' Module.symvers | %_sourcedir/built-in-where
|
||||||
| %_sourcedir/built-in-where
|
|
||||||
} | %_sourcedir/make-symsets \
|
} | %_sourcedir/make-symsets \
|
||||||
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
%buildroot/boot/symsets-$KERNELRELEASE.tar.gz \
|
||||||
$old_symsets ||
|
$old_symsets ||
|
||||||
@ -685,7 +685,8 @@ This package contains only the base modules, required in all installs.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%pre -n kernel-xen-base -f pre-base.sh
|
%pre -n kernel-xen-base -f pre-base.sh
|
||||||
|
|
||||||
@ -718,7 +719,8 @@ This package contains additional modules not supported by Novell.
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Source Timestamp: 2008-10-08 10:30:20 +0200
|
Source Timestamp: 2008-09-29 23:39:54 +0200
|
||||||
|
CVS Date: 2008.09.29.21.50.20
|
||||||
|
|
||||||
%post -n kernel-xen-extra -f post-extra.sh
|
%post -n kernel-xen-extra -f post-extra.sh
|
||||||
%if %split_packages
|
%if %split_packages
|
||||||
@ -726,937 +728,14 @@ Source Timestamp: 2008-10-08 10:30:20 +0200
|
|||||||
%files -n kernel-xen-extra -f kernel-extra.files
|
%files -n kernel-xen-extra -f kernel-extra.files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Oct 08 2008 agruen@suse.de
|
|
||||||
- kernel-source-rt must not provide a kernel-source symbol: this
|
|
||||||
would break dependencies.
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- update patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
|
||||||
use suggested patch from kernel.org bugzilla
|
|
||||||
* Wed Oct 08 2008 olh@suse.de
|
|
||||||
- add patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
fix oops in pseries_remove_lmb with 64k PAGE_SIZE (bnc#431380)
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- supported.conf: mark efivars.ko as supported
|
|
||||||
* Wed Oct 08 2008 gregkh@suse.de
|
|
||||||
- enable yealink driver (bnc#432841)
|
|
||||||
* Tue Oct 07 2008 oneukum@suse.de
|
|
||||||
- patches.fixes/ehci_sched.diff: fix hang in disable_periodic
|
|
||||||
(bnc#403346).
|
|
||||||
* Tue Oct 07 2008 trenn@suse.de
|
|
||||||
- patches.fixes/fujisu_laptop_fix_section_mismatch.patch: Fix
|
|
||||||
section mismatch in fujitsu_laptop driver (none).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.fixes/sd-needs-updating: Driver 'sd' needs updating
|
|
||||||
(bnc#406656).
|
|
||||||
* Tue Oct 07 2008 agruen@suse.de
|
|
||||||
- rpm/post.sh: Catch mkinitrd error code indicating missing
|
|
||||||
required modules. Only add a bootloader entry if an initrd
|
|
||||||
could be created, but re-add the bootloader entry even if
|
|
||||||
the initrd already existed before (bnc#431703).
|
|
||||||
* Tue Oct 07 2008 hare@suse.de
|
|
||||||
- patches.drivers/lpfc-8.2.8.4-update: Update lpfc to 8.2.8.4
|
|
||||||
(bnc#420767).
|
|
||||||
- patches.drivers/qla4xxx-sles11-update: qla4xxx driver fixes
|
|
||||||
for SLES11 (bnc#432976).
|
|
||||||
* Tue Oct 07 2008 olh@suse.de
|
|
||||||
- mark legacy iseries storage as supported
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- supported.conf: Add the ad7414, adcxx and ibmaem hwmon drivers as
|
|
||||||
unsupported.
|
|
||||||
* Mon Oct 06 2008 jdelvare@suse.de
|
|
||||||
- config/ia64/*: Don't built i2c-amd756-s4882 and i2c-nforce2-s4985
|
|
||||||
on ia64, these are motherboard-specific drivers for x86_64
|
|
||||||
motherboards.
|
|
||||||
- config/powerpc/*: Don't built i2c-isch on powerpc, it is a driver
|
|
||||||
for x86 hardware.
|
|
||||||
- config/*: Don't built i2c-simtec on i386, x86_64 and ia64, there
|
|
||||||
is no Simtec hardware based on these architectures.
|
|
||||||
* Sun Oct 05 2008 agruen@suse.de
|
|
||||||
- rpm/kernel-binary.spec.in: Fix the logic splitting up the symbols
|
|
||||||
defined in vmlinux by subsystem. (Actually, per directory, under
|
|
||||||
the assumption that there is enough of a correlation).
|
|
||||||
* Sun Oct 05 2008 greg@suse.de
|
|
||||||
- supported.conf: add ohci-hcd to base. Fix up other USB drivers
|
|
||||||
(USB network drivers had moved, others were missing)
|
|
||||||
* Sun Oct 05 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/atl2-add-atl2-network-driver.patch: atl2:
|
|
||||||
add atl2 network driver.
|
|
||||||
- Update config files (even the rt ones).
|
|
||||||
* Fri Oct 03 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_debug_contention_on_NVM_SWFLAG: fix bogus
|
|
||||||
WARN_ON() condition, as per upstream commit 95b866d5a
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark ibmvfc as supported (bnc#417555 - fate#304178 - LTC46935)
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- compile windfarm_pm121 into the kernel
|
|
||||||
* Fri Oct 03 2008 jeffm@suse.de
|
|
||||||
- doc/README.SUSE, scripts/tar-up_and_run_mbuild.sh,
|
|
||||||
scripts/run_oldconfig.sh,
|
|
||||||
scripts/sequence-patch.sh: Eliminated defconfig.$flavor
|
|
||||||
* Fri Oct 03 2008 olh@suse.de
|
|
||||||
- mark Cell drivers as supported
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Update config files
|
|
||||||
rt configs not updated for per-module-dynamic-debug-messages.patch
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- change patches.suse/supported-flag to show which modules are
|
|
||||||
unsupported and externally supported in oops messages. Also change
|
|
||||||
the taint values as the documentation was totally wrong.
|
|
||||||
* Fri Oct 03 2008 tonyj@suse.de
|
|
||||||
- Reenable RT debug builds, compile tested only
|
|
||||||
- Update config files
|
|
||||||
- Fix tracer issues
|
|
||||||
patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
patches.rt/trace-events-handle-syscalls.patch
|
|
||||||
patches.rt/trace-ktime-scalar.patch
|
|
||||||
patches.rt/tracer-event-trace.patch
|
|
||||||
- patches.rt/kdb-disable-ist.patch: Disable stackfault and debug stacks for kdb
|
|
||||||
- patches.rt/kdb-rtmisc.patch: Misc KDB fixes for RT
|
|
||||||
- patches.rt/novfs-rtmisc.patch: Misc NOVFS fixes for RT
|
|
||||||
* Fri Oct 03 2008 gregkh@suse.de
|
|
||||||
- patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch:
|
|
||||||
driver core: basic infrastructure for per-module dynamic
|
|
||||||
debug messages.
|
|
||||||
- refresh patches.trace/tracepoints.patch: Kernel Tracepoints.
|
|
||||||
- Update config files.
|
|
||||||
* Thu Oct 02 2008 agruen@suse.de
|
|
||||||
- Introduce kernel-source-rt and kernel-syms-rt packages, needed
|
|
||||||
for building real-time KMPs.
|
|
||||||
* Thu Oct 02 2008 schwab@suse.de
|
|
||||||
- Don't clean <asm/nr-irqs.h>.
|
|
||||||
* Thu Oct 02 2008 jblunck@suse.de
|
|
||||||
- supported.conf: add qeth_l2 and qeth_l3 as supported modules
|
|
||||||
* Thu Oct 02 2008 jkosina@suse.de
|
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: update to
|
|
||||||
the latest version of the patch as provided by Intel
|
|
||||||
* Thu Oct 02 2008 jbeulich@novell.com
|
|
||||||
- Update Xen patches to 2.6.27-rc8 and c/s 684.
|
|
||||||
- patches.xen/xen-e1000e_Export_set_memory_ro-rw: Replace by ...
|
|
||||||
- patches.xen/xen3-e1000e_Export_set_memory_ro-rw: this, and put
|
|
||||||
in proper place in series.conf.
|
|
||||||
- patches.xen/xen-rwlocks-enable-interrupts: Replace by ...
|
|
||||||
- patches.xen/xen3-rwlocks-enable-interrupts: this, and put in
|
|
||||||
proper place in series.conf.
|
|
||||||
* Wed Oct 01 2008 jeffm@suse.de
|
|
||||||
- scripts/sequence-patch.sh
|
|
||||||
- scripts/run_oldconfig.sh: x86 defconfigs go under arch/x86.
|
|
||||||
* Wed Oct 01 2008 olh@suse.de
|
|
||||||
- enable msi on ppc64 (bnc#430937)
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Remove /lib/modules from file list
|
|
||||||
as it's already in filesystem
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- rpm/kernel-source.spec.in: Fixed missing endif
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- Update config files: make floppy module on i386, too
|
|
||||||
* Wed Oct 01 2008 tiwai@suse.de
|
|
||||||
- supported.conf: update sound drivers
|
|
||||||
* Wed Oct 01 2008 tonyj@suse.de
|
|
||||||
- update RT to 2.6.27-rc8
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Wed Oct 01 2008 agruen@suse.de
|
|
||||||
- Update -rt config files.
|
|
||||||
* Tue Sep 30 2008 gregkh@suse.de
|
|
||||||
- update to 2.6.27-rc8
|
|
||||||
- obsoletes these patches:
|
|
||||||
- patches.arch/ia64-kdump_proc_iomem.diff
|
|
||||||
- patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
|
||||||
- patches.fixes/usb-hcd-interrupt-shared.patch
|
|
||||||
* Tue Sep 30 2008 jkosina@suse.de
|
* Tue Sep 30 2008 jkosina@suse.de
|
||||||
- additional patches to track down and fix e1000e NVM corruption
|
- additional patches to track down and fix e1000e NVM corruption
|
||||||
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
- patches.suse/e1000e_ioremap_sanity_check: ioremap sanity check
|
||||||
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
to catch mapping requests exceeding the BAR sizes (bnc#425480).
|
||||||
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
- patches.suse/e1000e_write_protect_ichx_nvm: e1000e: write
|
||||||
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
protect ICHx NVM to prevent malicious write/erase (bnc#425480).
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- Update config files.
|
|
||||||
* Tue Sep 30 2008 hare@suse.de
|
|
||||||
- patches.drivers/mpt-fusion-4.00.43.00-update: Update MPT Fusion
|
|
||||||
driver to v4.00.43.00 (bnc#425660).
|
|
||||||
- patches.kernel.org/gdth-section-conflict: Add missing annotations.
|
|
||||||
* Tue Sep 30 2008 sassmann@suse.de
|
|
||||||
- Update config files: Disabled everything unnecessary in
|
|
||||||
ps3 config file
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- disable ninja32 and ns87415 pata drivers on ppc64
|
|
||||||
* Tue Sep 30 2008 sdietrich@suse.de
|
|
||||||
- config.conf: enable rt for i386/x86_64
|
|
||||||
- Update config files: Preliminary sync with default and debug configs.
|
|
||||||
- config/x86_64/rt_timing: Delete.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT radix-tree: gang slot lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless probe.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: speculative get page.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: lockless pagecache lookups.
|
|
||||||
- patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT mm: spinlock tree_lock.
|
|
||||||
- patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/RT_utsname.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/aacraid-compat-sem.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adapt-remove-extra-try-to-lock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-adjust-pi-wakeup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-earlybreak-on-steal.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: break out early on first run.
|
|
||||||
- patches.rt/adaptive-optimize-rt-lock-wakeup.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/adaptive-spinlock-lite-v2.patch: Linux-RT 2.6.27-RT
|
|
||||||
adaptive spinlocks lite.
|
|
||||||
- patches.rt/adaptive-task-oncpu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-dumpstack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/apic-level-smp-affinity.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-compile-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ARM: compile fix for event tracing.
|
|
||||||
- patches.rt/arm-fix-compile-error-trace-exit-idle.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-futex-atomic-cmpxchg.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-latency-tracer-support.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-omap-02.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/arm-omap-05.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-preempt-config.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/arm-trace-preempt-idle.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-state-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bh-uptodate-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bz235099-idle-load-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cache_pci_find_capability.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Cache calls to pci_find_capability.
|
|
||||||
- patches.rt/call_rcu_bh-rename-of-call_rcu.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
just rename call_rcu_bh instead of making it a macro.
|
|
||||||
- patches.rt/cond_resched_softirq-WARN-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
WARNING: at kernel/sched.c:5071 2.6.23-rc1-rt7.
|
|
||||||
- patches.rt/cputimer-thread-rt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cputimer-thread-rt_A0.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/cycles-to-ns-trace-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/dev-queue-xmit-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-irqpoll.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-ist-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/disable-lpptest-on-nonlinux.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/disable-run-softirq-from-hardirq-completely.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Disable running softirqs from hardirqs completely!.
|
|
||||||
- patches.rt/dont-disable-preemption-without-IST.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/dont-let-rt-rw_semaphores-do-non_owner-locks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/dont-unmask-io_apic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drain-all-local-pages-via-sched.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/event-trace-hrtimer-trace.patch: Linux-RT 2.6.27-RT
|
|
||||||
event-tracer: add clockevent trace.
|
|
||||||
- patches.rt/export-schedule-on-each-cpu.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/filemap-dont-bug-non-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-a-previously-reverted-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Fix a previously reverted "fix".
|
|
||||||
- patches.rt/fix-adaptive-hack.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-adaptive-hack.patch.
|
|
||||||
- patches.rt/fix-bug-on-in-filemap.patch: Linux-RT 2.6.27-RT
|
|
||||||
Change bug_on for atomic to pagefault_disabled..
|
|
||||||
- patches.rt/fix-circular-locking-deadlock.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-compilation-for-non-RT-in-timer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-config-debug-rt-mutex-lock-underflow-warnings.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Fix CONFIG_DEBUG_RT_MUTEX lock underflow warnings.
|
|
||||||
- patches.rt/fix-emac-locking-2.6.16.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/fix-emergency-reboot.patch: Linux-RT 2.6.27-RT
|
|
||||||
call reboot notifier list when doing an emergency reboot.
|
|
||||||
- patches.rt/fix-migrating-softirq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-softirq-checks-for-non-rt-preempt-hardirq.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix_vdso_gtod_vsyscall64_2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/floppy-resume-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
floppy: suspend/resume fix.
|
|
||||||
- patches.rt/frace-use-tsc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-compile-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT rt: remove call to stop tracer.
|
|
||||||
- patches.rt/ftrace-document-event-tracer.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-document-update1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: document updates.
|
|
||||||
- patches.rt/ftrace-dont-trace-markers.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: dont trace markers.
|
|
||||||
- patches.rt/ftrace-fix-get-kprobe-wreckage.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace-fix-missing-kprobe-include.pathc.
|
|
||||||
- patches.rt/ftrace-fix-header.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-function-record-nop.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: define function trace nop.
|
|
||||||
- patches.rt/ftrace-hotplug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: cpu hotplug fix.
|
|
||||||
- patches.rt/ftrace-m68knommu-add-FTRACE-support.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-m68knommu-generic-stacktrace-function.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-preempt-trace-check.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: only trace preempt off with
|
|
||||||
preempt tracer.
|
|
||||||
- patches.rt/ftrace-print-missing-cmdline.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
ftrace: fix the command line printing.
|
|
||||||
- patches.rt/ftrace-record-comm-on-ctrl.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: record comm on function ctrl change.
|
|
||||||
- patches.rt/ftrace-stop-trace-on-crash.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix-tracer-wreckage-wtf-is-this-code-all-features.patch.
|
|
||||||
- patches.rt/ftrace-trace-sched.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: trace sched.c.
|
|
||||||
- patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: avoid lockdep recursion.
|
|
||||||
- patches.rt/ftrace-wakeup-rawspinlock.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: user raw spin lock for wakeup
|
|
||||||
function trace.
|
|
||||||
- patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genhd-protect-percpu-var.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/genirq-soft-resend.patch: Linux-RT 2.6.27-RT
|
|
||||||
x86: activate HARDIRQS_SW_RESEND.
|
|
||||||
- patches.rt/git-ignore-script-lpp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/gtod-optimize.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-convert-i_alloc_sem-for-direct_io-craziness.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hack-fix-rt-migration.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/handle-pending-in-simple-irq.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
handle IRQ_PENDING for simple irq handler.
|
|
||||||
- patches.rt/highmem-redo-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem-revert-mainline.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/highmem_rewrite.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: remove kmap_lock.
|
|
||||||
- patches.rt/hrtimer-no-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-overrun-api.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/i386-mark-atomic-irq-ops-raw.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/i386-nmi-watchdog-show-regs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/idle-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/idle2-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ioapic-fix-too-fast-clocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irda-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/irq-mask-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
genirq: fix simple and fasteoi irq handlers.
|
|
||||||
- patches.rt/jbd_assertions_smp_only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-i386-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kmap-atomic-prepare.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kprobes-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/kstat-add-rt-stats.patch: Linux-RT 2.6.27-RT
|
|
||||||
add rt stats to /proc/stat.
|
|
||||||
- patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-measurement-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/latency-tracing-ppc.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/loadavg_fixes_weird_loads.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/local_irq_save_nort-in-swap.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lock-init-plist-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lock_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock_list - a fine grain locked double linked list.
|
|
||||||
- patches.rt/lock_page_ref.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: lock_page_ref.
|
|
||||||
- patches.rt/lockdep-avoid-fork-waring.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT ftrace: fix if define to prove locking.
|
|
||||||
- patches.rt/lockdep-lock_set_subclass.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockdep: lock_set_subclass - reset a held
|
|
||||||
lock's subclass.
|
|
||||||
- patches.rt/lockdep-more-entries.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-prettify.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: prettify output.
|
|
||||||
- patches.rt/lockdep-rt-mutex.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep-rt: annotate PREEMPT_RT DEFINE_MUTEX.
|
|
||||||
- patches.rt/lockdep-rt-recursion-limit-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-show-held-locks.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: show held locks when showing a stackdump.
|
|
||||||
- patches.rt/lockdep_lock_set_subclass_fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockstat-fix-contention-points.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT lockstat: fix contention points.
|
|
||||||
- patches.rt/lockstat-output.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockstat: warn about disabled lock debugging.
|
|
||||||
- patches.rt/lockstat-rt-hooks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/lockstat_bounce_rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/loopback-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu-make-cmpxchg-RT-safe.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/mapping_nrpages-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
mapping_nrpages-fix.patch.
|
|
||||||
- patches.rt/mapping_nrpages.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm/fs: abstract address_space::nrpages.
|
|
||||||
- patches.rt/mips-change-raw-spinlock-type.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT RT: change from raw_spinlock_t to
|
|
||||||
__raw_spinlock_t.
|
|
||||||
- patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
RT: remove conflicting rtc_lock declaration.
|
|
||||||
- patches.rt/mips-remove-duplicate-kconfig.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/mips-remove-finish-arch-switch.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
RT: remove finish_arch_switch.
|
|
||||||
- patches.rt/mitigate-resched-flood.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/mm-concurrent-pagecache-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: -rt bits for concurrent pagecache.
|
|
||||||
- patches.rt/mm-concurrent-pagecache.patch: Linux-RT 2.6.27-RT
|
|
||||||
mm: concurrent pagecache write side.
|
|
||||||
- patches.rt/mm-fix-latency.patch: Linux-RT 2.6.27-RT
|
|
||||||
reduce pagetable-freeing latencies.
|
|
||||||
- patches.rt/move-native-irq.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/msi-suspend-resume-workaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/multi-reader-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map tasks to reader locks held.
|
|
||||||
- patches.rt/multi-reader-limit.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement reader limit on read write locks.
|
|
||||||
- patches.rt/multi-reader-lock-account.patch: Linux-RT 2.6.27-RT
|
|
||||||
map read/write locks back to their readers.
|
|
||||||
- patches.rt/multi-reader-pi.patch: Linux-RT 2.6.27-RT
|
|
||||||
read lock Priority Inheritance implementation.
|
|
||||||
- patches.rt/native-sched-clock-booboo.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/neptune-no-at-keyboard.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/net-core-preempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/netpoll-8139too-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/new-softirq-code.patch: Linux-RT 2.6.27-RT
|
|
||||||
softirq preemption: optimization.
|
|
||||||
- patches.rt/nf_conntrack-fix-smp-processor-id.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nf_conntrack-weird-crash-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/nfs-stats-miss-preemption.patch: Linux-RT 2.6.27-RT
|
|
||||||
nfs: fix missing preemption check.
|
|
||||||
- patches.rt/nmi-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-show-regs-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-disable.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT x86_64: do not enable the NMI watchdog
|
|
||||||
by default.
|
|
||||||
- patches.rt/nmi-watchdog-fix-1.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-3.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-watchdog-fix-4.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT local_bh_enable() is safe for
|
|
||||||
irqs_disabled().
|
|
||||||
- patches.rt/ntfs-local-irq-save-nort.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/numa-slab-freeing.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/only-run-softirqs-from-irq-thread-when-irq-affinity-is-set.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pagefault-disable-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
clean up the page fault disabling logic.
|
|
||||||
- patches.rt/panic-dont-stop-box.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/paravirt-function-pointer-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/pause-on-oops-head-tail.patch: Linux-RT 2.6.27-RT
|
|
||||||
introduce pause_on_oops_head/tail boot options.
|
|
||||||
- patches.rt/percpu-locked-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-netfilter2.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/percpu-locked-powerpc-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/percpu_list.patch: Linux-RT 2.6.27-RT
|
|
||||||
percpu_list.
|
|
||||||
- patches.rt/plist-debug.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/pmtmr-override.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT pmtmr: allow command line override of
|
|
||||||
ioport.
|
|
||||||
- patches.rt/posix-cpu-timers-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-count_active_rt_tasks-is-undefined-for-non-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-flush_tlb_pending-is-no-more.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-ftrace-stop-on-oops.patch: Linux-RT 2.6.27-RT
|
|
||||||
powerpc: ftrace stop on crash.
|
|
||||||
- patches.rt/powerpc-match-__rw_yield-function-declaration-to-prototype.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-chpr-set-rtc-lock.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-gtod-notrace-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-make-tlb-batch-64-only.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-tlbflush-preempt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc32-latency-compile-hack-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/ppc32_notrace_init_functions.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
don't trace early init functions for ppc32.
|
|
||||||
- patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-Kconfig.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm-fix-oprofile.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-direct-debug-keyboard.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-hrtimer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-ack-irq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-b6.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-acpi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-bagde4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-footbridge.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-integrator.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-ixp4xx.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-pxa.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm-shark.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-compile-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-console.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-debug-sysctl.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-fs-block.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace-disable-ftraced.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ftrace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ia64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ide.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-init-show-enabled-debugs.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-input.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-ipc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-irqs.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-loopback.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mellanox-driver-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-mmdrop-delayed.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-drivers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-net-softirq-fixups.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
NOHZ: local_softirq_pending with tickless.
|
|
||||||
- patches.rt/preempt-realtime-net.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-add-raw-relax-macros.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b3.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-b4.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-celleb-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-missing-raw-spinlocks.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-tlb-batching.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc-update.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-powerpc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-prevent-idle-boosting.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Premmpt-RT: Preevent boosting of idle task.
|
|
||||||
- patches.rt/preempt-realtime-printk.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-profiling.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rawlocks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-rcu.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-cpupri.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched-i386.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-sound.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-supress-rtc-printk.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-usb.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-warn-and-bug-on.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/preempt-realtime-x86_64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-rt-no-slub.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/print-might-sleep-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-dont-bug-on-sched.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/printk-in-atomic-hack-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
fix printk in atomic hack.
|
|
||||||
- patches.rt/printk-in-atomic.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/proportions-raw-locks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/qrcu.patch: Linux-RT 2.6.27-RT
|
|
||||||
QRCU with lockless fastpath.
|
|
||||||
- patches.rt/quicklist-release-before-free-page-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/quicklist-release-before-free-page.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/radix-concurrent-lockdep.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-percpu-hack-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/radix-tree-concurrent.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: concurrent write side support.
|
|
||||||
- patches.rt/radix-tree-lockdep-plus1.patch: Linux-RT 2.6.27-RT
|
|
||||||
lockdep: add +1 to radix tree array.
|
|
||||||
- patches.rt/radix-tree-optimistic-hist.patch: Linux-RT 2.6.27-RT
|
|
||||||
debug: optimistic lock histogram.
|
|
||||||
- patches.rt/radix-tree-optimistic.patch: Linux-RT 2.6.27-RT
|
|
||||||
radix-tree: optimistic locking.
|
|
||||||
- patches.rt/raw-spinlocks-for-nmi-print.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-hrt-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-new-7.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-default.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-boost-sdr.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-hotplug-hackaround.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rcu-torture-preempt-update.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-trace-fix-free.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcupreempt-boost-early-init.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/realtime-preempt-warn-about-tracing.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/relay-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
relay: fix timer madness.
|
|
||||||
- patches.rt/remove-check-pgt-cache-calls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/replace-bugon-by-warn-on.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/revert-preempt-bkl-revert.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/root-domain-kfree-in-atomic.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-apis.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-avoid-deadlock-in-swap.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-delayed-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: propagate prio for delayed work.
|
|
||||||
- patches.rt/rt-kmap-scale-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-list-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: list_splice2.
|
|
||||||
- patches.rt/rt-move-update-wall-time-back-to-do-timer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
rt: move update_wall_time back to do timer.
|
|
||||||
- patches.rt/rt-mutex-arm.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-compat-semaphores.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-irq-flags-checking.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/rt-mutex-mips.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-namespace.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-namespace.patch.
|
|
||||||
- patches.rt/rt-mutex-ppc-fix-a5.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-ppc.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-preempt-debugging.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-route-cast-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-mutex-use-inline.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-mutex-cleanup.patch.
|
|
||||||
- patches.rt/rt-mutex-x86-64.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-plist-mods.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: plist_head_splice.
|
|
||||||
- patches.rt/rt-rwlock-conservative-locking.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlock: be more conservative in locking reader_lock_count.
|
|
||||||
- patches.rt/rt-s_files-kill-a-union.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-sched-groups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-shorten-softirq-thread-names.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rt-workqeue-prio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue support.
|
|
||||||
- patches.rt/rt-workqueue-barrier.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: fix barriers.
|
|
||||||
- patches.rt/rt-wq-barrier-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: PI-workqueue: wait_on_work() fixup.
|
|
||||||
- patches.rt/rt_mutex_setprio.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: rename rt_mutex_setprio to task_setprio.
|
|
||||||
- patches.rt/rtmutex-debug-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex-debug-fix.patch.
|
|
||||||
- patches.rt/rtmutex-debug.h-cleanup.patch: Linux-RT 2.6.27-RT
|
|
||||||
lock debugging: clean up rtmutex-debug.h.
|
|
||||||
- patches.rt/rtmutex-lateral-steal.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-rearrange.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-remove-xchg.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex - remove double xchg.
|
|
||||||
- patches.rt/rtmutex-rwlock-cmpxchg-typecast.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-fixes.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix pi_list race conditions.
|
|
||||||
- patches.rt/rwlock-implement-downgrade-write.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rwlocks multi downgrade write.
|
|
||||||
- patches.rt/rwlock-pi-lock-reader.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-prio-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: reset prio on unlocks and wakeups.
|
|
||||||
- patches.rt/rwlock-protect-reader_lock_count.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-slowunlock-mutex-fix2.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlock-torture-no-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix torture test to handle non-rt.
|
|
||||||
- patches.rt/rwlock-torture.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: rwlock torture test.
|
|
||||||
- patches.rt/rwlocks-default-nr-readers-nr-cpus.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/rwlocks-fix-no-preempt-rt.patch: Linux-RT 2.6.27-RT
|
|
||||||
rwlock: fix non PREEMPT_RT case.
|
|
||||||
- patches.rt/rwlocks-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
implement rwlocks management.
|
|
||||||
- patches.rt/rwsems-multiple-readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
add framework for multi readers on rwsems.
|
|
||||||
- patches.rt/s_files-pipe-fix.patch: Linux-RT 2.6.27-RT
|
|
||||||
s_files: free_write_pipe() fix.
|
|
||||||
- patches.rt/s_files-schedule_on_each_cpu_wq.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/s_files.patch: Linux-RT 2.6.27-RT
|
|
||||||
remove global files_lock.
|
|
||||||
- patches.rt/sched-clock-nmi.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-cpupri-hotplug-support.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-cpupri-priocount.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-enable-irqs-in-preempt-in-notifier-call.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
CFS: enable irqs in fire_sched_in_preempt_notifier.
|
|
||||||
- patches.rt/sched-fix-dequeued-race.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched-fix-dequeued-race.patch.
|
|
||||||
- patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-prioritize-non-migrating-rt-tasks.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-rt-stats.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/sched-wake_up_idle_cpu-rt.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_prio.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/sched_rt-fixup.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/schedule-tail-balance-disable-irqs.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/schedule_on_each_cpu-enhance.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/select-error-leak-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/send-nmi-all-preempt-disable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seq-irqsave.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-locking-rt-cleanup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/serial-slow-machines.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/slab-irq-nopreempt-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/smp-processor-id-fixups.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/softirq-per-cpu-assumptions-fixes.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/softlockup-add-irq-regs-h.patch: Linux-RT 2.6.27-RT
|
|
||||||
core: make asm/irq_regs.h available on every platform.
|
|
||||||
- patches.rt/spinlock-trylock-cleanup-sungem.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sub-dont-disable-irqs.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt: dont disable irqs in usb.
|
|
||||||
- patches.rt/swap-spinlock-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-busy-loop-hack.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tasklet-redesign.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-freq-tweaks.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/timer-warning-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-add-event-markers-arm.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
trace-do-not-wakeup-when-irqs-disabled.patch.
|
|
||||||
- patches.rt/trace-eip2ip.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT Re: 2.6.25.4-rt4.
|
|
||||||
- patches.rt/trace-events-handle-syscalls.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/trace-histograms.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/trace-ktime-scalar.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: print ktime values in readable form.
|
|
||||||
- patches.rt/trace_hist-divzero.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT trace_hist.c: divide-by-zero problem (2).
|
|
||||||
- patches.rt/trace_hist-latediv.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/tracer-add-event-markers.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracer-event-trace.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
[AT91: PATCH]: Use edge triggered interrupt handling for
|
|
||||||
AT91-GPIO instead of simple_irq-handler.
|
|
||||||
- patches.rt/user-no-irq-disable.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/vortex-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/warn-on-rt-scatterlist.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT remove warn on for scatterlist in preempt
|
|
||||||
rt.
|
|
||||||
- patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/x86-64-tscless-vgettimeofday.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
x86_64 GTOD: offer scalable vgettimeofday.
|
|
||||||
- patches.rt/x86_64-tsc-sync-irqflags-fix.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/26-rt1-chirag.patch: Linux-RT 2.6.27-RT
|
|
||||||
This patch should solve some of the bug messages..
|
|
||||||
- patches.rt/add-generalized-pi-interface.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
add generalized priority-inheritance interface.
|
|
||||||
- patches.rt/rtmutex-add_readers.patch: Linux-RT 2.6.27-RT
|
|
||||||
RT: wrap the rt_rwlock "add reader" logic.
|
|
||||||
- patches.rt/rtmutex-defer-pi-until-sleepy.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
rtmutex: pi-boost locks as late as possible.
|
|
||||||
- patches.rt/rtmutex-initialize-waiters.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: formally initialize the rt_mutex_waiters.
|
|
||||||
- patches.rt/rtmutex-use-runtime-init.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: use runtime init for rtmutexes.
|
|
||||||
- patches.rt/tie-pi-into-task.patch: Linux-RT 2.6.27-RT
|
|
||||||
sched: add the basic PI infrastructure to the task_struct.
|
|
||||||
- patches.rt/rtmutex-convert-to-libpi.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: convert rtmutexes to fully use the PI library.
|
|
||||||
- patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
ftrace: fix elevated preempt_count in wakeup-tracer.
|
|
||||||
- patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
seqlock: make sure that raw_seqlock_t retries readers while
|
|
||||||
writes are pending.
|
|
||||||
- patches.rt/event-tracer-syscall-i386.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/event-tracer-syscall-x86_64.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/fix-acpi-build-weirdness.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/ftrace-upstream.patch: Linux-RT 2.6.27-RT
|
|
||||||
Linux-RT 2.6.26-RT.
|
|
||||||
- patches.rt/gcc-warnings-shut-up.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-profiling-base.patch: Linux-RT 2.6.27-RT
|
|
||||||
nmi-driven profiling for /proc/profile.
|
|
||||||
- patches.rt/preempt-irqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-irqs-timer.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/preempt-softirqs-core.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/random-driver-latency-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-page_alloc.patch: Linux-RT 2.6.27-RT
|
|
||||||
rt-friendly per-cpu pages.
|
|
||||||
- patches.rt/rt-slab-new.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/bit-spinlocks-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/compat_rwsem-fix-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/drivers_base_mutex.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/fix-net-bug-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-ppc-define-mcount.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ftrace-report-failure.patch: Linux-RT 2.6.27-RT
|
|
||||||
ftrace: warn on failure to disable mcount callers.
|
|
||||||
- patches.rt/ftrace-upstream-temp.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-fifo-warn-sysctl.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/futex-trivial-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/hrtimers-stuck-in-waitqueue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/lockdep-atomic-fixup.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/namespace-lock-fixes.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/nmi-prof-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/plist-fix-static-node-init.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/ppc-fix-prev-revert-fix-again.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/prof-sysctl-compile.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rt-wq-flush_work.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/rtmutex-debug-magic.patch: Linux-RT 2.6.27-RT
|
|
||||||
rtmutex: check integrity.
|
|
||||||
- patches.rt/sched-add-needs_post_schedule.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-generic-hide-smp-warning.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
suppress warning of smp_processor_id use..
|
|
||||||
- patches.rt/sched-make-double-lock-balance-fair.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-if-pushable.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-only-push-once-per-queue.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sched-properly-account-irq-and-rt-load.patch:
|
|
||||||
Linux-RT 2.6.27-RT
|
|
||||||
sched: properly account IRQ and RT load in .
|
|
||||||
- patches.rt/sched-rt-runtime-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-02-fix-elevated-preempt-count.patch:
|
|
||||||
Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/seqlock-serialize-against-writers.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/seqlocks-handle-rwlock-and-spin.patch: Linux-RT
|
|
||||||
2.6.27-RT
|
|
||||||
seqlock - fix for both PREEMPT_RT and non PREEMPT_RT.
|
|
||||||
- patches.rt/shorten-posix-cpu-timers-name.patch: Linux-RT
|
|
||||||
2.6.27-RT.
|
|
||||||
- patches.rt/sysctl-compile-fix.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/tracepoint-backport.patch: Linux-RT 2.6.27-RT.
|
|
||||||
- patches.rt/x86-tlbstate-lock-raw.patch: Linux-RT 2.6.27-RT.
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- enable ipmi message handler on ppc64 (bnc#430705)
|
|
||||||
* Tue Sep 30 2008 olh@suse.de
|
|
||||||
- create flavor symlinks unconditionally
|
|
||||||
they do not depend on presence of modules
|
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
- Update config files after Swap-over-NFS backout.
|
- Update config files after Swap-over-NFS backout.
|
||||||
* Tue Sep 30 2008 agruen@suse.de
|
* Tue Sep 30 2008 agruen@suse.de
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2a754305b773d7a2cd8386c72f1fd9c8e0a8c2380783d31ce19a1351ec324088
|
oid sha256:d8d4e488de975090915904b6eb5d154aa7232aeab36765eb3329e729e4fc2d91
|
||||||
size 129
|
size 132
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:877e44a85671d076c5638b12b56c35c465e54879a622d828abd3be74939ee24b
|
oid sha256:dbdc5f725a2dfda9ae99dbf0f64a5471c945246cddc3701e020719027862b180
|
||||||
size 58933
|
size 58871
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:14e936494a2d27f317df5c5b8a347c76ebbb6754c4eee2b8d98325e89c3962a3
|
oid sha256:aba9f91c2f7bd330f56dd044bdc64d696a6aa073f9599ff110739a1b2ee05e41
|
||||||
size 80125
|
size 80462
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1f82bcfc4a64da76734b2133812592592c4874b8f56f1d9a4937c6da56e64d52
|
oid sha256:1e3146cfd3bcec0574902ff6a45fbd15d5cf6acfbef38474428e476befc47d57
|
||||||
size 519137
|
size 320457
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:499c149037cf5b8c80b9c153ba39e580d9eeffb304f785a175896d800d48a5fc
|
oid sha256:023886364a867af03d71004b5ab572c0fcb945dfcc84bcb1b9ea7e444524b48c
|
||||||
size 82363
|
size 81440
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:67690d28e0ef95b5f8d4c15b689bc8749e03c3f82db1415ffb3c150444d494cc
|
oid sha256:e092fbcfe89a77b4db601fe59d312821c3a55f3f8d3f2f5ec9d39b13c4d89a68
|
||||||
size 14856823
|
size 14822889
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2b076f8ed155fedbcbdfd666971472b78f5d580b36fbb35f94b70496fa9edd00
|
oid sha256:5b38eb53977e83d03959ec1c26bc657b703982ed028d74d09401061f664b14cb
|
||||||
size 1609
|
size 1626
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:70ca5df4cc15d14aa07c9db6d085f3585f3054d785636e7bd28de3f38838066d
|
oid sha256:1716626c40b4fa154fda69981d56e322de2dbe0d0971c19d04de9b9c9ce6c47d
|
||||||
size 349930
|
size 436999
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2726d9ac814e431d6a2bda311ac6b274085a21b58b9c425d98f0c894503bc08b
|
oid sha256:f2bba65af5ffaa10958cb4aebefda2982cb6a19fbab6a2f93689effbdc5f6e88
|
||||||
size 1119243
|
size 1124899
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:88d76e89d9e9181344386ae689b41a64a0a9ec5980e7f83453815d34b7774a16
|
oid sha256:24a06a4ce9d843e59f02b66421dbb1464c28bf61b3f2c01cca5e06692686009f
|
||||||
size 28495
|
size 28527
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0c00e25e4b12000befe2cbd1dcbea6b26c5f10fa3164d120a76cee64ebff7e09
|
oid sha256:3eae647839c0ae7103ef5ab0d6918768a9f25776dda1028411d439e78fcaf9d9
|
||||||
size 11059
|
size 11061
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:806ab05784dae74bc05c9918fb4ff6741729d929032b1e55b1a2a1ed5f3c46d5
|
oid sha256:ede4fae06100b4bab42251905a8e9f367ecd50d060893e538bf74d897b5a8c84
|
||||||
size 1450771
|
size 1434255
|
||||||
|
26
post.sh
26
post.sh
@ -26,6 +26,8 @@ if [ -f /proc/cpuinfo ]; then
|
|||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -e /lib/modules/@KERNELRELEASE@ ]; then
|
||||||
|
echo Setting up /lib/modules/@KERNELRELEASE@
|
||||||
suffix=
|
suffix=
|
||||||
case @FLAVOR@ in
|
case @FLAVOR@ in
|
||||||
kdump|ps3|um|xen*)
|
kdump|ps3|um|xen*)
|
||||||
@ -37,9 +39,6 @@ for x in /boot/@IMAGE@ /boot/initrd; do
|
|||||||
ln -s ${x##*/}-@KERNELRELEASE@ $x$suffix
|
ln -s ${x##*/}-@KERNELRELEASE@ $x$suffix
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ -e /lib/modules/@KERNELRELEASE@ ]; then
|
|
||||||
echo Setting up /lib/modules/@KERNELRELEASE@
|
|
||||||
|
|
||||||
if [ -x /sbin/module_upgrade ]; then
|
if [ -x /sbin/module_upgrade ]; then
|
||||||
/sbin/module_upgrade --rename mptscsih="mptspi mptfc mptsas"
|
/sbin/module_upgrade --rename mptscsih="mptspi mptfc mptsas"
|
||||||
fi
|
fi
|
||||||
@ -57,6 +56,11 @@ message_install_bl () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
run_bootloader () {
|
run_bootloader () {
|
||||||
|
# Only create the bootloader entry when installing kernel-$flavor-base.
|
||||||
|
if [ @SUBPACKAGE@ != kernel-@FLAVOR@-base ]; then
|
||||||
|
return 1
|
||||||
|
fi
|
||||||
|
|
||||||
if [ -f /etc/sysconfig/bootloader ] &&
|
if [ -f /etc/sysconfig/bootloader ] &&
|
||||||
[ -f /boot/grub/menu.lst -o \
|
[ -f /boot/grub/menu.lst -o \
|
||||||
-f /etc/lilo.conf -o \
|
-f /etc/lilo.conf -o \
|
||||||
@ -72,29 +76,21 @@ run_bootloader () {
|
|||||||
if [ -f /etc/fstab -a ! -e /.buildenv -a -x /sbin/mkinitrd ] ; then
|
if [ -f /etc/fstab -a ! -e /.buildenv -a -x /sbin/mkinitrd ] ; then
|
||||||
if ! /sbin/mkinitrd -k /boot/@IMAGE@-@KERNELRELEASE@ \
|
if ! /sbin/mkinitrd -k /boot/@IMAGE@-@KERNELRELEASE@ \
|
||||||
-i /boot/initrd-@KERNELRELEASE@; then
|
-i /boot/initrd-@KERNELRELEASE@; then
|
||||||
# mkinitrd fails with status 10 if any required kernel modules missing.
|
|
||||||
# We expect those modules to be added later (by one of the other
|
|
||||||
# kernel-$flavor packages).
|
|
||||||
if [ $? -ne 10 ]; then
|
|
||||||
echo "/sbin/mkinitrd failed" >&2
|
echo "/sbin/mkinitrd failed" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
# only run the bootloader if the usual bootloader configuration
|
# only run the bootloader if the usual bootloader configuration
|
||||||
# files are there -- this is different on every architecture
|
# files are there -- this is different on every architecture
|
||||||
initrd=/boot/initrd-@KERNELRELEASE
|
if run_bootloader ; then
|
||||||
if [ -e $initrd -o ! -e /lib/modules/@KERNELRELEASE@ ] && \
|
# handle 10.2 and SLES10 SP1
|
||||||
run_bootloader ; then
|
|
||||||
[ -e $initrd ] || initrd=
|
|
||||||
# handle 10.2 and SLES10 SP1 or later
|
|
||||||
if [ -x /usr/lib/bootloader/bootloader_entry ]; then
|
if [ -x /usr/lib/bootloader/bootloader_entry ]; then
|
||||||
/usr/lib/bootloader/bootloader_entry \
|
/usr/lib/bootloader/bootloader_entry \
|
||||||
add \
|
add \
|
||||||
@FLAVOR@ \
|
@FLAVOR@ \
|
||||||
@KERNELRELEASE@ \
|
@KERNELRELEASE@ \
|
||||||
@IMAGE@-@KERNELRELEASE@ \
|
@IMAGE@-@KERNELRELEASE@ \
|
||||||
$initrd
|
initrd-@KERNELRELEASE@
|
||||||
|
|
||||||
# handle 10.1 and SLES10 GA
|
# handle 10.1 and SLES10 GA
|
||||||
elif [ -x /sbin/update-bootloader ]; then
|
elif [ -x /sbin/update-bootloader ]; then
|
||||||
@ -114,7 +110,7 @@ if [ -f /etc/fstab -a ! -e /.buildenv -a -x /sbin/mkinitrd ] ; then
|
|||||||
echo "bootloader_entry script unavailable, updating /boot/@IMAGE@"
|
echo "bootloader_entry script unavailable, updating /boot/@IMAGE@"
|
||||||
/sbin/update-bootloader \
|
/sbin/update-bootloader \
|
||||||
--image /boot/@IMAGE@ \
|
--image /boot/@IMAGE@ \
|
||||||
${initrd:+--initrd /boot/initrd} \
|
--initrd /boot/initrd \
|
||||||
--add \
|
--add \
|
||||||
--force $opt_xen_kernel
|
--force $opt_xen_kernel
|
||||||
|
|
||||||
|
448
series.conf
448
series.conf
@ -31,7 +31,6 @@
|
|||||||
patches.kernel.org/patch-2.6.27-rc4-rc5
|
patches.kernel.org/patch-2.6.27-rc4-rc5
|
||||||
patches.kernel.org/patch-2.6.27-rc5-rc6
|
patches.kernel.org/patch-2.6.27-rc5-rc6
|
||||||
patches.kernel.org/patch-2.6.27-rc6-rc7
|
patches.kernel.org/patch-2.6.27-rc6-rc7
|
||||||
patches.kernel.org/patch-2.6.27-rc7-rc8
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -88,8 +87,8 @@
|
|||||||
patches.suse/setuid-dumpable-wrongdir
|
patches.suse/setuid-dumpable-wrongdir
|
||||||
patches.suse/sysctl-add-affinity_load_balancing
|
patches.suse/sysctl-add-affinity_load_balancing
|
||||||
patches.fixes/seccomp-disable-tsc-option
|
patches.fixes/seccomp-disable-tsc-option
|
||||||
-RT patches.suse/self-ptrace.patch
|
patches.suse/self-ptrace.patch
|
||||||
-RT patches.suse/rwlocks-enable-interrupts
|
patches.suse/rwlocks-enable-interrupts
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Architecture-specific patches. These used to be all
|
# Architecture-specific patches. These used to be all
|
||||||
@ -102,9 +101,9 @@
|
|||||||
# ia64
|
# ia64
|
||||||
########################################################
|
########################################################
|
||||||
patches.arch/ia64-node_mem_map-node_start_pfn.diff
|
patches.arch/ia64-node_mem_map-node_start_pfn.diff
|
||||||
|
patches.arch/ia64-kdump_proc_iomem.diff
|
||||||
patches.fixes/ia64-sparse-fixes.diff
|
patches.fixes/ia64-sparse-fixes.diff
|
||||||
-RT patches.arch/ia64-rwlocks-enable-interrupts
|
patches.arch/ia64-rwlocks-enable-interrupts
|
||||||
patches.fixes/nr-irqs-file
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# i386
|
# i386
|
||||||
@ -129,15 +128,15 @@
|
|||||||
patches.arch/x86-disable-broadcomm-boot-interrupt-generation.patch
|
patches.arch/x86-disable-broadcomm-boot-interrupt-generation.patch
|
||||||
patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch
|
patches.arch/x86-disable-AMD-ATI-boot-interrupt-generation.patch
|
||||||
patches.arch/x86-introduce-config-option-for-pci-reroute-quirks.patch
|
patches.arch/x86-introduce-config-option-for-pci-reroute-quirks.patch
|
||||||
-RT patches.arch/x86-self-ptrace.patch
|
patches.arch/x86-self-ptrace.patch
|
||||||
-RT patches.arch/x86-tracehook
|
patches.arch/x86-tracehook
|
||||||
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# powerpc/generic
|
# powerpc/generic
|
||||||
########################################################
|
########################################################
|
||||||
patches.arch/ppc-pseries_remove_lmb-PAGE_SHIFTT.patch
|
|
||||||
patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
patches.suse/ppc-no-LDFLAGS_MODULE.patch
|
||||||
|
+olh patches.arch/ppc-efika-slowdown.patch
|
||||||
patches.arch/ppc-vio-modalias.patch
|
patches.arch/ppc-vio-modalias.patch
|
||||||
patches.arch/ppc-efika-mpc52xx-ac97.patch
|
patches.arch/ppc-efika-mpc52xx-ac97.patch
|
||||||
patches.arch/ppc-efika-psc-console-autodetection.patch
|
patches.arch/ppc-efika-psc-console-autodetection.patch
|
||||||
@ -183,7 +182,7 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# VM/FS patches
|
# VM/FS patches
|
||||||
########################################################
|
########################################################
|
||||||
-RT patches.suse/unmap_vmas-lat
|
patches.suse/unmap_vmas-lat
|
||||||
+andrea patches.suse/silent-stack-overflow
|
+andrea patches.suse/silent-stack-overflow
|
||||||
patches.fixes/do_anonymous_page-race
|
patches.fixes/do_anonymous_page-race
|
||||||
patches.fixes/oom-warning
|
patches.fixes/oom-warning
|
||||||
@ -263,7 +262,6 @@
|
|||||||
patches.arch/acpi-export-hotplug_execute
|
patches.arch/acpi-export-hotplug_execute
|
||||||
|
|
||||||
patches.fixes/acpi_use_acpi_exception.patch
|
patches.fixes/acpi_use_acpi_exception.patch
|
||||||
patches.fixes/fujisu_laptop_fix_section_mismatch.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# CPUFREQ
|
# CPUFREQ
|
||||||
@ -458,6 +456,10 @@
|
|||||||
patches.suse/nfs4acl-ext3.diff
|
patches.suse/nfs4acl-ext3.diff
|
||||||
patches.suse/nfs4acl-ai.diff
|
patches.suse/nfs4acl-ai.diff
|
||||||
|
|
||||||
|
########################################################
|
||||||
|
# Networking, IPv6
|
||||||
|
########################################################
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# These patches are from the netfilter team, and
|
# These patches are from the netfilter team, and
|
||||||
# are required to tag IPsec packets for packet
|
# are required to tag IPsec packets for packet
|
||||||
@ -521,7 +523,6 @@
|
|||||||
patches.fixes/scsi-misc-git-update
|
patches.fixes/scsi-misc-git-update
|
||||||
patches.fixes/scsi-enhance-error-codes
|
patches.fixes/scsi-enhance-error-codes
|
||||||
patches.fixes/scsi-terminate-target-reset
|
patches.fixes/scsi-terminate-target-reset
|
||||||
patches.fixes/sd-needs-updating
|
|
||||||
|
|
||||||
# FCoE
|
# FCoE
|
||||||
patches.drivers/open-fcoe-header-files
|
patches.drivers/open-fcoe-header-files
|
||||||
@ -531,11 +532,8 @@
|
|||||||
|
|
||||||
patches.drivers/lpfc-8.2.8-update
|
patches.drivers/lpfc-8.2.8-update
|
||||||
patches.drivers/lpfc-8.2.8.1-update
|
patches.drivers/lpfc-8.2.8.1-update
|
||||||
patches.drivers/lpfc-8.2.8.3-update
|
|
||||||
patches.drivers/lpfc-8.2.8.4-update
|
|
||||||
patches.drivers/qla2xxx-8.02.01-k8-update
|
patches.drivers/qla2xxx-8.02.01-k8-update
|
||||||
patches.drivers/mpt-fusion-4.00.43.00-update
|
patches.drivers/qla2xxx-defer-risc-interrupt-enablement
|
||||||
patches.drivers/qla4xxx-sles11-update
|
|
||||||
# patches.fixes/mptbase-vmware-fix
|
# patches.fixes/mptbase-vmware-fix
|
||||||
|
|
||||||
# Remaining SCSI patches (garloff)
|
# Remaining SCSI patches (garloff)
|
||||||
@ -548,7 +546,6 @@
|
|||||||
########################################################
|
########################################################
|
||||||
patches.fixes/tulip-quad-NIC-ifdown
|
patches.fixes/tulip-quad-NIC-ifdown
|
||||||
patches.suse/nameif-track-rename.patch
|
patches.suse/nameif-track-rename.patch
|
||||||
patches.drivers/atl2-add-atl2-network-driver.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Wireless Networking
|
# Wireless Networking
|
||||||
@ -570,15 +567,13 @@
|
|||||||
########################################################
|
########################################################
|
||||||
# make debugging easier
|
# make debugging easier
|
||||||
patches.drivers/sysfs-crash-debugging.patch
|
patches.drivers/sysfs-crash-debugging.patch
|
||||||
patches.drivers/driver-core-basic-infrastructure-for-per-module-dynamic-debug-messages.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# USB
|
# USB
|
||||||
########################################################
|
########################################################
|
||||||
# make debugging easier
|
# make debugging easier
|
||||||
patches.suse/usb-storage-disable-delay.patch
|
patches.suse/usb-storage-disable-delay.patch
|
||||||
#403346
|
patches.fixes/usb-hcd-interrupt-shared.patch
|
||||||
patches.fixes/ehci_sched.diff
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# I2C
|
# I2C
|
||||||
@ -736,7 +731,7 @@
|
|||||||
patches.trace/tracepoints-samples.patch
|
patches.trace/tracepoints-samples.patch
|
||||||
patches.trace/tracepoints-samples-fix-teardown.patch
|
patches.trace/tracepoints-samples-fix-teardown.patch
|
||||||
|
|
||||||
-RT patches.trace/lttng-instrumentation-irq.patch
|
patches.trace/lttng-instrumentation-irq.patch
|
||||||
patches.trace/lttng-instrumentation-scheduler.patch
|
patches.trace/lttng-instrumentation-scheduler.patch
|
||||||
patches.trace/lttng-instrumentation-timer.patch
|
patches.trace/lttng-instrumentation-timer.patch
|
||||||
patches.trace/lttng-instrumentation-kernel.patch
|
patches.trace/lttng-instrumentation-kernel.patch
|
||||||
@ -869,11 +864,8 @@
|
|||||||
-RT patches.xen/xen3-patch-2.6.27-rc4-rc5
|
-RT patches.xen/xen3-patch-2.6.27-rc4-rc5
|
||||||
-RT patches.xen/xen3-patch-2.6.27-rc5-rc6
|
-RT patches.xen/xen3-patch-2.6.27-rc5-rc6
|
||||||
-RT patches.xen/xen3-patch-2.6.27-rc6-rc7
|
-RT patches.xen/xen3-patch-2.6.27-rc6-rc7
|
||||||
-RT patches.xen/xen3-patch-2.6.27-rc7-rc8
|
|
||||||
-RT patches.xen/xen3-seccomp-disable-tsc-option
|
-RT patches.xen/xen3-seccomp-disable-tsc-option
|
||||||
-RT patches.xen/xen3-rwlocks-enable-interrupts
|
|
||||||
+andrea -RT patches.xen/xen3-silent-stack-overflow
|
+andrea -RT patches.xen/xen3-silent-stack-overflow
|
||||||
-RT patches.xen/xen3-e1000e_Export_set_memory_ro-rw
|
|
||||||
-RT patches.xen/xen3-sysfs-crash-debugging.patch
|
-RT patches.xen/xen3-sysfs-crash-debugging.patch
|
||||||
-RT patches.xen/xen3-stack-unwind
|
-RT patches.xen/xen3-stack-unwind
|
||||||
|
|
||||||
@ -898,28 +890,36 @@
|
|||||||
-RT patches.xen/xen-blktap-write-barriers
|
-RT patches.xen/xen-blktap-write-barriers
|
||||||
-RT patches.xen/xen-x86-bigmem
|
-RT patches.xen/xen-x86-bigmem
|
||||||
-RT patches.xen/xen-scsifront-block-timeout-update
|
-RT patches.xen/xen-scsifront-block-timeout-update
|
||||||
|
-RT patches.xen/xen-rwlocks-enable-interrupts
|
||||||
|
-RT patches.xen/xen-e1000e_Export_set_memory_ro-rw
|
||||||
|
|
||||||
|
#
|
||||||
|
# base tree: 2.6.23-rc4
|
||||||
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Mainline fixes
|
||||||
|
#
|
||||||
|
+RT patches.rt/idle-fix.patch
|
||||||
|
+RT patches.rt/idle2-fix.patch
|
||||||
|
|
||||||
|
# .27 backports
|
||||||
|
- patches.rt/m68knommu_fixes_ontop_of_v2.6.26.patch
|
||||||
|
+RT patches.rt/pmtmr-override.patch
|
||||||
|
|
||||||
+RT patches.rt/revert-preempt-bkl-revert.patch
|
+RT patches.rt/revert-preempt-bkl-revert.patch
|
||||||
|
|
||||||
# RCU
|
# RCU
|
||||||
+RT patches.rt/rcu-trace-fix-free.patch
|
+RT patches.rt/rcu-trace-fix-free.patch
|
||||||
|
|
||||||
# PG: get_cpu(rcu_dyntick_sched) is now get_cpu(rcu_dyntick_sched).dynticks
|
|
||||||
+RT patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch
|
+RT patches.rt/rcu-preempt-fix-bad-dyntick-accounting.patch
|
||||||
|
|
||||||
# PG: 1) context mod to sched.h, 2) synchronize_rcu --> synchronize_rcu_xxx
|
|
||||||
# PG: and it is now living in include/linux/rcupdate.h as a #define.
|
|
||||||
+RT patches.rt/rcu-preempt-boost-sdr.patch
|
+RT patches.rt/rcu-preempt-boost-sdr.patch
|
||||||
+RT patches.rt/rcu-preempt-boost-default.patch
|
+RT patches.rt/rcu-preempt-boost-default.patch
|
||||||
+RT patches.rt/rcu-preempt-boost-fix.patch
|
+RT patches.rt/rcu-preempt-boost-fix.patch
|
||||||
|
|
||||||
+RT patches.rt/rcu-hrt-fixups.patch
|
+RT patches.rt/rcu-hrt-fixups.patch
|
||||||
|
|
||||||
# PG: basic context mods to ./kernel/rcutorture.c; note xtime issue in comment
|
|
||||||
+RT patches.rt/rcu-new-7.patch
|
+RT patches.rt/rcu-new-7.patch
|
||||||
# PG: basic context mods
|
|
||||||
+RT patches.rt/rcu-torture-preempt-update.patch
|
+RT patches.rt/rcu-torture-preempt-update.patch
|
||||||
# PG: basic context mods to kernel/rcupreempt.c
|
|
||||||
+RT patches.rt/rcupreempt-boost-early-init.patch
|
+RT patches.rt/rcupreempt-boost-early-init.patch
|
||||||
|
|
||||||
+RT patches.rt/rt_mutex_setprio.patch
|
+RT patches.rt/rt_mutex_setprio.patch
|
||||||
@ -939,82 +939,37 @@
|
|||||||
# Taken from sched-devel.git
|
# Taken from sched-devel.git
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
# Last patch of the RT balancing code (not yet in sched-devel)
|
# Last patch of the RT balancing code (not yet in sched-devel)
|
||||||
# PG: already in 2.6.27-rc1 ; commit 6e0534f2
|
+RT patches.rt/sched-use-a-2d-bitmap-search-prio-cpu.patch
|
||||||
# sched-use-a-2d-bitmap-search-prio-cpu.patch
|
|
||||||
|
|
||||||
# FTRACE tracing
|
# FTRACE tracing
|
||||||
# PG: basic context mods.
|
+RT patches.rt/ftrace-upstream.patch
|
||||||
- patches.rt/tracepoint-backport.patch
|
|
||||||
|
|
||||||
# PG: (rt8) combination of upstream 01f4b8b8 and a5a242dc
|
|
||||||
# stacktrace-upstream.patch
|
|
||||||
# PG: assume upstream @26 is now present in 27-rcX until proven otherwise,
|
|
||||||
# and then come back and layer on the remaining bits.
|
|
||||||
# ftrace-upstream.patch
|
|
||||||
# PG: also goes with upstream, presumably.
|
|
||||||
# ftrace-fix-upstream.patch
|
|
||||||
+RT patches.rt/ftrace-report-failure.patch
|
|
||||||
|
|
||||||
# PG: (rt8) this is a part of the updated ftrace-upstream.patch
|
|
||||||
#ftrace-fix-ifdefs.patch
|
|
||||||
+RT patches.rt/frace-use-tsc.patch
|
+RT patches.rt/frace-use-tsc.patch
|
||||||
|
+RT patches.rt/ftrace-function-record-nop.patch
|
||||||
# PG (rt7) see rc1 comment on ftrace_hash_lock in preempt-realtime-ftrace.patch
|
|
||||||
# PG (rt7) - FIX come back - check/add this when ftrace-upstream is refreshed
|
|
||||||
# PG: (rt8) this is also a part of the updated ftrace-upstream.patch
|
|
||||||
# ftrace-ppc-dynamic-fix.patch
|
|
||||||
|
|
||||||
+RT patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch
|
+RT patches.rt/ftrace-use-preempt-disable-not-irq-disable.patch
|
||||||
# ftrace-handle-time-outside-of-lockdep.patch
|
# ftrace-handle-time-outside-of-lockdep.patch
|
||||||
#cycles-to-ns-trace-fix.patch
|
+RT patches.rt/cycles-to-ns-trace-fix.patch
|
||||||
|
+RT patches.rt/native-sched-clock-booboo.patch
|
||||||
|
|
||||||
# ftrace RT extensions
|
# ftrace RT extensions
|
||||||
# PG: basic context mods
|
|
||||||
+RT patches.rt/tracer-add-event-markers.patch
|
+RT patches.rt/tracer-add-event-markers.patch
|
||||||
|
|
||||||
# folded
|
|
||||||
# trace-eip2ip.patch
|
|
||||||
|
|
||||||
#tracer-use-sched-clock.patch
|
#tracer-use-sched-clock.patch
|
||||||
+RT patches.rt/tracer-event-trace.patch
|
+RT patches.rt/tracer-event-trace.patch
|
||||||
|
|
||||||
+RT patches.rt/trace-histograms.patch
|
+RT patches.rt/trace-histograms.patch
|
||||||
# folded trace_hist-latediv.patch
|
+RT patches.rt/trace_hist-divzero.patch
|
||||||
# folded trace_hist-divzero.patch
|
|
||||||
|
|
||||||
+RT patches.rt/event-tracer-syscall-x86_64.patch
|
+RT patches.rt/event-tracer-syscall-x86_64.patch
|
||||||
+RT patches.rt/event-tracer-syscall-i386.patch
|
+RT patches.rt/event-tracer-syscall-i386.patch
|
||||||
+RT patches.rt/trace-events-handle-syscalls.patch
|
+RT patches.rt/trace-events-handle-syscalls.patch
|
||||||
+RT patches.rt/event-trace-hrtimer-trace.patch
|
|
||||||
- patches.rt/trace-ktime-scalar.patch
|
|
||||||
|
|
||||||
+RT patches.rt/preempt-trace.patch
|
+RT patches.rt/preempt-trace.patch
|
||||||
|
|
||||||
# PG: basic context mods, may be caused by earlier drop of ftrace-backport
|
|
||||||
+RT patches.rt/ftrace-hotplug-fix.patch
|
+RT patches.rt/ftrace-hotplug-fix.patch
|
||||||
|
|
||||||
# PG: basic context mods, may be caused by earlier drop of ftrace-backport
|
|
||||||
+RT patches.rt/ftrace-stop-trace-on-crash.patch
|
+RT patches.rt/ftrace-stop-trace-on-crash.patch
|
||||||
|
+RT patches.rt/ftrace-document-update1.patch
|
||||||
+RT patches.rt/ftrace-document-event-tracer.patch
|
+RT patches.rt/ftrace-document-event-tracer.patch
|
||||||
#ftrace-preempt-trace-check.patch
|
+RT patches.rt/ftrace-preempt-trace-check.patch
|
||||||
|
|
||||||
+RT patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch
|
+RT patches.rt/trace-do-not-wakeup-when-irqs-disabled.patch
|
||||||
|
|
||||||
# some ftrace fix ups
|
|
||||||
# PG: drop, in 27rc1 as 1e16c0a0
|
|
||||||
# ftrace-trace-sched.patch
|
|
||||||
# PG: drop, in 27rc1 as d12c1a37
|
|
||||||
# lockdep-avoid-fork-waring.patch
|
|
||||||
+RT patches.rt/ftrace-dont-trace-markers.patch
|
|
||||||
+RT patches.rt/ftrace-record-comm-on-ctrl.patch
|
|
||||||
+RT patches.rt/ftrace-print-missing-cmdline.patch
|
|
||||||
+RT patches.rt/ftrace-fix-header.patch
|
|
||||||
# PG: drop; in 27rc1 as 785656a41f
|
|
||||||
# ftrace-fix-get-kprobe-wreckage.patch
|
|
||||||
|
|
||||||
|
|
||||||
# ARM trace hook
|
# ARM trace hook
|
||||||
+RT patches.rt/trace-add-event-markers-arm.patch
|
+RT patches.rt/trace-add-event-markers-arm.patch
|
||||||
|
|
||||||
@ -1022,7 +977,6 @@
|
|||||||
+RT patches.rt/powerpc-ftrace-stop-on-oops.patch
|
+RT patches.rt/powerpc-ftrace-stop-on-oops.patch
|
||||||
+RT patches.rt/ppc-gtod-notrace-fix.patch
|
+RT patches.rt/ppc-gtod-notrace-fix.patch
|
||||||
|
|
||||||
# PG: do_feature_fixups (for notrace) moved: arch/powerpc/lib/feature-fixups.c
|
|
||||||
+RT patches.rt/ppc32_notrace_init_functions.patch
|
+RT patches.rt/ppc32_notrace_init_functions.patch
|
||||||
|
|
||||||
# m68knommu ftrace
|
# m68knommu ftrace
|
||||||
@ -1055,12 +1009,10 @@
|
|||||||
# Check if they are really in -mm or should be submitted
|
# Check if they are really in -mm or should be submitted
|
||||||
#
|
#
|
||||||
+RT patches.rt/hrtimers-overrun-api.patch
|
+RT patches.rt/hrtimers-overrun-api.patch
|
||||||
# PG: (c) commit 42b7772 removed tlb double indirection; do same to the patch.
|
|
||||||
+RT patches.rt/mm-fix-latency.patch
|
+RT patches.rt/mm-fix-latency.patch
|
||||||
|
|
||||||
+RT patches.rt/ioapic-fix-too-fast-clocks.patch
|
+RT patches.rt/ioapic-fix-too-fast-clocks.patch
|
||||||
# PG: no longer needed, see commit 2510495e
|
+RT patches.rt/fix-acpi-build-weirdness.patch
|
||||||
# fix-acpi-build-weirdness.patch
|
|
||||||
|
|
||||||
+RT patches.rt/move-native-irq.patch
|
+RT patches.rt/move-native-irq.patch
|
||||||
+RT patches.rt/dont-unmask-io_apic.patch
|
+RT patches.rt/dont-unmask-io_apic.patch
|
||||||
@ -1074,7 +1026,6 @@
|
|||||||
# Various fixlets
|
# Various fixlets
|
||||||
#
|
#
|
||||||
|
|
||||||
# PG: minor ctxt - savaged by upstream whitespace shuffling.
|
|
||||||
+RT patches.rt/nfs-stats-miss-preemption.patch
|
+RT patches.rt/nfs-stats-miss-preemption.patch
|
||||||
+RT patches.rt/random-driver-latency-fix.patch
|
+RT patches.rt/random-driver-latency-fix.patch
|
||||||
|
|
||||||
@ -1086,34 +1037,28 @@
|
|||||||
#
|
#
|
||||||
# Latency tracer
|
# Latency tracer
|
||||||
#
|
#
|
||||||
# PG: busted by nmi_32/nmi_64 merge; 32 used to avoid die_nmi(); this doesn't
|
|
||||||
+RT patches.rt/nmi-profiling-base.patch
|
+RT patches.rt/nmi-profiling-base.patch
|
||||||
|
|
||||||
# PG: drop. PPC is dead, dead, *dead*.
|
+RT patches.rt/latency-tracing-ppc.patch
|
||||||
# latency-tracing-ppc.patch
|
|
||||||
+RT patches.rt/latency-tracing-arm.patch
|
+RT patches.rt/latency-tracing-arm.patch
|
||||||
+RT patches.rt/arm-latency-tracer-support.patch
|
+RT patches.rt/arm-latency-tracer-support.patch
|
||||||
|
|
||||||
# Needs to be rewritten to trigger on the procfs variable !
|
# Needs to be rewritten to trigger on the procfs variable !
|
||||||
# x reset-latency-histogram.patch
|
# x reset-latency-histogram.patch
|
||||||
|
|
||||||
# PG: basic Makefile context mod
|
|
||||||
+RT patches.rt/latency-measurement-drivers.patch
|
+RT patches.rt/latency-measurement-drivers.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
# lockdep queue:
|
# lockdep queue:
|
||||||
#
|
#
|
||||||
+RT patches.rt/lockdep-show-held-locks.patch
|
+RT patches.rt/lockdep-show-held-locks.patch
|
||||||
# PG: (rc3) merged in as commit 64aa348e
|
+RT patches.rt/lockdep-lock_set_subclass.patch
|
||||||
# lockdep-lock_set_subclass.patch
|
|
||||||
+RT patches.rt/lockdep-prettify.patch
|
+RT patches.rt/lockdep-prettify.patch
|
||||||
# PG: (rc3) basic ctxt mod
|
|
||||||
+RT patches.rt/lockdep-more-entries.patch
|
+RT patches.rt/lockdep-more-entries.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
# Revert loopback bh assumption patch
|
# Revert loopback bh assumption patch
|
||||||
#
|
#
|
||||||
# PG: basic context mod
|
|
||||||
+RT patches.rt/loopback-revert.patch
|
+RT patches.rt/loopback-revert.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1146,25 +1091,18 @@
|
|||||||
# IRQ threading
|
# IRQ threading
|
||||||
#
|
#
|
||||||
+RT patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch
|
+RT patches.rt/generic-cmpxchg-use-raw-local-irq-variant.patch
|
||||||
# PG: PF_THREAD_BOUND uses 0x04000000, so move PF_SOFTIRQ to vacant 0x80
|
|
||||||
+RT patches.rt/preempt-softirqs-core.patch
|
+RT patches.rt/preempt-softirqs-core.patch
|
||||||
# PG: basic ctx changes. (sched.h and proc.c only)
|
|
||||||
+RT patches.rt/preempt-irqs-core.patch
|
+RT patches.rt/preempt-irqs-core.patch
|
||||||
#preempt-irqs-softirq-in-hardirq.patch
|
#preempt-irqs-softirq-in-hardirq.patch
|
||||||
+RT patches.rt/preempt-irqs-direct-debug-keyboard.patch
|
+RT patches.rt/preempt-irqs-direct-debug-keyboard.patch
|
||||||
+RT patches.rt/preempt-irqs-timer.patch
|
+RT patches.rt/preempt-irqs-timer.patch
|
||||||
+RT patches.rt/preempt-irqs-hrtimer.patch
|
+RT patches.rt/preempt-irqs-hrtimer.patch
|
||||||
|
|
||||||
# PG: 32/64 merge on i8259; EOI to slave already added, outb_p?, math
|
|
||||||
# PG: IRQF_NODELAY moved to irqinit_32.c, mach-visws is gone.
|
|
||||||
+RT patches.rt/preempt-irqs-i386.patch
|
+RT patches.rt/preempt-irqs-i386.patch
|
||||||
# PG: basic ctx.
|
|
||||||
# PG: (c) additonal caller exists in 27, needs the quirk arg as well.
|
|
||||||
+RT patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch
|
+RT patches.rt/preempt-irqs-i386-ioapic-mask-quirk.patch
|
||||||
|
|
||||||
+RT patches.rt/preempt-irqs-mips.patch
|
+RT patches.rt/preempt-irqs-mips.patch
|
||||||
|
|
||||||
# PG: i8259 32/64 merge, cascade irqaction now in irqinit_64.c
|
|
||||||
+RT patches.rt/preempt-irqs-x86-64.patch
|
+RT patches.rt/preempt-irqs-x86-64.patch
|
||||||
+RT patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch
|
+RT patches.rt/preempt-irqs-x86-64-ioapic-mask-quirk.patch
|
||||||
|
|
||||||
@ -1180,7 +1118,6 @@
|
|||||||
#preempt-irqs-ppc-celleb-beatic-eoi.patch
|
#preempt-irqs-ppc-celleb-beatic-eoi.patch
|
||||||
|
|
||||||
+RT patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch
|
+RT patches.rt/preempt-irqs-ppc-fix-more-fasteoi.patch
|
||||||
# PG: ctxt mods.
|
|
||||||
+RT patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch
|
+RT patches.rt/preempt-irqs-ppc-preempt-schedule-irq-entry-fix.patch
|
||||||
|
|
||||||
+RT patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch
|
+RT patches.rt/preempt-irqs-m68knommu-make-timer-interrupt-non-threaded.patch
|
||||||
@ -1192,58 +1129,39 @@
|
|||||||
#
|
#
|
||||||
+RT patches.rt/rt-apis.patch
|
+RT patches.rt/rt-apis.patch
|
||||||
|
|
||||||
# PG: ctxt --> on_each_cpu() has extra arg now.
|
|
||||||
+RT patches.rt/rt-slab-new.patch
|
+RT patches.rt/rt-slab-new.patch
|
||||||
+RT patches.rt/rt-page_alloc.patch
|
+RT patches.rt/rt-page_alloc.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
# rt-mutexes
|
# rt-mutexes
|
||||||
#
|
#
|
||||||
# PG: restart_machine() is gone; if preempt_enable_no_resched() is still
|
|
||||||
# req'd then logical place appears to be above do_exit() in stop_cpu().
|
|
||||||
+RT patches.rt/rt-mutex-preempt-debugging.patch
|
+RT patches.rt/rt-mutex-preempt-debugging.patch
|
||||||
# PG: in 27-rc1; commit 3f307891
|
+RT patches.rt/rt-mutex-irq-flags-checking.patch
|
||||||
# rt-mutex-irq-flags-checking.patch
|
|
||||||
+RT patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch
|
+RT patches.rt/rt-mutex-trivial-tcp-preempt-fix.patch
|
||||||
+RT patches.rt/rt-mutex-trivial-route-cast-fix.patch
|
+RT patches.rt/rt-mutex-trivial-route-cast-fix.patch
|
||||||
|
|
||||||
# PG: __raw_spin_foo() --> __ticket_spin_foo() in asm-x86/spinlock.h
|
|
||||||
# PG: (rc4) basic ctx mod.
|
|
||||||
+RT patches.rt/rt-mutex-i386.patch
|
+RT patches.rt/rt-mutex-i386.patch
|
||||||
# PG: 3 hunks (entry_64.S) were adding brackets around TIF_NEED_RESCHED,
|
|
||||||
# PG: but they are now TIF_WORK_MASK; so dropped those
|
|
||||||
+RT patches.rt/rt-mutex-x86-64.patch
|
+RT patches.rt/rt-mutex-x86-64.patch
|
||||||
|
|
||||||
# PG: Use typecheck() in 27rc1. vs. BUILD_CHECK_IRQ_FLAGS() [spinlock.h]
|
|
||||||
# PG: DECLARE_SEMAPHORE_GENERIC is dead (b5520689) [semaphore.h]
|
|
||||||
# PG: (rc3) commit b7d39aff broke the giant spinlock.h patch.
|
|
||||||
# PG: (rc4) ctxt mods [c72f4573]; completion_done is exported [by be4de35]
|
|
||||||
# PG: (rc5) simple ctxt mod.
|
|
||||||
+RT patches.rt/rt-mutex-core.patch
|
+RT patches.rt/rt-mutex-core.patch
|
||||||
|
|
||||||
+RT patches.rt/rt-mutex-mips.patch
|
+RT patches.rt/rt-mutex-mips.patch
|
||||||
|
|
||||||
# PG: flush arch/ppc content; account for inline shuffle of 89b5810f
|
|
||||||
+RT patches.rt/rt-mutex-ppc.patch
|
+RT patches.rt/rt-mutex-ppc.patch
|
||||||
# PG: also needed refresh due to __inline__ --> inline of 89b5810f
|
|
||||||
+RT patches.rt/rt-mutex-ppc-fix-a5.patch
|
+RT patches.rt/rt-mutex-ppc-fix-a5.patch
|
||||||
|
|
||||||
+RT patches.rt/rt-mutex-arm.patch
|
+RT patches.rt/rt-mutex-arm.patch
|
||||||
|
|
||||||
# PG: usb.h compat sem is now a completion due to 7119e3c3
|
|
||||||
# PG: (rc4) xfs: sema.h gone [ab4a9b04]; b_iodonesema a completion [b4dd330b9]
|
|
||||||
+RT patches.rt/rt-mutex-compat-semaphores.patch
|
+RT patches.rt/rt-mutex-compat-semaphores.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
# Per-CPU locking assumption cleanups:
|
# Per-CPU locking assumption cleanups:
|
||||||
#
|
#
|
||||||
# PG: flush arch/ppc; minor context change in swap.c from f84f9504
|
|
||||||
+RT patches.rt/percpu-locked-mm.patch
|
+RT patches.rt/percpu-locked-mm.patch
|
||||||
|
|
||||||
+RT patches.rt/percpu-locked-netfilter.patch
|
+RT patches.rt/percpu-locked-netfilter.patch
|
||||||
+RT patches.rt/percpu-locked-netfilter2.patch
|
+RT patches.rt/percpu-locked-netfilter2.patch
|
||||||
|
|
||||||
# PG: minor context mod.
|
|
||||||
+RT patches.rt/percpu-locked-powerpc-fixups.patch
|
+RT patches.rt/percpu-locked-powerpc-fixups.patch
|
||||||
#percpu-locked-powerpc-fixups-a6.patch
|
#percpu-locked-powerpc-fixups-a6.patch
|
||||||
|
|
||||||
@ -1279,7 +1197,6 @@
|
|||||||
#
|
#
|
||||||
# Posix-cpu-timers in a thread
|
# Posix-cpu-timers in a thread
|
||||||
#
|
#
|
||||||
# PG: move posix_cpu_thread_init() to early_initcall [because of 7babe8db9]
|
|
||||||
+RT patches.rt/cputimer-thread-rt_A0.patch
|
+RT patches.rt/cputimer-thread-rt_A0.patch
|
||||||
+RT patches.rt/cputimer-thread-rt-fix.patch
|
+RT patches.rt/cputimer-thread-rt-fix.patch
|
||||||
+RT patches.rt/posix-cpu-timers-fix.patch
|
+RT patches.rt/posix-cpu-timers-fix.patch
|
||||||
@ -1289,10 +1206,7 @@
|
|||||||
#
|
#
|
||||||
+RT patches.rt/vortex-fix.patch
|
+RT patches.rt/vortex-fix.patch
|
||||||
+RT patches.rt/serial-locking-rt-cleanup.patch
|
+RT patches.rt/serial-locking-rt-cleanup.patch
|
||||||
|
+RT patches.rt/fix-emac-locking-2.6.16.patch
|
||||||
# PG: net/ibm_emac/* was for ppc only; the new net/ibm_newemac/* driver
|
|
||||||
# PG: has a lock in dev->priv, so hopefully it has sane locking already.
|
|
||||||
#fix-emac-locking-2.6.16.patch
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Serial optimizing
|
# Serial optimizing
|
||||||
@ -1303,15 +1217,9 @@
|
|||||||
# Realtime patches
|
# Realtime patches
|
||||||
#
|
#
|
||||||
|
|
||||||
# PG: FIX Note: ftrace doesn't yet have ftrace_hash_lock; revisit this and
|
# ARM:
|
||||||
# PG: upgrade to DEFINE_RAW_SPINLOCK on it after updating ftrace.c
|
|
||||||
# PG: Same for ftrace_printk (trace_buf_lock) and ftrace_dump_lock in trace.c
|
|
||||||
# PG: (rt8) updates from 7->8 for raw->__raw in trace_stack.c but
|
|
||||||
# PG: (rt8) that file isn't here w/o ftrace-upstream.patch FIX: add back in.
|
|
||||||
+RT patches.rt/preempt-realtime-ftrace.patch
|
+RT patches.rt/preempt-realtime-ftrace.patch
|
||||||
+RT patches.rt/preempt-realtime-ftrace-disable-ftraced.patch
|
+RT patches.rt/preempt-realtime-ftrace-disable-ftraced.patch
|
||||||
|
|
||||||
# ARM:
|
|
||||||
+RT patches.rt/preempt-realtime-arm.patch
|
+RT patches.rt/preempt-realtime-arm.patch
|
||||||
+RT patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch
|
+RT patches.rt/preempt-realtime-arm-rawlock-in-mmu_context-h.patch
|
||||||
+RT patches.rt/arm-trace-preempt-idle.patch
|
+RT patches.rt/arm-trace-preempt-idle.patch
|
||||||
@ -1321,28 +1229,18 @@
|
|||||||
+RT patches.rt/preempt-realtime-arm-ixp4xx.patch
|
+RT patches.rt/preempt-realtime-arm-ixp4xx.patch
|
||||||
+RT patches.rt/preempt-realtime-arm-pxa.patch
|
+RT patches.rt/preempt-realtime-arm-pxa.patch
|
||||||
+RT patches.rt/preempt-realtime-arm-shark.patch
|
+RT patches.rt/preempt-realtime-arm-shark.patch
|
||||||
+RT patches.rt/arm-fix-compile-error-trace-exit-idle.patch
|
|
||||||
|
|
||||||
# MIPS: needs splitting
|
# MIPS: needs splitting
|
||||||
# PG: make smp_send_reschedule_allbutself() use mp_ops [because of 2f304c0a]
|
|
||||||
# PG: (rc2) basic ctxt mod [due to 8d60a903]
|
|
||||||
+RT patches.rt/preempt-realtime-mips.patch
|
+RT patches.rt/preempt-realtime-mips.patch
|
||||||
#mips-gtod_clocksource.patch
|
#mips-gtod_clocksource.patch
|
||||||
|
|
||||||
# X86_64: needs splitting
|
# X86_64: needs splitting
|
||||||
# PG: drop i8259_64.c, io_apic_64.c, nmi_64.c due to 64/32 merge, pick
|
|
||||||
# PG: up changes in i386 patch below. Patch also messed up by 46b3b4ef
|
|
||||||
# PG: and 3b16cf8 (SMP's per arch call_lock is gone).
|
|
||||||
# PG: FIX - checkme: this patch seems to orphan io_apic_sync().
|
|
||||||
# PG: (rc3) basic ctxt mod
|
|
||||||
+RT patches.rt/preempt-realtime-x86_64.patch
|
+RT patches.rt/preempt-realtime-x86_64.patch
|
||||||
|
|
||||||
# IA64: needs splitting
|
# IA64: needs splitting
|
||||||
+RT patches.rt/preempt-realtime-ia64.patch
|
+RT patches.rt/preempt-realtime-ia64.patch
|
||||||
|
|
||||||
# PPC: needs cleanup
|
# PPC: needs cleanup
|
||||||
# PG: remove arch/ppc content; smp no longer has call_lock [b7d7a2404],
|
|
||||||
# PG: ctxt mod to hw_irq.h [due to e0eca07b]
|
|
||||||
+RT patches.rt/preempt-realtime-powerpc.patch
|
+RT patches.rt/preempt-realtime-powerpc.patch
|
||||||
+RT patches.rt/preempt-realtime-powerpc-update.patch
|
+RT patches.rt/preempt-realtime-powerpc-update.patch
|
||||||
+RT patches.rt/preempt-realtime-powerpc-b2.patch
|
+RT patches.rt/preempt-realtime-powerpc-b2.patch
|
||||||
@ -1358,10 +1256,6 @@
|
|||||||
# preempt-realtime-sh.patch
|
# preempt-realtime-sh.patch
|
||||||
|
|
||||||
# i386
|
# i386
|
||||||
# PG: irq_vectors moved [9b7dc567], plus FIRST_SYSTEM_VECTOR is now a var
|
|
||||||
# PG: with "rewind" capability [305b92a2] so drop the 0xef -> 0xee change;
|
|
||||||
# PG: i8259_32 and nmi_32 gone via 64/32 merge; stack check now its own fcn.
|
|
||||||
# PG: (rc3) basic ctxt mod
|
|
||||||
+RT patches.rt/preempt-realtime-i386.patch
|
+RT patches.rt/preempt-realtime-i386.patch
|
||||||
+RT patches.rt/remove-check-pgt-cache-calls.patch
|
+RT patches.rt/remove-check-pgt-cache-calls.patch
|
||||||
+RT patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch
|
+RT patches.rt/preempt-irqs-i386-idle-poll-loop-fix.patch
|
||||||
@ -1373,10 +1267,7 @@
|
|||||||
# step by step. Needs some care, but it is way easier to handle than
|
# step by step. Needs some care, but it is way easier to handle than
|
||||||
# the previous touch all in one patch
|
# the previous touch all in one patch
|
||||||
#
|
#
|
||||||
# PG: context mods in both sched.c and sched_rt.c
|
|
||||||
# PG: (rc3) basic ctxt mod
|
|
||||||
+RT patches.rt/preempt-realtime-sched.patch
|
+RT patches.rt/preempt-realtime-sched.patch
|
||||||
# PG: trivial context mod
|
|
||||||
+RT patches.rt/preempt-realtime-mmdrop-delayed.patch
|
+RT patches.rt/preempt-realtime-mmdrop-delayed.patch
|
||||||
+RT patches.rt/preempt-realtime-sched-i386.patch
|
+RT patches.rt/preempt-realtime-sched-i386.patch
|
||||||
+RT patches.rt/preempt-realtime-prevent-idle-boosting.patch
|
+RT patches.rt/preempt-realtime-prevent-idle-boosting.patch
|
||||||
@ -1384,42 +1275,26 @@
|
|||||||
+RT patches.rt/schedule-tail-balance-disable-irqs.patch
|
+RT patches.rt/schedule-tail-balance-disable-irqs.patch
|
||||||
|
|
||||||
+RT patches.rt/preempt-realtime-sched-cpupri.patch
|
+RT patches.rt/preempt-realtime-sched-cpupri.patch
|
||||||
# PG: relocate BUG_ON() in exit.c [due to 98abed02], workqueue.c patch
|
|
||||||
# PG: fails [due to ef1ca236], sched.c time_sync_lock gone [by 76a2a6ee]
|
|
||||||
# PG: yield() -> __yield() in stop_machine.c gone [due to ffdb5976]
|
|
||||||
# PG: FIX: zap_rt_locks is patched in 2x in the original.
|
|
||||||
# PG: (rc3) basic ctxt mod
|
|
||||||
# PG: (rc4) completion_done already exported [by be4de35]
|
|
||||||
+RT patches.rt/preempt-realtime-core.patch
|
+RT patches.rt/preempt-realtime-core.patch
|
||||||
|
|
||||||
# PG: trivial context mod
|
|
||||||
+RT patches.rt/preempt-realtime-fs-block.patch
|
+RT patches.rt/preempt-realtime-fs-block.patch
|
||||||
+RT patches.rt/preempt-realtime-acpi.patch
|
+RT patches.rt/preempt-realtime-acpi.patch
|
||||||
# PG: IN_WAKEUP moved [by a1193f8e]
|
|
||||||
+RT patches.rt/preempt-realtime-ipc.patch
|
+RT patches.rt/preempt-realtime-ipc.patch
|
||||||
+RT patches.rt/preempt-realtime-sound.patch
|
+RT patches.rt/preempt-realtime-sound.patch
|
||||||
# ftrace-compile-fixes.patch
|
|
||||||
# PG: (c) context fix due to 42b7772/mm-fix-latency.patch
|
|
||||||
+RT patches.rt/preempt-realtime-mm.patch
|
+RT patches.rt/preempt-realtime-mm.patch
|
||||||
# PG: move spawn_desched_task() to fork.c early_initcall [due to 7babe8db9]
|
|
||||||
# PG: could relocate initcall change to preempt-realtime-mmdrop-delayed.patch
|
|
||||||
+RT patches.rt/preempt-realtime-init-show-enabled-debugs.patch
|
+RT patches.rt/preempt-realtime-init-show-enabled-debugs.patch
|
||||||
+RT patches.rt/preempt-realtime-compile-fixes.patch
|
+RT patches.rt/preempt-realtime-compile-fixes.patch
|
||||||
+RT patches.rt/preempt-realtime-console.patch
|
+RT patches.rt/preempt-realtime-console.patch
|
||||||
+RT patches.rt/preempt-realtime-debug-sysctl.patch
|
+RT patches.rt/preempt-realtime-debug-sysctl.patch
|
||||||
# PG: basic context mod
|
|
||||||
+RT patches.rt/preempt-realtime-ide.patch
|
+RT patches.rt/preempt-realtime-ide.patch
|
||||||
+RT patches.rt/preempt-realtime-input.patch
|
+RT patches.rt/preempt-realtime-input.patch
|
||||||
+RT patches.rt/preempt-realtime-irqs.patch
|
+RT patches.rt/preempt-realtime-irqs.patch
|
||||||
+RT patches.rt/preempt-realtime-net-drivers.patch
|
+RT patches.rt/preempt-realtime-net-drivers.patch
|
||||||
#preempt-realtime-netconsole.patch
|
#preempt-realtime-netconsole.patch
|
||||||
# PG: addition of stop/start_critical_timings() breaks original patch.
|
|
||||||
+RT patches.rt/preempt-realtime-printk.patch
|
+RT patches.rt/preempt-realtime-printk.patch
|
||||||
+RT patches.rt/preempt-realtime-profiling.patch
|
+RT patches.rt/preempt-realtime-profiling.patch
|
||||||
# PG: kretprobe_lock is now kretprobe_table_locks [by ef53d9c5e]
|
|
||||||
+RT patches.rt/preempt-realtime-rawlocks.patch
|
+RT patches.rt/preempt-realtime-rawlocks.patch
|
||||||
+RT patches.rt/preempt-realtime-rcu.patch
|
+RT patches.rt/preempt-realtime-rcu.patch
|
||||||
# PG: basic context mod
|
|
||||||
+RT patches.rt/preempt-realtime-timer.patch
|
+RT patches.rt/preempt-realtime-timer.patch
|
||||||
+RT patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch
|
+RT patches.rt/kstat-fix-spurious-system-load-spikes-in-proc-loadavgrt.patch
|
||||||
+RT patches.rt/preempt-realtime-usb.patch
|
+RT patches.rt/preempt-realtime-usb.patch
|
||||||
@ -1432,16 +1307,12 @@
|
|||||||
#preempt-realtime-supress-cpulock-warning.patch
|
#preempt-realtime-supress-cpulock-warning.patch
|
||||||
+RT patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch
|
+RT patches.rt/preempt-realtime-supress-nohz-softirq-warning.patch
|
||||||
|
|
||||||
# PG: netif_*lock* shuffled [by e8a0464]; txq->lock is root_lock [37437bb2]
|
|
||||||
# PG: (rc2) more lock shuffling [by c3f26a2]
|
|
||||||
# PG: (rc4) ctxt mod, sch_generic.c and yield changed up [by 4335cd2]
|
|
||||||
+RT patches.rt/preempt-realtime-net.patch
|
+RT patches.rt/preempt-realtime-net.patch
|
||||||
+RT patches.rt/preempt-realtime-net-softirq-fixups.patch
|
+RT patches.rt/preempt-realtime-net-softirq-fixups.patch
|
||||||
|
|
||||||
+RT patches.rt/preempt-realtime-loopback.patch
|
+RT patches.rt/preempt-realtime-loopback.patch
|
||||||
|
|
||||||
#preempt-realtime-8139too-rt-irq-flags-fix.patch
|
#preempt-realtime-8139too-rt-irq-flags-fix.patch
|
||||||
# PG: basic context mod
|
|
||||||
+RT patches.rt/preempt-realtime-mellanox-driver-fix.patch
|
+RT patches.rt/preempt-realtime-mellanox-driver-fix.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1449,11 +1320,9 @@
|
|||||||
#
|
#
|
||||||
+RT patches.rt/preempt-realtime-supress-rtc-printk.patch
|
+RT patches.rt/preempt-realtime-supress-rtc-printk.patch
|
||||||
+RT patches.rt/hrtimer-no-printk.patch
|
+RT patches.rt/hrtimer-no-printk.patch
|
||||||
# PG: coalesce nmi_32.c and nmi_64.c --> nmi.c
|
|
||||||
+RT patches.rt/nmi-profiling.patch
|
+RT patches.rt/nmi-profiling.patch
|
||||||
+RT patches.rt/panic-dont-stop-box.patch
|
+RT patches.rt/panic-dont-stop-box.patch
|
||||||
# PG: nmi_watchdog_default removal happened already [part of c376d454]
|
+RT patches.rt/nmi-watchdog-disable.patch
|
||||||
# nmi-watchdog-disable.patch
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# soft watchdog queue:
|
# soft watchdog queue:
|
||||||
@ -1472,7 +1341,6 @@
|
|||||||
#
|
#
|
||||||
# Pete's file locking scalability changes:
|
# Pete's file locking scalability changes:
|
||||||
#
|
#
|
||||||
# PG: (rc3) basic ctxt mod
|
|
||||||
+RT patches.rt/s_files-schedule_on_each_cpu_wq.patch
|
+RT patches.rt/s_files-schedule_on_each_cpu_wq.patch
|
||||||
## Missing patch -- SDR
|
## Missing patch -- SDR
|
||||||
## See http://programming.kicks-ass.net/kernel-patches/schedule_on_cpu.patch
|
## See http://programming.kicks-ass.net/kernel-patches/schedule_on_cpu.patch
|
||||||
@ -1485,7 +1353,6 @@
|
|||||||
+RT patches.rt/lockdep_lock_set_subclass_fix.patch
|
+RT patches.rt/lockdep_lock_set_subclass_fix.patch
|
||||||
+RT patches.rt/lock_list.patch
|
+RT patches.rt/lock_list.patch
|
||||||
+RT patches.rt/percpu_list.patch
|
+RT patches.rt/percpu_list.patch
|
||||||
# PG: basic context mods.
|
|
||||||
+RT patches.rt/s_files.patch
|
+RT patches.rt/s_files.patch
|
||||||
+RT patches.rt/fix-circular-locking-deadlock.patch
|
+RT patches.rt/fix-circular-locking-deadlock.patch
|
||||||
|
|
||||||
@ -1498,33 +1365,19 @@
|
|||||||
#
|
#
|
||||||
#2.6.21-rc6-lockless1-prep-find_lock_page.patch
|
#2.6.21-rc6-lockless1-prep-find_lock_page.patch
|
||||||
#2.6.21-rc6-lockless2-radix-tree-use-indirect-bit.patch
|
#2.6.21-rc6-lockless2-radix-tree-use-indirect-bit.patch
|
||||||
# PG: present in 27rc1 as 47feff2c
|
+RT patches.rt/2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch
|
||||||
# 2.6.21-rc6-lockless3-radix-tree-gang-slot-lookups.patch
|
|
||||||
#2.6.21-rc6-lockless4-__add_to_swap_cache-stuff.patch
|
#2.6.21-rc6-lockless4-__add_to_swap_cache-stuff.patch
|
||||||
# PG: present in 27rc1 as 30002ed2
|
+RT patches.rt/2.6.21-rc6-lockless5-lockless-probe.patch
|
||||||
# 2.6.21-rc6-lockless5-lockless-probe.patch
|
+RT patches.rt/2.6.21-rc6-lockless6-speculative-get-page.patch
|
||||||
# PG: present in 27rc1 as e286781d
|
+RT patches.rt/2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch
|
||||||
# 2.6.21-rc6-lockless6-speculative-get-page.patch
|
+RT patches.rt/2.6.21-rc6-lockless8-spinlock-tree_lock.patch
|
||||||
# PG: present in 27rc1 as a60637c8
|
|
||||||
# 2.6.21-rc6-lockless7-lockless-pagecache-lookups.patch
|
|
||||||
# PG: present in 27rc1 as 19fd6231
|
|
||||||
# 2.6.21-rc6-lockless8-spinlock-tree_lock.patch
|
|
||||||
#
|
#
|
||||||
# concurrent (write side) page cache
|
# concurrent (write side) page cache
|
||||||
#
|
#
|
||||||
+RT patches.rt/radix-tree-concurrent.patch
|
+RT patches.rt/radix-tree-concurrent.patch
|
||||||
# PG: glock.c - not using mapping->nrpages anymore [6802e34]; context
|
|
||||||
# PG: changes in shm.c and swap_state.c; filemap.c shuffled [a969e90]
|
|
||||||
# PG: (rc4) fs/xfs/linux-2.6/xfs_vnode.h simple change to VN_CACHED().
|
|
||||||
+RT patches.rt/mapping_nrpages.patch
|
+RT patches.rt/mapping_nrpages.patch
|
||||||
+RT patches.rt/mapping_nrpages-fix.patch
|
+RT patches.rt/mapping_nrpages-fix.patch
|
||||||
# PG: lockless6 vs e286781d differ (i.e. no cpu_relax in pagemap.h); similar
|
|
||||||
# PG: for swap_state.c, filemap.c, migrate.c, vmscan.c
|
|
||||||
# PG: (rc2) simple ctxt mod.
|
|
||||||
# PG: (c) - add PG_nonewrefs, since not a part of lockless6/e286781d
|
|
||||||
+RT patches.rt/lock_page_ref.patch
|
+RT patches.rt/lock_page_ref.patch
|
||||||
# PG: same as above; need to account for diff between lockless6 and e2867.
|
|
||||||
# PG: (rc2) simple ctxt mod.
|
|
||||||
+RT patches.rt/mm-concurrent-pagecache.patch
|
+RT patches.rt/mm-concurrent-pagecache.patch
|
||||||
+RT patches.rt/radix-tree-optimistic.patch
|
+RT patches.rt/radix-tree-optimistic.patch
|
||||||
+RT patches.rt/radix-tree-optimistic-hist.patch
|
+RT patches.rt/radix-tree-optimistic-hist.patch
|
||||||
@ -1533,7 +1386,6 @@
|
|||||||
#
|
#
|
||||||
# -rt bits
|
# -rt bits
|
||||||
#
|
#
|
||||||
# PG: minor context mods.
|
|
||||||
+RT patches.rt/mm-concurrent-pagecache-rt.patch
|
+RT patches.rt/mm-concurrent-pagecache-rt.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1543,7 +1395,6 @@
|
|||||||
#
|
#
|
||||||
# kmap atomix fixes
|
# kmap atomix fixes
|
||||||
#
|
#
|
||||||
# PG: flush asm-ppc chunks.
|
|
||||||
+RT patches.rt/kmap-atomic-prepare.patch
|
+RT patches.rt/kmap-atomic-prepare.patch
|
||||||
+RT patches.rt/pagefault-disable-cleanup.patch
|
+RT patches.rt/pagefault-disable-cleanup.patch
|
||||||
+RT patches.rt/kmap-atomic-i386-fix.patch
|
+RT patches.rt/kmap-atomic-i386-fix.patch
|
||||||
@ -1566,9 +1417,7 @@
|
|||||||
#
|
#
|
||||||
# Debug patches:
|
# Debug patches:
|
||||||
#
|
#
|
||||||
# PG: minor ctxt mod.
|
|
||||||
+RT patches.rt/pause-on-oops-head-tail.patch
|
+RT patches.rt/pause-on-oops-head-tail.patch
|
||||||
# PG: nmi_32.c --> nmi.c
|
|
||||||
+RT patches.rt/i386-nmi-watchdog-show-regs.patch
|
+RT patches.rt/i386-nmi-watchdog-show-regs.patch
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1586,10 +1435,8 @@
|
|||||||
#
|
#
|
||||||
# RT-Java testing stuff
|
# RT-Java testing stuff
|
||||||
#
|
#
|
||||||
# PG: (c) this old example rmem driver is busted by commit 0d71d10a
|
+RT patches.rt/Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch
|
||||||
# Add-dev-rmem-device-driver-for-real-time-JVM-testing.patch
|
+RT patches.rt/Allocate-RTSJ-memory-for-TCK-conformance-test.patch
|
||||||
# PG: (c) ...and since this following one relies on the same /dev/rmem...
|
|
||||||
# Allocate-RTSJ-memory-for-TCK-conformance-test.patch
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Softirq modifications
|
# Softirq modifications
|
||||||
@ -1637,16 +1484,11 @@
|
|||||||
+RT patches.rt/quicklist-release-before-free-page-fix.patch
|
+RT patches.rt/quicklist-release-before-free-page-fix.patch
|
||||||
+RT patches.rt/disable-lpptest-on-nonlinux.patch
|
+RT patches.rt/disable-lpptest-on-nonlinux.patch
|
||||||
+RT patches.rt/sched-rt-stats.patch
|
+RT patches.rt/sched-rt-stats.patch
|
||||||
# PG: minor ctxt mods.
|
|
||||||
+RT patches.rt/mitigate-resched-flood.patch
|
+RT patches.rt/mitigate-resched-flood.patch
|
||||||
+RT patches.rt/genirq-soft-resend.patch
|
+RT patches.rt/genirq-soft-resend.patch
|
||||||
# PG: minor ctxt mods.
|
|
||||||
+RT patches.rt/relay-fix.patch
|
+RT patches.rt/relay-fix.patch
|
||||||
# PG: FIX - checkme, merging this patch essentially reverts 8de6d30
|
|
||||||
# PG: where they replace set_bit+queue_work with schedule_work_on().
|
|
||||||
+RT patches.rt/schedule_on_each_cpu-enhance.patch
|
+RT patches.rt/schedule_on_each_cpu-enhance.patch
|
||||||
#schedule_on_each_cpu-enhance-rt.patch
|
#schedule_on_each_cpu-enhance-rt.patch
|
||||||
# PG: (rc3) basic ctxt mod
|
|
||||||
+RT patches.rt/lockdep-rt-recursion-limit-fix.patch
|
+RT patches.rt/lockdep-rt-recursion-limit-fix.patch
|
||||||
+RT patches.rt/cond_resched_softirq-WARN-fix.patch
|
+RT patches.rt/cond_resched_softirq-WARN-fix.patch
|
||||||
+RT patches.rt/irq-mask-fix.patch
|
+RT patches.rt/irq-mask-fix.patch
|
||||||
@ -1670,16 +1512,13 @@
|
|||||||
+RT patches.rt/loadavg_fixes_weird_loads.patch
|
+RT patches.rt/loadavg_fixes_weird_loads.patch
|
||||||
|
|
||||||
# HPET patches
|
# HPET patches
|
||||||
# PG: nmi32/64 merge; nmi.c is already doing this in get_timer_irqs().
|
+RT patches.rt/watchdog_use_timer_and_hpet_on_x86_64.patch
|
||||||
# watchdog_use_timer_and_hpet_on_x86_64.patch
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# x stop-critical-timing-in-idle.patch
|
# x stop-critical-timing-in-idle.patch
|
||||||
|
|
||||||
# rt-wakeup-fix.patch
|
# rt-wakeup-fix.patch
|
||||||
# PG: arch/x86/kernel/setup64.c --> kernel/cpu/common_64.c (for DEBUG_STACK)
|
|
||||||
# PG: (rc6) minor context change around DEBUG_STACK
|
|
||||||
+RT patches.rt/disable-ist-x86_64.patch
|
+RT patches.rt/disable-ist-x86_64.patch
|
||||||
|
|
||||||
|
|
||||||
@ -1691,16 +1530,10 @@
|
|||||||
#
|
#
|
||||||
# workqueue PI
|
# workqueue PI
|
||||||
#
|
#
|
||||||
# PG: (rc3) merged upstream via commit 7d283aee
|
|
||||||
# PG: (c) well, partly merged... Retain the one-line lib/lock_list.c change,
|
|
||||||
# PG: (c) and the splice2 operations.
|
|
||||||
+RT patches.rt/rt-list-mods.patch
|
+RT patches.rt/rt-list-mods.patch
|
||||||
+RT patches.rt/rt-plist-mods.patch
|
+RT patches.rt/rt-plist-mods.patch
|
||||||
# PG: basic context mods.
|
|
||||||
+RT patches.rt/rt-workqeue-prio.patch
|
+RT patches.rt/rt-workqeue-prio.patch
|
||||||
# PG: patch gets hosed by tail --> list_head swap [by 1a4d9b0a]
|
|
||||||
+RT patches.rt/rt-workqueue-barrier.patch
|
+RT patches.rt/rt-workqueue-barrier.patch
|
||||||
# PG: refresh of above cascades into a refresh of this one...
|
|
||||||
+RT patches.rt/rt-wq-barrier-fix.patch
|
+RT patches.rt/rt-wq-barrier-fix.patch
|
||||||
+RT patches.rt/rt-delayed-prio.patch
|
+RT patches.rt/rt-delayed-prio.patch
|
||||||
|
|
||||||
@ -1709,27 +1542,22 @@
|
|||||||
|
|
||||||
+RT patches.rt/lock-init-plist-fix.patch
|
+RT patches.rt/lock-init-plist-fix.patch
|
||||||
+RT patches.rt/ntfs-local-irq-save-nort.patch
|
+RT patches.rt/ntfs-local-irq-save-nort.patch
|
||||||
# PG: basic context mods
|
|
||||||
+RT patches.rt/dont-disable-preemption-without-IST.patch
|
+RT patches.rt/dont-disable-preemption-without-IST.patch
|
||||||
#rt-powerpc-workarounds.patch
|
#rt-powerpc-workarounds.patch
|
||||||
|
|
||||||
+RT patches.rt/filemap-dont-bug-non-atomic.patch
|
+RT patches.rt/filemap-dont-bug-non-atomic.patch
|
||||||
+RT patches.rt/fix-bug-on-in-filemap.patch
|
+RT patches.rt/fix-bug-on-in-filemap.patch
|
||||||
+RT patches.rt/rt-sched-groups.patch
|
+RT patches.rt/rt-sched-groups.patch
|
||||||
# PG: nmi32/64 merge; only one file to patch now.
|
|
||||||
+RT patches.rt/send-nmi-all-preempt-disable.patch
|
+RT patches.rt/send-nmi-all-preempt-disable.patch
|
||||||
+RT patches.rt/printk-dont-bug-on-sched.patch
|
+RT patches.rt/printk-dont-bug-on-sched.patch
|
||||||
+RT patches.rt/user-no-irq-disable.patch
|
+RT patches.rt/user-no-irq-disable.patch
|
||||||
# PG: basic context mod.
|
|
||||||
+RT patches.rt/drain-all-local-pages-via-sched.patch
|
+RT patches.rt/drain-all-local-pages-via-sched.patch
|
||||||
+RT patches.rt/local_irq_save_nort-in-swap.patch
|
+RT patches.rt/local_irq_save_nort-in-swap.patch
|
||||||
# x latency-tracer-arch-low-address.patch
|
# x latency-tracer-arch-low-address.patch
|
||||||
+RT patches.rt/proportions-raw-locks.patch
|
+RT patches.rt/proportions-raw-locks.patch
|
||||||
|
|
||||||
+RT patches.rt/arm-compile-fix.patch
|
+RT patches.rt/arm-compile-fix.patch
|
||||||
# PG: commit 0f476b6d breaks this patch, plus the comments in that commit
|
+RT patches.rt/no-warning-for-irqs-disabled-in-local-bh-enable.patch
|
||||||
# PG: indicate this can't happen. FIX - verify comments are valid for RT.
|
|
||||||
#no-warning-for-irqs-disabled-in-local-bh-enable.patch
|
|
||||||
#page-alloc-use-real-time-pcp-locking-for-page-draining.patch
|
#page-alloc-use-real-time-pcp-locking-for-page-draining.patch
|
||||||
#power-fixes-for-kernbench.patch
|
#power-fixes-for-kernbench.patch
|
||||||
|
|
||||||
@ -1739,10 +1567,6 @@
|
|||||||
+RT patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch
|
+RT patches.rt/use-edge-triggered-irq-handler-instead-of-simple-irq.patch
|
||||||
|
|
||||||
# x latency-tracer-dont-panic-on-failed-bootmem-alloc.patch
|
# x latency-tracer-dont-panic-on-failed-bootmem-alloc.patch
|
||||||
# PG: Ouch. dev->xmit_lock now in netdev_queue [by c773e84] so most of the
|
|
||||||
# PG: patch didn't apply as is.
|
|
||||||
# PG: (rc2) same lock shuffling from above gets us again [by c3f26a2]
|
|
||||||
# PG: (c) bnx2.c, niu.c and netpoll.c need __netif_tx_lock() args updated.
|
|
||||||
+RT patches.rt/dev-queue-xmit-preempt-fix.patch
|
+RT patches.rt/dev-queue-xmit-preempt-fix.patch
|
||||||
+RT patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch
|
+RT patches.rt/ppc-hacks-to-allow-rt-to-run-kernbench.patch
|
||||||
# x time-accumulate-offset-fix.patch
|
# x time-accumulate-offset-fix.patch
|
||||||
@ -1754,8 +1578,7 @@
|
|||||||
+RT patches.rt/hack-fix-rt-migration.patch
|
+RT patches.rt/hack-fix-rt-migration.patch
|
||||||
+RT patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch
|
+RT patches.rt/mips-remove-conlicting-rtc-lock-declaration.patch
|
||||||
+RT patches.rt/mips-remove-finish-arch-switch.patch
|
+RT patches.rt/mips-remove-finish-arch-switch.patch
|
||||||
# PG: (rc2) gdb-stub is now gone [by 8d60a903]
|
+RT patches.rt/mips-change-raw-spinlock-type.patch
|
||||||
# mips-change-raw-spinlock-type.patch
|
|
||||||
+RT patches.rt/ppc32-latency-compile-hack-fixes.patch
|
+RT patches.rt/ppc32-latency-compile-hack-fixes.patch
|
||||||
+RT patches.rt/mips-remove-duplicate-kconfig.patch
|
+RT patches.rt/mips-remove-duplicate-kconfig.patch
|
||||||
+RT patches.rt/apic-level-smp-affinity.patch
|
+RT patches.rt/apic-level-smp-affinity.patch
|
||||||
@ -1766,7 +1589,6 @@
|
|||||||
+RT patches.rt/printk-in-atomic-hack-fix.patch
|
+RT patches.rt/printk-in-atomic-hack-fix.patch
|
||||||
+RT patches.rt/slab-irq-nopreempt-fix.patch
|
+RT patches.rt/slab-irq-nopreempt-fix.patch
|
||||||
+RT patches.rt/ppc-tlbflush-preempt.patch
|
+RT patches.rt/ppc-tlbflush-preempt.patch
|
||||||
# PG: (rc2) basic ctxt mod.
|
|
||||||
+RT patches.rt/swap-spinlock-fix.patch
|
+RT patches.rt/swap-spinlock-fix.patch
|
||||||
+RT patches.rt/aacraid-compat-sem.patch
|
+RT patches.rt/aacraid-compat-sem.patch
|
||||||
|
|
||||||
@ -1775,22 +1597,15 @@
|
|||||||
+RT patches.rt/genhd-protect-percpu-var.patch
|
+RT patches.rt/genhd-protect-percpu-var.patch
|
||||||
|
|
||||||
+RT patches.rt/sched-clock-nmi.patch
|
+RT patches.rt/sched-clock-nmi.patch
|
||||||
|
+RT patches.rt/sched_rt-fixup.patch
|
||||||
# See who complains
|
|
||||||
#sched_rt-fixup.patch
|
|
||||||
|
|
||||||
# Temp patch to disable RT sched groups
|
# Temp patch to disable RT sched groups
|
||||||
#disable-sched-rt-groups.patch
|
#disable-sched-rt-groups.patch
|
||||||
|
|
||||||
# PG: cached capability was added just for msi.c but msi is fixed [by 5ca5c02]
|
+RT patches.rt/cache_pci_find_capability.patch
|
||||||
# cache_pci_find_capability.patch
|
+RT patches.rt/nmi-watchdog-fix-1.patch
|
||||||
# PG: for nmi_64, but merged nmi64/32 already does the set before send.
|
|
||||||
# nmi-watchdog-fix-1.patch
|
|
||||||
# PG: was 64 and 32 for nmi; applied to the now merged version of nmi.c
|
|
||||||
+RT patches.rt/nmi-watchdog-fix-2.patch
|
+RT patches.rt/nmi-watchdog-fix-2.patch
|
||||||
# PG: was 64 and 32 for nmi; applied to the now merged version of nmi.c
|
|
||||||
+RT patches.rt/nmi-watchdog-fix-3.patch
|
+RT patches.rt/nmi-watchdog-fix-3.patch
|
||||||
# PG: was 64 and 32 for nmi; applied to the now merged version of nmi.c
|
|
||||||
+RT patches.rt/nmi-watchdog-fix-4.patch
|
+RT patches.rt/nmi-watchdog-fix-4.patch
|
||||||
+RT patches.rt/rt-avoid-deadlock-in-swap.patch
|
+RT patches.rt/rt-avoid-deadlock-in-swap.patch
|
||||||
+RT patches.rt/rt-move-update-wall-time-back-to-do-timer.patch
|
+RT patches.rt/rt-move-update-wall-time-back-to-do-timer.patch
|
||||||
@ -1820,6 +1635,7 @@
|
|||||||
+RT patches.rt/rwlock-implement-downgrade-write.patch
|
+RT patches.rt/rwlock-implement-downgrade-write.patch
|
||||||
|
|
||||||
+RT patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch
|
+RT patches.rt/sched-nr-migrate-lower-default-preempt-rt.patch
|
||||||
|
+RT patches.rt/arm-fix-compile-error-trace-exit-idle.patch
|
||||||
|
|
||||||
# Peter's fair load_balance break out patches
|
# Peter's fair load_balance break out patches
|
||||||
+RT patches.rt/sched-wake_up_idle_cpu-rt.patch
|
+RT patches.rt/sched-wake_up_idle_cpu-rt.patch
|
||||||
@ -1830,9 +1646,15 @@
|
|||||||
# sched-load_balance-stop.patch
|
# sched-load_balance-stop.patch
|
||||||
# sched-load_balance-is_runnable.patch
|
# sched-load_balance-is_runnable.patch
|
||||||
|
|
||||||
|
# some ftrace fix ups
|
||||||
|
+RT patches.rt/ftrace-trace-sched.patch
|
||||||
|
+RT patches.rt/lockdep-avoid-fork-waring.patch
|
||||||
|
+RT patches.rt/ftrace-dont-trace-markers.patch
|
||||||
|
+RT patches.rt/ftrace-record-comm-on-ctrl.patch
|
||||||
|
+RT patches.rt/ftrace-print-missing-cmdline.patch
|
||||||
|
|
||||||
# Peter's lockstat updates
|
# Peter's lockstat updates
|
||||||
# PG: (rc5) present upstream as 04148b73b
|
+RT patches.rt/lockstat-fix-contention-points.patch
|
||||||
# lockstat-fix-contention-points.patch
|
|
||||||
+RT patches.rt/lockstat-output.patch
|
+RT patches.rt/lockstat-output.patch
|
||||||
|
|
||||||
# Luis's gtod updates
|
# Luis's gtod updates
|
||||||
@ -1849,27 +1671,31 @@
|
|||||||
+RT patches.rt/adaptive-earlybreak-on-steal.patch
|
+RT patches.rt/adaptive-earlybreak-on-steal.patch
|
||||||
|
|
||||||
+RT patches.rt/realtime-preempt-warn-about-tracing.patch
|
+RT patches.rt/realtime-preempt-warn-about-tracing.patch
|
||||||
# PG: was 64 and 32 for nmi; applied to the now merged version of nmi.c
|
+RT patches.rt/ftrace-compile-fixes.patch
|
||||||
|
+RT patches.rt/ftrace-fix-header.patch
|
||||||
+RT patches.rt/nmi-show-regs-fix.patch
|
+RT patches.rt/nmi-show-regs-fix.patch
|
||||||
|
|
||||||
# Gregory's Sched updates
|
# Gregory's Sched updates
|
||||||
# PG: upstream in 27-rc1 as commit 45c01e8
|
+RT patches.rt/sched-prioritize-non-migrating-rt-tasks.patch
|
||||||
# sched-prioritize-non-migrating-rt-tasks.patch
|
|
||||||
|
|
||||||
# PG: see above rt-mutex-core.patch and non-use of BUILD_CHECK_IRQ_FLAGS
|
+RT patches.rt/trace_hist-latediv.patch
|
||||||
# arm-omap-02.patch
|
+RT patches.rt/arm-omap-02.patch
|
||||||
+RT patches.rt/arm-omap-05.patch
|
+RT patches.rt/arm-omap-05.patch
|
||||||
|
|
||||||
|
+RT patches.rt/trace-eip2ip.patch
|
||||||
|
|
||||||
+RT patches.rt/rwlock-prio-fix.patch
|
+RT patches.rt/rwlock-prio-fix.patch
|
||||||
+RT patches.rt/rwlock-fixes.patch
|
+RT patches.rt/rwlock-fixes.patch
|
||||||
|
|
||||||
|
+RT patches.rt/event-trace-hrtimer-trace.patch
|
||||||
|
+RT patches.rt/trace-ktime-scalar.patch
|
||||||
|
|
||||||
+RT patches.rt/rwlock-torture.patch
|
+RT patches.rt/rwlock-torture.patch
|
||||||
|
+RT patches.rt/ftrace-wakeup-rawspinlock.patch
|
||||||
+RT patches.rt/radix-tree-lockdep-plus1.patch
|
+RT patches.rt/radix-tree-lockdep-plus1.patch
|
||||||
|
|
||||||
# PG: is upstream in 27-rc1 as commit 1f11eb6
|
+RT patches.rt/sched-cpupri-hotplug-support.patch
|
||||||
# sched-cpupri-hotplug-support.patch
|
+RT patches.rt/sched-cpupri-priocount.patch
|
||||||
# PG: is upstream in 27-rc1 as commit 709d4b0
|
|
||||||
# sched-cpupri-priocount.patch
|
|
||||||
|
|
||||||
# still needs Signed-off-by:
|
# still needs Signed-off-by:
|
||||||
#sched-global-rt-runtime.patch
|
#sched-global-rt-runtime.patch
|
||||||
@ -1890,10 +1716,7 @@
|
|||||||
|
|
||||||
+RT patches.rt/rwlock-torture-no-rt.patch
|
+RT patches.rt/rwlock-torture-no-rt.patch
|
||||||
|
|
||||||
# PG: Commit 137d3ed rewrote underlying code base, but sg_copy_buffer
|
+RT patches.rt/warn-on-rt-scatterlist.patch
|
||||||
# PG: calls sg_miter_stop which *may* do a WARN_ON(!irqs_disabled())
|
|
||||||
# PG: if SG_MITER_ATOMIC is set.
|
|
||||||
# warn-on-rt-scatterlist.patch
|
|
||||||
+RT patches.rt/sub-dont-disable-irqs.patch
|
+RT patches.rt/sub-dont-disable-irqs.patch
|
||||||
|
|
||||||
# CHECKME
|
# CHECKME
|
||||||
@ -1910,109 +1733,30 @@
|
|||||||
# CHECKME
|
# CHECKME
|
||||||
#fix_SCHED_FIFO_spec_violation.patch
|
#fix_SCHED_FIFO_spec_violation.patch
|
||||||
|
|
||||||
# PG: one of the (duplicated) defn's in tlb_64, went away [by c884116]
|
|
||||||
+RT patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch
|
+RT patches.rt/ppc64-fix-preempt-unsafe-paths-accessing-per_cpu-variables.patch
|
||||||
+RT patches.rt/fix-a-previously-reverted-fix.patch
|
+RT patches.rt/fix-a-previously-reverted-fix.patch
|
||||||
|
|
||||||
#CHECKME powerpc-xics-move-the-call-to-irq-radix-revmap-from-xics-startup-to-xics-host-map.patch
|
#CHECKME powerpc-xics-move-the-call-to-irq-radix-revmap-from-xics-startup-to-+RT patches.rt/xics-host-map.patch
|
||||||
#CHECKME powerpc-make-the-irq-reverse-mapping-radix-tree-lockless.patch
|
#CHECKME powerpc-make-the-irq-reverse-mapping-radix-tree-lockless.patch
|
||||||
|
|
||||||
+RT patches.rt/bz235099-idle-load-fix.patch
|
+RT patches.rt/bz235099-idle-load-fix.patch
|
||||||
# PG: collapse into one file, due to usual nmi_64+nmi_32 merge into nmi.c
|
|
||||||
+RT patches.rt/raw-spinlocks-for-nmi-print.patch
|
+RT patches.rt/raw-spinlocks-for-nmi-print.patch
|
||||||
|
|
||||||
+RT patches.rt/sched-fix-dequeued-race.patch
|
+RT patches.rt/sched-fix-dequeued-race.patch
|
||||||
|
|
||||||
|
+RT patches.rt/ftrace-fix-get-kprobe-wreckage.patch
|
||||||
|
#+RT patches.rt/version.patch
|
||||||
|
|
||||||
# 2.6.26-rt2
|
+RT patches.rt/26-rt1-chirag.patch
|
||||||
+RT patches.rt/lockdep-atomic-fixup.patch
|
+RT patches.rt/seqlock-make-raw-seqlocks-spin-during-write.patch
|
||||||
# PG: (rc3) upstream as commit 52fd8ca6
|
+RT patches.rt/ftrace-fix-elevated-preempt-count-in-wakeup-tracer.patch
|
||||||
# infiniband-flags-fix.patch
|
|
||||||
# PG: upstream in 27-rc1 as d249afd
|
|
||||||
# usb-isp1760-irq-flags-fix.patch
|
|
||||||
+RT patches.rt/sched-rt-runtime-lock-raw.patch
|
|
||||||
+RT patches.rt/powerpc-01-separate-the-irq-radix-tree-insertion.patch
|
|
||||||
+RT patches.rt/powerpc-02-make-the-irq-reverse-mapping-radix-tree-lockless.patch
|
|
||||||
# PG: upstream in 27-rc1 as 4446a36
|
|
||||||
# call_rcu_sched.patch
|
|
||||||
+RT patches.rt/rcu-preempt-tracing-preempt-disable-fix.patch
|
|
||||||
+RT patches.rt/rcu-apply-rcu_process_callbacks-from-mainline.patch
|
|
||||||
# PG: upstream in 27-rc1 as ae66be9
|
|
||||||
# rcu-fix-to-include.patch
|
|
||||||
+RT patches.rt/shorten-posix-cpu-timers-name.patch
|
|
||||||
# PG: basic context mods
|
|
||||||
+RT patches.rt/sched-properly-account-irq-and-rt-load.patch
|
|
||||||
+RT patches.rt/seqlock-01-make-sure-that-raw_seqlock-retries.patch
|
|
||||||
+RT patches.rt/seqlock-02-fix-elevated-preempt-count.patch
|
|
||||||
|
|
||||||
# 2.6.26-rt3
|
# PI rework
|
||||||
|
+RT patches.rt/add-generalized-pi-interface.patch
|
||||||
|
+RT patches.rt/tie-pi-into-task.patch
|
||||||
|
+RT patches.rt/rtmutex-initialize-waiters.patch
|
||||||
|
+RT patches.rt/rtmutex-add_readers.patch
|
||||||
|
+RT patches.rt/rtmutex-use-runtime-init.patch
|
||||||
|
+RT patches.rt/rtmutex-convert-to-libpi.patch
|
||||||
|
+RT patches.rt/rtmutex-defer-pi-until-sleepy.patch
|
||||||
|
|
||||||
## This cpu hotplug stuff still has issues
|
|
||||||
# cpu-hotplug-vs-slab.patch
|
|
||||||
# cpu-hotplug-vs-page-alloc.patch
|
|
||||||
# cpu-hotplug-page-alloc-hack-fix.patch
|
|
||||||
# cpu-hotplug-cpu-up-vs-preempt-rt.patch
|
|
||||||
# cpu-hotplug-cpu-down-vs-preempt-rt.patch
|
|
||||||
|
|
||||||
+RT patches.rt/fix-net-bug-fixes.patch
|
|
||||||
+RT patches.rt/namespace-lock-fixes.patch
|
|
||||||
|
|
||||||
+RT patches.rt/hrtimers-stuck-in-waitqueue.patch
|
|
||||||
|
|
||||||
# 2.6.26-rt4
|
|
||||||
# PG: basic context mods
|
|
||||||
+RT patches.rt/sched-generic-hide-smp-warning.patch
|
|
||||||
# PG: already upstream for 27 based on comments in patch header itself.
|
|
||||||
# x86-crashkernel-reservation-before-bootmem.patch
|
|
||||||
|
|
||||||
# 2.6.26-rt5
|
|
||||||
+RT patches.rt/seqlock-serialize-against-writers.patch
|
|
||||||
|
|
||||||
# 2.6.26-rt6
|
|
||||||
# PG: (rc6) now upstream as 9d359357
|
|
||||||
# pm_qos_requirement-might-sleep.patch
|
|
||||||
+RT patches.rt/sched-only-push-if-pushable.patch
|
|
||||||
# PG: adapted commit in 27-rc1 appears to be c4acb2c0
|
|
||||||
# sched-pull-one-task-during-newidle.patch
|
|
||||||
+RT patches.rt/sched-make-double-lock-balance-fair.patch
|
|
||||||
+RT patches.rt/sched-add-needs_post_schedule.patch
|
|
||||||
+RT patches.rt/plist-fix-static-node-init.patch
|
|
||||||
# PG: basic context mods
|
|
||||||
+RT patches.rt/sched-only-push-once-per-queue.patch
|
|
||||||
# PG: basic context mods
|
|
||||||
# PG: (rc6) again basic context mods
|
|
||||||
+RT patches.rt/ftrace-ppc-define-mcount.patch
|
|
||||||
|
|
||||||
# 2.6.26-rt7
|
|
||||||
+RT patches.rt/ppc-fix-prev-revert-fix-again.patch
|
|
||||||
|
|
||||||
# 2.6.26-rt8
|
|
||||||
+RT patches.rt/x86-tlbstate-lock-raw.patch
|
|
||||||
+RT patches.rt/seqlocks-handle-rwlock-and-spin.patch
|
|
||||||
+RT patches.rt/futex-fifo-warn-sysctl.patch
|
|
||||||
|
|
||||||
# 2.6.26-rt9
|
|
||||||
+RT patches.rt/futex-trivial-fix.patch
|
|
||||||
+RT patches.rt/rtmutex-debug-magic.patch
|
|
||||||
|
|
||||||
# PG: (c) 2.6.27-rc6 - all things added out of necessity to adopt upstream
|
|
||||||
# PG: select header bits from ftrace-upstream; delete after merging
|
|
||||||
+RT patches.rt/ftrace-upstream-temp.patch
|
|
||||||
# PG: commit db70089 adds flush_work() which knows nothing about PI
|
|
||||||
# PG: workqueues. Merge into rt-workqeue-prio.patch after review.
|
|
||||||
+RT patches.rt/rt-wq-flush_work.patch
|
|
||||||
# PG: preempt-realtime-debug-sysctl.patch breaks compile if !CONFIG_PROFILE
|
|
||||||
+RT patches.rt/prof-sysctl-compile.patch
|
|
||||||
# PG: __mutex_init() is not what drivers/base/class.c thinks it is.
|
|
||||||
+RT patches.rt/drivers_base_mutex.patch
|
|
||||||
# PG: (c) compile failure shows up when !PREEMPT_RT
|
|
||||||
+RT patches.rt/compat_rwsem-fix-compile.patch
|
|
||||||
# PG: (c) compile failure shows up when !PREEMPT_RT
|
|
||||||
+RT patches.rt/bit-spinlocks-fix-compile.patch
|
|
||||||
+RT patches.rt/nmi-prof-compile.patch
|
|
||||||
|
|
||||||
# Local SUSE RT patches
|
|
||||||
# Fix various issues with debug builds
|
|
||||||
+RT patches.rt/kdb-disable-ist.patch
|
|
||||||
+RT patches.rt/kdb-rtmisc.patch
|
|
||||||
+RT patches.rt/novfs-rtmisc.patch
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
relink linux-@KERNELRELEASE@@VARIANT@ /usr/src/linux@VARIANT@
|
relink linux-@KERNELRELEASE@@VARIANT@ /usr/src/linux@VARIANT@
|
||||||
relink linux-@KERNELRELEASE@@VARIANT@-obj /usr/src/linux@VARIANT@-obj
|
relink linux-@KERNELRELEASE@-obj /usr/src/linux-obj
|
||||||
|
128
supported.conf
128
supported.conf
@ -23,23 +23,8 @@
|
|||||||
kernel/arch/ia64/sn/kernel/xp
|
kernel/arch/ia64/sn/kernel/xp
|
||||||
kernel/arch/ia64/sn/kernel/xpc
|
kernel/arch/ia64/sn/kernel/xpc
|
||||||
kernel/arch/ia64/sn/kernel/xpnet
|
kernel/arch/ia64/sn/kernel/xpnet
|
||||||
+external kernel/arch/powerpc/platforms/cell/cbe-cpufreq
|
kernel/arch/powerpc/platforms/pseries/hvcserver
|
||||||
+external kernel/arch/powerpc/platforms/cell/cbe_cpufreq_pmi
|
kernel/arch/powerpc/platforms/pseries/scanlog
|
||||||
+external kernel/arch/powerpc/platforms/cell/cbe_powerbutton
|
|
||||||
+external kernel/arch/powerpc/platforms/cell/cbe_thermal
|
|
||||||
+external kernel/arch/powerpc/platforms/cell/cpufreq_spudemand
|
|
||||||
+external kernel/arch/powerpc/platforms/cell/spufs/spufs
|
|
||||||
+external kernel/arch/powerpc/platforms/cell/spufs/sputrace
|
|
||||||
+external kernel/arch/powerpc/platforms/pseries/hvcserver
|
|
||||||
+external kernel/arch/powerpc/platforms/pseries/scanlog
|
|
||||||
+external kernel/arch/powerpc/sysdev/axonram
|
|
||||||
+external kernel/arch/powerpc/sysdev/pmi
|
|
||||||
|
|
||||||
# TODO mac@suse.de
|
|
||||||
+external kernel/drivers/char/viotape
|
|
||||||
+external kernel/drivers/cdrom/viocd
|
|
||||||
+external kernel/drivers/block/viodasd
|
|
||||||
|
|
||||||
kernel/arch/s390/appldata/appldata_mem
|
kernel/arch/s390/appldata/appldata_mem
|
||||||
kernel/arch/s390/appldata/appldata_net_sum
|
kernel/arch/s390/appldata/appldata_net_sum
|
||||||
kernel/arch/s390/appldata/appldata_os
|
kernel/arch/s390/appldata/appldata_os
|
||||||
@ -316,14 +301,10 @@
|
|||||||
kernel/drivers/dump/dump_gzip
|
kernel/drivers/dump/dump_gzip
|
||||||
kernel/drivers/dump/dump_netdev
|
kernel/drivers/dump/dump_netdev
|
||||||
kernel/drivers/dump/dump_rle
|
kernel/drivers/dump/dump_rle
|
||||||
+external kernel/drivers/edac/cell_edac
|
|
||||||
+base kernel/drivers/firmware/edd
|
+base kernel/drivers/firmware/edd
|
||||||
kernel/drivers/firmware/efivars # efi sysfs information
|
|
||||||
- kernel/drivers/hwmon/abituguru # Abit uGuru rev. 1 and 2
|
- kernel/drivers/hwmon/abituguru # Abit uGuru rev. 1 and 2
|
||||||
- kernel/drivers/hwmon/abituguru3 # Abit uGuru rev. 3
|
- kernel/drivers/hwmon/abituguru3 # Abit uGuru rev. 3
|
||||||
- kernel/drivers/hwmon/ad7414 # AD7414
|
|
||||||
- kernel/drivers/hwmon/ad7418 # AD7416, AD7417, AD7418
|
- kernel/drivers/hwmon/ad7418 # AD7416, AD7417, AD7418
|
||||||
- kernel/drivers/hwmon/adcxx # Generic ADCxxxSxxx driver
|
|
||||||
- kernel/drivers/hwmon/adm1021 # adm1021 driver
|
- kernel/drivers/hwmon/adm1021 # adm1021 driver
|
||||||
- kernel/drivers/hwmon/adm1025 # ADM1025 driver
|
- kernel/drivers/hwmon/adm1025 # ADM1025 driver
|
||||||
- kernel/drivers/hwmon/adm1026
|
- kernel/drivers/hwmon/adm1026
|
||||||
@ -352,7 +333,6 @@
|
|||||||
kernel/drivers/hwmon/hwmon
|
kernel/drivers/hwmon/hwmon
|
||||||
kernel/drivers/hwmon/hwmon-vid
|
kernel/drivers/hwmon/hwmon-vid
|
||||||
- kernel/drivers/hwmon/i5k_amb # Intel FB-DIMM AMB
|
- kernel/drivers/hwmon/i5k_amb # Intel FB-DIMM AMB
|
||||||
- kernel/drivers/hwmon/ibmaem # IBM System Director Active Energy Manager
|
|
||||||
- kernel/drivers/hwmon/ibmpex # IBM PowerExecutive power sensors
|
- kernel/drivers/hwmon/ibmpex # IBM PowerExecutive power sensors
|
||||||
- kernel/drivers/hwmon/it87 # IT8705F, IT8712F, Sis950 driver
|
- kernel/drivers/hwmon/it87 # IT8705F, IT8712F, Sis950 driver
|
||||||
- kernel/drivers/hwmon/k8temp # AMD K8 thermal sensors
|
- kernel/drivers/hwmon/k8temp # AMD K8 thermal sensors
|
||||||
@ -998,23 +978,6 @@
|
|||||||
kernel/drivers/net/typhoon # 3Com Typhoon Family (3C990, 3CR990, and variants)
|
kernel/drivers/net/typhoon # 3Com Typhoon Family (3C990, 3CR990, and variants)
|
||||||
kernel/drivers/net/via-rhine # VIA Rhine PCI Fast Ethernet driver
|
kernel/drivers/net/via-rhine # VIA Rhine PCI Fast Ethernet driver
|
||||||
kernel/drivers/net/via-velocity # VIA Networking Velocity Family Gigabit Ethernet Adapter Driver
|
kernel/drivers/net/via-velocity # VIA Networking Velocity Family Gigabit Ethernet Adapter Driver
|
||||||
kernel/drivers/net/usb/asix # ASIX AX8817X based USB 2.0 Ethernet Devices
|
|
||||||
kernel/drivers/net/usb/catc # CATC EL1210A NetMate USB Ethernet driver
|
|
||||||
kernel/drivers/net/usb/cdc_ether # CDC Ethernet based networking peripherals
|
|
||||||
kernel/drivers/net/usb/cdc_subset # Simple "CDC Subset" USB Networking Links
|
|
||||||
kernel/drivers/net/usb/dm9601 # Davicom DM9601 usb network device
|
|
||||||
kernel/drivers/net/usb/gl620a # GeneSys GL620USB-A based links
|
|
||||||
kernel/drivers/net/usb/hso # Option High Speed Modem device
|
|
||||||
kernel/drivers/net/usb/kaweth # KL5USB101 USB Ethernet driver
|
|
||||||
kernel/drivers/net/usb/mcs7830 # Moschips MCS7830 based USB 2.0 Ethernet Devices
|
|
||||||
kernel/drivers/net/usb/net1080 # Net1080 based USB host-to-host cables
|
|
||||||
kernel/drivers/net/usb/pegasus # Pegasus/Pegasus II USB Ethernet driver
|
|
||||||
kernel/drivers/net/usb/plusb # PL-2301/2302 USB host-to-host link cables
|
|
||||||
kernel/drivers/net/usb/rndis_host # Host Side support for RNDIS Networking Links
|
|
||||||
kernel/drivers/net/usb/rtl8150 # rtl8150 based usb-ethernet driver
|
|
||||||
kernel/drivers/net/usb/usbnet # USB Host-to-Host Link Drivers (numerous vendors)
|
|
||||||
kernel/drivers/net/usb/zaurus # Zaurus USB link
|
|
||||||
|
|
||||||
+isa kernel/drivers/net/wan/c101
|
+isa kernel/drivers/net/wan/c101
|
||||||
kernel/drivers/net/wan/cyclomx # Cyclom 2X Sync Card Driver.
|
kernel/drivers/net/wan/cyclomx # Cyclom 2X Sync Card Driver.
|
||||||
kernel/drivers/net/wan/cycx_drv # Cyclom 2x Sync Card Driver
|
kernel/drivers/net/wan/cycx_drv # Cyclom 2x Sync Card Driver
|
||||||
@ -1122,8 +1085,6 @@
|
|||||||
kernel/drivers/s390/net/lcs
|
kernel/drivers/s390/net/lcs
|
||||||
kernel/drivers/s390/net/netiucv
|
kernel/drivers/s390/net/netiucv
|
||||||
kernel/drivers/s390/net/qeth
|
kernel/drivers/s390/net/qeth
|
||||||
kernel/drivers/s390/net/qeth_l2
|
|
||||||
kernel/drivers/s390/net/qeth_l3
|
|
||||||
kernel/drivers/s390/net/smsgiucv
|
kernel/drivers/s390/net/smsgiucv
|
||||||
kernel/drivers/s390/scsi/zfcp
|
kernel/drivers/s390/scsi/zfcp
|
||||||
kernel/drivers/s390/scsi/zfcp_hbaapi
|
kernel/drivers/s390/scsi/zfcp_hbaapi
|
||||||
@ -1157,7 +1118,6 @@
|
|||||||
+isa kernel/drivers/scsi/g_NCR5380
|
+isa kernel/drivers/scsi/g_NCR5380
|
||||||
+isa kernel/drivers/scsi/g_NCR5380_mmio
|
+isa kernel/drivers/scsi/g_NCR5380_mmio
|
||||||
kernel/drivers/scsi/gdth
|
kernel/drivers/scsi/gdth
|
||||||
+external kernel/drivers/scsi/ibmvscsi/ibmvfc
|
|
||||||
kernel/drivers/scsi/ibmvscsi/ibmvscsic
|
kernel/drivers/scsi/ibmvscsi/ibmvscsic
|
||||||
kernel/drivers/scsi/ibmvscsi/ibmvscsis
|
kernel/drivers/scsi/ibmvscsi/ibmvscsis
|
||||||
kernel/drivers/scsi/ide-scsi
|
kernel/drivers/scsi/ide-scsi
|
||||||
@ -1247,25 +1207,54 @@
|
|||||||
- kernel/drivers/usb/atm/cxacru # driver for USB ADSL modems based on Conexant AccessRunner chipset
|
- kernel/drivers/usb/atm/cxacru # driver for USB ADSL modems based on Conexant AccessRunner chipset
|
||||||
kernel/drivers/usb/atm/speedtch
|
kernel/drivers/usb/atm/speedtch
|
||||||
- kernel/drivers/usb/atm/ueagle-atm
|
- kernel/drivers/usb/atm/ueagle-atm
|
||||||
kernel/drivers/usb/atm/usbatm # Generic USB xDSL driver core
|
- kernel/drivers/usb/atm/usbatm # Generic USB xDSL driver core
|
||||||
- kernel/drivers/usb/atm/xusbatm # dumb usbatm-based driver for modems initialized in userspace
|
- kernel/drivers/usb/atm/xusbatm # dumb usbatm-based driver for modems initialized in userspace
|
||||||
kernel/drivers/usb/class/cdc-acm # USB Abstract Control Model driver for USB modems and ISDN adapters
|
kernel/drivers/usb/class/cdc-acm # USB Abstract Control Model driver for USB modems and ISDN adapters
|
||||||
kernel/drivers/usb/class/cdc-wdm
|
|
||||||
kernel/drivers/usb/class/usblp # USB Printer Device Class driver
|
kernel/drivers/usb/class/usblp # USB Printer Device Class driver
|
||||||
+base kernel/drivers/usb/core/usbcore
|
+base kernel/drivers/usb/core/usbcore
|
||||||
+base kernel/drivers/usb/host/ehci-hcd # 2003-Dec-29 USB 2.0 'Enhanced' Host Controller (EHCI) Driver
|
+base kernel/drivers/usb/host/ehci-hcd # 2003-Dec-29 USB 2.0 'Enhanced' Host Controller (EHCI) Driver
|
||||||
- kernel/drivers/usb/host/isp116x-hcd # ISP116x HCD (Host Controller Driver) for USB
|
- kernel/drivers/usb/host/isp116x-hcd # ISP116x HCD (Host Controller Driver) for USB
|
||||||
+base kernel/drivers/usb/host/ohci-hcd # 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver
|
kernel/drivers/usb/host/ohci-hcd # 2004 Feb 02 USB 1.1 'Open' Host Controller (OHCI) Driver
|
||||||
- kernel/drivers/usb/host/sl811-hcd
|
kernel/drivers/usb/host/sl811-hcd
|
||||||
- kernel/drivers/usb/host/sl811_cs # PCMCIA driver for SL811HS (as found in REX-CFU1U)
|
- kernel/drivers/usb/host/sl811_cs # PCMCIA driver for SL811HS (as found in REX-CFU1U)
|
||||||
+base kernel/drivers/usb/host/uhci-hcd # USB Universal Host Controller Interface driver
|
+base kernel/drivers/usb/host/uhci-hcd # USB Universal Host Controller Interface driver
|
||||||
kernel/drivers/usb/image/mdc800 # USB Driver for Mustek MDC800 Digital Camera
|
kernel/drivers/usb/image/mdc800 # USB Driver for Mustek MDC800 Digital Camera
|
||||||
kernel/drivers/usb/image/microtek # Microtek Scanmaker X6 USB scanner driver
|
kernel/drivers/usb/image/microtek # Microtek Scanmaker X6 USB scanner driver
|
||||||
|
- kernel/drivers/usb/input/acecad # USB Acecad "Acecad Flair" tablet support
|
||||||
|
kernel/drivers/usb/input/aiptek # USB Aiptek 6000U/8000U tablet driver (Linux 2.5.x)
|
||||||
|
kernel/drivers/usb/input/appletouch # Apple USB Touchpad (for post-February 2005 PowerBooks) driver
|
||||||
|
kernel/drivers/usb/input/ati_remote # ATI/X10 RF USB Remote Control
|
||||||
|
kernel/drivers/usb/input/ati_remote2 # TI/Philips USB RF remote driver
|
||||||
|
- kernel/drivers/usb/input/itmtouch # Driver for ITM touchscreen panel
|
||||||
|
kernel/drivers/usb/input/kbtab # USB KB Gear JamStudio Tablet driver
|
||||||
|
- kernel/drivers/usb/input/keyspan_remote # USB driver for the Keyspan DMR
|
||||||
|
kernel/drivers/usb/input/mtouchusb # Microtouch USB HID Touchscreen Driver
|
||||||
|
kernel/drivers/usb/input/powermate # Griffin Technology, Inc PowerMate driver
|
||||||
|
kernel/drivers/usb/input/touchkitusb # eGalax TouchKit USB HID Touchscreen Driver
|
||||||
|
kernel/drivers/usb/input/usbhid
|
||||||
|
kernel/drivers/usb/input/wacom # USB Wacom Graphire and Wacom Intuos tablet driver
|
||||||
|
kernel/drivers/usb/input/xpad # X-Box pad driver
|
||||||
|
- kernel/drivers/usb/input/yealink # Driver for the USB-P1K voip usb phone
|
||||||
|
kernel/drivers/usb/media/dabusb # DAB-USB Interface Driver for Linux (c)1999
|
||||||
|
kernel/drivers/usb/media/dsbr100 # D-Link DSB-R100 USB FM radio driver
|
||||||
|
- kernel/drivers/usb/media/et61x251
|
||||||
|
kernel/drivers/usb/media/ibmcam # IBM/Xirlink C-it USB Camera Driver for Linux (c) 2000
|
||||||
|
kernel/drivers/usb/media/konicawc # Konica Webcam driver
|
||||||
|
kernel/drivers/usb/media/ov511 # ov511 USB Camera Driver
|
||||||
|
kernel/drivers/usb/media/pwc/pwc # Philips webcam driver
|
||||||
|
kernel/drivers/usb/media/se401 # SE401 USB Camera Driver
|
||||||
|
kernel/drivers/usb/media/sn9c102 # V4L2 driver for SN9C10[12] PC Camera Controllers
|
||||||
|
kernel/drivers/usb/media/stv680 # STV0680 USB Camera Driver
|
||||||
|
kernel/drivers/usb/media/ultracam
|
||||||
|
kernel/drivers/usb/media/usbvideo
|
||||||
|
kernel/drivers/usb/media/vicam # ViCam WebCam Driver
|
||||||
|
kernel/drivers/usb/media/w9968cf # V4L driver for W996[87]CF JPEG USB Dual Mode Camera Chip v1.25-basic
|
||||||
|
kernel/drivers/usb/misc/auerswald # Auerswald PBX/System Telephone usb driver
|
||||||
kernel/drivers/usb/misc/cytherm
|
kernel/drivers/usb/misc/cytherm
|
||||||
kernel/drivers/usb/misc/emi26 # Emagic EMI 2|6 firmware loader.
|
kernel/drivers/usb/misc/emi26 # Emagic EMI 2|6 firmware loader.
|
||||||
kernel/drivers/usb/misc/emi62 # Emagic EMI 6|2m firmware loader.
|
kernel/drivers/usb/misc/emi62 # Emagic EMI 6|2m firmware loader.
|
||||||
kernel/drivers/usb/misc/idmouse
|
kernel/drivers/usb/misc/idmouse
|
||||||
kernel/drivers/usb/misc/ldusb # Generic USB driver for report based interrupt in/out devices
|
- kernel/drivers/usb/misc/ldusb # Generic USB driver for report based interrupt in/out devices
|
||||||
kernel/drivers/usb/misc/legousbtower # LEGO USB Tower Driver
|
kernel/drivers/usb/misc/legousbtower # LEGO USB Tower Driver
|
||||||
kernel/drivers/usb/misc/phidgetkit
|
kernel/drivers/usb/misc/phidgetkit
|
||||||
kernel/drivers/usb/misc/phidgetservo # USB PhidgetServo Driver
|
kernel/drivers/usb/misc/phidgetservo # USB PhidgetServo Driver
|
||||||
@ -1274,9 +1263,23 @@
|
|||||||
kernel/drivers/usb/misc/usblcd # USBLCD Driver Version 1.04
|
kernel/drivers/usb/misc/usblcd # USBLCD Driver Version 1.04
|
||||||
kernel/drivers/usb/misc/usbled # USB LED Driver
|
kernel/drivers/usb/misc/usbled # USB LED Driver
|
||||||
kernel/drivers/usb/misc/uss720 # USB Parport Cable driver for Cables using the Lucent Technologies USS720 Chip
|
kernel/drivers/usb/misc/uss720 # USB Parport Cable driver for Cables using the Lucent Technologies USS720 Chip
|
||||||
kernel/drivers/usb/misc/phidget
|
|
||||||
- kernel/drivers/usb/mon/usbmon # The USB Monitor
|
- kernel/drivers/usb/mon/usbmon # The USB Monitor
|
||||||
kernel/drivers/usb/serial/aircable
|
kernel/drivers/usb/net/asix # ASIX AX8817X based USB 2.0 Ethernet Devices
|
||||||
|
kernel/drivers/usb/net/catc # CATC EL1210A NetMate USB Ethernet driver
|
||||||
|
kernel/drivers/usb/net/cdc_ether # CDC Ethernet based networking peripherals
|
||||||
|
kernel/drivers/usb/net/cdc_subset # Simple "CDC Subset" USB Networking Links
|
||||||
|
kernel/drivers/usb/net/gl620a # GeneSys GL620USB-A based links
|
||||||
|
kernel/drivers/usb/net/kaweth # KL5USB101 USB Ethernet driver
|
||||||
|
kernel/drivers/usb/net/net1080 # Net1080 based USB host-to-host cables
|
||||||
|
kernel/drivers/usb/net/pegasus # Pegasus/Pegasus II USB Ethernet driver
|
||||||
|
kernel/drivers/usb/net/plusb # PL-2301/2302 USB host-to-host link cables
|
||||||
|
kernel/drivers/usb/net/rndis_host # Host Side support for RNDIS Networking Links
|
||||||
|
kernel/drivers/usb/net/rtl8150 # rtl8150 based usb-ethernet driver
|
||||||
|
kernel/drivers/usb/net/usbnet # USB Host-to-Host Link Drivers (numerous vendors)
|
||||||
|
kernel/drivers/usb/net/zaurus # Zaurus USB link
|
||||||
|
kernel/drivers/usb/net/zd1201 # Driver for ZyDAS ZD1201 based USB Wireless adapters
|
||||||
|
kernel/drivers/usb/serial/airprime # AirPrime CDMA Wireless Serial USB driver
|
||||||
|
kernel/drivers/usb/serial/anydata # AnyData CDMA Serial USB driver
|
||||||
kernel/drivers/usb/serial/belkin_sa # USB Belkin Serial converter driver
|
kernel/drivers/usb/serial/belkin_sa # USB Belkin Serial converter driver
|
||||||
kernel/drivers/usb/serial/cp2101 # Silicon Laboratories CP2101/CP2102 USB to RS232 serial adaptor driver
|
kernel/drivers/usb/serial/cp2101 # Silicon Laboratories CP2101/CP2102 USB to RS232 serial adaptor driver
|
||||||
kernel/drivers/usb/serial/cyberjack # REINER SCT cyberJack pinpad/e-com USB Chipcard Reader Driver
|
kernel/drivers/usb/serial/cyberjack # REINER SCT cyberJack pinpad/e-com USB Chipcard Reader Driver
|
||||||
@ -1299,10 +1302,9 @@
|
|||||||
kernel/drivers/usb/serial/mct_u232 # Magic Control Technology USB-RS232 converter driver
|
kernel/drivers/usb/serial/mct_u232 # Magic Control Technology USB-RS232 converter driver
|
||||||
kernel/drivers/usb/serial/navman # USB Navman GPS device
|
kernel/drivers/usb/serial/navman # USB Navman GPS device
|
||||||
kernel/drivers/usb/serial/omninet # USB ZyXEL omni.net LCD PLUS Driver
|
kernel/drivers/usb/serial/omninet # USB ZyXEL omni.net LCD PLUS Driver
|
||||||
kernel/drivers/usb/serial/option # USB Wireless modems
|
kernel/drivers/usb/serial/option # Option Card (PCMCIA to) USB to Serial Driver
|
||||||
kernel/drivers/usb/serial/pl2303 # Prolific PL2303 USB to serial adaptor driver
|
kernel/drivers/usb/serial/pl2303 # Prolific PL2303 USB to serial adaptor driver
|
||||||
kernel/drivers/usb/serial/safe_serial # USB Safe Encapsulated Serial
|
kernel/drivers/usb/serial/safe_serial # USB Safe Encapsulated Serial
|
||||||
kernel/drivers/usb/serial/sierra # USB Sierra Wireless Modems
|
|
||||||
kernel/drivers/usb/serial/ti_usb_3410_5052
|
kernel/drivers/usb/serial/ti_usb_3410_5052
|
||||||
kernel/drivers/usb/serial/usbserial # USB Serial Driver core
|
kernel/drivers/usb/serial/usbserial # USB Serial Driver core
|
||||||
kernel/drivers/usb/serial/visor # USB HandSpring Visor / Palm OS driver
|
kernel/drivers/usb/serial/visor # USB HandSpring Visor / Palm OS driver
|
||||||
@ -1472,7 +1474,6 @@
|
|||||||
kernel/fs/xfs/quota/xfs_quota # SGI XFS quota management subsystem
|
kernel/fs/xfs/quota/xfs_quota # SGI XFS quota management subsystem
|
||||||
kernel/fs/xfs/xfs # SGI-XFS CVS-2004-03-08_06:00_UTC with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled, supportable?
|
kernel/fs/xfs/xfs # SGI-XFS CVS-2004-03-08_06:00_UTC with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled, supportable?
|
||||||
kernel/fs/xfs/xfsidbg
|
kernel/fs/xfs/xfsidbg
|
||||||
kernel/kdb/modules/kdbm_debugtypes
|
|
||||||
kernel/kdb/modules/kdbm_pg
|
kernel/kdb/modules/kdbm_pg
|
||||||
kernel/kdb/modules/kdbm_sched
|
kernel/kdb/modules/kdbm_sched
|
||||||
kernel/kdb/modules/kdbm_task
|
kernel/kdb/modules/kdbm_task
|
||||||
@ -1795,8 +1796,6 @@
|
|||||||
+isa kernel/sound/drivers/opl4/snd-opl4-synth
|
+isa kernel/sound/drivers/opl4/snd-opl4-synth
|
||||||
kernel/sound/drivers/snd-dummy # Dummy soundcard (/dev/null)
|
kernel/sound/drivers/snd-dummy # Dummy soundcard (/dev/null)
|
||||||
kernel/sound/drivers/snd-mtpav # MOTU MidiTimePiece AV multiport MIDI
|
kernel/sound/drivers/snd-mtpav # MOTU MidiTimePiece AV multiport MIDI
|
||||||
kernel/sound/drivers/snd-mts64 # ESI Miditerminal 4140
|
|
||||||
kernel/sound/drivers/snd-portman2x4 # Portman 2x4
|
|
||||||
kernel/sound/drivers/snd-serial-u16550 # MIDI serial u16550
|
kernel/sound/drivers/snd-serial-u16550 # MIDI serial u16550
|
||||||
kernel/sound/drivers/snd-virmidi # Dummy soundcard for virtual rawmidi devices
|
kernel/sound/drivers/snd-virmidi # Dummy soundcard for virtual rawmidi devices
|
||||||
kernel/sound/drivers/vx/snd-vx-lib # Common routines for Digigram VX drivers
|
kernel/sound/drivers/vx/snd-vx-lib # Common routines for Digigram VX drivers
|
||||||
@ -1901,22 +1900,9 @@
|
|||||||
kernel/sound/pci/au88x0/snd-au8810 # Aureal vortex
|
kernel/sound/pci/au88x0/snd-au8810 # Aureal vortex
|
||||||
kernel/sound/pci/au88x0/snd-au8820 # Aureal vortex
|
kernel/sound/pci/au88x0/snd-au8820 # Aureal vortex
|
||||||
kernel/sound/pci/au88x0/snd-au8830 # Aureal vortex
|
kernel/sound/pci/au88x0/snd-au8830 # Aureal vortex
|
||||||
kernel/sound/pci/aw2/snd-aw2 # Emagic Audiowerk 2
|
|
||||||
kernel/sound/pci/ca0106/snd-ca0106 # SBLive! 24bit
|
kernel/sound/pci/ca0106/snd-ca0106 # SBLive! 24bit
|
||||||
kernel/sound/pci/cs46xx/snd-cs46xx # Cirrus Logic Sound Fusion CS46XX
|
kernel/sound/pci/cs46xx/snd-cs46xx # Cirrus Logic Sound Fusion CS46XX
|
||||||
kernel/sound/pci/cs5535audio/snd-cs5535audio # Driver for audio on multifunction CS5535 companion device
|
kernel/sound/pci/cs5535audio/snd-cs5535audio # Driver for audio on multifunction CS5535 companion device
|
||||||
kernel/sound/pci/echoaudio/snd-darla20 # Echoaudio Darla20
|
|
||||||
kernel/sound/pci/echoaudio/snd-darla24 # Echoaudio Darla24
|
|
||||||
kernel/sound/pci/echoaudio/snd-echo3g # Echoaudio Echo 3G
|
|
||||||
kernel/sound/pci/echoaudio/snd-gina20 # Echoaudio Gina20
|
|
||||||
kernel/sound/pci/echoaudio/snd-gina24 # Echoaudio Gina24
|
|
||||||
kernel/sound/pci/echoaudio/snd-indigo # Echoaudio Indigo
|
|
||||||
kernel/sound/pci/echoaudio/snd-indigodj # Echoaudio Indigo DJ
|
|
||||||
kernel/sound/pci/echoaudio/snd-indigoio # Echoaudio Indigo IO
|
|
||||||
kernel/sound/pci/echoaudio/snd-layla20 # Echoaudio Layla20
|
|
||||||
kernel/sound/pci/echoaudio/snd-layla24 # Echoaudio Layla24
|
|
||||||
kernel/sound/pci/echoaudio/snd-mia # Echoaudio Mia
|
|
||||||
kernel/sound/pci/echoaudio/snd-mona # Echoaudio Mona
|
|
||||||
kernel/sound/pci/emu10k1/snd-emu10k1 # EMU10K1
|
kernel/sound/pci/emu10k1/snd-emu10k1 # EMU10K1
|
||||||
kernel/sound/pci/emu10k1/snd-emu10k1-synth # Routines for control of EMU10K1 WaveTable synth
|
kernel/sound/pci/emu10k1/snd-emu10k1-synth # Routines for control of EMU10K1 WaveTable synth
|
||||||
kernel/sound/pci/emu10k1/snd-emu10k1x # EMU10K1X
|
kernel/sound/pci/emu10k1/snd-emu10k1x # EMU10K1X
|
||||||
@ -1928,16 +1914,11 @@
|
|||||||
kernel/sound/pci/korg1212/snd-korg1212 # korg1212
|
kernel/sound/pci/korg1212/snd-korg1212 # korg1212
|
||||||
kernel/sound/pci/mixart/snd-mixart # Digigram miXart
|
kernel/sound/pci/mixart/snd-mixart # Digigram miXart
|
||||||
kernel/sound/pci/nm256/snd-nm256 # NeoMagic NM256AV/ZX
|
kernel/sound/pci/nm256/snd-nm256 # NeoMagic NM256AV/ZX
|
||||||
kernel/sound/pci/oxygen/snd-hifier # TempoTec HiFier Fantasia
|
|
||||||
kernel/sound/pci/oxygen/snd-oxygen # C-Media 8788 (Oxygen)
|
|
||||||
kernel/sound/pci/oxygen/snd-oxygen-lib # Oxygen
|
|
||||||
kernel/sound/pci/oxygen/snd-virtuoso # ASUS Virtuoso 100/200 (Xonar)
|
|
||||||
kernel/sound/pci/pcxhr/snd-pcxhr # Digigram pcxhr
|
kernel/sound/pci/pcxhr/snd-pcxhr # Digigram pcxhr
|
||||||
kernel/sound/pci/rme9652/snd-hdsp # RME Hammerfall DSP
|
kernel/sound/pci/rme9652/snd-hdsp # RME Hammerfall DSP
|
||||||
kernel/sound/pci/rme9652/snd-hdspm # RME Hammerfall DSP MADI
|
kernel/sound/pci/rme9652/snd-hdspm # RME Hammerfall DSP MADI
|
||||||
kernel/sound/pci/rme9652/snd-rme9652 # RME Digi9652/Digi9636
|
kernel/sound/pci/rme9652/snd-rme9652 # RME Digi9652/Digi9636
|
||||||
kernel/sound/pci/snd-ad1889 # Analog Devices 1889
|
kernel/sound/pci/snd-ad1889 # Analog Devices 1889
|
||||||
kernel/sound/pci/snd-als300 # Avance Logic ALS300
|
|
||||||
kernel/sound/pci/snd-als4000 # Avance Logic ALS4000
|
kernel/sound/pci/snd-als4000 # Avance Logic ALS4000
|
||||||
kernel/sound/pci/snd-atiixp # ATI IXP AC97 controller
|
kernel/sound/pci/snd-atiixp # ATI IXP AC97 controller
|
||||||
kernel/sound/pci/snd-atiixp-modem # ATI IXP MC97 controller
|
kernel/sound/pci/snd-atiixp-modem # ATI IXP MC97 controller
|
||||||
@ -1970,7 +1951,6 @@
|
|||||||
kernel/sound/synth/snd-util-mem # Generic memory management routines for soundcard memory allocation
|
kernel/sound/synth/snd-util-mem # Generic memory management routines for soundcard memory allocation
|
||||||
kernel/sound/usb/snd-usb-audio # USB Audio
|
kernel/sound/usb/snd-usb-audio # USB Audio
|
||||||
kernel/sound/usb/snd-usb-lib # USB Audio/MIDI helper module
|
kernel/sound/usb/snd-usb-lib # USB Audio/MIDI helper module
|
||||||
kernel/sound/usb/caiaq/snd-usb-caiaq # Native Instruments USB audio
|
|
||||||
kernel/sound/usb/usx2y/snd-usb-usx2y # TASCAM US-X2Y Version 0.7.2
|
kernel/sound/usb/usx2y/snd-usb-usx2y # TASCAM US-X2Y Version 0.7.2
|
||||||
+external kernel/drivers/firmware/dcdbas
|
+external kernel/drivers/firmware/dcdbas
|
||||||
+external kernel/drivers/firmware/dell_rbu
|
+external kernel/drivers/firmware/dell_rbu
|
||||||
@ -2006,6 +1986,8 @@
|
|||||||
kernel/drivers/net/wan/hdlc
|
kernel/drivers/net/wan/hdlc
|
||||||
kernel/drivers/scsi/device_handler/scsi_dh
|
kernel/drivers/scsi/device_handler/scsi_dh
|
||||||
kernel/drivers/ssb/ssb
|
kernel/drivers/ssb/ssb
|
||||||
|
kernel/drivers/usb/atm/usbatm
|
||||||
|
kernel/drivers/usb/misc/phidget
|
||||||
kernel/drivers/video/fb_ddc
|
kernel/drivers/video/fb_ddc
|
||||||
kernel/drivers/video/fb_sys_fops
|
kernel/drivers/video/fb_sys_fops
|
||||||
kernel/drivers/video/output
|
kernel/drivers/video/output
|
||||||
|
Loading…
Reference in New Issue
Block a user