summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sparc: Fix typo.David S. Miller2021-10-051-1/+1
* arch: use eth_hw_addr_set()Jakub Kicinski2021-10-022-2/+2
* fix up for "net: add new socket option SO_RESERVE_MEM"Stephen Rothwell2021-10-013-0/+6
* sparc: add SO_RESERVE_MEM definition.David S. Miller2021-10-011-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-3078-659/+757
|\
| * Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-302-32/+91
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-09-282-32/+91
| | |\
| | | * bpf, x86: Fix bpf mapping of atomic fetch implementationJohan Almbladh2021-09-281-5/+8
| | | * bpf, mips: Validate conditional branch offsetsPiotr Krysiuk2021-09-151-14/+43
| | | * bpf: Handle return value of BPF_PROG_TYPE_STRUCT_OPS progHou Tao2021-09-141-13/+40
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-09-291-2/+3
| |\ \ \
| | * | | crypto: x86/sm4 - Fix frame pointer stack corruptionJosh Poimboeuf2021-09-241-2/+3
| * | | | Merge tag 'm68k-for-v5.15-tag3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-2824-354/+301
| |\ \ \ \
| | * | | | m68k: Remove set_fs()Christoph Hellwig2021-09-2422-117/+46
| | * | | | m68k: Provide __{get,put}_kernel_nofaultChristoph Hellwig2021-09-241-21/+84
| | * | | | m68k: Factor the 8-byte lowlevel {get,put}_user code into helpersChristoph Hellwig2021-09-241-51/+60
| | * | | | m68k: Use BUILD_BUG for passing invalid sizes to get_user/put_userChristoph Hellwig2021-09-241-7/+2
| | * | | | m68k: Remove the 030 case in virt_to_phys_slowChristoph Hellwig2021-09-241-18/+1
| | * | | | m68k: Document that access_ok is broken for !CONFIG_CPU_HAS_ADDRESS_SPACESChristoph Hellwig2021-09-241-0/+4
| | * | | | m68k: Leave stack mangling to asm wrapper of sigreturn()Al Viro2021-09-245-105/+71
| | * | | | m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signalAl Viro2021-09-241-0/+2
| | * | | | m68k: Handle arrivals of multiple signals correctlyAl Viro2021-09-241-46/+42
| * | | | | Merge tag 'nios2_fixes_for_v5.15_part1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-09-282-3/+2
| |\ \ \ \ \
| | * | | | | NIOS2: setup.c: drop unused variable 'dram_start'Randy Dunlap2021-09-271-2/+0
| | * | | | | NIOS2: fix kconfig unmet dependency warning for SERIAL_CORE_CONSOLERandy Dunlap2021-09-241-1/+2
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-2723-180/+280
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-09-243-5/+9
| | |\ \ \ \ \ \
| | | * | | | | | KVM: arm64: Fix PMU probe orderingMarc Zyngier2021-09-202-4/+8
| | | * | | | | | KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build ruleZenghui Yu2021-09-201-1/+1
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | KVM: X86: Synchronize the shadow pagetable before link itLai Jiangshan2021-09-232-9/+31
| | * | | | | | KVM: X86: Fix missed remote tlb flush in rmap_write_protect()Lai Jiangshan2021-09-231-21/+2
| | * | | | | | KVM: x86: nSVM: don't copy virt_ext from vmcb12Maxim Levitsky2021-09-231-1/+0
| | * | | | | | KVM: x86: nSVM: test eax for 4K alignment for GP errata workaroundMaxim Levitsky2021-09-231-0/+4
| | * | | | | | KVM: x86: nSVM: restore int_vector in svm_clear_vintrMaxim Levitsky2021-09-231-0/+2
| | * | | | | | kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]Fares Mehanna2021-09-221-0/+7
| | * | | | | | KVM: x86: nVMX: re-evaluate emulation_required on nested VM exitMaxim Levitsky2021-09-223-4/+7
| | * | | | | | KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vm...Maxim Levitsky2021-09-222-2/+10
| | * | | | | | KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest stateMaxim Levitsky2021-09-221-3/+14
| | * | | | | | KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smmMaxim Levitsky2021-09-221-66/+69
| | * | | | | | KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM modeMaxim Levitsky2021-09-223-5/+9
| | * | | | | | KVM: x86: reset pdptrs_from_userspace when exiting smmMaxim Levitsky2021-09-221-0/+7
| | * | | | | | KVM: x86: nSVM: restore the L1 host state prior to resuming nested guest on S...Maxim Levitsky2021-09-221-5/+7
| | * | | | | | KVM: nVMX: Filter out all unsupported controls when eVMCS was activatedVitaly Kuznetsov2021-09-222-7/+14
| | * | | | | | KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()Vitaly Kuznetsov2021-09-221-5/+5
| | * | | | | | KVM: SEV: Allow some commands for mirror VMPeter Gonda2021-09-221-2/+17
| | * | | | | | KVM: SEV: Update svm_vm_copy_asid_from for SEV-ESPeter Gonda2021-09-221-4/+12
| | * | | | | | KVM: nVMX: Fix nested bus lock VM exitChenyi Qiang2021-09-221-0/+6
| | * | | | | | KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entrySean Christopherson2021-09-221-1/+1
| | * | | | | | KVM: x86: Query vcpu->vcpu_idx directly and drop its accessorSean Christopherson2021-09-225-9/+8
| | * | | | | | kvm: fix wrong exception emulation in check_rdtscHou Wenlong2021-09-221-1/+1