Age | Commit message (Expand) | Author |
2022-04-29 | net: unexport csum_and_copy_{from,to}_user | Christoph Hellwig |
2022-04-29 | vmcore: convert read_from_oldmem() to take an iov_iter | Matthew Wilcox (Oracle) |
2022-04-29 | vmcore: convert copy_oldmem_page() to take an iov_iter | Matthew Wilcox (Oracle) |
2022-04-28 | ia64: replace comments with C99 initializers | Benjamin Stürz |
2022-04-28 | ia64: ptrace: fix typos in comments | Julia Lawall |
2022-04-28 | ia64: fix typos in comments | Julia Lawall |
2022-04-26 | Merge tag 'pinctrl-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-04-24 | Merge tag 'powerpc-5.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2022-04-24 | Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2022-04-23 | Merge tag 'arc-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu... | Linus Torvalds |
2022-04-23 | Merge tag 'for-linus-5.18-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-04-23 | sparc: cacheflush_32.h needs struct page | Randy Dunlap |
2022-04-22 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2022-04-22 | Merge tag 'riscv-for-linus-5.18-rc4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-04-22 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2022-04-22 | arm/xen: Fix some refcount leaks | Miaoqian Lin |
2022-04-22 | arm64: mm: fix p?d_leaf() | Muchun Song |
2022-04-21 | RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLE | Randy Dunlap |
2022-04-21 | RISC-V: mm: Fix set_satp_mode() for platform not having Sv57 | Anup Patel |
2022-04-21 | KVM: SEV: add cache flush to solve SEV cache incoherency issues | Mingwei Zhang |
2022-04-21 | KVM: SVM: Flush when freeing encrypted pages even on SME_COHERENT CPUs | Mingwei Zhang |
2022-04-21 | KVM: SVM: Simplify and harden helper to flush SEV guest page(s) | Sean Christopherson |
2022-04-21 | KVM: x86/pmu: Update AMD PMC sample period to fix guest NMI-watchdog | Like Xu |
2022-04-21 | x86/kvm: Preserve BSP MSR_KVM_POLL_CONTROL across suspend/resume | Wanpeng Li |
2022-04-21 | KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabled | Sean Christopherson |
2022-04-21 | KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a race | Sean Christopherson |
2022-04-21 | KVM: nVMX: Defer APICv updates while L2 is active until L1 is active | Sean Christopherson |
2022-04-21 | KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabled | Sean Christopherson |
2022-04-21 | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused | Sean Christopherson |
2022-04-21 | KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy | Sean Christopherson |
2022-04-21 | KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io() | Sean Christopherson |
2022-04-21 | powerpc/perf: Fix 32bit compile | Alexey Kardashevskiy |
2022-04-21 | powerpc/perf: Fix power10 event alternatives | Athira Rajeev |
2022-04-21 | powerpc/perf: Fix power9 event alternatives | Athira Rajeev |
2022-04-21 | KVM: PPC: Fix TCE handling for VFIO | Alexey Kardashevskiy |
2022-04-21 | pinctrl: samsung: fix missing GPIOLIB on ARM64 Exynos config | Krzysztof Kozlowski |
2022-04-21 | powerpc/time: Always set decrementer in timer_interrupt() | Michael Ellerman |
2022-04-20 | Merge tag 'xtensa-20220416' of https://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds |
2022-04-20 | x86: __memcpy_flushcache: fix wrong alignment if size > 2^32 | Mikulas Patocka |
2022-04-20 | RISC-V: KVM: Restrict the extensions that can be disabled | Atish Patra |
2022-04-20 | RISC-V: KVM: Remove 's' & 'u' as valid ISA extension | Atish Patra |
2022-04-19 | perf/x86/cstate: Add SAPPHIRERAPIDS_X CPU support | Zhang Rui |
2022-04-19 | vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAP | Song Liu |
2022-04-18 | ARC: remove redundant READ_ONCE() in cmpxchg loop | Bang Li |
2022-04-18 | ARC: atomic: cleanup atomic-llsc definitions | Sergey Matyukevich |
2022-04-18 | arc: drop definitions of pgd_index() and pgd_offset{, _k}() entirely | Rolf Eike Beer |
2022-04-18 | ARC: dts: align SPI NOR node name with dtschema | Krzysztof Kozlowski |
2022-04-18 | ARC: Remove a redundant memset() | Christophe JAILLET |
2022-04-18 | ARC: fix typos in comments | Julia Lawall |
2022-04-18 | ARC: entry: fix syscall_trace_exit argument | Sergey Matyukevich |