aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-02-10ARM: mach-bcm: disable ftrace in SMC invocation routinesArd Biesheuvel1-0/+1
2022-02-09ARM: dts: socfpga: cyclone5: align regulator node with dtschemaDinh Nguyen5-5/+5
2022-02-09ARM: dts: socfpga: arria10: align regulator node with dtschemaDinh Nguyen1-1/+1
2022-02-09arm64: dts: agilex: align pl330 node name with dtschemaKrzysztof Kozlowski1-1/+1
2022-02-09arm64: dts: stratix10: align pl330 node name with dtschemaKrzysztof Kozlowski1-1/+1
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski7-30/+85
2022-02-09s390/mm: use CRST_ALLOC_ORDER instead of numberHeiko Carstens1-4/+4
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev7-40/+37
2022-02-09s390/dump: fix old lowcore virtual vs physical address confusionAlexander Gordeev3-2/+5
2022-02-09arm64: dts: agilex: use the compatible "intel,socfpga-agilex-hsotg"Dinh Nguyen1-2/+2
2022-02-09x86/PCI: revert "Ignore E820 reservations for bridge windows on newer systems"Hans de Goede1-22/+1
2022-02-09Merge tag 'kvm-s390-kernel-access' from emailed bundleLinus Torvalds1-0/+2
2022-02-09arm64: dts: intel: socfpga_agilex_socdk: align LED node names with dtschemaKrzysztof Kozlowski1-3/+3
2022-02-09arm64: dts: agilex: align mmc node names with dtschemaKrzysztof Kozlowski1-1/+1
2022-02-09arm64: dts: agilex: add board compatible for N5X DKKrzysztof Kozlowski1-0/+1
2022-02-09arm64: dts: agilex: add board compatible for SoCFPGA DKKrzysztof Kozlowski2-0/+2
2022-02-09arm64: dts: stratix10: align regulator node names with dtschemaKrzysztof Kozlowski2-2/+2
2022-02-09arm64: dts: stratix10: align mmc node names with dtschemaKrzysztof Kozlowski1-1/+1
2022-02-09arm64: dts: stratix10: move ARM timer out of SoC nodeKrzysztof Kozlowski1-9/+10
2022-02-09arm64: dts: stratix10: add board compatible for SoCFPGA DKKrzysztof Kozlowski2-0/+2
2022-02-09ARM: dts: arria10: add board compatible for SoCFPGA DKKrzysztof Kozlowski1-1/+1
2022-02-09ARM: dts: arria10: add board compatible for Mercury AA1Krzysztof Kozlowski1-1/+1
2022-02-09ARM: dts: arria5: add board compatible for SoCFPGA DKKrzysztof Kozlowski1-1/+1
2022-02-09spi: make remove callback a void functionMark Brown105-621/+1478
2022-02-09MIPS: DTS: CI20: fix how ddc power is enabledH. Nikolaus Schaller1-13/+2
2022-02-09MIPS: Malta: Enable BLK_DEV_INITRDNathan Chancellor1-0/+1
2022-02-09ARM: cacheflush: avoid clobbering the frame pointerArd Biesheuvel3-35/+23
2022-02-09ARM: kprobes: treat R7 as the frame pointer register in Thumb2 buildsArd Biesheuvel2-7/+17
2022-02-09ARM: ftrace: enable the graph tracer with the EABI unwinderArd Biesheuvel6-34/+40
2022-02-09ARM: unwind: track location of LR value in stack frameArd Biesheuvel3-3/+8
2022-02-09ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TESTArd Biesheuvel3-1/+8
2022-02-09ARM: ftrace: avoid unnecessary literal loadsArd Biesheuvel1-15/+10
2022-02-09ARM: ftrace: avoid redundant loads or clobbering IPArd Biesheuvel1-29/+22
2022-02-09ARM: ftrace: use trampolines to keep .init.text in branching rangeArd Biesheuvel2-3/+36
2022-02-09ARM: ftrace: use ADD not POP to counter PUSH at entryArd Biesheuvel2-3/+14
2022-02-09ARM: ftrace: ensure that ADR takes the Thumb bit into accountArd Biesheuvel1-1/+1
2022-02-09ARM: dts: imx7s: Define operating points table for cpufreqDenys Drozdov1-0/+16
2022-02-09ARM: dts: aspeed: Add PECI controller nodesIwona Winiarska3-0/+33
2022-02-08riscv: extable: fix err reg writing in dedicated uaccess handlerJisheng Zhang1-3/+3
2022-02-08bpf: Fix leftover header->pages in sparc and powerpc code.Song Liu2-2/+2
2022-02-08arm64: dts: qcom: c630: Move panel to aux-busBjorn Andersson1-14/+13
2022-02-08arm64: dts: qcom: c630: Add backlight controllerBjorn Andersson1-0/+8
2022-02-08KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky4-32/+38
2022-02-08KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibiting itMaxim Levitsky1-1/+6
2022-02-08KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L2 control themMaxim Levitsky1-4/+13
2022-02-08KVM: x86: nSVM: expose clean bit support to the guestMaxim Levitsky1-0/+1
2022-02-08KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSMMaxim Levitsky2-0/+6
2022-02-08KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved stateMaxim Levitsky1-0/+2
2022-02-08KVM: x86: nSVM: fix potential NULL derefernce on nested migrationMaxim Levitsky1-12/+14
2022-02-08KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG caseMaxim Levitsky1-2/+10