summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2018-01-02 15:12:01 +0000
committerDavid Howells <dhowells@redhat.com>2018-01-09 23:21:02 +0000
commit0500871f21b237b2bea2d9db405eadf78e5aab05 (patch)
tree6004424368ea44f74d9d9d66fb565a59d3dba970 /tools/perf/scripts/python/parallel-perf.py
parent138101932054268a235c6ac7cf474f6a88fcd885 (diff)
downloadkernel-0500871f21b237b2bea2d9db405eadf78e5aab05.tar.gz
Construct init thread stack in the linker script rather than by union
Construct the init thread stack in the linker script rather than doing it by means of a union so that ia64's init_task.c can be got rid of. The following symbols are then made available from INIT_TASK_DATA() linker script macro: init_thread_union init_stack INIT_TASK_DATA() also expands the region to THREAD_SIZE to accommodate the size of the init stack. init_thread_union is given its own section so that it can be placed into the stack space in the right order. I'm assuming that the ia64 ordering is correct and that the task_struct is first and the thread_info second. Signed-off-by: David Howells <dhowells@redhat.com> Tested-by: Tony Luck <tony.luck@intel.com> Tested-by: Will Deacon <will.deacon@arm.com> (arm64) Tested-by: Palmer Dabbelt <palmer@sifive.com> Acked-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
5:04:24 -0400'>2025-06-03drm/amdgpu: disable workload profile switching when OD is enabledAlex Deucher 2025-05-05drm/amdgpu: Add Support for enforcing isolation without Cleaner ShaderSrinivasan Shanmugam 2025-04-30drm/amdgpu: remove DRM_AMDGPU_NAVI3X_USERQ config for UQArvind Yadav 2025-04-30drm/amdgpu/gfx: Introduce helpers handling CSB manipulationRodrigo Siqueira 2025-04-30drm/amdgpu: Disallow partition query during resetLijo Lazar 2025-04-21drm/amdgpu/userq: integrate with enforce isolationAlex Deucher 2025-04-21drm/amdgpu: rename enforce isolation variablesAlex Deucher 2025-04-11drm/amdgpu: adjust enforce_isolation handlingAlex Deucher 2025-04-11drm/amdgpu: use a dummy owner for sysfs triggered cleaner shaders v4Christian König 2025-04-08drm/amdgpu/gfx: add generic handling for disable_kqAlex Deucher 2025-04-07drm/amdgpu/gfx: decouple the number of kgqs from the hwAlex Deucher 2025-04-07drm/amdgpu/gfx: make amdgpu_gfx_me_queue_to_bit() staticAlex Deucher 2025-03-21drm/amdgpu: stop reserving VMIDs to enforce isolationChristian König 2025-03-19drm/amdgpu/gfx: adjust workload profile handlingAlex Deucher 2025-03-19drm/amdgpu/gfx: fix ref counting for ring based profile handlingAlex Deucher 2025-03-11drm/amdgpu/gfx: delete stray tabsDan Carpenter 2025-02-25drm/amdgpu/mes: keep enforce isolation up to dateAlex Deucher 2025-02-17drm/amdgpu/gfx: only call mes for enforce isolation if supportedAlex Deucher 2025-02-12drm/amdgpu/gfx: add amdgpu_gfx_off_ctrl_immediate()Alex Deucher 2025-02-12drm/amdgpu/gfx: add ring helpers for setting workload profileAlex Deucher 2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds 2025-01-14drm/amdgpu: Fix Circular Locking Dependency in AMDGPU GFX IsolationSrinivasan Shanmugam 2024-12-18drm/amdgpu: partially revert "reduce reset time"Christian König 2024-12-18drm/amdgpu: Fix potential integer overflow in scheduler mask calculationsKarol Przybylski