summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-01-27 09:48:33 +1000
committerDave Airlie <airlied@redhat.com>2015-01-27 09:48:33 +1000
commitdb9098ba1b51995c0518a621f58efd41bfeb4bfc (patch)
treedd37528ea35d1fdda061bb9f00724ac8d5fab2fa /tools/perf/scripts/python
parent22cbbceff65cb03ee37495b52f360809fa439293 (diff)
parent9fa843e76d9092e5348aac7252cbb71f09902507 (diff)
downloadkernel-db9098ba1b51995c0518a621f58efd41bfeb4bfc.tar.gz
Merge tag 'drm-amdkfd-fixes-2015-01-26' of git://people.freedesktop.org/~gabbayo/linux into drm-fixes
A couple of fixes for -rc7 in amdkfd: - Forgot to free resources when creation of queue has failed - Initialization of pipelines was incorrect (3 patches) In addition, The patch "drm/amdkfd: Allow user to limit only queues per device" is not a fix, but I would like to push it for 3.19 as it changes the ABI between amdkfd and userspace (by changing the module parameters). I would prefer *not* to support the two deprecated module parameters if I don't have too, as amdkfd hasn't been released yet. * tag 'drm-amdkfd-fixes-2015-01-26' of git://people.freedesktop.org/~gabbayo/linux: drm/amdkfd: Fix bug in call to init_pipelines() drm/amdkfd: Fix bug in pipelines initialization drm/radeon: Don't increment pipe_id in kgd_init_pipeline drm/amdkfd: Allow user to limit only queues per device drm/amdkfd: PQM handle queue creation fault
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
e668284b67105375c0a524f16a423f1424'>x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner 2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2021-05-19x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae 2021-05-19x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZChang S. Bae 2021-05-19x86/signal: Introduce helpers to get the maximum signal frame sizeChang S. Bae 2021-05-12x86/regs: Syscall_get_nr() returns -1 for a non-system callH. Peter Anvin 2021-03-21Merge branch 'linus' into x86/cleanups, to resolve conflictIngo Molnar 2021-03-18x86: Fix various typos in commentsIngo Molnar 2021-03-16x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov 2021-03-16x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov 2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner 2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva