Searched full:kernels (Results 1 – 25 of 783) sorted by relevance
12345678910>>...32
/Linux-v5.15/drivers/staging/media/atomisp/ |
D | Makefile | 56 pci/isp/kernels/aa/aa_2/ia_css_aa2.host.o \ 57 pci/isp/kernels/anr/anr_1.0/ia_css_anr.host.o \ 58 pci/isp/kernels/anr/anr_2/ia_css_anr2.host.o \ 59 pci/isp/kernels/anr/anr_2/ia_css_anr2_table.host.o \ 60 pci/isp/kernels/bh/bh_2/ia_css_bh.host.o \ 61 pci/isp/kernels/bnlm/ia_css_bnlm.host.o \ 62 pci/isp/kernels/bnr/bnr_1.0/ia_css_bnr.host.o \ 63 pci/isp/kernels/bnr/bnr2_2/ia_css_bnr2_2.host.o \ 64 pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.o \ 65 pci/isp/kernels/cnr/cnr_2/ia_css_cnr2.host.o \ [all …]
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/ |
D | ia_css_isp_configs.h | 17 #include "isp/kernels/crop/crop_1.0/ia_css_crop.host.h" 18 #include "isp/kernels/dvs/dvs_1.0/ia_css_dvs.host.h" 19 #include "isp/kernels/fpn/fpn_1.0/ia_css_fpn.host.h" 20 #include "isp/kernels/ob/ob_1.0/ia_css_ob.host.h" 21 #include "isp/kernels/output/output_1.0/ia_css_output.host.h" 22 #include "isp/kernels/qplane/qplane_2/ia_css_qplane.host.h" 23 #include "isp/kernels/raw/raw_1.0/ia_css_raw.host.h" 24 #include "isp/kernels/ref/ref_1.0/ia_css_ref.host.h" 25 #include "isp/kernels/s3a/s3a_1.0/ia_css_s3a.host.h" 28 #include "isp/kernels/sc/sc_1.0/ia_css_sc.host.h" [all …]
|
D | ia_css_isp_states.h | 17 #include "isp/kernels/aa/aa_2/ia_css_aa2.host.h" 18 #include "isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.h" 19 #include "isp/kernels/cnr/cnr_2/ia_css_cnr2.host.h" 20 #include "isp/kernels/de/de_1.0/ia_css_de.host.h" 21 #include "isp/kernels/dp/dp_1.0/ia_css_dp.host.h" 22 #include "isp/kernels/ref/ref_1.0/ia_css_ref.host.h" 23 #include "isp/kernels/tnr/tnr_1.0/ia_css_tnr.host.h" 24 #include "isp/kernels/ynr/ynr_1.0/ia_css_ynr.host.h" 25 #include "isp/kernels/dpc2/ia_css_dpc2.host.h" 26 #include "isp/kernels/eed1_8/ia_css_eed1_8.host.h"
|
D | ia_css_types.h | 31 #include "isp/kernels/aa/aa_2/ia_css_aa2_types.h" 32 #include "isp/kernels/anr/anr_1.0/ia_css_anr_types.h" 33 #include "isp/kernels/anr/anr_2/ia_css_anr2_types.h" 34 #include "isp/kernels/cnr/cnr_2/ia_css_cnr2_types.h" 35 #include "isp/kernels/csc/csc_1.0/ia_css_csc_types.h" 36 #include "isp/kernels/ctc/ctc_1.0/ia_css_ctc_types.h" 37 #include "isp/kernels/dp/dp_1.0/ia_css_dp_types.h" 38 #include "isp/kernels/de/de_1.0/ia_css_de_types.h" 39 #include "isp/kernels/de/de_2/ia_css_de2_types.h" 40 #include "isp/kernels/fc/fc_1.0/ia_css_formats_types.h" [all …]
|
/Linux-v5.15/Documentation/locking/ |
D | locktypes.rst | 46 On PREEMPT_RT kernels, these lock types are converted to sleeping locks: 58 On non-PREEMPT_RT kernels, local_lock functions are wrappers around 71 On non-PREEMPT_RT kernels, these lock types are also spinning locks: 103 PI has limitations on non-PREEMPT_RT kernels due to preemption and 107 regions of code, even on PREEMPT_RT kernels. Instead, PREEMPT_RT kernels 137 On non-PREEMPT_RT kernels the implementation is fair, thus preventing 147 PREEMPT_RT kernels map rw_semaphore to a separate rt_mutex-based 164 On non-PREEMPT_RT kernels local_lock operations map to the preemption and 192 PREEMPT_RT kernels map local_lock to a per-CPU spinlock_t, thus changing 215 kernel configuration including PREEMPT_RT enabled kernels. [all …]
|
/Linux-v5.15/arch/powerpc/kvm/ |
D | Kconfig | 58 Support running unmodified book3s_32 guest kernels 74 Support running unmodified book3s_64 and book3s_32 guest kernels 89 Support running unmodified book3s_64 guest kernels in 108 Support running guest kernels in virtual machines on processors 154 Support running unmodified E500 guest kernels in virtual machines on 170 Support running unmodified E500MC/E5500/E6500 guest kernels in
|
/Linux-v5.15/arch/x86/include/uapi/asm/ |
D | ucontext.h | 15 * kernels that save SS in the sigcontext. All kernels that set 19 * Kernels that set UC_SIGCONTEXT_SS will also set UC_STRICT_RESTORE_SS 47 * the signal was raised.. Old kernels would lose track of the
|
/Linux-v5.15/tools/testing/selftests/rcutorture/configs/rcu/ |
D | ver_functions.sh | 12 # Adds n_barrier_cbs rcutorture module parameter to kernels having it. 24 # Adds onoff rcutorture module parameters to kernels having it. 35 # Adds per-version torture-module parameters to kernels supporting them.
|
/Linux-v5.15/Documentation/process/ |
D | changes.rst | 10 software necessary to run the 4.x kernels. 12 This document is originally based on my "Changes" file for 2.0.x kernels 76 kernels. Older releases aren't guaranteed to work, and we may drop workarounds 120 You will need bc to build kernels 3.10 and higher 129 You will need openssl to build kernels 3.7 and higher if module signing is 130 enabled. You will also need openssl development packages to build kernels 4.3 158 types, have a fdformat which works with 2.4 kernels, and similar goodies. 202 (Linux kernels 2.4.x). It is a combined package and contains working 291 In ancient (2.4 and earlier) kernels, the nfs server needed to know 302 With modern kernels we have the option of having the kernel tell mountd [all …]
|
D | applying-patches.rst | 262 The 5.x kernels 274 that such patches do **NOT** apply on top of 5.x.y kernels but on top of the 297 The 5.x.y kernels 300 Kernels with 3-digit versions are -stable kernels. They contain small(ish) 334 The -rc kernels 337 These are release-candidate kernels. These are development kernels released 341 These kernels are not stable and you should expect occasional breakage if 348 development kernels but do not want to run some of the really experimental 349 stuff (such people should see the sections about -next and -mm kernels below).
|
/Linux-v5.15/Documentation/ |
D | Changes | 10 software necessary to run the 4.x kernels. 12 This document is originally based on my "Changes" file for 2.0.x kernels 76 kernels. Older releases aren't guaranteed to work, and we may drop workarounds 120 You will need bc to build kernels 3.10 and higher 129 You will need openssl to build kernels 3.7 and higher if module signing is 130 enabled. You will also need openssl development packages to build kernels 4.3 158 types, have a fdformat which works with 2.4 kernels, and similar goodies. 202 (Linux kernels 2.4.x). It is a combined package and contains working 291 In ancient (2.4 and earlier) kernels, the nfs server needed to know 302 With modern kernels we have the option of having the kernel tell mountd [all …]
|
/Linux-v5.15/drivers/scsi/mpt3sas/ |
D | Kconfig | 60 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this 72 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
|
/Linux-v5.15/arch/mips/sgi-ip22/ |
D | Platform | 5 # symmon, 0xffffffff80002000 for production kernels. Note that the value must 7 # current variable will break so for 64-bit kernels we have to raise the start 22 # symmon, 0xa800000020004000 for production kernels ? Note that the value must
|
/Linux-v5.15/fs/cramfs/ |
D | README | 99 kernels up to at least 2.3.39 didn't support holes. Run mkcramfs 136 kernels, not even necessarily kernels of the same architecture if 166 The cost of option 1 is that kernels with a larger PAGE_SIZE 171 with kernels having larger PAGE_SIZE can make use of that if 172 they don't mind their cramfs being inaccessible to kernels with
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/css_2401_system/hive/ |
D | ia_css_isp_params.c | 18 #include "isp/kernels/aa/aa_2/ia_css_aa2.host.h" 19 #include "isp/kernels/anr/anr_1.0/ia_css_anr.host.h" 20 #include "isp/kernels/anr/anr_2/ia_css_anr2.host.h" 21 #include "isp/kernels/bh/bh_2/ia_css_bh.host.h" 22 #include "isp/kernels/bnr/bnr_1.0/ia_css_bnr.host.h" 23 #include "isp/kernels/bnr/bnr2_2/ia_css_bnr2_2.host.h" 24 #include "isp/kernels/cnr/cnr_2/ia_css_cnr2.host.h" 25 #include "isp/kernels/crop/crop_1.0/ia_css_crop.host.h" 26 #include "isp/kernels/csc/csc_1.0/ia_css_csc.host.h" 27 #include "isp/kernels/ctc/ctc_1.0/ia_css_ctc.host.h" [all …]
|
/Linux-v5.15/drivers/staging/media/atomisp/pci/css_2400_system/hive/ |
D | ia_css_isp_params.c | 17 #include "isp/kernels/aa/aa_2/ia_css_aa2.host.h" 18 #include "isp/kernels/anr/anr_1.0/ia_css_anr.host.h" 19 #include "isp/kernels/anr/anr_2/ia_css_anr2.host.h" 20 #include "isp/kernels/bh/bh_2/ia_css_bh.host.h" 21 #include "isp/kernels/bnr/bnr_1.0/ia_css_bnr.host.h" 22 #include "isp/kernels/bnr/bnr2_2/ia_css_bnr2_2.host.h" 23 #include "isp/kernels/cnr/cnr_2/ia_css_cnr2.host.h" 24 #include "isp/kernels/crop/crop_1.0/ia_css_crop.host.h" 25 #include "isp/kernels/csc/csc_1.0/ia_css_csc.host.h" 26 #include "isp/kernels/ctc/ctc_1.0/ia_css_ctc.host.h" [all …]
|
/Linux-v5.15/scripts/package/ |
D | mkspec | 101 $S$M mkdir -p %{buildroot}/usr/src/kernels/$KERNELRELEASE 102 $S$M tar cf - $EXCLUDES . | tar xf - -C %{buildroot}/usr/src/kernels/$KERNELRELEASE 104 $S$M ln -sf /usr/src/kernels/$KERNELRELEASE build 105 $S$M ln -sf /usr/src/kernels/$KERNELRELEASE source 144 $S$M /usr/src/kernels/$KERNELRELEASE
|
/Linux-v5.15/Documentation/admin-guide/ |
D | efi-stub.rst | 64 Kernels\ 73 directory is fs0:\Kernels, the following command must be used:: 75 fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img
|
/Linux-v5.15/Documentation/networking/dsa/ |
D | configuration.rst | 96 # For kernels earlier than v5.12, the master interface needs to be 108 # For kernels earlier than v5.12, the master interface needs to be 134 # For kernels earlier than v5.12, the master interface needs to be 178 # For kernels earlier than v5.12, the master interface needs to be 221 # For kernels earlier than v5.12, the master interface needs to be 261 # For kernels earlier than v5.12, the master interface needs to be 353 # compatible with v4.14 kernels and later:
|
/Linux-v5.15/include/linux/ |
D | getcpu.h | 10 in future kernels. 12 It is only a private cache for vgetcpu(). It will change in future kernels.
|
/Linux-v5.15/include/uapi/linux/ |
D | rfkill.h | 124 * older kernels will accept/send only up to this point, 136 * then not reported on older kernels on read(), and not written to by 137 * older kernels on write(), with the kernel reporting the size it did 155 * things to no longer work correctly on old and new kernels.
|
/Linux-v5.15/Documentation/scsi/ |
D | lpfc.rst | 11 toward the upstream kernel. As such, we removed #ifdefs for older kernels 13 run on one of the older kernels. 74 If a driver is needed for older kernels please utilize the 8.0.16
|
/Linux-v5.15/arch/x86/include/asm/fpu/ |
D | api.h | 57 * on !RT kernels. 59 * On RT kernels local_bh_disable() is not sufficient because it only 62 * half processing is always in thread context on RT kernels so it
|
/Linux-v5.15/tools/testing/selftests/rcutorture/configs/lock/ |
D | ver_functions.sh | 12 # Adds onoff locktorture module parameters to kernels having it. 23 # Adds per-version torture-module parameters to kernels supporting them.
|
/Linux-v5.15/tools/testing/selftests/rcutorture/configs/scf/ |
D | ver_functions.sh | 12 # Adds onoff scftorture module parameters to kernels having it. 23 # Adds per-version torture-module parameters to kernels supporting them.
|
12345678910>>...32