mirror of https://github.com/torvalds/linux.git
- Additional cache flushing during boot (needed in the presence of
external caches or under virtualisation)
- DMA range invalidation fix for non cache line aligned buffers
- Build failure fix with !COMPAT
- Kconfig update for STRICT_DEVMEM
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iQIcBAABAgAGBQJTRDI8AAoJEGvWsS0AyF7xx2IP/jgBjjeIII7L6T45dG3BeJR1
ph8CBfnsHK3wr5KXiFrdQ2mhAWFr44SLNOd9xuZZmzpA/QWlyqaH46+oqz2GozUf
y2HucJoEIO+wXMFscQ/EQDiT4uUSbEXBQ6JeZzrhCgVaXeSs+wkKTtGXkxEh2gWo
w4OI1/JX7phv4heim51aabzziQ3o9JziIs6hALv6OVZVsuPF/TX+mK8C2ejJWLnv
ou+6E6iv69wNrgPnM3fcKj1CDisCNdFVvjd2LwzkJS7MUra74SWoXczCbfBYW6Ty
1GgZ/t3TOluDoaLgXfGyQXxnhOUyHdV16034/k8wISfuXG59V0eT+CaCgAotftKD
5oH+P4MfyVOvZpILrRtY/4MajlCr4V1RnzSYKnS/h3zzHW7Cx/BtYbbQEOVQnZwc
Gh4adLqc0f8QtkD4zGI7UWmxPxiI9KX9EEpVDAU3TJw6FjVSp7qZ1ifajsWc201h
STzQEu8LDBWQY2WKrtZxXvFjZj4eSSXNaDHNVCugODk2FBU6wNv4P5q1S+23xt+G
rR9UI8a0mpginNvhnwHoIR6X+RW3CDaUzn9k3gaJWDWvGoTeuAIstdyxCn6Dm26c
XF2B5xf5SdxXeNv513WfULCyLgJmLs9CzVFybgYWKLciLbLn7f3pAiisHuO1DWvu
Gv+70wfYArAcbkGPw5Qt
=mDkd
-----END PGP SIGNATURE-----
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull second set of arm64 updates from Catalin Marinas:
"A second pull request for this merging window, mainly with fixes and
docs clarification:
- Documentation clarification on CPU topology and booting
requirements
- Additional cache flushing during boot (needed in the presence of
external caches or under virtualisation)
- DMA range invalidation fix for non cache line aligned buffers
- Build failure fix with !COMPAT
- Kconfig update for STRICT_DEVMEM"
* tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
arm64: Fix DMA range invalidation for cache line unaligned buffers
arm64: Add missing Kconfig for CONFIG_STRICT_DEVMEM
arm64: fix !CONFIG_COMPAT build failures
Revert "arm64: virt: ensure visibility of __boot_cpu_mode"
arm64: Relax the kernel cache requirements for boot
arm64: Update the TCR_EL1 translation granule definitions for 16K pages
ARM: topology: Make it clear that all CPUs need to be described
|
||
|---|---|---|
| .. | ||
| xen | ||
| Kbuild | ||
| arch_timer.h | ||
| asm-offsets.h | ||
| assembler.h | ||
| atomic.h | ||
| barrier.h | ||
| bitops.h | ||
| cache.h | ||
| cacheflush.h | ||
| cachetype.h | ||
| cmpxchg.h | ||
| compat.h | ||
| compiler.h | ||
| cpu_ops.h | ||
| cpufeature.h | ||
| cputable.h | ||
| cputype.h | ||
| debug-monitors.h | ||
| device.h | ||
| dma-contiguous.h | ||
| dma-mapping.h | ||
| elf.h | ||
| esr.h | ||
| exception.h | ||
| exec.h | ||
| fb.h | ||
| fixmap.h | ||
| fpsimd.h | ||
| fpsimdmacros.h | ||
| futex.h | ||
| hardirq.h | ||
| hugetlb.h | ||
| hw_breakpoint.h | ||
| hwcap.h | ||
| hypervisor.h | ||
| insn.h | ||
| io.h | ||
| irq.h | ||
| irqflags.h | ||
| jump_label.h | ||
| kgdb.h | ||
| kvm_arm.h | ||
| kvm_asm.h | ||
| kvm_coproc.h | ||
| kvm_emulate.h | ||
| kvm_host.h | ||
| kvm_mmio.h | ||
| kvm_mmu.h | ||
| kvm_psci.h | ||
| linkage.h | ||
| memblock.h | ||
| memory.h | ||
| mmu.h | ||
| mmu_context.h | ||
| module.h | ||
| neon.h | ||
| page.h | ||
| percpu.h | ||
| perf_event.h | ||
| pgalloc.h | ||
| pgtable-2level-hwdef.h | ||
| pgtable-2level-types.h | ||
| pgtable-3level-hwdef.h | ||
| pgtable-3level-types.h | ||
| pgtable-hwdef.h | ||
| pgtable.h | ||
| pmu.h | ||
| proc-fns.h | ||
| processor.h | ||
| psci.h | ||
| ptrace.h | ||
| shmparam.h | ||
| sigcontext.h | ||
| signal32.h | ||
| smp.h | ||
| smp_plat.h | ||
| sparsemem.h | ||
| spinlock.h | ||
| spinlock_types.h | ||
| stacktrace.h | ||
| stat.h | ||
| string.h | ||
| suspend.h | ||
| sync_bitops.h | ||
| syscall.h | ||
| syscalls.h | ||
| system_misc.h | ||
| thread_info.h | ||
| timex.h | ||
| tlb.h | ||
| tlbflush.h | ||
| topology.h | ||
| traps.h | ||
| uaccess.h | ||
| ucontext.h | ||
| unistd.h | ||
| unistd32.h | ||
| vdso.h | ||
| vdso_datapage.h | ||
| virt.h | ||
| word-at-a-time.h | ||