Home
last modified time | relevance | path

Searched hist:"2214 c0e77259b420402e279e9ab4277ef320d371" (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/arch/parisc/include/asm/
H A Dcurrent.hdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dsmp.hdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dthread_info.hdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dprocessor.hdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
/openbmc/linux/Documentation/features/core/thread-info-in-task/
H A Darch-support.txtdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
/openbmc/linux/arch/parisc/kernel/
H A Dasm-offsets.cdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dhead.Sdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dunwind.cdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dsyscall.Sdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dirq.cdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dsmp.cdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dtraps.cdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dprocess.cdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
H A Dentry.Sdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>
/openbmc/linux/arch/parisc/
H A DKconfigdiff 2214c0e77259b420402e279e9ab4277ef320d371 Fri Oct 15 03:41:03 CDT 2021 Helge Deller <deller@gmx.de> parisc: Move thread_info into task struct

This implements the CONFIG_THREAD_INFO_IN_TASK option.

With this change:
- before thread_info was part of the stack and located at the beginning of the stack
- now the thread_info struct is moved and located inside the task_struct structure
- the stack is allocated and handled like the major other platforms
- drop the cpu field of thread_info and use instead the one in task_struct

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Sven Schnelle <svens@stackframe.org>