summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: sun9i: smp: fix return code check of of_property_match_stringStefan Wahren2024-01-201-2/+2
* ARC: fix spare errorVineet Gupta2024-01-201-3/+3
* MIPS: dts: loongson: drop incorrect dwmac fallback compatibleKrzysztof Kozlowski2024-01-202-4/+2
* LoongArch: Preserve syscall nr across execve()Hengqi Chen2024-01-201-1/+1
* arm64: dts: rockchip: Fix PCI node addresses on rk3399-gruRob Herring2024-01-203-4/+4
* arm64: dts: rockchip: fix rk356x pcie msg interrupt nameHeiko Stuebner2024-01-201-1/+1
* x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...Jinghao Jia2024-01-101-1/+2
* s390/cpumf: support user space events for countingThomas Richter2024-01-101-11/+24
* s390/mm: add missing arch_set_page_dat() call to vmem_crst_alloc()Heiko Carstens2024-01-101-2/+6
* bpf: Support new 32bit offset jmp instructionYonghong Song2024-01-101-10/+18
* arm64: dts: qcom: sdm845: Fix PSCI power domain namesDavid Heidelberg2024-01-101-9/+11
* arm64: dts: qcom: sdm845: align RPMh regulator nodes with bindingsKrzysztof Kozlowski2024-01-1011-25/+25
* bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong2024-01-101-29/+6
* bpf, x86: Simplify the parsing logic of structure parametersPu Lehui2024-01-101-53/+48
* bpf, x64: Fix tailcall infinite loopLeon Hwang2024-01-101-6/+22
* cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman2024-01-101-0/+3
* ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_initStefan Wahren2024-01-101-2/+2
* KVM: x86/pmu: fix masking logic for MSR_CORE_PERF_GLOBAL_CTRLPaolo Bonzini2024-01-101-1/+6
* ARM: dts: Fix occasional boot hang for am3 usbTony Lindgren2024-01-051-0/+1
* x86/alternatives: Sync core before enabling interruptsThomas Gleixner2024-01-011-1/+1
* KVM: arm64: vgic: Force vcpu vgic teardown on vcpu destroyMarc Zyngier2024-01-014-3/+7
* KVM: arm64: vgic: Add a non-locking primitive for kvm_vgic_vcpu_destroy()Marc Zyngier2024-01-011-2/+11
* KVM: arm64: vgic: Simplify kvm_vgic_destroy()Marc Zyngier2024-01-011-15/+14
* RISC-V: Fix do_notify_resume / do_work_pending prototypeHeiko Stuebner2024-01-011-1/+1
* x86/xen: add CPU dependencies for 32-bit buildArnd Bergmann2024-01-011-0/+1
* s390/vx: fix save/restore of fpu kernel contextHeiko Carstens2024-01-011-1/+1
* ARM: OMAP2+: Fix null pointer dereference and memory leak in omap_soc_device_...Kunwu Chan2024-01-011-0/+5
* ARM: dts: dra7: Fix DRA7 L3 NoC node register sizeAndrew Davis2024-01-011-1/+1
* bpf: Fix prog_array_map_poke_run map poke updateJiri Olsa2024-01-011-0/+46
* arm64: mm: Always make sw-dirty PTEs hw-dirty in pte_modifyJames Houghton2023-12-201-0/+6
* arm64: add dependency between vmlinuz.efi and ImageMasahiro Yamada2023-12-201-1/+1
* LoongArch: Implement constant timer shutdown interfaceBibo Mao2023-12-201-14/+9
* LoongArch: Add dependency between vmlinuz.efi and vmlinux.efiMasahiro Yamada2023-12-201-0/+2
* x86/hyperv: Fix the detection of E820_TYPE_PRAM in a Gen2 VMSaurabh Sengar2023-12-201-4/+21
* powerpc/ftrace: Fix stack teardown in ftrace_no_traceNaveen N Rao2023-12-201-2/+2
* perf/x86/uncore: Don't WARN_ON_ONCE() for a broken discovery tableKan Liang2023-12-201-3/+15
* riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVEJia Jie Ho2023-12-131-0/+1
* MIPS: Loongson64: Enable DMA noncoherent supportJiaxun Yang2023-12-133-2/+13
* MIPS: Loongson64: Handle more memory types passed from firmwareJiaxun Yang2023-12-132-17/+31
* MIPS: Loongson64: Reserve vgabios memory on bootJiaxun Yang2023-12-131-0/+5
* KVM: SVM: Update EFER software model on CR0 trap for SEV-ESSean Christopherson2023-12-131-3/+5
* KVM: s390/mm: Properly reset no-datClaudio Imbrenda2023-12-131-1/+1
* MIPS: kernel: Clear FPU states when setting up kernel threadsThomas Bogendoerfer2023-12-131-12/+13
* x86/CPU/AMD: Check vendor in the AMD microcode callbackBorislav Petkov (AMD)2023-12-131-0/+3
* x86/sev: Fix kernel crash due to late update to read-only ghcb_versionAshwin Dayanand Kamat2023-12-131-4/+7
* arm64: dts: mt8183: kukui: Fix underscores in node namesHsin-Yi Wang2023-12-132-50/+50
* arm64: dts: mediatek: add missing space before {Krzysztof Kozlowski2023-12-133-36/+36
* parisc: Fix asm operand number out of range build error in bug tableHelge Deller2023-12-131-1/+1
* parisc: Reduce size of the bug_table on 64-bit kernel by halfHelge Deller2023-12-132-19/+22
* LoongArch: BPF: Don't sign extend function return valueHengqi Chen2023-12-131-2/+0