/Linux-v4.19/Documentation/cgroup-v1/ |
D | devices.txt | 7 whitelist with each cgroup. A whitelist entry has 4 fields. 15 devices from the whitelist or add new entries. A child cgroup can 34 will add the 'a *:* rwm' entry to the whitelist. 46 CAP_SYS_ADMIN is needed to modify the whitelist or move another 57 from their whitelist and all the locally set whitelist entries will be 58 re-evaluated. In case one of the locally set whitelist entries would provide 59 more access than the cgroup's parent, it'll be removed from the whitelist. 72 it'll propagate down and after revalidating B's entries, the whitelist entry 75 group whitelist entries denied devices 82 Notice that new whitelist entries will not be propagated: [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_workarounds.c | 936 struct whitelist { struct 942 static void whitelist_reg(struct whitelist *w, i915_reg_t reg) in whitelist_reg() argument 950 static void bdw_whitelist_build(struct whitelist *w) in bdw_whitelist_build() 954 static void chv_whitelist_build(struct whitelist *w) in chv_whitelist_build() 958 static void gen9_whitelist_build(struct whitelist *w) in gen9_whitelist_build() 970 static void skl_whitelist_build(struct whitelist *w) in skl_whitelist_build() 978 static void bxt_whitelist_build(struct whitelist *w) in bxt_whitelist_build() 983 static void kbl_whitelist_build(struct whitelist *w) in kbl_whitelist_build() 991 static void glk_whitelist_build(struct whitelist *w) in glk_whitelist_build() 999 static void cfl_whitelist_build(struct whitelist *w) in cfl_whitelist_build() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | intel_workarounds.c | 92 static u32 get_whitelist_reg(const struct whitelist *w, unsigned int i) in get_whitelist_reg() 97 static void print_results(const struct whitelist *w, const u32 *results) in print_results() 110 static int check_whitelist(const struct whitelist *w, in check_whitelist() 190 const struct whitelist *w, in check_whitelist_across_reset() 246 struct whitelist w; in live_reset_whitelist()
|
/Linux-v4.19/drivers/cpufreq/ |
D | cpufreq-dt-platdev.c | 21 static const struct of_device_id whitelist[] __initconst = { variable 155 match = of_match_node(whitelist, np); in cpufreq_dt_platdev_init()
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | TODO | 9 GUID-to-port matching/whitelist/blacklist.
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib-of.c | 200 const char *whitelist[] = { in of_find_regulator_gpio() local 215 i = match_string(whitelist, ARRAY_SIZE(whitelist), con_id); in of_find_regulator_gpio()
|
/Linux-v4.19/tools/objtool/ |
D | check.h | 63 struct section *rodata, *whitelist; member
|
D | check.c | 117 if (file->whitelist && file->whitelist->rela) in ignore_func() 118 list_for_each_entry(rela, &file->whitelist->rela->rela_list, list) { in ignore_func() 2173 file.whitelist = find_section_by_name(file.elf, ".discard.func_stack_frame_non_standard"); in check()
|
/Linux-v4.19/Documentation/power/ |
D | video.txt | 25 whitelist of systems, and automatically selects working method for a 28 whitelist, please try to find a working solution, and submit whitelist
|
D | s2ram.txt | 6 1) Check suspend.sf.net, program s2ram there has long whitelist of
|
/Linux-v4.19/drivers/usb/core/ |
D | Kconfig | 63 product whitelist, so USB peripherals not listed there will be
|
/Linux-v4.19/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-v4.19/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-v4.19/arch/powerpc/platforms/powermac/ |
D | low_i2c.c | 1175 } whitelist[] = { in pmac_i2c_devscan() local 1208 for (p = whitelist; p->name != NULL; p++) { in pmac_i2c_devscan()
|
/Linux-v4.19/net/bluetooth/ |
D | hci_debugfs.c | 127 list_for_each_entry(b, &hdev->whitelist, list) in device_list_show()
|
D | hci_core.c | 3100 INIT_LIST_HEAD(&hdev->whitelist); in hci_alloc_dev() 3301 hci_bdaddr_list_clear(&hdev->whitelist); in hci_unregister_dev()
|
D | hci_request.c | 1936 list_for_each_entry(b, &hdev->whitelist, list) { in disconnected_whitelist_entries()
|
D | mgmt.c | 5633 err = hci_bdaddr_list_add(&hdev->whitelist, &cp->addr.bdaddr, in add_device() 5723 err = hci_bdaddr_list_del(&hdev->whitelist, in remove_device() 5794 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()
|
D | hci_event.c | 2515 !hci_bdaddr_list_lookup(&hdev->whitelist, &ev->bdaddr, in hci_conn_request_evt()
|
/Linux-v4.19/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-v4.19/include/net/bluetooth/ |
D | hci_core.h | 372 struct list_head whitelist; member
|