summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/book3e: Fix TLBCAM preset at bootChristophe Leroy2021-11-162-3/+3
| * | powerpc/pseries/ddw: Do not try direct mapping with persistent memory and one...Alexey Kardashevskiy2021-11-151-2/+4
| * | powerpc/pseries/ddw: simplify enable_ddw()Alexey Kardashevskiy2021-11-151-7/+4
| * | powerpc/pseries/ddw: Revert "Extend upper limit for huge DMA window for persi...Alexey Kardashevskiy2021-11-151-9/+0
| * | powerpc/pseries: Fix numa FORM2 parsing fallback codeNicholas Piggin2021-11-151-16/+12
| * | powerpc/pseries: rename numa_dist_table to form2_distancesNicholas Piggin2021-11-151-9/+9
| * | powerpc: clean vdso32 and vdso64 directoriesMasahiro Yamada2021-11-151-0/+3
| * | powerpc/83xx/mpc8349emitx: Drop unused variableUwe Kleine-König2021-11-151-1/+0
| * | KVM: PPC: Book3S HV: Use GLOBAL_TOC for kvmppc_h_set_dabr/xdabr()Michael Ellerman2021-11-151-2/+2
| |/
* | 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