summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-284-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-04-2846-215/+275
|\
| * Merge tag 'pinctrl-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-04-261-1/+0
| |\
| | * pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos configKrzysztof Kozlowski2022-04-211-1/+0
| * | Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-246-66/+66
| |\ \
| | * | powerpc/perf: Fix 32bit compileAlexey Kardashevskiy2022-04-211-2/+2
| | * | powerpc/perf: Fix power10 event alternativesAthira Rajeev2022-04-211-1/+1
| | * | powerpc/perf: Fix power9 event alternativesAthira Rajeev2022-04-211-4/+4
| | * | KVM: PPC: Fix TCE handling for VFIOAlexey Kardashevskiy2022-04-212-44/+45
| | * | powerpc/time: Always set decrementer in timer_interrupt()Michael Ellerman2022-04-211-15/+14
| * | | Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-241-3/+4
| |\ \ \
| | * | | perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU supportZhang Rui2022-04-191-3/+4
| * | | | Merge tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2022-04-239-27/+24
| |\ \ \ \
| | * | | | ARC: remove redundant READ_ONCE() in cmpxchg loopBang Li2022-04-181-1/+1
| | * | | | ARC: atomic: cleanup atomic-llsc definitionsSergey Matyukevich2022-04-181-16/+16
| | * | | | arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirelyRolf Eike Beer2022-04-181-3/+0
| | * | | | ARC: dts: align SPI NOR node name with dtschemaKrzysztof Kozlowski2022-04-181-1/+1
| | * | | | ARC: Remove a redundant memset()Christophe JAILLET2022-04-181-1/+0
| | * | | | ARC: fix typos in commentsJulia Lawall2022-04-185-5/+5
| | * | | | ARC: entry: fix syscall_trace_exit argumentSergey Matyukevich2022-04-181-0/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'for-linus-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-231-2/+7
| |\ \ \ \
| | * | | | arm/xen: Fix some refcount leaksMiaoqian Lin2022-04-221-2/+7
| * | | | | sparc: cacheflush_32.h needs struct pageRandy Dunlap2022-04-231-0/+1
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-2223-110/+157
| |\ \ \ \ \
| | * | | | | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-216-0/+18
| | * | | | | KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUsMingwei Zhang2022-04-211-3/+6
| | * | | | | KVM: SVM: Simplify and harden helper to flush SEV guest page(s)Sean Christopherson2022-04-211-34/+20
| | * | | | | KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdogLike Xu2022-04-213-6/+12
| | * | | | | x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resumeWanpeng Li2022-04-211-0/+13
| | * | | | | KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabledSean Christopherson2022-04-211-0/+3
| | * | | | | KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a raceSean Christopherson2022-04-211-1/+14
| | * | | | | KVM: nVMX: Defer APICv updates while L2 is active until L1 is activeSean Christopherson2022-04-213-0/+11
| | * | | | | KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabledSean Christopherson2022-04-211-1/+1
| | * | | | | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-2110-49/+48
| | * | | | | KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copySean Christopherson2022-04-213-13/+10
| | * | | | | KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()Sean Christopherson2022-04-211-6/+1
| | * | | | | RISC-V: KVM: Restrict the extensions that can be disabledAtish Patra2022-04-201-7/+12
| | * | | | | RISC-V: KVM: Remove 's' & 'u' as valid ISA extensionAtish Patra2022-04-201-3/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'riscv-for-linus-5.18-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-222-1/+2
| |\ \ \ \ \
| | * | | | | RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLERandy Dunlap2022-04-211-1/+1
| | * | | | | RISC-V: mm: Fix set_satp_mode() for platform not having Sv57Anup Patel2022-04-211-0/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-04-222-5/+14
| |\ \ \ \ \
| | * | | | | arm64: mm: fix p?d_leaf()Muchun Song2022-04-221-2/+2
| | * | | | | arm64: fix typos in commentsKen Kurematsu2022-04-141-1/+1
| | * | | | | arm64: Improve HAVE_DYNAMIC_FTRACE_WITH_REGS selection for clangNathan Chancellor2022-04-141-2/+11
* | | | | | | ARM: dts: aspeed: add reset properties into MDIO nodesDylan Hung2022-04-281-0/+4
* | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-04-272-24/+153
|\ \ \ \ \ \ \
| * | | | | | | riscv, bpf: Implement more atomic operations for RV64Pu Lehui2022-04-112-24/+153
* | | | | | | | net: atm: remove support for ZeitNet ZN122x ATM devicesJakub Kicinski2022-04-272-2/+0
* | | | | | | | net: atm: remove support for Madge Horizon ATM devicesJakub Kicinski2022-04-272-2/+0