aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-06-26Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-11/+21
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+6
2021-06-25Merge tag 'x86_urgent_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-43/+54
2021-06-24KVM: s390: prepare for hugepage vmallocClaudio Imbrenda1-1/+6
2021-06-24Merge tag 'perf-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-3/+10
2021-06-24perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner1-1/+2
2021-06-22x86: Always inline task_size_max()Peter Zijlstra1-1/+1
2021-06-22x86/xen: Fix noinstr fail in exc_xen_unknown_trap()Peter Zijlstra1-0/+2
2021-06-22x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra1-1/+2
2021-06-22x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra1-1/+1
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2-25/+46
2021-06-22x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner1-18/+8
2021-06-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-7/+9
2021-06-21objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra1-0/+4
2021-06-21s390/stack: fix possible register corruption with stack switch helperHeiko Carstens1-7/+11
2021-06-21s390/topology: clear thread/group maps for offline cpusSven Schnelle1-3/+9
2021-06-21s390: clear pt_regs::flags on irq entrySven Schnelle1-0/+1
2021-06-21s390: fix system call restart with multiple signalsSven Schnelle1-1/+0
2021-06-20Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-24/+56
2021-06-19Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-7/+7
2021-06-19Merge tag 'riscv-for-linus-5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+10
2021-06-19Merge tag 's390-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+2
2021-06-19riscv: dts: fu740: fix cache-controller interruptsDavid Abdurachmanov1-1/+1
2021-06-18riscv: Ensure BPF_JIT_REGION_START aligned with PMD sizeJisheng Zhang2-4/+3
2021-06-18riscv: kasan: Fix MODULES_VADDR evaluation due to local variables' nameJisheng Zhang1-4/+4
2021-06-18Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+44
2021-06-18Merge tag 'arc-5.13-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-1/+45
2021-06-18x86/mm: Avoid truncating memblocks for SGX memoryFan Du1-1/+7
2021-06-18PCI: Add AMD RS690 quirk to enable 64-bit DMAMikel Rychliski1-0/+44
2021-06-18powerpc/perf: Fix crash in perf_instruction_pointer() when ppmu is not setAthira Rajeev1-1/+1
2021-06-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-10/+53
2021-06-15x86/sgx: Add missing xa_destroy() when virtual EPC is destroyedKai Huang1-0/+1
2021-06-15powerpc: Fix initrd corruption with relative jump labelsMichael Ellerman1-1/+1
2021-06-14powerpc/signal64: Copy siginfo before changing regs->nipMichael Ellerman1-5/+4
2021-06-12riscv: sifive: fix Kconfig errata warningRandy Dunlap1-0/+1
2021-06-12riscv32: Use medany C model for modulesKhem Raj1-1/+1
2021-06-12Merge tag 'riscv-for-linus-5.13-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-16/+36
2021-06-12Merge tag 'perf-urgent-2021-06-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+8
2021-06-11riscv: Fix BUILTIN_DTB for sifive and microchip socAlexandre Ghiti2-0/+2
2021-06-11x86, lto: Pass -stack-alignment only on LLD < 13.0.0Tor Vic1-2/+3
2021-06-11KVM: x86/mmu: Calculate and check "full" mmu_role for nested MMUSean Christopherson1-1/+25
2021-06-11KVM: X86: Fix x86_emulator slab cache leakWanpeng Li1-0/+1
2021-06-11KVM: SVM: Call SEV Guest Decommission if ASID binding failsAlper Gun1-5/+15
2021-06-10riscv: alternative: fix typo in macro nameVitaly Wool1-2/+2
2021-06-10ARC: fix CONFIG_HARDENED_USERCOPYVineet Gupta1-1/+1
2021-06-10ARCv2: save ABI registers across signal handlingVineet Gupta2-0/+44
2021-06-10riscv: code patching only works on !XIP_KERNELJisheng Zhang1-9/+9
2021-06-10riscv: xip: support runtime trap patchingVitaly Wool2-5/+23
2021-06-10KVM: x86: Immediately reset the MMU context when the SMM flag is clearedSean Christopherson1-1/+4
2021-06-10KVM: x86: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+2
2021-06-10KVM: SVM: fix doc warningsChenXiaoSong1-3/+3
2021-06-10x86/nmi_watchdog: Fix old-style NMI watchdog regression on old Intel CPUsCodyYao-oc1-2/+2
2021-06-10x86/fpu: Reset state for all signal restore failuresThomas Gleixner1-11/+15
2021-06-09kvm: LAPIC: Restore guard to prevent illegal APIC register accessJim Mattson1-0/+3
2021-06-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-20/+42
2021-06-09x86/pkru: Write hardware init value to PKRU when xstate is initThomas Gleixner1-2/+9
2021-06-09x86/process: Check PF_KTHREAD and not current->mm for kernel threadsThomas Gleixner1-1/+1
2021-06-09x86/fpu: Invalidate FPU state after a failed XRSTOR from a user bufferAndy Lutomirski1-0/+19
2021-06-09x86/fpu: Prevent state corruption in __fpu__restore_sig()Thomas Gleixner1-8/+1
2021-06-08KVM: x86: Unload MMU on guest TLB flush if TDP disabled to force MMU syncLai Jiangshan1-0/+13
2021-06-08KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint messageSean Christopherson1-3/+3
2021-06-08Merge tag 'orphans-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2021-06-08KVM: x86: Ensure PV TLB flush tracepoint reflects KVM behaviorLai Jiangshan1-2/+4
2021-06-08KVM: X86: MMU: Use the correct inherited permissions to get shadow pageLai Jiangshan1-5/+9
2021-06-08KVM: LAPIC: Write 0 to TMICT should also cancel vmx-preemption timerWanpeng Li1-6/+11
2021-06-08KVM: SVM: Fix SEV SEND_START session length & SEND_UPDATE_DATA query length a...Ashish Kalra1-4/+2
2021-06-08x86/ioremap: Map EFI-reserved memory as encrypted for SEVTom Lendacky1-1/+3
2021-06-07s390/mcck: fix invalid KVM guest condition checkAlexander Gordeev1-1/+1
2021-06-07s390/mcck: fix calculation of SIE critical section sizeAlexander Gordeev1-1/+1
2021-06-06Merge tag 'arm-soc-fixes-v5.13-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds26-113/+96
2021-06-06Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-57/+49
2021-06-06Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds14-120/+132
2021-06-06powerpc/mem: Add back missing header to fix 'no previous prototype' errorChristophe Leroy1-0/+1
2021-06-05Merge tag 'ti-k3-dt-fixes-for-v5.13' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson10-63/+45
2021-06-05Merge tag 'omap-for-v5.13/fixes-pm' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson4-19/+11
2021-06-05Merge tag 'amlogic-fixes-v5.13-rc1' of https://git.kernel.org/pub/scm/linux/k...Olof Johansson1-0/+1
2021-06-05Merge tag 'imx-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson11-31/+39
2021-06-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-16/+14
2021-06-05Merge tag 'riscv-for-linus-5.13-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+18
2021-06-05Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer1-16/+14
2021-06-04x86/sev: Check SME/SEV support in CPUID firstPu Wen1-5/+6
2021-06-04x86/fault: Don't send SIGSEGV twice on SEGV_PKUERRJiashuo Liang1-2/+2
2021-06-03x86/setup: Always reserve the first 1M of RAMMike Rapoport3-20/+41
2021-06-03x86/alternative: Optimize single-byte NOPs at an arbitrary positionBorislav Petkov1-18/+46
2021-06-03x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()Thomas Gleixner4-74/+3
2021-06-03ARM: 9081/1: fix gcc-10 thumb2-kernel regressionArnd Bergmann1-7/+9
2021-06-02ARM: cpuidle: Avoid orphan section warningArnd Bergmann1-2/+3
2021-06-01Merge remote-tracking branch 'riscv/riscv-wx-mappings' into fixesPalmer Dabbelt1-2/+6
2021-06-01RISC-V: Fix memblock_free() usages in init_resources()Wende Tan1-2/+2
2021-06-01riscv: skip errata_cip_453.o if CONFIG_ERRATA_SIFIVE_CIP_453 is disabledVincent1-1/+1
2021-06-01riscv: mm: Fix W+X mappings at bootJisheng Zhang1-2/+6
2021-06-01perf/x86/intel/uncore: Fix M2M event umask for Ice Lake serverKan Liang1-1/+2
2021-06-01Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"Frederic Barrat1-6/+5
2021-05-31x86/thermal: Fix LVT thermal setup for SMI delivery modeBorislav Petkov2-1/+12
2021-05-31perf/x86/intel/uncore: Fix a kernel WARNING triggered by maxcpus=1Kan Liang1-2/+4
2021-05-31arm64: meson: select COMMON_CLKJerome Brunet1-0/+1
2021-05-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+24
2021-05-29Merge tag 'riscv-for-linus-5.13-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-14/+18
2021-05-29riscv: Use -mno-relax when using lld linkerKhem Raj1-0/+9
2021-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds30-97/+175
2021-05-29x86/apic: Mark _all_ legacy interrupts when IO/APIC is missingThomas Gleixner3-0/+22
2021-05-28Merge tag 'mips-fixes_5.13_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-6/+14
2021-05-28Merge tag 'kvmarm-fixes-5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini3-7/+35
2021-05-28KVM: X86: Kill off ctxt->udWanpeng Li3-7/+5
2021-05-28KVM: X86: Fix warning caused by stale emulation contextWanpeng Li1-5/+5
2021-05-28KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interceptionYuan Yao2-5/+3
2021-05-28KVM: PPC: Book3S HV: Save host FSCR in the P7/8 pathNicholas Piggin2-1/+7
2021-05-28powerpc: Fix reverse map real-mode address lookup with huge vmallocNicholas Piggin4-48/+35
2021-05-28powerpc/kprobes: Fix validation of prefixed instructions across page boundaryNaveen N. Rao1-2/+2
2021-05-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+3
2021-05-27powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllersChris Packham1-0/+8
2021-05-27powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllersChris Packham1-0/+16
2021-05-27KVM: x86/mmu: Fix comment mentioning skip_4kDavid Matlack1-3/+3
2021-05-27KVM: VMX: update vcpu posted-interrupt descriptor when assigning deviceMarcelo Tosatti3-0/+16
2021-05-27KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCKMarcelo Tosatti3-2/+3
2021-05-27KVM: x86: add start_assignment hook to kvm_x86_opsMarcelo Tosatti3-1/+4
2021-05-27KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switchWanpeng Li1-3/+11
2021-05-27KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots()Wanpeng Li1-0/+8
2021-05-27KVM: X86: Fix vCPU preempted state from guest's point of viewWanpeng Li1-0/+2
2021-05-27KVM: X86: Bail out of direct yield in case of under-committed scenariosWanpeng Li1-0/+3
2021-05-27KVM: PPC: exit halt polling on need_resched()Wanpeng Li1-1/+1
2021-05-27KVM: arm64: Prevent mixed-width VM creationMarc Zyngier2-4/+29
2021-05-27KVM: arm64: Resolve all pending PC updates before immediate exitZenghui Yu1-3/+6
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+1
2021-05-26ARM: OMAP1: ams-delta: remove unused function ams_delta_camera_powerMaciej Falkowski1-14/+0
2021-05-25MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACERTiezhu Yang1-6/+6
2021-05-25MIPS: ralink: export rt_sysc_membase for rt2880_wdt.cRandy Dunlap1-0/+2
2021-05-25MIPS: launch.h: add include guard to prevent build errorsRandy Dunlap1-0/+5
2021-05-25MIPS: alchemy: xxs1500: add gpio-au1000.h header fileRandy Dunlap1-0/+1
2021-05-25arm64: mm: don't use CON and BLK mapping if KFENCE is enabledJisheng Zhang1-1/+2
2021-05-24KVM: SVM: make the avic parameter a boolPaolo Bonzini2-3/+3
2021-05-24KVM: VMX: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov1-2/+1
2021-05-24KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC checkVitaly Kuznetsov2-5/+1
2021-05-23Merge tag 'perf-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-9/+31
2021-05-23Merge tag 'irq-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+6
2021-05-23Merge tag 'x86_urgent_for_v5.13_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-57/+92
2021-05-23Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-37/+54
2021-05-23ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cellsGeert Uytterhoeven1-1/+1
2021-05-23ARM: dts: imx7d-pico: Fix the 'tuning-step' propertyFabio Estevam1-1/+1
2021-05-23ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' propertyFabio Estevam1-1/+1
2021-05-23arm64: dts: freescale: sl28: var1: fix RGMII clock and voltageMichael Walle1-1/+2
2021-05-23arm64: dts: freescale: sl28: var4: fix RGMII clock and voltageMichael Walle1-3/+2
2021-05-22riscv: kexec: Fix W=1 build warningsJisheng Zhang2-7/+8
2021-05-22riscv: kprobes: Fix build error when MMU=nJisheng Zhang1-0/+2
2021-05-23ARM: imx: pm-imx27: Include "common.h"Fabio Estevam1-0/+1
2021-05-23arm64: dts: zii-ultra: fix 12V_MAIN voltageLucas Stach1-2/+2
2021-05-23arm64: dts: zii-ultra: remove second GEN_3V3 regulator instanceLucas Stach2-19/+10
2021-05-22riscv: Select ARCH_USE_MEMTESTKefeng Wang1-0/+1
2021-05-22riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabledChen Huang1-7/+7
2021-05-22Merge tag 'for-linus-5.13b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2021-05-22arm64: dts: ls1028a: fix memory nodeMichael Walle1-2/+2
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+9
2021-05-21Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds3-5/+12
2021-05-21x86/Xen: swap NX determination and GDT setup on BSPJan Beulich1-4/+4
2021-05-20Merge tag 'arm-soc-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-8/+86
2021-05-20bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann1-2/+1
2021-05-20Merge tag 'quota_for_v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds17-18/+17
2021-05-21powerpc/64s/syscall: Fix ptrace syscall info with scv syscallsNicholas Piggin2-35/+52
2021-05-20powerpc: Fix early setup to make early_ioremap() workAlexey Kardashevskiy1-2/+2
2021-05-19x86/sev-es: Use __put_user()/__get_user() for data accessesJoerg Roedel1-20/+46
2021-05-19x86/sev-es: Forward page-faults which happen during emulationJoerg Roedel1-0/+4
2021-05-19x86/sev-es: Don't return NULL from sev_es_get_ghcb()Joerg Roedel1-13/+12
2021-05-19x86/build: Fix location of '-plugin-opt=' flagsNathan Chancellor1-6/+6
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2-3/+6
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman1-0/+3
2021-05-18ARM: npcm: wpcm450: select interrupt controller driverJonathan Neuschäfer1-0/+1
2021-05-18perf/x86/lbr: Remove cpuc->lbr_xsave allocation from atomic contextLike Xu3-8/+30
2021-05-18perf/x86: Avoid touching LBR_TOS MSR for Arch LBRLike Xu1-1/+1
2021-05-18arm64: Fix stale link in the arch_counter_enforce_ordering() commentCatalin Marinas1-1/+1
2021-05-18ARM: OMAP2+: Fix build warning when mmc_omap is not builtYongqiang Liu1-1/+1
2021-05-18ARM: OMAP1: isp1301-omap: Add missing gpiod_add_lookup_table functionMaciej Falkowski1-1/+3
2021-05-18ARM: OMAP1: Fix use of possibly uninitialized irq variableMaciej Falkowski1-3/+7
2021-05-18x86/sev-es: Invalidate the GHCB after completing VMGEXITTom Lendacky2-0/+6
2021-05-18x86/sev-es: Move sev_es_put_ghcb() in prep for follow on patchTom Lendacky1-18/+18
2021-05-17Merge tag 'irqchip-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner1-1/+6
2021-05-17quota: Disable quotactl_path syscallJan Kara17-18/+17
2021-05-17Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini292-3107/+4119
2021-05-16Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2021-05-16Merge tag 'for-linus-5.13b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-14/+9
2021-05-16Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds25-105/+116
2021-05-15Merge tag 'powerpc-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds13-75/+175
2021-05-15Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-1/+19
2021-05-15Merge tag 'irq-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2021-05-15Merge tag 'arc-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds12-25/+41
2021-05-15KVM: arm64: Fix debug register indexingMarc Zyngier1-21/+21
2021-05-15KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier4-2/+22
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier5-23/+21
2021-05-15KVM: arm64: Mark the host stage-2 memory pools staticQuentin Perret1-2/+2
2021-05-15KVM: arm64: Mark pkvm_pgtable_mm_ops staticQuentin Perret1-1/+1
2021-05-15KVM: arm64: Fix boolreturn.cocci warningskernel test robot1-6/+6
2021-05-15openrisc: Define memory barrier mbPeter Zijlstra1-0/+9
2021-05-14Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-75/+147
2021-05-14arm64: dts: ti: k3*: Introduce reg definition for interrupt routersNishanth Menon8-11/+22
2021-05-14arm64: dts: ti: k3-am65|j721e|am64: Map the dma / navigator subsystem via exp...Nishanth Menon5-10/+10
2021-05-14arm64: dts: ti: k3-*: Rename the TI-SCI nodeNishanth Menon4-4/+4
2021-05-14arm64: dts: ti: k3-am65-wakeup: Drop un-necessary properties from dmsc nodeNishanth Menon1-3/+0
2021-05-14arm64: dts: ti: k3-am65-wakeup: Add debug region to TI-SCI nodeNishanth Menon1-1/+4
2021-05-14arm64: dts: ti: k3-*: Rename the TI-SCI clocks node nameNishanth Menon4-4/+4
2021-05-14arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherentVignesh Raghavendra1-0/+2