Show patches with: Archived = No       |   14751 patches
« 1 2 ... 7 8 9147 148 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v13,38/85] KVM: x86/mmu: Put direct prefetched pages via kvm_release_page_clean() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,37/85] KVM: x86/mmu: Add "mmu" prefix fault-in helpers to free up generic names KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,36/85] KVM: x86: Don't fault-in APIC access page during initial allocation KVM: Stop grabbing references to PFNMAP'd pages - - - --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,35/85] KVM: Disallow direct access (w/o mmu_notifier) to unpinned pfn by default KVM: Stop grabbing references to PFNMAP'd pages - - 1 --- 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,33/85] KVM: Pass in write/dirty to kvm_vcpu_map(), not kvm_vcpu_unmap() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,32/85] KVM: nVMX: Mark vmcs12's APIC access page dirty when unmapping KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,31/85] KVM: Pin (as in FOLL_PIN) pages during kvm_vcpu_map() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,30/85] KVM: Migrate kvm_vcpu_map() to kvm_follow_pfn() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,29/85] KVM: pfncache: Precisely track refcounted pages KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,28/85] KVM: Move kvm_{set,release}_page_{clean,dirty}() helpers up in kvm_main.c KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,27/85] KVM: Provide refcounted page as output field in struct kvm_follow_pfn KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,26/85] KVM: Use plain "struct page" pointer instead of single-entry array KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,25/85] KVM: nVMX: Add helper to put (unmap) vmcs12 pages KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,24/85] KVM: nVMX: Drop pointless msr_bitmap_map field from struct nested_vmx KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,23/85] KVM: nVMX: Rely on kvm_vcpu_unmap() to track validity of eVMCS mapping KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,22/85] KVM: Use NULL for struct page pointer to indicate mremapped memory KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,21/85] KVM: Explicitly initialize all fields at the start of kvm_vcpu_map() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,20/85] KVM: Remove pointless sanity check on @map param to kvm_vcpu_(un)map() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,18/85] KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,17/85] KVM: x86/mmu: Drop kvm_page_fault.hva, i.e. don't track intermediate hva KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,16/85] KVM: Replace "async" pointer in gfn=>pfn with "no_wait" and error code KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,15/85] KVM: Drop extra GUP (via check_user_page_hwpoison()) to detect poisoned page KVM: Stop grabbing references to PFNMAP'd pages - - - --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,14/85] KVM: Return ERR_SIGPENDING from hva_to_pfn() if GUP returns -EGAIN KVM: Stop grabbing references to PFNMAP'd pages - - - --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,13/85] KVM: Annotate that all paths in hva_to_pfn() might sleep KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,12/85] KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,11/85] KVM: Rename gfn_to_page_many_atomic() to kvm_prefetch_pages() KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,10/85] KVM: x86/mmu: Use gfn_to_page_many_atomic() when prefetching indirect PTEs KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,09/85] KVM: x86/mmu: Mark page/folio accessed only when zapping leaf SPTEs KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,08/85] KVM: x86/mmu: Mark folio dirty when creating SPTE, not when zapping/modifying KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,07/85] KVM: x86/mmu: Mark new SPTE as Accessed when synchronizing existing SPTE KVM: Stop grabbing references to PFNMAP'd pages - - - --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,06/85] KVM: x86/mmu: Invert @can_unsync and renamed to @synchronizing KVM: Stop grabbing references to PFNMAP'd pages - - - --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,05/85] KVM: x86/mmu: Don't overwrite shadow-present MMU SPTEs when prefaulting KVM: Stop grabbing references to PFNMAP'd pages - - - --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,04/85] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE KVM: Stop grabbing references to PFNMAP'd pages - - 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,03/85] KVM: Add kvm_release_page_unused() API to put pages that KVM never consumes KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,02/85] KVM: Allow calling kvm_release_page_{clean,dirty}() on a NULL page pointer KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[v13,01/85] KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error KVM: Stop grabbing references to PFNMAP'd pages - 1 1 --1 2024-10-10 Sean Christopherson Handled Elsewhere
[9/9] MIPS: vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes - - - 13-- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[8/9] LoongArch: vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes - - - 13-- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[7/9] x86/vdso: Remove timekeeper include vdso: Remove timekeeper argument and includes - - - 13-- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[6/9] s390/vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes - - - 13-- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[5/9] riscv: vdso: Remove timekeeper include vdso: Remove timekeeper argument and includes - - - 13-- 2024-10-10 Thomas Weißschuh Needs ACK
[4/9] powerpc/vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes - - - 13-- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[3/9] arm64: vdso: Remove timekeeper include vdso: Remove timekeeper argument and includes 1 - - 13-- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[2/9] arm: vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes - - - 13-- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall() vdso: Remove timekeeper argument and includes 1 - - 13-- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[v5,2/2] riscv: dts: sophgo: Add LicheeRV Nano board device tree Add board support for Sipeed LicheeRV Nano - - - 1012 2024-10-10 Thomas Bonnefille Handled Elsewhere
[v5,1/2] riscv: dts: sophgo: Add initial SG2002 SoC device tree Add board support for Sipeed LicheeRV Nano - - - 1111 2024-10-10 Thomas Bonnefille Handled Elsewhere
[v2,3/3] riscv: add PREEMPT_LAZY support Untitled series #897609 - - - --- 2024-10-10 Sebastian Andrzej Siewior New
[28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[27/28] powerpc: Split systemcfg struct definitions out from vdso vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[26/28] powerpc: Split systemcfg data out of vdso data page vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[25/28] powerpc: Add kconfig option for the systemcfg page vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[24/28] powerpc/pseries/lparcfg: Use num_possible_cpus() for potential processors vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[23/28] powerpc/pseries/lparcfg: Fix printing of system_active_processors vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[22/28] powerpc: procfs: Propagate error of remap_pfn_range() vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[21/28] powerpc: vdso: Remove offset comment from 32bit vdso_arch_data vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[20/28] x86: vdso: Split virtual clock pages into dedicated mapping vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[19/28] x86: vdso: Delete vvar.h vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[18/28] x86: vdso: Access vdso data without vvar.h vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[17/28] x86: vdso: Move the rng offset to vsyscall.h vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[16/28] x86: vdso: Access rng vdso data without vvar.h vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[15/28] x86: vdso: Access timens vdso data without vvar.h vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[14/28] x86: vdso: Allocate vvar page from C code vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[13/28] x86: vdso: Access rng data from kernel without vvar vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[12/28] x86: vdso: Place vdso_data at beginning of vvar page vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[11/28] x86: vdso: Use __arch_get_vdso_data() to access vdso data vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[10/28] x86/mm/mmap: Remove arch_vma_name() vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[09/28] MIPS: vdso: Avoid name conflict around "vdso_data" vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[08/28] LoongArch: vDSO: Use vdso/datapage.h to access vDSO data vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[07/28] arm: vdso: Remove assembly for datapage access vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[06/28] riscv: vdso: Use only one single vvar mapping vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh New
[05/28] arm64: vdso: Use only one single vvar mapping vdso: Preparations for generic data storage 1 - 1 --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[04/28] arm64: vdso: Drop LBASE_VDSO vdso: Preparations for generic data storage 1 - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[03/28] s390/vdso: Drop LBASE_VDSO vdso: Preparations for generic data storage 1 - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[02/28] csky/vdso: Remove arch_vma_name() vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
[01/28] csky/vdso: Remove gettimeofday() and friends from VDSO vdso: Preparations for generic data storage - - - --1 2024-10-10 Thomas Weißschuh Handled Elsewhere
pinctrl: th1520: Use common error handling code in th1520_pinctrl_dt_node_to_map() pinctrl: th1520: Use common error handling code in th1520_pinctrl_dt_node_to_map() - - - --1 2024-10-10 Markus Elfring Handled Elsewhere
[v2,3/3] riscv: defconfig: Enable T-HEAD C900 ACLINT SSWI drivers riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI - - - 13-- 2024-10-09 Inochi Amaoto conchuod Superseded
[v2,2/3] irqchip: add T-HEAD C900 ACLINT SSWI driver riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI - - - 121- 2024-10-09 Inochi Amaoto Superseded
[v2,1/3] dt-bindings: interrupt-controller: Add Sophgo SG2044 ACLINT SSWI riscv: interrupt-controller: Add T-HEAD C900 ACLINT SSWI - 1 - 121- 2024-10-09 Inochi Amaoto Superseded
[v5,8/8] x86/module: enable ROX caches for module text x86/module: use large ROX pages for text allocations - - - 12-1 2024-10-09 Mike Rapoport Superseded
[v5,7/8] execmem: add support for cache of large ROX pages x86/module: use large ROX pages for text allocations - - - 1111 2024-10-09 Mike Rapoport Superseded
[v5,6/8] x86/module: perpare module loading for ROX allocations of text x86/module: use large ROX pages for text allocations - 1 - 11-2 2024-10-09 Mike Rapoport Superseded
[v5,5/8] arch: introduce set_direct_map_valid_noflush() x86/module: use large ROX pages for text allocations - 1 - 1111 2024-10-09 Mike Rapoport Superseded
[v5,4/8] module: prepare to handle ROX allocations for text x86/module: use large ROX pages for text allocations - - - 11-2 2024-10-09 Mike Rapoport Superseded
[v5,3/8] asm-generic: introduce text-patching.h x86/module: use large ROX pages for text allocations 2 1 - 1111 2024-10-09 Mike Rapoport Superseded
[v5,2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations x86/module: use large ROX pages for text allocations - 1 - 12-1 2024-10-09 Mike Rapoport Superseded
[v5,1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together x86/module: use large ROX pages for text allocations - 1 - 1111 2024-10-09 Mike Rapoport Superseded
[v3,14/14] KVM: selftests: Verify KVM correctly handles mprotect(PROT_READ) KVM: selftests: Morph max_guest_mem to mmu_stress - - - 121- 2024-10-09 Sean Christopherson Handled Elsewhere
[v3,13/14] KVM: selftests: Add a read-only mprotect() phase to mmu_stress_test KVM: selftests: Morph max_guest_mem to mmu_stress - 1 - 1211 2024-10-09 Sean Christopherson Handled Elsewhere
[v3,12/14] KVM: selftests: Precisely limit the number of guest loops in mmu_stress_test KVM: selftests: Morph max_guest_mem to mmu_stress - 1 - 13-1 2024-10-09 Sean Christopherson Handled Elsewhere
[v3,11/14] KVM: selftests: Use vcpu_arch_put_guest() in mmu_stress_test KVM: selftests: Morph max_guest_mem to mmu_stress - 1 - 1211 2024-10-09 Sean Christopherson Handled Elsewhere
[v3,10/14] KVM: selftests: Enable mmu_stress_test on arm64 KVM: selftests: Morph max_guest_mem to mmu_stress - 1 - 13-1 2024-10-09 Sean Christopherson Handled Elsewhere
[v3,09/14] KVM: sefltests: Explicitly include ucall_common.h in mmu_stress_test.c KVM: selftests: Morph max_guest_mem to mmu_stress - - - 1211 2024-10-09 Sean Christopherson Handled Elsewhere
[v3,08/14] KVM: selftests: Compute number of extra pages needed in mmu_stress_test KVM: selftests: Morph max_guest_mem to mmu_stress - 1 - 1211 2024-10-09 Sean Christopherson Handled Elsewhere
[v3,07/14] KVM: selftests: Only muck with SREGS on x86 in mmu_stress_test KVM: selftests: Morph max_guest_mem to mmu_stress - 1 - 13-1 2024-10-09 Sean Christopherson Handled Elsewhere
[v3,06/14] KVM: selftests: Rename max_guest_memory_test to mmu_stress_test KVM: selftests: Morph max_guest_mem to mmu_stress - 1 - 1211 2024-10-09 Sean Christopherson Handled Elsewhere
[v3,05/14] KVM: selftests: Check for a potential unhandled exception iff KVM_RUN succeeded KVM: selftests: Morph max_guest_mem to mmu_stress - 1 - 13-1 2024-10-09 Sean Christopherson Handled Elsewhere
« 1 2 ... 7 8 9147 148 »