Home
last modified time | relevance | path

Searched full:kernels (Results 1 – 25 of 857) sorted by relevance

12345678910>>...35

/linux-6.8/drivers/staging/media/atomisp/
DMakefile52 pci/isp/kernels/aa/aa_2/ia_css_aa2.host.o \
53 pci/isp/kernels/anr/anr_1.0/ia_css_anr.host.o \
54 pci/isp/kernels/anr/anr_2/ia_css_anr2.host.o \
55 pci/isp/kernels/anr/anr_2/ia_css_anr2_table.host.o \
56 pci/isp/kernels/bh/bh_2/ia_css_bh.host.o \
57 pci/isp/kernels/bnlm/ia_css_bnlm.host.o \
58 pci/isp/kernels/bnr/bnr_1.0/ia_css_bnr.host.o \
59 pci/isp/kernels/bnr/bnr2_2/ia_css_bnr2_2.host.o \
60 pci/isp/kernels/cnr/cnr_1.0/ia_css_cnr.host.o \
61 pci/isp/kernels/cnr/cnr_2/ia_css_cnr2.host.o \
[all …]
/linux-6.8/drivers/staging/media/atomisp/pci/
Dia_css_isp_configs.h17 #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"
26 #include "isp/kernels/tnr/tnr_1.0/ia_css_tnr.host.h"
[all …]
Dia_css_isp_states.h17 #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"
Dia_css_types.h31 #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 …]
Dia_css_isp_params.c18 #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-6.8/Documentation/locking/
Dlocktypes.rst46 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
214 raw_spinlock_t is a strict spinning lock implementation in all kernels,
[all …]
/linux-6.8/arch/x86/include/uapi/asm/
Ducontext.h15 * 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-6.8/arch/powerpc/kvm/
DKconfig57 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
109 Support running guest kernels in virtual machines on processors
197 Support running unmodified E500 guest kernels in virtual machines on
214 Support running unmodified E500MC/E5500/E6500 guest kernels in
/linux-6.8/arch/mips/sgi-ip22/
DPlatform5 # 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-6.8/drivers/scsi/mpt3sas/
DKconfig60 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
72 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
/linux-6.8/fs/cramfs/
DREADME99 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-6.8/drivers/thunderbolt/
DKconfig28 this for production systems or distro kernels.
38 kernels.
53 are doing. Normal users and distro kernels should say N here.
/linux-6.8/Documentation/process/
Dapplying-patches.rst266 The 5.x kernels
278 that such patches do **NOT** apply on top of 5.x.y kernels but on top of the
301 The 5.x.y kernels
304 Kernels with 3-digit versions are -stable kernels. They contain small(ish)
352 The -rc kernels
355 These are release-candidate kernels. These are development kernels released
359 These kernels are not stable and you should expect occasional breakage if
366 development kernels but do not want to run some of the really experimental
367 stuff (such people should see the sections about -next and -mm kernels below).
Dchanges.rst12 This document is originally based on my "Changes" file for 2.0.x kernels
83 kernels. Older releases aren't guaranteed to work, and we may drop workarounds
166 You will need bc to build kernels 3.10 and higher
175 You will need openssl to build kernels 3.7 and higher if module signing is
176 enabled. You will also need openssl development packages to build kernels 4.3
260 (Linux kernels 2.4.x). It is a combined package and contains working
349 In ancient (2.4 and earlier) kernels, the nfs server needed to know
360 With modern kernels we have the option of having the kernel tell mountd
377 On x86 kernels the mcelog utility is needed to process and log machine check
/linux-6.8/Documentation/driver-api/firmware/
Dfirmware-usage-guidelines.rst24 version firmware shall remain compatible with all kernels that load
32 bumps should not introduce new features that newer kernels depend on
37 repo that are required by currently supported stable/LTS kernels,
/linux-6.8/Documentation/admin-guide/
Defi-stub.rst64 Kernels\
73 directory is fs0:\Kernels, the following command must be used::
75 fs0:\Kernels> bzImage.efi initrd=\Kernels\initrd-large.img
/linux-6.8/Documentation/
DChanges12 This document is originally based on my "Changes" file for 2.0.x kernels
83 kernels. Older releases aren't guaranteed to work, and we may drop workarounds
166 You will need bc to build kernels 3.10 and higher
175 You will need openssl to build kernels 3.7 and higher if module signing is
176 enabled. You will also need openssl development packages to build kernels 4.3
260 (Linux kernels 2.4.x). It is a combined package and contains working
349 In ancient (2.4 and earlier) kernels, the nfs server needed to know
360 With modern kernels we have the option of having the kernel tell mountd
377 On x86 kernels the mcelog utility is needed to process and log machine check
/linux-6.8/Documentation/scsi/
Dlpfc.rst11 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
DChangeLog.sym53c8xx_296 - Add call to scsi_set_pci_device() for kernels >= 2.4.4.
99 - Fill in instance->max_cmd_len for kernels > 2.4.0.
123 kernels.
124 - Use del_timer_sync() for recent kernels to kill the driver timer
/linux-6.8/include/linux/
Dgetcpu.h10 in future kernels.
12 It is only a private cache for vgetcpu(). It will change in future kernels.
/linux-6.8/tools/testing/selftests/rcutorture/configs/scf/
Dver_functions.sh12 # Adds onoff scftorture module parameters to kernels having it.
23 # Adds per-version torture-module parameters to kernels supporting them.
/linux-6.8/tools/testing/selftests/rcutorture/configs/lock/
Dver_functions.sh12 # Adds onoff locktorture module parameters to kernels having it.
23 # Adds per-version torture-module parameters to kernels supporting them.
/linux-6.8/include/uapi/linux/
Drfkill.h124 * 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-6.8/arch/arm64/boot/dts/qcom/
Dmsm8916-samsung-e7.dts8 * NOTE: The original firmware from Samsung can only boot ARM32 kernels on some
11 * There seems to be no way to boot ARM64 kernels on 32-bit devices at the
/linux-6.8/Documentation/timers/
Dno_hz.rst16 CONFIG_NO_HZ=n for older kernels). You normally will -not-
20 CONFIG_NO_HZ=y for older kernels). This is the most common
50 CONFIG_NO_HZ=n for older kernels).
95 run CONFIG_HZ_PERIODIC=y kernels (or CONFIG_NO_HZ=n for older kernels)
99 dyntick-idle mode in CONFIG_NO_HZ_IDLE=y kernels by specifying "nohz=off".
100 By default, CONFIG_NO_HZ_IDLE=y kernels boot with "nohz=on", enabling

12345678910>>...35