include <linux/sysfs.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/vmalloc.h> #include <linux/elf.h> #include <linux/proc_fs.h> #include <linux/security.h> #include <linux/seq_file.h> #include <linux/syscalls.h> #include <linux/fcntl.h> #include <linux...
#include <linux/kernel.h> #include <linux/sched.h> #include <linux/err.h> #include <asm/ptrace.h> /* The system call number is given by the user in R3 */5 changes: 5 additions & 0 deletions 5 arch/sh/include/mach-se/mach/se7724.h Original file line numberDiff line numberDiff...
这是一篇介绍Linux内核 IOMMU基础架构的文章,文章原文的名字是《An Introduction to IOMMU Infrastructure in the Linux Kernel》,翻译这篇文章的动力来自于每个月一篇小文章的目标。IOMMU属于PCIe 的一部分,正…
- net: ena: fix rare bug when failed restart/resume is followed by driver removal - net: ena: fix NULL dereference due to untimely napi initialization - gpio: Assign gpio_irq_chip::parents to non-stack pointer - IB/mlx5: Unmap DMA addr from HCA before IOMMU - rds: RDS (tcp) hangs ...
CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA y - CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA y - CONFIG_ATH10K - m CONFIG_ATH10K_DEBUGFS - y CONFIG_ATH10K_PCI - m CONFIG_ATH10K_TRACING - y CONFIG_ATMEL_PWM - m CONFIG_ATMEL_SSC - m CONFIG_BACKLIGHT_AS3711 - m CONFIG_BACKLIGHT_ATMEL_...
#ifndef ASMARM_DMA_MAPPING_H #define ASMARM_DMA_MAPPING_H #ifdef __KERNEL__ #include <linux/mm_types.h> #include <linux/scatterlist.h> #include <linux/dma-attrs.h> #include <linux/dma-debug.h> #include <asm-generic/dma-coherent.h> #include <asm/m...
CONFIG_HAVE_DMA_ATTRS=y CONFIG_HAVE_DMA_CONTIGUOUS=y CONFIG_GENERIC_SMP_IDLE_THREAD=y CONFIG_GENERIC_IDLE_POLL_SETUP=y CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y CONFIG_HAVE_CLK=y CONFIG_HAVE_DMA_API_DEBUG=y CONFIG_HAVE_HW_BREAKPOINT=y CONFIG_HAVE_PERF_REGS=y CONFIG_HAVE_PER...
CONFTEST: dma_attr_macros CONFTEST: dma_map_page_attrs CONFTEST: write_cr4 CONFTEST: of_find_node_by_phandle CONFTEST: of_node_to_nid CONFTEST: pnv_pci_get_npu_dev CONFTEST: of_get_ibm_chip_id CONFTEST: pci_bus_address CONFTEST: pci_stop_and_remove_bus_device ...
Instructions and key files to enable Docker support on NVIDIA Tegra devices, specifically the TX-2. - Tegra-Docker/kernel_config/config at master · Technica-Corporation/Tegra-Docker
arch/arm64/include/asm/virt.h Original file line numberDiff line numberDiff line change @@ -78,6 +78,7 @@ extern u32 __boot_cpu_mode[2]; void __hyp_set_vectors(phys_addr_t phys_vector_base); void __hyp_reset_vectors(void); bool is_kvm_arm_initialised(void); DECLARE_STATIC_...