| /Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
| D | devices.rst | 10 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/ |
| D | selftest_workarounds.c | 158 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 …]
|
| D | intel_workarounds.c | 1073 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()
|
| D | intel_engine_types.h | 400 struct i915_wa_list whitelist; member
|
| D | intel_engine_cs.c | 823 intel_wa_list_free(&engine->whitelist); in intel_engine_cleanup_common()
|
| /Linux-v5.4/drivers/cpufreq/ |
| D | cpufreq-dt-platdev.c | 18 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/ |
| D | TODO | 9 GUID-to-port matching/whitelist/blacklist.
|
| /Linux-v5.4/security/safesetid/ |
| D | Kconfig | 10 approved by a system-wide whitelist. These restrictions also prohibit
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib-of.c | 418 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/ |
| D | common.c | 1031 #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/ |
| D | bus-fixup.c | 72 static void whitelist(struct mei_cl_device *cldev) in whitelist() function 488 MEI_FIXUP(MEI_UUID_HDCP, whitelist),
|
| /Linux-v5.4/Documentation/power/ |
| D | video.rst | 26 whitelist of systems, and automatically selects working method for a 29 whitelist, please try to find a working solution, and submit whitelist
|
| D | s2ram.rst | 8 1) Check suspend.sf.net, program s2ram there has long whitelist of
|
| /Linux-v5.4/drivers/usb/core/ |
| D | Kconfig | 63 product whitelist, so USB peripherals not listed there will be
|
| /Linux-v5.4/security/ |
| D | Kconfig | 167 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/ |
| D | randomize_layout_plugin.c | 48 static const struct whitelist_entry whitelist[] = { variable 792 for (entry = whitelist; entry->pathname; entry++) { in whitelisted_cast()
|
| /Linux-v5.4/arch/powerpc/platforms/powermac/ |
| D | low_i2c.c | 1170 } 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/ |
| D | SafeSetID.rst | 6 system-wide whitelist. These restrictions also prohibit the given UIDs/GIDs
|
| /Linux-v5.4/net/bluetooth/ |
| D | hci_debugfs.c | 127 list_for_each_entry(b, &hdev->whitelist, list) in device_list_show()
|
| D | hci_core.c | 3212 INIT_LIST_HEAD(&hdev->whitelist); in hci_alloc_dev() 3413 hci_bdaddr_list_clear(&hdev->whitelist); in hci_unregister_dev()
|
| D | hci_request.c | 1981 list_for_each_entry(b, &hdev->whitelist, list) { in disconnected_whitelist_entries()
|
| D | mgmt.c | 5627 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()
|
| D | hci_event.c | 2599 !hci_bdaddr_list_lookup(&hdev->whitelist, &ev->bdaddr, in hci_conn_request_evt()
|
| /Linux-v5.4/Documentation/driver-api/usb/ |
| D | gadget.rst | 485 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/ |
| D | hci_core.h | 389 struct list_head whitelist; member
|