| /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/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 | 141 char *blacklist; member 1815 if (!opt->blacklist) in check_blacklist() 1817 ptr = strdup(opt->blacklist); in check_blacklist() 1965 options.blacklist = strdup(optarg); in main() 1966 if (!options.blacklist) in main() 2011 if (options.blacklist) in main() 2012 free(options.blacklist); in main()
|
| H A D | test_progs.c | 274 for (i = 0; i < sel->blacklist.cnt; i++) { in should_run() 275 if (glob_match(name, sel->blacklist.tests[i].name) && in should_run() 276 !sel->blacklist.tests[i].subtest_cnt) in should_run() 335 if (match_subtest_desc(&sel->blacklist, test_name, in should_run_subtest() 1032 free_test_filter_set(&test_selector->blacklist); in free_test_selector() 1082 &env->test_selector.blacklist, in parse_arg() 1086 &env->test_selector.blacklist, in parse_arg()
|
| H A D | test_progs.h | 66 struct test_filter_set blacklist; member
|
| /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/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/Documentation/maintainer/ |
| H A D | modifying-patches.rst | 36 libata: Un-break ATA blacklist
|
| /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 | 152 DEFINE_SHOW_ATTRIBUTE(blacklist);
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 386 byte_idx = section_content->blacklist.bit_in_chip_list >> 3; in __check_secure_blacklist() 387 bit_mask = BIT(section_content->blacklist.bit_in_chip_list & 0x7); in __check_secure_blacklist() 389 if (section_content->blacklist.ver > chip_blacklist->ver) { in __check_secure_blacklist() 391 section_content->blacklist.ver, chip_blacklist->ver); in __check_secure_blacklist() 397 section_content->blacklist.ver); in __check_secure_blacklist()
|
| H A D | fw.h | 716 } __packed blacklist; member
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 382 nobl causes the internal blacklist of systems known to 5542 max_cstate=9 overrides any DMI blacklist limit.
|