summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mips: ralink: mt7621: change DSA port labels to generic namingArınç ÜNAL2022-12-011-5/+5
* mips: ralink: mt7621: fix phy-mode of external phy on GB-PC2Arınç ÜNAL2022-12-011-1/+1
* MIPS: vpe-cmp: fix possible memory leak while module exitingYang Yingliang2022-11-221-2/+2
* MIPS: vpe-mt: fix possible memory leak while module exitingYang Yingliang2022-11-221-2/+2
* mips: dts: brcm: bcm7435: add "interrupt-names" for NAND controllerRafał Miłecki2022-11-211-0/+1
* mips: dts: bcm63268: add TWD block timerRafał Miłecki2022-11-211-0/+5
* MIPS: Use "grep -E" instead of "egrep"Tiezhu Yang2022-11-212-2/+2
* MIPS: DTS: CI20: fix reset line polarity of the ethernet controllerDmitry Torokhov2022-11-211-1/+1
* Merge tag 'mips-fixes_6.1_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-11-138-21/+26
|\
| * MIPS: pic32: treat port as signed integerJason A. Donenfeld2022-11-113-9/+8
| * MIPS: jump_label: Fix compat branch range checkJiaxun Yang2022-11-111-1/+1
| * mips: alchemy: gpio: Include the right headerLinus Walleij2022-11-111-1/+1
| * MIPS: Loongson64: Add WARN_ON on kexec related kmalloc failedLiao Chang2022-11-111-0/+10
| * MIPS: fix duplicate definitions for exported symbolsRongwei Zhang2022-11-111-10/+5
| * mips: boot/compressed: use __NO_FORTIFYJohn Thomson2022-11-111-0/+1
* | Merge tag 'efi-fixes-for-v6.1-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-131-18/+34
|\ \
| * | arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel2022-11-101-18/+34
* | | Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-11-113-0/+14
|\ \ \
| * | | arch/x86/mm/hugetlbpage.c: pud_huge() returns 0 when using 2-level pagingNaoya Horiguchi2022-11-081-0/+4
| * | | x86/traps: avoid KMSAN bugs originating from handle_bug()Alexander Potapenko2022-11-081-0/+7
| * | | x86/uaccess: instrument copy_from_user_nmi()Alexander Potapenko2022-11-081-0/+3
| | |/ | |/|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-11-113-4/+5
|\ \ \
| * | | arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.Kuniyuki Iwashima2022-11-091-1/+1
| * | | arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macroD Scott Phillips2022-11-091-1/+1
| * | | arm64: fix rodata=full againArd Biesheuvel2022-11-081-2/+3
* | | | Merge tag 's390-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-11-119-77/+74
|\ \ \ \
| * | | | s390: always build relocatable kernelHeiko Carstens2022-11-084-9/+5
| * | | | s390/configs: add kasan.config addon config fileHeiko Carstens2022-11-081-0/+3
| * | | | s390/configs: move CONFIG_DEBUG_INFO_BTF into btf.config addon configHeiko Carstens2022-11-084-3/+1
| * | | | s390: update defconfigsHeiko Carstens2022-11-022-65/+65
* | | | | Merge tag 'riscv-for-linus-6.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-116-2/+47
|\ \ \ \ \
| * | | | | RISC-V: vdso: Do not add missing symbols to version section in linker scriptNathan Chancellor2022-11-102-0/+5
| * | | | | riscv: fix reserved memory setupConor Dooley2022-11-102-1/+1
| * | | | | riscv: vdso: fix build with llvmJisheng Zhang2022-11-101-1/+1
| * | | | | riscv: process: fix kernel info leakageJisheng Zhang2022-11-101-0/+2
| * | | | | riscv: dts: sifive unleashed: Add PWM controlled LEDsEmil Renner Berthing2022-10-281-0/+38
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-11-1121-192/+349
|\ \ \ \ \ \
| * | | | | | KVM: x86/mmu: Block all page faults during kvm_zap_gfn_range()Sean Christopherson2022-11-111-2/+2
| * | | | | | Merge tag 'kvm-s390-master-6.1-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini2022-11-0944-103/+353
| |\ \ \ \ \ \
| | * | | | | | KVM: s390: pci: Fix allocation size of aift kzdev elementsRafael Mendonca2022-11-071-1/+1
| | * | | | | | KVM: s390: pv: don't allow userspace to set the clock under PVNico Boehr2022-11-072-10/+17
| | | |_|_|/ / | | |/| | | |
| * | | | | | KVM: x86/pmu: Limit the maximum number of supported AMD GP countersLike Xu2022-11-093-3/+8
| * | | | | | KVM: x86/pmu: Limit the maximum number of supported Intel GP countersLike Xu2022-11-094-9/+15
| * | | | | | KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yetLike Xu2022-11-091-12/+2
| * | | | | | KVM: SVM: Only dump VMSA to klog at KERN_DEBUG levelPeter Gonda2022-11-091-1/+1
| * | | | | | x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callersPaolo Bonzini2022-11-093-8/+8
| * | | | | | KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assemblyPaolo Bonzini2022-11-095-38/+136
| * | | | | | KVM: SVM: restore host save area from assemblyPaolo Bonzini2022-11-095-13/+26
| * | | | | | KVM: SVM: move guest vmsave/vmload back to assemblyPaolo Bonzini2022-11-093-20/+39
| * | | | | | KVM: SVM: do not allocate struct svm_cpu_data dynamicallyPaolo Bonzini2022-11-093-29/+18