Show patches with: Archived = No       |   18140 patches
« 1 2 ... 9 10 11181 182 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v13,34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary KVM: Stop grabbing references to PFNMAP'd pages - - 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 - - - --- 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 - - - --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 --- 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 - - - --- 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 - - - --- 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 - - - --- 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 --- 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 --- 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 --- 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 --- 2024-10-10 Sean Christopherson Handled Elsewhere
[9/9] MIPS: vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[8/9] LoongArch: vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[7/9] x86/vdso: Remove timekeeper include vdso: Remove timekeeper argument and includes - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[6/9] s390/vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes 1 - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[5/9] riscv: vdso: Remove timekeeper include vdso: Remove timekeeper argument and includes - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[4/9] powerpc/vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[3/9] arm64: vdso: Remove timekeeper include vdso: Remove timekeeper argument and includes 1 - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[2/9] arm: vdso: Remove timekeeper includes vdso: Remove timekeeper argument and includes - - - --- 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 - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[28/28] vdso: Rename struct arch_vdso_data to arch_vdso_time_data vdso: Preparations for generic data storage 1 - - --- 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 - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[22/28] powerpc: procfs: Propagate error of remap_pfn_range() vdso: Preparations for generic data storage - - - --- 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 - - - --- 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 - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[19/28] x86: vdso: Delete vvar.h vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[18/28] x86: vdso: Access vdso data without vvar.h vdso: Preparations for generic data storage - - - --- 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 - - - --- 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 - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[14/28] x86: vdso: Allocate vvar page from C code vdso: Preparations for generic data storage - - - --- 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 - - - --- 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 - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[09/28] MIPS: vdso: Avoid name conflict around "vdso_data" vdso: Preparations for generic data storage - - - --- 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 - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[07/28] arm: vdso: Remove assembly for datapage access vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[06/28] riscv: vdso: Use only one single vvar mapping vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[05/28] arm64: vdso: Use only one single vvar mapping vdso: Preparations for generic data storage 1 - 1 --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[04/28] arm64: vdso: Drop LBASE_VDSO vdso: Preparations for generic data storage 1 - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[03/28] s390/vdso: Drop LBASE_VDSO vdso: Preparations for generic data storage 1 - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[02/28] csky/vdso: Remove arch_vma_name() vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[01/28] csky/vdso: Remove gettimeofday() and friends from VDSO vdso: Preparations for generic data storage - - - --- 2024-10-10 Thomas Weißschuh Handled Elsewhere
[v5,8/8] x86/module: enable ROX caches for module text x86/module: use large ROX pages for text allocations - - - --- 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 - - - --- 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 - --- 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 - --- 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 - - - --- 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 - --- 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 - --- 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 - --- 2024-10-09 Mike Rapoport Superseded
asm-generic: provide generic page_to_phys and phys_to_page implementations asm-generic: provide generic page_to_phys and phys_to_page implementations - - - --- 2024-10-09 hch Superseded
[net-next] eth: remove the DLink/Sundance (ST201) driver [net-next] eth: remove the DLink/Sundance (ST201) driver 1 1 - --- 2024-10-08 Jakub Kicinski Handled Elsewhere
MIPS: mobileye: eyeq6h-epm6: Use eyeq6h in the board device tree MIPS: mobileye: eyeq6h-epm6: Use eyeq6h in the board device tree - 1 - --- 2024-10-08 Gregory CLEMENT Accepted
[v2,3/3] spi: spi-mem: Add Realtek SPI-NAND controller Realtek SPI-NAND controller - - - --- 2024-10-08 Chris Packham Superseded
[v2,2/3] mips: dts: realtek: Add SPI NAND controller Realtek SPI-NAND controller - - - --- 2024-10-08 Chris Packham Superseded
[v2,1/3] dt-bindings: spi: Add realtek,rtl9300-snand Realtek SPI-NAND controller - - - --- 2024-10-08 Chris Packham Superseded
[next] firmware: tee_bnxt: remove redundant assignment to variable nbytes [next] firmware: tee_bnxt: remove redundant assignment to variable nbytes - - - --- 2024-10-07 Colin Ian King New
[v2,7/7] power: supply: ingenic-battery: free scale buffer after use iio: fix possible race condition during access of available info lists - - - --- 2024-10-07 Matteo Martelli Superseded
[v2,6/7] iio: consumers: release available info buffer copied from producer iio: fix possible race condition during access of available info lists - - - --- 2024-10-07 Matteo Martelli Superseded
[v2,5/7] iio: inkern: copy/release available info from producer iio: fix possible race condition during access of available info lists - - - --- 2024-10-07 Matteo Martelli Superseded
[v2,4/7] iio: as73211: copy/release available integration times to fix race iio: fix possible race condition during access of available info lists - - - --- 2024-10-07 Matteo Martelli Superseded
[v2,3/7] iio: ad7192: copy/release available filter frequencies to fix race iio: fix possible race condition during access of available info lists - - - --- 2024-10-07 Matteo Martelli Superseded
[v2,2/7] iio: pac1921: use read_avail+release APIs instead of custom ext_info iio: fix possible race condition during access of available info lists - - - --- 2024-10-07 Matteo Martelli Superseded
[v2,1/7] iio: core: add read_avail_release_resource callback to fix race iio: fix possible race condition during access of available info lists - - - --- 2024-10-07 Matteo Martelli Superseded
[v4,8/8] x86/module: enable ROX caches for module text x86/module: use large ROX pages for text allocations - - - --- 2024-10-07 Mike Rapoport Superseded
[v4,7/8] execmem: add support for cache of large ROX pages x86/module: use large ROX pages for text allocations - - - --- 2024-10-07 Mike Rapoport Superseded
[v4,6/8] x86/module: perpare module loading for ROX allocations of text x86/module: use large ROX pages for text allocations - - - --- 2024-10-07 Mike Rapoport Superseded
[v4,5/8] arch: introduce set_direct_map_valid_noflush() x86/module: use large ROX pages for text allocations - - - --- 2024-10-07 Mike Rapoport Superseded
[v4,4/8] module: prepare to handle ROX allocations for text x86/module: use large ROX pages for text allocations - - - --- 2024-10-07 Mike Rapoport Superseded
[v4,3/8] asm-generic: introduce text-patching.h x86/module: use large ROX pages for text allocations - - - --- 2024-10-07 Mike Rapoport Superseded
[v4,2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations x86/module: use large ROX pages for text allocations - - - --- 2024-10-07 Mike Rapoport Superseded
« 1 2 ... 9 10 11181 182 »