summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorUma Shankar <uma.shankar@intel.com>2025-12-03 14:22:05 +0530
committerJani Nikula <jani.nikula@intel.com>2025-12-04 19:43:47 +0200
commit05df71544c44a1767be021285648c090123a92ff (patch)
treecfdacc1d138e6d6d9b2b716d500318eb4fccfd19 /tools/perf/scripts/python/bin/stackcollapse-record
parented0ebbc89f847eebce790a6a308c8c3c1251655a (diff)
downloadkernel-05df71544c44a1767be021285648c090123a92ff.tar.gz
drm/i915: Add register definitions for Plane Post CSC
Add macros to define Plane Post CSC registers v2: - Add Plane Post CSC Gamma Multi Segment Enable bit - Add BSpec entries (Suraj) v3: - Fix checkpatch issues (Suraj) BSpec: 50403, 50404, 50405, 50406, 50409, 50410, Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Signed-off-by: Uma Shankar <uma.shankar@intel.com> Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com> Link: https://patch.msgid.link/20251203085211.3663374-10-uma.shankar@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
/kernel/seccomp.c?h=linux-5.1.y&id=326bee0286d7f6b0d780f5b75a35ea9fe489a802'>seccomp: Don't special case audited processes when loggingTyler Hicks 2018-05-08seccomp: Audit attempts to modify the actions_logged sysctlTyler Hicks 2018-05-08seccomp: Configurable separator for the actions_logged stringTyler Hicks 2018-05-08seccomp: Separate read and write code for actions_logged sysctlTyler Hicks 2018-05-05seccomp: Move speculation migitation control to arch codeThomas Gleixner 2018-05-05seccomp: Add filter flag to opt-out of SSB mitigationKees Cook 2018-05-05seccomp: Use PR_SPEC_FORCE_DISABLEThomas Gleixner 2018-05-03seccomp: Enable speculation flaw mitigationsKees Cook 2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris 2018-02-21ptrace, seccomp: tweak get_metadata behavior slightlyTycho Andersen 2018-01-31Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman 2017-11-28ptrace, seccomp: add support for retrieving seccomp metadataTycho Andersen 2017-11-28seccomp: hoist out filter resolving logicTycho Andersen 2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon 2017-10-10seccomp: make function __get_seccomp_filter staticColin Ian King 2017-09-27seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov 2017-08-14seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook 2017-08-14seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook 2017-08-14seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook 2017-08-14seccomp: Action to log before allowingTyler Hicks 2017-08-14seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks 2017-08-14seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks 2017-08-14seccomp: Operation for checking if an action is availableTyler Hicks 2017-08-14seccomp: Sysctl to display available actionsTyler Hicks 2017-08-14seccomp: Provide matching filter for introspectionKees Cook 2017-06-26seccomp: Switch from atomic_t to recount_tKees Cook 2017-06-26seccomp: Clean up core dump logicKees Cook 2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar 2017-02-23seccomp: Only dump core when single-threadedKees Cook 2017-01-23seccomp: dump core when using SECCOMP_RET_KILLMike Frysinger