Home
last modified time | relevance | path

Searched refs:whitelist (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Ddevices.rst10 whitelist with each cgroup. A whitelist entry has 4 fields.
18 devices from the whitelist or add new entries. A child cgroup can
38 will add the 'a *:* rwm' entry to the whitelist.
51 CAP_SYS_ADMIN is needed to modify the whitelist or move another
63 from their whitelist and all the locally set whitelist entries will be
64 re-evaluated. In case one of the locally set whitelist entries would provide
65 more access than the cgroup's parent, it'll be removed from the whitelist.
81 it'll propagate down and after revalidating B's entries, the whitelist entry
84 group whitelist entries denied devices
91 Notice that new whitelist entries will not be propagated::
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dselftest_workarounds.c158 i915_reg_t reg = i < engine->whitelist.count ? in get_whitelist_reg()
159 engine->whitelist.list[i].reg : in get_whitelist_reg()
296 engine->whitelist.count, engine->name, name); in check_whitelist_across_reset()
424 int count = engine->whitelist.count; in whitelist_writable_count()
427 for (i = 0; i < engine->whitelist.count; i++) { in whitelist_writable_count()
428 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in whitelist_writable_count()
481 for (i = 0; i < engine->whitelist.count; i++) { in check_dirty_whitelist()
482 u32 reg = i915_mmio_reg_offset(engine->whitelist.list[i].reg); in check_dirty_whitelist()
712 if (engine->whitelist.count == 0) in live_dirty_whitelist()
737 if (!engine || engine->whitelist.count == 0) in live_reset_whitelist()
[all …]
Dintel_workarounds.c1073 struct i915_wa_list *w = &engine->whitelist; in skl_whitelist_build()
1089 gen9_whitelist_build(&engine->whitelist); in bxt_whitelist_build()
1094 struct i915_wa_list *w = &engine->whitelist; in kbl_whitelist_build()
1107 struct i915_wa_list *w = &engine->whitelist; in glk_whitelist_build()
1120 struct i915_wa_list *w = &engine->whitelist; in cfl_whitelist_build()
1143 struct i915_wa_list *w = &engine->whitelist; in cnl_whitelist_build()
1154 struct i915_wa_list *w = &engine->whitelist; in icl_whitelist_build()
1205 struct i915_wa_list *w = &engine->whitelist; in intel_engine_init_whitelist()
1235 const struct i915_wa_list *wal = &engine->whitelist; in intel_engine_apply_whitelist()
Dintel_engine_types.h400 struct i915_wa_list whitelist; member
Dintel_engine_cs.c823 intel_wa_list_free(&engine->whitelist); in intel_engine_cleanup_common()
/Linux-v5.4/drivers/cpufreq/
Dcpufreq-dt-platdev.c18 static const struct of_device_id whitelist[] __initconst = { variable
165 match = of_match_node(whitelist, np); in cpufreq_dt_platdev_init()
/Linux-v5.4/drivers/staging/fwserial/
DTODO9 GUID-to-port matching/whitelist/blacklist.
/Linux-v5.4/security/safesetid/
DKconfig10 approved by a system-wide whitelist. These restrictions also prohibit
/Linux-v5.4/drivers/gpio/
Dgpiolib-of.c418 const char *whitelist[] = { in of_find_regulator_gpio() local
433 i = match_string(whitelist, ARRAY_SIZE(whitelist), con_id); in of_find_regulator_gpio()
/Linux-v5.4/arch/x86/kernel/cpu/
Dcommon.c1031 #define VULNWL_INTEL(model, whitelist) \ argument
1032 VULNWL(INTEL, 6, INTEL_FAM6_##model, whitelist)
1034 #define VULNWL_AMD(family, whitelist) \ argument
1035 VULNWL(AMD, family, X86_MODEL_ANY, whitelist)
1037 #define VULNWL_HYGON(family, whitelist) \ argument
1038 VULNWL(HYGON, family, X86_MODEL_ANY, whitelist)
/Linux-v5.4/drivers/misc/mei/
Dbus-fixup.c72 static void whitelist(struct mei_cl_device *cldev) in whitelist() function
488 MEI_FIXUP(MEI_UUID_HDCP, whitelist),
/Linux-v5.4/Documentation/power/
Dvideo.rst26 whitelist of systems, and automatically selects working method for a
29 whitelist, please try to find a working solution, and submit whitelist
Ds2ram.rst8 1) Check suspend.sf.net, program s2ram there has long whitelist of
/Linux-v5.4/drivers/usb/core/
DKconfig63 product whitelist, so USB peripherals not listed there will be
/Linux-v5.4/security/
DKconfig167 bool "Allow usercopy whitelist violations to fallback to object size"
175 whitelist size. This option will be removed once it seems like
/Linux-v5.4/scripts/gcc-plugins/
Drandomize_layout_plugin.c48 static const struct whitelist_entry whitelist[] = { variable
792 for (entry = whitelist; entry->pathname; entry++) { in whitelisted_cast()
/Linux-v5.4/arch/powerpc/platforms/powermac/
Dlow_i2c.c1170 } whitelist[] = { in pmac_i2c_devscan() local
1203 for (p = whitelist; p->name != NULL; p++) { in pmac_i2c_devscan()
/Linux-v5.4/Documentation/admin-guide/LSM/
DSafeSetID.rst6 system-wide whitelist. These restrictions also prohibit the given UIDs/GIDs
/Linux-v5.4/net/bluetooth/
Dhci_debugfs.c127 list_for_each_entry(b, &hdev->whitelist, list) in device_list_show()
Dhci_core.c3212 INIT_LIST_HEAD(&hdev->whitelist); in hci_alloc_dev()
3413 hci_bdaddr_list_clear(&hdev->whitelist); in hci_unregister_dev()
Dhci_request.c1981 list_for_each_entry(b, &hdev->whitelist, list) { in disconnected_whitelist_entries()
Dmgmt.c5627 err = hci_bdaddr_list_add(&hdev->whitelist, &cp->addr.bdaddr, in add_device()
5717 err = hci_bdaddr_list_del(&hdev->whitelist, in remove_device()
5788 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()
Dhci_event.c2599 !hci_bdaddr_list_lookup(&hdev->whitelist, &ev->bdaddr, in hci_conn_request_evt()
/Linux-v5.4/Documentation/driver-api/usb/
Dgadget.rst485 Peripheral List". That's just a whitelist, used to reject peripherals
486 not supported with a given Linux OTG host. *This whitelist is
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h389 struct list_head whitelist; member