| /linux/drivers/acpi/x86/ |
| H A D | Makefile | 8 obj-$(CONFIG_X86) += blacklist.o
|
| /linux/Documentation/translations/zh_CN/maintainer/ |
| H A D | modifying-patches.rst | 38 libata: Un-break ATA blacklist
|
| /linux/tools/perf/tests/shell/base_probe/ |
| H A D | test_adding_blacklisted.sh | 23 BLACKFUNC_LIST=`head -n 5 /sys/kernel/debug/kprobes/blacklist 2> /dev/null | cut -f2`
|
| /linux/drivers/s390/cio/ |
| H A D | Makefile | 10 obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-sis5595.c | 54 static int blacklist[] = { variable 141 for (i = blacklist; *i != 0; i++) { in sis5595_setup()
|
| /linux/Documentation/i2c/busses/ |
| H A D | i2c-sis5595.rst | 24 "blacklist" PCI ID and refuse to load.
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 122 {"blacklist", required_argument, NULL, 'b' }, 154 char *blacklist; member 2030 if (!opt->blacklist) in check_blacklist() 2032 ptr = strdup(opt->blacklist); in check_blacklist() 2190 options.blacklist = strdup(optarg); in main() 2191 if (!options.blacklist) in main() 2236 if (options.blacklist) in main() 2237 free(options.blacklist); in main()
|
| H A D | test_progs.c | 272 for (i = 0; i < sel->blacklist.cnt; i++) { in should_run() 273 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run() 274 !sel->blacklist.tests[i].subtest_cnt) in should_run() 333 if (match_subtest_desc(&sel->blacklist, test_name, in should_run_subtest() 1017 free_test_filter_set(&test_selector->blacklist); in free_test_selector() 1067 &env->test_selector.blacklist, in parse_arg() 1071 &env->test_selector.blacklist, in parse_arg()
|
| H A D | test_progs.h | 66 struct test_filter_set blacklist; 65 struct test_filter_set blacklist; global() member
|
| /linux/security/integrity/ima/ |
| H A D | Kconfig | 254 Keys may be added to the IMA or IMA blacklist keyrings, if the 265 bool "Create IMA machine owner blacklist keyrings (EXPERIMENTAL)" 270 This option creates an IMA blacklist keyring, which contains all
|
| /linux/drivers/misc/mei/ |
| H A D | bus-fixup.c | 68 static void blacklist(struct mei_cl_device *cldev) in blacklist() function 560 MEI_FIXUP(MEI_UUID_NFC_INFO, blacklist),
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | common.c | 1248 #define VULNBL(vendor, family, model, blacklist) \ argument 1249 X86_MATCH_VENDOR_FAM_MODEL(vendor, family, model, blacklist) 1257 #define VULNBL_AMD(family, blacklist) \ argument 1258 VULNBL(AMD, family, X86_MODEL_ANY, blacklist) 1260 #define VULNBL_HYGON(family, blacklist) \ argument 1261 VULNBL(HYGON, family, X86_MODEL_ANY, blacklist)
|
| /linux/Documentation/maintainer/ |
| H A D | modifying-patches.rst | 36 libata: Un-break ATA blacklist
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_ctrl.c | 3217 const struct uvc_ctrl_blacklist *blacklist; in uvc_ctrl_prune_entity() local 3225 blacklist = processing_blacklist; in uvc_ctrl_prune_entity() 3232 blacklist = camera_blacklist; in uvc_ctrl_prune_entity() 3243 if (!usb_match_one_id(dev->intf, &blacklist[i].id)) in uvc_ctrl_prune_entity() 3246 if (blacklist[i].index >= 8 * size || in uvc_ctrl_prune_entity() 3247 !uvc_test_bit(controls, blacklist[i].index)) in uvc_ctrl_prune_entity() 3252 entity->id, blacklist[i].index); in uvc_ctrl_prune_entity() 3254 uvc_clear_bit(controls, blacklist[i].index); in uvc_ctrl_prune_entity()
|
| /linux/Documentation/translations/zh_CN/dev-tools/ |
| H A D | kcsan.rst | 154 * 将 ``blacklist`` 或 ``whitelist`` 写入 ``/sys/kernel/debug/kcsan`` 会改变报告
|
| /linux/tools/perf/util/ |
| H A D | probe-event.c | 2529 static void kprobe_blacklist__delete(struct list_head *blacklist) 2533 while (!list_empty(blacklist)) { in kprobe_blacklist__delete() 2534 node = list_first_entry(blacklist, in kprobe_blacklist__delete() 2542 static int kprobe_blacklist__load(struct list_head *blacklist) 2553 ret = e_snprintf(buf, PATH_MAX, "%s/kprobes/blacklist", __debugfs); in kprobe_blacklist__load() 2569 list_add_tail(&node->list, blacklist); in kprobe_blacklist__load() 2591 kprobe_blacklist__delete(blacklist); in kprobe_blacklist__load() 2598 kprobe_blacklist__find_by_address(struct list_head *blacklist, u64 address) 2602 list_for_each_entry(node, blacklist, list) { in kprobe_blacklist__find_by_address() 2618 pr_debug("No kprobe blacklist suppor in kprobe_blacklist__init() 2530 kprobe_blacklist__delete(struct list_head * blacklist) kprobe_blacklist__delete() argument 2543 kprobe_blacklist__load(struct list_head * blacklist) kprobe_blacklist__load() argument 2599 kprobe_blacklist__find_by_address(struct list_head * blacklist,u64 address) kprobe_blacklist__find_by_address() argument [all...] |
| /linux/Documentation/hwmon/ |
| H A D | sis5595.rst | 36 "blacklist" PCI ID and refuse to load.
|
| /linux/security/integrity/ |
| H A D | Kconfig | 117 hashes to the .blacklist keyring for powerpc based platforms.
|
| /linux/Documentation/networking/device_drivers/ethernet/chelsio/ |
| H A D | cxgb.rst | 298 to the "blacklist" file located in /etc/hotplug. It has been noted that 300 does not use the blacklist file. Simply remove, or rename, the net.agent
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 300 Kprobes manages such functions as a blacklist. 301 If you want to add a function into the blacklist, you just need 304 Kprobes checks the given probe address against the blacklist and 305 rejects registering it, if the given address is in the blacklist.
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | reporting-issues.rst | 415 並通過指定 ``foo.blacklist=1`` 作爲內核參數臨時阻止該模塊被加載(用有
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | reporting-issues.rst | 414 并通过指定 ``foo.blacklist=1`` 作为内核参数临时阻止该模块被加载(用有
|
| /linux/net/bluetooth/ |
| H A D | hci_debugfs.c | 155 DEFINE_SHOW_ATTRIBUTE(blacklist);
|
| /linux/drivers/tty/serial/8250/ |
| H A D | 8250_pci.c | 4035 static const struct pci_device_id blacklist[] = { variable 4359 exclude = pci_match_id(blacklist, dev); in pciserial_init_one()
|
| /linux/arch/x86/ |
| H A D | Kconfig | 964 affected by entries in the DMI blacklist. Required by PNP
|