Show patches with: Archived = No       |   5845 patches
« 1 2 3 458 59 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,04/21] include/exec/memop: Rename get_alignment_bits accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson Not Applicable
[v2,03/21] include/exec/memop: Move get_alignment_bits from tcg.h accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson Not Applicable
[v2,02/21] accel/tcg: Expand tlb_fill for 3 callers accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson Not Applicable
[v2,01/21] accel/tcg: Assert noreturn from write-only page for atomics accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson Not Applicable
[20/20] target/arm: Fix alignment fault priority in get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson Not Applicable
[19/20] target/arm: Move device detection earlier in get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson Not Applicable
[18/20] target/arm: Pass MemOp to get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[17/20] target/arm: Pass MemOp through get_phys_addr_twostage accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[16/20] target/arm: Pass MemOp to get_phys_addr_nogpc accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[15/20] target/arm: Pass MemOp to get_phys_addr_gpc accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[14/20] target/arm: Pass MemOp to get_phys_addr_with_space_nogpc accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[13/20] target/arm: Pass MemOp to get_phys_addr accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[12/20] target/hppa: Add hppa_cpu_tlb_fill_align accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson Not Applicable
[11/20] target/hppa: Handle alignment faults in hppa_get_physical_address accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson Not Applicable
[10/20] target/hppa: Fix priority of T, D, and B page faults accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[09/20] target/hppa: Perform access rights before protection id check accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson Not Applicable
[08/20] target/hppa: Add MemOp argument to hppa_get_physical_address accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[07/20] accel/tcg: Use the tlb_fill_align hook accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson Not Applicable
[06/20] hw/core/tcg-cpu-ops: Introduce tlb_fill_align hook accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson Not Applicable
[05/20] include/exec/memop: Introduce memop_atomicity_bits accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson Not Applicable
[04/20] include/exec/memop: Rename get_alignment_bits accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[03/20] include/exec/memop: Move get_alignment_bits from tcg.h accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[02/20] accel/tcg: Expand tlb_fill for 3 callers accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson Not Applicable
[01/20] accel/tcg: Assert noreturn from write-only page for atomics accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson Not Applicable
{PATCH] accel/tcg: Fix CPU specific unaligned behaviour {PATCH] accel/tcg: Fix CPU specific unaligned behaviour - - - --- 2024-10-02 Helge Deller New
[v7,10/10] arm: Align prototype of IO memset Consolidate IO memcpy functions - 2 - --- 2024-09-30 Julian Vetter Not Applicable
[v7,09/10] um: Add dummy implementation for IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-09-30 Julian Vetter Not Applicable
[v7,08/10] sh: Align prototypes of IO memcpy/memset Consolidate IO memcpy functions - 2 - --- 2024-09-30 Julian Vetter Not Applicable
[v7,07/10] parisc: Align prototypes of IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-09-30 Julian Vetter Not Applicable
[v7,06/10] alpha: Align prototypes of IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-09-30 Julian Vetter Not Applicable
[v7,05/10] m68k: Align prototypes of IO memcpy/memset Consolidate IO memcpy functions 1 2 - --- 2024-09-30 Julian Vetter Not Applicable
[v7,04/10] loongarch: Use generic IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-09-30 Julian Vetter Not Applicable
[v7,03/10] csky: Use generic IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-09-30 Julian Vetter Not Applicable
[v7,02/10] arm64: Use generic IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-09-30 Julian Vetter Not Applicable
[v7,01/10] Consolidate IO memcpy/memset into iomap_copy.c Consolidate IO memcpy functions - 1 - --- 2024-09-30 Julian Vetter Not Applicable
[RFC,4/4] selftests/mm: add self tests for guard page feature implement lightweight guard pages - - - --- 2024-09-27 Lorenzo Stoakes Superseded
[RFC,3/4] mm: madvise: implement lightweight guard page mechanism implement lightweight guard pages - - - --- 2024-09-27 Lorenzo Stoakes Superseded
[RFC,2/4] mm: add PTE_MARKER_GUARD PTE marker implement lightweight guard pages - - - --- 2024-09-27 Lorenzo Stoakes Superseded
[RFC,1/4] mm: pagewalk: add the ability to install PTEs implement lightweight guard pages - 1 - --- 2024-09-27 Lorenzo Stoakes Superseded
[v2,2/2] selftests/mm: add test for process_madvise PR_MADV_SELF flag use unrestrict process_madvise() for current process - - - --- 2024-09-24 Lorenzo Stoakes Awaiting Upstream
[v2,1/2] mm/madvise: introduce PR_MADV_SELF flag to process_madvise() unrestrict process_madvise() for current process - - - --- 2024-09-24 Lorenzo Stoakes Awaiting Upstream
[net-next,v26,13/13] netdev: add dmabuf introspection Device Memory TCP - 1 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,12/13] selftests: add ncdevmem, netcat for devmem TCP Device Memory TCP - - - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,11/13] net: add devmem TCP documentation Device Memory TCP - 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags Device Memory TCP - 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,09/13] tcp: RX path for devmem TCP Device Memory TCP - 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,08/13] net: add support for skbs with unreadable frags Device Memory TCP - 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,07/13] net: support non paged skb frags Device Memory TCP - 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,06/13] memory-provider: dmabuf devmem memory provider Device Memory TCP - 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,05/13] page_pool: devmem support Device Memory TCP 1 1 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,04/13] netdev: netdevice devmem allocator Device Memory TCP - 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,03/13] netdev: support binding dma-buf to netdevice Device Memory TCP 1 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,02/13] net: netdev netlink api to bind dma-buf to a net device Device Memory TCP - 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[net-next,v26,01/13] netdev: add netdev_rx_queue_restart() Device Memory TCP - 2 - --- 2024-09-10 Mina Almasry Awaiting Upstream
[v3,8/8] x86/module: enable ROX caches for module text x86/module: use large ROX pages for text allocations - - - --- 2024-09-09 Mike Rapoport Not Applicable
[v3,7/8] execmem: add support for cache of large ROX pages x86/module: use large ROX pages for text allocations - - - --- 2024-09-09 Mike Rapoport Not Applicable
[v3,6/8] x86/module: perpare module loading for ROX allocations of text x86/module: use large ROX pages for text allocations - - - --- 2024-09-09 Mike Rapoport Not Applicable
[v3,5/8] ftrace: Add swap_func to ftrace_process_locs() x86/module: use large ROX pages for text allocations - - - --- 2024-09-09 Mike Rapoport Not Applicable
[v3,4/8] module: prepare to handle ROX allocations for text x86/module: use large ROX pages for text allocations - - - --- 2024-09-09 Mike Rapoport Not Applicable
[v3,3/8] asm-generic: introduce text-patching.h x86/module: use large ROX pages for text allocations - - - --- 2024-09-09 Mike Rapoport Not Applicable
[v3,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-09-09 Mike Rapoport Not Applicable
[v3,1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together x86/module: use large ROX pages for text allocations - - - --- 2024-09-09 Mike Rapoport Not Applicable
[net-next,v25,13/13] netdev: add dmabuf introspection Device Memory TCP - 1 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,12/13] selftests: add ncdevmem, netcat for devmem TCP Device Memory TCP - - - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,11/13] net: add devmem TCP documentation Device Memory TCP - 2 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags Device Memory TCP - 2 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,09/13] tcp: RX path for devmem TCP Device Memory TCP - 2 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,08/13] net: add support for skbs with unreadable frags Device Memory TCP - 2 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,07/13] net: support non paged skb frags Device Memory TCP - 2 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,06/13] memory-provider: dmabuf devmem memory provider Device Memory TCP - 2 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,05/13] page_pool: devmem support Device Memory TCP 1 1 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,04/13] netdev: netdevice devmem allocator Device Memory TCP - 2 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,03/13] netdev: support binding dma-buf to netdevice Device Memory TCP 1 2 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,02/13] net: netdev netlink api to bind dma-buf to a net device Device Memory TCP - 2 - --- 2024-09-09 Mina Almasry Superseded
[net-next,v25,01/13] netdev: add netdev_rx_queue_restart() Device Memory TCP - 2 - --- 2024-09-09 Mina Almasry Superseded
[RFC,v3,2/2] selftests/mm: Create ADDR_LIMIT_47BIT test mm: Introduce ADDR_LIMIT_47BIT personality flag - - - --- 2024-09-05 Charlie Jenkins Awaiting Upstream
[RFC,v3,1/2] mm: Add personality flag to limit address to 47 bits mm: Introduce ADDR_LIMIT_47BIT personality flag - - - --- 2024-09-05 Charlie Jenkins Awaiting Upstream
[v2,3/3] mm: Care about shadow stack guard gap when getting an unmapped area mm: Care about shadow stack guard gap when getting an unmapped area 1 - - --- 2024-09-04 Mark Brown Awaiting Upstream
[v2,2/3] mm: Pass vm_flags to generic_get_unmapped_area() mm: Care about shadow stack guard gap when getting an unmapped area 2 1 - --- 2024-09-04 Mark Brown Awaiting Upstream
[v2,1/3] mm: Make arch_get_unmapped_area() take vm_flags by default mm: Care about shadow stack guard gap when getting an unmapped area 2 1 - --- 2024-09-04 Mark Brown Awaiting Upstream
target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64 target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64 - 1 1 --- 2024-09-03 Helge Deller Superseded
[3/3] mm: Care about shadow stack guard gap when getting an unmapped area mm: Care about shadow stack guard gap when getting an unmapped area 1 1 - --- 2024-09-02 Mark Brown Awaiting Upstream
[2/3] mm: Pass vm_flags to generic_get_unmapped_area() mm: Care about shadow stack guard gap when getting an unmapped area 2 2 - --- 2024-09-02 Mark Brown Awaiting Upstream
[1/3] mm: Make arch_get_unmapped_area() take vm_flags by default mm: Care about shadow stack guard gap when getting an unmapped area 2 1 - --- 2024-09-02 Mark Brown Awaiting Upstream
[2/2] mm: make copy_to_kernel_nofault() not fault on user addresses mm: make copy_to_kernel_nofault() not fault on user addresses - - - --- 2024-09-02 Omar Sandoval Awaiting Upstream
[1/2] mm: rename copy_from_kernel_nofault_allowed() to copy_kernel_nofault_allowed() mm: make copy_to_kernel_nofault() not fault on user addresses - - - --- 2024-09-02 Omar Sandoval Awaiting Upstream
[net-next,v24,13/13] netdev: add dmabuf introspection Device Memory TCP - 1 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,12/13] selftests: add ncdevmem, netcat for devmem TCP Device Memory TCP - - - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,11/13] net: add devmem TCP documentation Device Memory TCP - 2 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags Device Memory TCP - 2 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,09/13] tcp: RX path for devmem TCP Device Memory TCP - 2 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,08/13] net: add support for skbs with unreadable frags Device Memory TCP - 1 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,07/13] net: support non paged skb frags Device Memory TCP - 2 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,06/13] memory-provider: dmabuf devmem memory provider Device Memory TCP - 1 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,05/13] page_pool: devmem support Device Memory TCP 1 1 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,04/13] netdev: netdevice devmem allocator Device Memory TCP - 2 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,03/13] netdev: support binding dma-buf to netdevice Device Memory TCP 1 2 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,02/13] net: netdev netlink api to bind dma-buf to a net device Device Memory TCP - 2 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[net-next,v24,01/13] netdev: add netdev_rx_queue_restart() Device Memory TCP - 2 - --- 2024-08-31 Mina Almasry Handled Elsewhere
[RFC,v2,4/4] selftests/mm: Create MAP_BELOW_HINT test mm: Introduce MAP_BELOW_HINT - - - --- 2024-08-29 Charlie Jenkins Not Applicable
« 1 2 3 458 59 »