summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-05-2711-315/+272
|\
| * openrisc: Allow power off handler overridingStafford Horne2022-05-231-2/+15
| * openrisc: Remove unused IMMU tlb workardoundStafford Horne2022-05-231-209/+0
| * openrisc/fault: Fix symbol scope warningsStafford Horne2022-05-231-3/+1
| * openrisc/delay: Add include to fix symbol not declared warningStafford Horne2022-05-231-0/+1
| * openrisc/time: Fix symbol scope warningsStafford Horne2022-05-231-1/+2
| * openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne2022-05-231-1/+1
| * openrisc/traps: Remove die_if_kernel functionStafford Horne2022-05-231-9/+0
| * openrisc/traps: Declare file scope symbols as staticStafford Horne2022-05-231-3/+3
| * openrisc: Update litex defconfig to support glibc userlandStafford Horne2022-05-231-0/+32
| * openrisc: Pretty print show_registers memory dumpsStafford Horne2022-05-231-13/+33
| * openrisc: Add syscall details to emergency syscall debuggingStafford Horne2022-05-231-5/+15
| * openrisc: Add support for liteuart emergency printingStafford Horne2022-05-231-1/+12
| * openrisc: Cleanup emergency print handlingStafford Horne2022-05-231-63/+85
| * openrisc: Add gcc machine instruction flag configurationStafford Horne2022-05-232-0/+70
| * openrisc: define nop command for simulator rebootJason A. Donenfeld2022-05-231-0/+2
| * openrisc: remove bogus nops and shutdownsJason A. Donenfeld2022-05-111-5/+0
| * openrisc: fix typos in commentsJulia Lawall2022-05-111-1/+1
* | Merge tag 'arc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2022-05-279-12/+253
|\ \
| * | ARC: bpf: define uapi for BPF_PROG_TYPE_PERF_EVENT program typeSergey Matyukevich2022-04-262-0/+13
| * | ARC: disasm: handle ARCv2 case in kprobe get/set functionsSergey Matyukevich2022-04-261-2/+62
| * | ARC: implement syscall tracepointsSergey Matyukevich2022-04-255-10/+31
| * | ARC: enable HAVE_REGS_AND_STACK_ACCESS_API featureSergey Matyukevich2022-04-253-0/+147
| |/
* | Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-272-0/+7
|\ \
| * | powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xxChristophe Leroy2022-04-051-0/+1
| * | module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy2022-04-051-0/+6
* | | Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-263-11/+5
|\ \ \
| * | | gpio: pcf857x: Make teardown callback return voidUwe Kleine-König2022-04-253-11/+5
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-2697-2053/+5238
|\ \ \
| * | | KVM: x86: Fix the intel_pt PMI handling wrongly considered from guestYanfei Xu2022-05-251-1/+1
| * | | x86, kvm: use correct GFP flags for preemption disabledPaolo Bonzini2022-05-251-1/+1
| * | | KVM: LAPIC: Drop pending LAPIC timer injection when canceling the timerWanpeng Li2022-05-251-0/+1
| * | | x86/kvm: Alloc dummy async #PF token outside of raw spinlockSean Christopherson2022-05-251-14/+27
| * | | KVM: x86: avoid calling x86 emulator without a decoded instructionSean Christopherson2022-05-251-12/+19
| * | | KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel data leakAshish Kalra2022-05-251-6/+6
| * | | x86/fpu: KVM: Set the base guest FPU uABI size to sizeof(struct kvm_xsave)Sean Christopherson2022-05-251-1/+16
| * | | Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2022-05-253-5/+91
| |\ \ \
| | * | | KVM: s390: Don't indicate suppression on dirtying, failing memopJanis Schoetterl-Glausch2022-05-201-4/+18
| | * | | drivers/s390/char: Add Ultravisor io deviceSteffen Eiden2022-05-202-1/+73
| * | | | Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2022-05-2553-429/+1181
| |\ \ \ \
| | * | | | RISC-V: KVM: Introduce ISA extension registerAtish Patra2022-05-202-0/+119
| | * | | | RISC-V: KVM: Cleanup stale TLB entries when host CPU changesAnup Patel2022-05-203-0/+39
| | * | | | RISC-V: KVM: Add remote HFENCE functions based on VCPU requestsAnup Patel2022-05-207-53/+369
| | * | | | RISC-V: KVM: Reduce KVM_MAX_VCPUS valueAnup Patel2022-05-201-2/+1
| | * | | | RISC-V: KVM: Introduce range based local HFENCE functionsAnup Patel2022-05-206-83/+237
| | * | | | RISC-V: KVM: Treat SBI HFENCE calls as NOPsAnup Patel2022-05-201-1/+5
| | * | | | RISC-V: KVM: Add Sv57x4 mode support for G-stageAnup Patel2022-05-203-1/+14
| | * | | | RISC-V: KVM: Use G-stage name for hypervisor page tableAnup Patel2022-05-207-151/+151
| * | | | | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-25269-1798/+4556
| |\ \ \ \ \
| | * \ \ \ \ Merge branch kvm-arm64/its-save-restore-fixes-5.19 into kvmarm-master/nextMarc Zyngier2022-05-161-18/+78
| | |\ \ \ \ \