summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-206-30/+17
|\
| * kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel2021-11-201-0/+1
| * hexagon: ignore vmlinux.ldsNathan Chancellor2021-11-201-0/+1
| * hexagon: clean up timer-regs.hNathan Chancellor2021-11-203-30/+11
| * hexagon: export raw I/O routines for modulesNathan Chancellor2021-11-201-0/+4
* | Merge tag 's390-5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-11-2012-88/+78
|\ \ | |/ |/|
| * ftrace/samples: add s390 support for ftrace direct multi sampleHeiko Carstens2021-11-181-0/+1
| * ftrace/samples: add missing Kconfig option for ftrace direct multi sampleHeiko Carstens2021-11-181-1/+1
| * s390/kexec: fix memory leak of ipl report bufferBaoquan He2021-11-182-0/+16
| * s390/kexec: fix return code handlingHeiko Carstens2021-11-182-2/+9
| * s390/dump: fix copying to user-space of swapped kdump oldmemAlexander Egorenkov2021-11-181-2/+2
| * s390: wire up sys_futex_waitv system callVasily Gorbik2021-11-161-0/+1
| * s390/vdso: filter out -mstack-guard and -mstack-sizeSven Schnelle2021-11-162-6/+9
| * s390/vdso: remove -nostdlib compiler flagMasahiro Yamada2021-11-162-2/+2
| * s390/boot: simplify and fix kernel memory layout setupVasily Gorbik2021-11-162-58/+32
| * s390/setup: re-arrange memblock setupVasily Gorbik2021-11-161-5/+4
| * s390/setup: avoid using memblock_enforce_memory_limitVasily Gorbik2021-11-161-3/+0
| * s390/setup: avoid reserving memory above identity mappingVasily Gorbik2021-11-161-9/+1
* | Merge tag 'riscv-for-linus-5.16-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-193-0/+6
|\ \
| * | riscv: fix building external modulesAndreas Schwab2021-11-191-0/+2
| * | RISC-V: Enable KVM in RV64 and RV32 defconfigs as a moduleAnup Patel2021-11-192-0/+4
| |/
* | Merge branch 'SA_IMMUTABLE-fixes-for-v5.16-rc2' of git://git.kernel.org/pub/s...Linus Torvalds2021-11-198-10/+10
|\ \
| * | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-198-10/+10
| |/
* | x86: Pin task-stack in __get_wchan()Peter Zijlstra2021-11-191-0/+5
* | Merge tag 'for-5.16/parisc-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-187-28/+36
|\ \
| * | parisc: Enable CONFIG_PRINTK_TIME=y in 32bit defconfigHelge Deller2021-11-181-0/+1
| * | Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller2021-11-183-8/+9
| * | parisc: Wrap assembler related defines inside __ASSEMBLY__Helge Deller2021-11-181-20/+24
| * | parisc: Wire up futex_waitvHelge Deller2021-11-181-0/+1
| * | parisc: Include stringify.h to avoid build error in crypto/api.cHelge Deller2021-11-181-0/+1
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-1817-69/+140
|\ \
| * | KVM: x86: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
| * | KVM: s390: Cap KVM_CAP_NR_VCPUS by num_online_cpus()Vitaly Kuznetsov2021-11-181-0/+2
| * | KVM: RISC-V: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
| * | KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-2/+2
| * | KVM: MIPS: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUSVitaly Kuznetsov2021-11-181-1/+1
| * | KVM: arm64: Cap KVM_CAP_NR_VCPUS by kvm_arm_default_max_vcpus()Vitaly Kuznetsov2021-11-181-1/+8
| * | KVM: x86: Assume a 64-bit hypercall for guests with protected stateTom Lendacky2021-11-184-4/+16
| * | riscv: kvm: fix non-kernel-doc comment blockRandy Dunlap2021-11-181-1/+1
| * | Merge branch 'kvm-5.16-fixes' into kvm-masterPaolo Bonzini2021-11-189-58/+108
| |\ \
| | * | KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()Sean Christopherson2021-11-181-2/+2
| | * | KVM: SEV: Drop a redundant setting of sev->asid during initializationSean Christopherson2021-11-181-1/+0
| | * | KVM: SEV: WARN if SEV-ES is marked active but SEV is notSean Christopherson2021-11-181-1/+1
| | * | KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()Sean Christopherson2021-11-181-3/+3
| | * | KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUsSean Christopherson2021-11-181-1/+6
| | * | KVM: nVMX: Use a gfn_to_hva_cache for vmptrldDavid Woodhouse2021-11-182-9/+22
| | * | KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS checkDavid Woodhouse2021-11-181-11/+15
| | * | KVM: x86/xen: Use sizeof_field() instead of open-coding itDavid Woodhouse2021-11-181-9/+9
| | * | KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12David Woodhouse2021-11-182-9/+20
| | * | KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFODavid Woodhouse2021-11-181-1/+1