summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorPaul Moore <paul@paul-moore.com>2025-07-13 17:37:56 -0400
committerPaul Moore <paul@paul-moore.com>2025-10-22 19:24:20 -0400
commita748372a282ae1e23d5d4b14a3e190c28764cfd2 (patch)
tree55b120f212d90372e7b2a03b175b72e661ffccaa /tools/perf/scripts/python/syscall-counts.py
parent2d67172612fd9df2c4d08533515ef483cb526dd9 (diff)
downloadkernel-a748372a282ae1e23d5d4b14a3e190c28764cfd2.tar.gz
lsm: rename exists_ordered_lsm() to lsm_order_exists()
Also add a header comment block to the function. Reviewed-by: Casey Schaufler <casey@schaufler-ca.com> Reviewed-by: John Johansen <john.johhansen@canonical.com> Reviewed-by: Mimi Zohar <zohar@linux.ibm.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
e='2024-05-17 17:20:26 +0200'>2024-05-17drm/mgag200: Use drm_connector_helper_get_modes()Thomas Zimmermann 2024-05-17drm/mgag200: Replace struct mga_i2c_chan with struct mgag200_ddcThomas Zimmermann 2024-05-17drm/mgag200: Allocate instance of struct mga_i2c_chan dynamicallyThomas Zimmermann 2024-05-17drm/mgag200: Store pointer to struct mga_device in struct mga_i2c_chanThomas Zimmermann 2024-04-15drm/mgag200: Add drm_panic supportJocelyn Falempe 2023-12-20drm/mgag200: Fix gamma lut not initialized for G200ER, G200EV, G200SEJocelyn Falempe 2023-02-20drm/mgag200: Implement struct drm_plane_helper_funcs.atomic_enableThomas Zimmermann 2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann 2022-07-29drm/mgag200: Remove type field from struct mga_deviceThomas Zimmermann 2022-07-29drm/mgag200: Move CRTC atomic_enable to model-specific codeThomas Zimmermann 2022-07-29drm/mgag200: Move mode-config to model-specific codeThomas Zimmermann 2022-07-29drm/mgag200: Provide per-device callbacks for PIXPLLCThomas Zimmermann 2022-07-29drm/mgag200: Provide per-device callbacks for BMC synchronizationThomas Zimmermann 2022-07-29drm/mgag200: Add per-device callbacksThomas Zimmermann 2022-07-29drm/mgag200: Replace simple-KMS with regular atomic helpersThomas Zimmermann 2022-07-29drm/mgag200: Store primary plane's color format in CRTC stateThomas Zimmermann 2022-07-29drm/mgag200: Move DAC-register setup into model-specific codeThomas Zimmermann 2022-06-07drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann 2022-06-07drm/mgag200: Store vidrst flag in device infoThomas Zimmermann 2022-06-07drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann 2022-06-07drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann 2022-06-07drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann 2022-06-07drm/mgag200: Implement new init logicThomas Zimmermann 2022-06-07drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann 2022-06-07drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann 2022-06-07drm/mgag200: Initialize each model in separate functionThomas Zimmermann 2022-05-17drm/mgag200: Remove struct mga_connectorThomas Zimmermann 2022-05-17drm/mgag200: Switch I2C code to managed cleanupThomas Zimmermann 2022-05-05drm/mgag200: Protect concurrent access to I/O registers with lockThomas Zimmermann