Searched hist:d6551e884cf66de072b81f8b6d23259462c40baf (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm/kernel/ |
H A D | iwmmxt.S | diff ae95bfbb2b67eba5d67a0478a8715682a87e2616 Sat Jul 01 13:56:48 CDT 2006 Lennert Buytenhek <buytenh@wantstofly.org> [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructure
Patch from Lennert Buytenhek
This patch makes the iWMMXt context switch hook use the generic thread notifier infrastructure that was recently merged in commit d6551e884cf66de072b81f8b6d23259462c40baf.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> diff 3da4bd2bfc672a484d2a5df9f89b79f5e1e634dc Sat Jun 24 03:57:13 CDT 2006 Lennert Buytenhek <buytenh@wantstofly.org> [ARM] 3632/1: iwmmxt: fix up argument comment for iwmmxt_task_restore()
Patch from Lennert Buytenhek
Commit d6551e884cf66de072b81f8b6d23259462c40baf forgot to update the description of what goes into r2 when calling iwmmxt_task_restore().
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> diff d6551e884cf66de072b81f8b6d23259462c40baf Wed Jun 21 07:31:52 CDT 2006 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] Add thread_notify infrastructure
Some machine classes need to allow VFP support to be built into the kernel, but still allow the kernel to run even though VFP isn't present. Unfortunately, the kernel hard-codes VFP instructions into the thread switch, which prevents this being run-time selectable.
Solve this by introducing a notifier which things such as VFP can hook into to be informed of events which affect the VFP subsystem (eg, creation and destruction of threads, switches between threads.)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
H A D | entry-armv.S | diff ae95bfbb2b67eba5d67a0478a8715682a87e2616 Sat Jul 01 13:56:48 CDT 2006 Lennert Buytenhek <buytenh@wantstofly.org> [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructure
Patch from Lennert Buytenhek
This patch makes the iWMMXt context switch hook use the generic thread notifier infrastructure that was recently merged in commit d6551e884cf66de072b81f8b6d23259462c40baf.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> diff d6551e884cf66de072b81f8b6d23259462c40baf Wed Jun 21 07:31:52 CDT 2006 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] Add thread_notify infrastructure
Some machine classes need to allow VFP support to be built into the kernel, but still allow the kernel to run even though VFP isn't present. Unfortunately, the kernel hard-codes VFP instructions into the thread switch, which prevents this being run-time selectable.
Solve this by introducing a notifier which things such as VFP can hook into to be informed of events which affect the VFP subsystem (eg, creation and destruction of threads, switches between threads.)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
H A D | process.c | diff ae95bfbb2b67eba5d67a0478a8715682a87e2616 Sat Jul 01 13:56:48 CDT 2006 Lennert Buytenhek <buytenh@wantstofly.org> [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructure
Patch from Lennert Buytenhek
This patch makes the iWMMXt context switch hook use the generic thread notifier infrastructure that was recently merged in commit d6551e884cf66de072b81f8b6d23259462c40baf.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> diff d6551e884cf66de072b81f8b6d23259462c40baf Wed Jun 21 07:31:52 CDT 2006 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] Add thread_notify infrastructure
Some machine classes need to allow VFP support to be built into the kernel, but still allow the kernel to run even though VFP isn't present. Unfortunately, the kernel hard-codes VFP instructions into the thread switch, which prevents this being run-time selectable.
Solve this by introducing a notifier which things such as VFP can hook into to be informed of events which affect the VFP subsystem (eg, creation and destruction of threads, switches between threads.)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
H A D | Makefile | diff ae95bfbb2b67eba5d67a0478a8715682a87e2616 Sat Jul 01 13:56:48 CDT 2006 Lennert Buytenhek <buytenh@wantstofly.org> [ARM] 3707/1: iwmmxt: use the generic thread notifier infrastructure
Patch from Lennert Buytenhek
This patch makes the iWMMXt context switch hook use the generic thread notifier infrastructure that was recently merged in commit d6551e884cf66de072b81f8b6d23259462c40baf.
Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | fpmodule.c | diff d6551e884cf66de072b81f8b6d23259462c40baf Wed Jun 21 07:31:52 CDT 2006 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] Add thread_notify infrastructure
Some machine classes need to allow VFP support to be built into the kernel, but still allow the kernel to run even though VFP isn't present. Unfortunately, the kernel hard-codes VFP instructions into the thread switch, which prevents this being run-time selectable.
Solve this by introducing a notifier which things such as VFP can hook into to be informed of events which affect the VFP subsystem (eg, creation and destruction of threads, switches between threads.)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|
/openbmc/linux/arch/arm/vfp/ |
H A D | vfpmodule.c | diff d6551e884cf66de072b81f8b6d23259462c40baf Wed Jun 21 07:31:52 CDT 2006 Russell King <rmk@dyn-67.arm.linux.org.uk> [ARM] Add thread_notify infrastructure
Some machine classes need to allow VFP support to be built into the kernel, but still allow the kernel to run even though VFP isn't present. Unfortunately, the kernel hard-codes VFP instructions into the thread switch, which prevents this being run-time selectable.
Solve this by introducing a notifier which things such as VFP can hook into to be informed of events which affect the VFP subsystem (eg, creation and destruction of threads, switches between threads.)
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
|