/linux-6.3-rc2/arch/sparc/lib/ |
A D | Makefile | 8 lib-$(CONFIG_SPARC32) += ashrdi3.o 10 lib-y += strlen.o 12 lib-$(CONFIG_SPARC32) += blockops.o 16 lib-$(CONFIG_SPARC64) += atomic_64.o 19 lib-$(CONFIG_SPARC64) += multi3.o 20 lib-$(CONFIG_SPARC64) += fls.o 21 lib-$(CONFIG_SPARC64) += fls64.o 22 lib-$(CONFIG_SPARC64) += NG4fls.o 26 lib-$(CONFIG_SPARC64) += VISsave.o 27 lib-$(CONFIG_SPARC64) += bitops.o [all …]
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | subskeleton.c | 12 if (!ASSERT_OK_PTR(lib, "open subskeleton")) in subskeleton_lib_setup() 15 *lib->rodata.var1 = 1; in subskeleton_lib_setup() 16 *lib->data.var2 = 2; in subskeleton_lib_setup() 17 lib->bss.var3->var3_1 = 3; in subskeleton_lib_setup() 18 lib->bss.var3->var3_2 = 4; in subskeleton_lib_setup() 20 test_subskeleton_lib__destroy(lib); in subskeleton_lib_setup() 28 if (!ASSERT_OK_PTR(lib, "open subskeleton")) in subskeleton_lib_subresult() 31 result = *lib->bss.libout1; in subskeleton_lib_subresult() 38 ASSERT_OK_PTR(lib->maps.map1, "map1"); in subskeleton_lib_subresult() 41 ASSERT_EQ(*lib->data.var5, 5, "__weak var5"); in subskeleton_lib_subresult() [all …]
|
/linux-6.3-rc2/tools/power/pm-graph/ |
A D | Makefile | 9 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph 10 install sleepgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 11 install bootgraph.py $(DESTDIR)$(PREFIX)/lib/pm-graph 12 install -d $(DESTDIR)$(PREFIX)/lib/pm-graph/config 40 rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/config/* 42 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph/config; \ 44 rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/__pycache__/* 46 rmdir $(DESTDIR)$(PREFIX)/lib/pm-graph/__pycache__; \ 48 rm -f $(DESTDIR)$(PREFIX)/lib/pm-graph/* 49 if [ -d $(DESTDIR)$(PREFIX)/lib/pm-graph ] ; then \ [all …]
|
/linux-6.3-rc2/tools/perf/ |
A D | MANIFEST | 6 tools/lib/api 7 tools/lib/bpf 8 tools/lib/subcmd 9 tools/lib/perf 11 tools/lib/ctype.c 12 tools/lib/hweight.c 13 tools/lib/rbtree.c 14 tools/lib/string.c 15 tools/lib/symbol 17 tools/lib/bitmap.c [all …]
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | Makefile | 44 lib-y := delay.o misc.o cmdline.o cpu.o 46 lib-y += memcpy_$(BITS).o 47 lib-y += pc-conf-reg.o 52 lib-$(CONFIG_RETPOLINE) += retpoline.o 59 lib-y += atomic64_cx8_32.o 60 lib-y += checksum_32.o 61 lib-y += strstr_32.o 62 lib-y += string_32.o 63 lib-y += memmove_32.o 74 lib-y += copy_user_64.o [all …]
|
/linux-6.3-rc2/arch/sparc/prom/ |
A D | Makefile | 8 lib-y := bootstr_$(BITS).o 9 lib-y += init_$(BITS).o 10 lib-$(CONFIG_SPARC32) += memory.o 11 lib-y += misc_$(BITS).o 12 lib-$(CONFIG_SPARC32) += mp.o 13 lib-$(CONFIG_SPARC32) += ranges.o 14 lib-y += console_$(BITS).o 15 lib-y += printf.o 16 lib-y += tree_$(BITS).o 17 lib-$(CONFIG_SPARC64) += p1275.o [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | kernel-api.rst | 36 lib/vsprintf.c 42 lib/kstrtox.c 53 lib/string.c 80 lib/bitmap.c 106 lib/sort.c 138 lib/crc4.c 140 lib/crc7.c 142 lib/crc8.c 144 lib/crc16.c 146 lib/crc32.c [all …]
|
A D | genalloc.rst | 32 lib/genalloc.c 47 lib/genalloc.c 59 lib/genalloc.c 71 lib/genalloc.c 84 lib/genalloc.c 109 lib/genalloc.c
|
/linux-6.3-rc2/tools/testing/selftests/kvm/ |
A D | Makefile | 20 LIBKVM += lib/assert.c 21 LIBKVM += lib/elf.c 22 LIBKVM += lib/guest_modes.c 23 LIBKVM += lib/io.c 24 LIBKVM += lib/kvm_util.c 25 LIBKVM += lib/memstress.c 26 LIBKVM += lib/rbtree.c 27 LIBKVM += lib/sparsebit.c 28 LIBKVM += lib/test_util.c 29 LIBKVM += lib/ucall_common.c [all …]
|
/linux-6.3-rc2/arch/riscv/lib/ |
A D | Makefile | 2 lib-y += delay.o 3 lib-y += memcpy.o 4 lib-y += memset.o 5 lib-y += memmove.o 6 lib-y += strcmp.o 7 lib-y += strlen.o 8 lib-y += strncmp.o 9 lib-$(CONFIG_MMU) += uaccess.o 10 lib-$(CONFIG_64BIT) += tishift.o
|
/linux-6.3-rc2/drivers/firmware/efi/libstub/ |
A D | Makefile | 73 skip_spaces.o lib-cmdline.o lib-ctype.o \ 80 lib-$(CONFIG_EFI_PARAMS_FROM_FDT) += fdt.o \ 81 $(patsubst %.c,lib-%.o,$(libfdt-deps)) 83 $(obj)/lib-%.o: $(srctree)/lib/%.c FORCE 89 lib-$(CONFIG_ARM) += arm32-stub.o 91 lib-$(CONFIG_X86) += x86-stub.o 92 lib-$(CONFIG_RISCV) += riscv.o riscv-stub.o 97 zboot-obj-$(CONFIG_RISCV) := lib-clz_ctz.o lib-ashldi3.o 98 lib-$(CONFIG_EFI_ZBOOT) += zboot.o $(zboot-obj-y) 100 extra-y := $(lib-y) [all …]
|
/linux-6.3-rc2/arch/x86/um/ |
A D | Makefile | 23 subarch-y = ../lib/string_32.o ../lib/atomic64_32.o ../lib/atomic64_cx8_32.o 24 subarch-y += ../lib/cmpxchg8b_emu.o ../lib/atomic64_386_32.o 31 subarch-y = ../lib/csum-partial_64.o ../lib/memcpy_64.o \ 32 ../lib/memmove_64.o ../lib/memset_64.o
|
/linux-6.3-rc2/arch/x86/tools/ |
A D | Makefile | 32 …est.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/… 34 …ity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/… 37 …lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_types.h… 39 …lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_types.h…
|
/linux-6.3-rc2/scripts/package/ |
A D | builddeb | 88 mkdir -p $pdir/lib/modules/$version/ 89 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build 166 for module in $(find $tmpdir/lib/modules/ -name *.ko -printf '%P\n'); do 167 module=lib/modules/$module 168 mkdir -p $(dirname $dbg_dir/usr/lib/debug/$module) 170 $OBJCOPY --only-keep-debug $tmpdir/$module $dbg_dir/usr/lib/debug/$module 225 mkdir -p $dbg_dir/usr/lib/debug/lib/modules/$version/ 226 cp vmlinux $dbg_dir/usr/lib/debug/lib/modules/$version/ 228 mkdir -p $dbg_dir/usr/lib/debug/boot/ 229 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version [all …]
|
/linux-6.3-rc2/tools/power/cpupower/ |
A D | .gitignore | 9 lib/.libs 10 lib/cpufreq.lo 11 lib/cpufreq.o 12 lib/proc.lo 13 lib/proc.o 14 lib/sysfs.lo 15 lib/sysfs.o
|
/linux-6.3-rc2/tools/perf/util/ |
A D | python-ext-sources | 9 ../lib/ctype.c 19 ../lib/bitmap.c 20 ../lib/find_bit.c 21 ../lib/list_sort.c 22 ../lib/hweight.c 23 ../lib/string.c 24 ../lib/vsprintf.c 34 ../lib/rbtree.c
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | Makefile | 18 lib/devcom.o lib/pci_vsc.o lib/dm.o lib/fs_ttc.o diag/fs_tracepoint.o \ 20 fw_reset.o qos.o lib/tout.o lib/aso.o 32 lib/crypto.o 41 mlx5_core-$(CONFIG_MLX5_ESWITCH) += lag/mp.o lag/port_sel.o lib/geneve.o lib/port_tun.o \ 45 lib/fs_chains.o en/tc_tun.o \ 80 mlx5_core-$(CONFIG_MLX5_MPFS) += lib/mpfs.o 81 mlx5_core-$(CONFIG_VXLAN) += lib/vxlan.o 82 mlx5_core-$(CONFIG_PTP_1588_CLOCK) += lib/clock.o 83 mlx5_core-$(CONFIG_PCI_HYPERV_INTERFACE) += lib/hv.o lib/hv_vhca.o 100 en_accel/ipsec_offload.o lib/ipsec_fs_roce.o [all …]
|
/linux-6.3-rc2/arch/mips/fw/arc/ |
A D | Makefile | 7 lib-y += cmdline.o 9 lib-y += cmdline.o env.o file.o identify.o init.o \ 13 lib-$(CONFIG_ARC_MEMORY) += memory.o 14 lib-$(CONFIG_ARC_CONSOLE) += arc_con.o 15 lib-$(CONFIG_ARC_PROMLIB) += promlib.o
|
/linux-6.3-rc2/arch/m68k/lib/ |
A D | Makefile | 7 lib-y := ashldi3.o ashrdi3.o lshrdi3.o muldi3.o \ 10 lib-$(CONFIG_MMU) += uaccess.o 11 lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += mulsi3.o divsi3.o udivsi3.o 12 lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += modsi3.o umodsi3.o 15 lib-y += checksum.o
|
/linux-6.3-rc2/arch/arc/lib/ |
A D | Makefile | 6 lib-y := strchr-700.o strcpy-700.o strlen.o memcmp.o 8 lib-$(CONFIG_ISA_ARCOMPACT) += memcpy-700.o memset.o strcmp.o 9 lib-$(CONFIG_ISA_ARCV2) += memset-archs.o strcmp-archs.o 12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs-unaligned.o 14 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs.o
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | kernel-api.rst | 24 .. kernel-doc:: lib/vsprintf.c 30 .. kernel-doc:: lib/kstrtox.c 42 .. kernel-doc:: lib/string.c 72 .. kernel-doc:: lib/bitmap.c 102 .. kernel-doc:: lib/sort.c 133 .. kernel-doc:: lib/crc4.c 136 .. kernel-doc:: lib/crc7.c 139 .. kernel-doc:: lib/crc8.c 142 .. kernel-doc:: lib/crc16.c 145 .. kernel-doc:: lib/crc32.c [all …]
|
/linux-6.3-rc2/sound/isa/gus/ |
A D | Makefile | 7 snd-gus-lib-objs := gus_main.o \ 21 obj-$(CONFIG_SND_GUSCLASSIC) += snd-gusclassic.o snd-gus-lib.o 22 obj-$(CONFIG_SND_GUSMAX) += snd-gusmax.o snd-gus-lib.o 23 obj-$(CONFIG_SND_GUSEXTREME) += snd-gusextreme.o snd-gus-lib.o 24 obj-$(CONFIG_SND_INTERWAVE) += snd-interwave.o snd-gus-lib.o 25 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-interwave-stb.o snd-gus-lib.o
|
/linux-6.3-rc2/sound/arm/ |
A D | Makefile | 9 obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o 10 snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o 11 snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o
|
/linux-6.3-rc2/tools/testing/radix-tree/ |
A D | Makefile | 32 idr-test.o: ../../../lib/test_ida.c 44 vpath %.c ../../lib 54 radix-tree.c: ../../../lib/radix-tree.c 57 idr.c: ../../../lib/idr.c 60 xarray.o: ../../../lib/xarray.c ../../../lib/test_xarray.c 62 maple.o: ../../../lib/maple_tree.c ../../../lib/test_maple_tree.c
|
/linux-6.3-rc2/arch/nios2/lib/ |
A D | Makefile | 6 lib-y += delay.o 7 lib-y += memcpy.o 8 lib-y += memmove.o 9 lib-y += memset.o
|