/openbmc/linux/drivers/staging/media/atomisp/ |
H A D | Makefile | 52 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 …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A 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" 26 #include "isp/kernels/tnr/tnr_1.0/ia_css_tnr.host.h" [all …]
|
H A 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"
|
H A 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 …]
|
H A 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 …]
|
/openbmc/linux/Documentation/locking/ |
H A 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 214 raw_spinlock_t is a strict spinning lock implementation in all kernels, [all …]
|
/openbmc/openbmc/poky/documentation/kernel-dev/ |
H A D | concepts-appx.rst | 10 Kernels available through the Yocto Project (Yocto Linux kernels), like 11 other kernels, are based off the Linux kernel releases from 28 As implied earlier, the ultimate source for Yocto Linux kernels are 29 released kernels from ``kernel.org``. In addition to a foundational 30 kernel from ``kernel.org``, the available Yocto Linux kernels contain a 37 You can find a web interface to the Yocto Linux kernels in the 41 Within this group, you will find several Linux Yocto kernels developed 81 Long Term Support Initiative (LTSI) for Yocto Linux kernels is as 128 Forward porting Linux kernel functionality into the Yocto Linux kernels 135 quality of these cutting edge Yocto Linux kernels is evolving and the [all …]
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A 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
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | Kconfig | 59 Support running unmodified book3s_32 guest kernels 76 Support running unmodified book3s_64 and book3s_32 guest kernels 91 Support running unmodified book3s_64 guest kernels in 111 Support running guest kernels in virtual machines on processors 199 Support running unmodified E500 guest kernels in virtual machines on 216 Support running unmodified E500MC/E5500/E6500 guest kernels in
|
/openbmc/linux/arch/mips/sgi-ip22/ |
H A 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
|
/openbmc/linux/drivers/scsi/mpt3sas/ |
H A 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
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | Kconfig | 28 this for production systems or distro kernels. 38 kernels. 53 are doing. Normal users and distro kernels should say N here.
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-install.sh | 270 echo "Looking for kernels to use as boot target.." 273 kernels="$(find /run/media/$1/ -type f \ 278 if [ -n "$(echo $kernels)" ]; then 280 if [ -z "$(echo $kernels | grep " ")" ]; then 281 kernel=$kernels 284 echo "Which kernel do we want to boot by default? The following kernels were found:" 285 echo $kernels 290 echo "No kernels found, exiting..."
|
/openbmc/linux/fs/cramfs/ |
H A 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
|
/openbmc/linux/Documentation/driver-api/firmware/ |
H A D | firmware-usage-guidelines.rst | 24 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,
|
/openbmc/u-boot/doc/ |
H A D | README.vxworks | 13 U-Boot supports loading VxWorks kernels via 'bootvx' and 'bootm' commands. 14 For booting old kernels (6.9.x) on PowerPC and ARM, and all kernel versions 15 on other architectures, 'bootvx' shall be used. For booting VxWorks 7 kernels 85 Both 32-bit x86 and 64-bit x64 kernels can be loaded.
|
/openbmc/linux/Documentation/admin-guide/ |
H A 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
|
/openbmc/linux/Documentation/process/ |
H A D | applying-patches.rst | 266 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).
|
H A D | changes.rst | 12 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 216 types, have a fdformat which works with 2.4 kernels, and similar goodies. 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
|
/openbmc/qemu/tests/functional/ |
H A D | test_mipsel_malta.py | 25 'kernels/v4.15.18-432-gb2eb9a8b07a1-20180627102142/' 30 'kernels/v4.15.18-432-gb2eb9a8b07a1-20180627102142/' 35 'kernels/v4.15.18-432-gb2eb9a8b07a1-20180627102142/'
|
/openbmc/linux/Documentation/ |
H A D | Changes | 12 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 216 types, have a fdformat which works with 2.4 kernels, and similar goodies. 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
|
/openbmc/linux/include/linux/ |
H A D | getcpu.h | 10 in future kernels. 12 It is only a private cache for vgetcpu(). It will change in future kernels.
|
/openbmc/openbmc/meta-openembedded/meta-networking/classes/ |
H A D | kernel_wireless_regdb.bbclass | 1 # Linux kernels before v4.15, allowed to be compiled with static 10 # 2. For Linux kernels up to v4.14, build kernel with CONFIG_EXPERT and
|
/openbmc/linux/Documentation/scsi/ |
H A 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
|
/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/ |
H A 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.
|