Show patches with: State = Action Required       |    Archived = No       |   102 patches
« 1 2 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,1/2] mm/madvise: introduce PR_MADV_SELF flag to process_madvise() unrestrict process_madvise() for current process - - - --- 2024-09-24 Lorenzo Stoakes New
[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 New
[1/5] asm-generic: cosmetic updates to uapi/asm/mman.h asm-generic: clean up asm/mman.h 1 - - --- 2024-09-25 Arnd Bergmann New
[2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h asm-generic: clean up asm/mman.h - - - --- 2024-09-25 Arnd Bergmann New
[3/5] asm-generic: use asm-generic/mman-common.h on mips and xtensa asm-generic: clean up asm/mman.h - - - --- 2024-09-25 Arnd Bergmann New
[4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha asm-generic: clean up asm/mman.h - 2 - --- 2024-09-25 Arnd Bergmann New
[5/5,RFC] mm: Remove MAP_UNINITIALIZED support asm-generic: clean up asm/mman.h - - - --- 2024-09-25 Arnd Bergmann New
[RFC,1/4] mm: pagewalk: add the ability to install PTEs implement lightweight guard pages - 1 - --- 2024-09-27 Lorenzo Stoakes New
[RFC,2/4] mm: add PTE_MARKER_GUARD PTE marker implement lightweight guard pages - - - --- 2024-09-27 Lorenzo Stoakes New
[RFC,3/4] mm: madvise: implement lightweight guard page mechanism implement lightweight guard pages - - - --- 2024-09-27 Lorenzo Stoakes New
[RFC,4/4] selftests/mm: add self tests for guard page feature implement lightweight guard pages - - - --- 2024-09-27 Lorenzo Stoakes New
[1/3] parisc: get rid of private asm/unaligned.h [1/3] parisc: get rid of private asm/unaligned.h 1 - - --- 2024-10-01 Al Viro New
[2/3] arc: get rid of private asm/unaligned.h [1/3] parisc: get rid of private asm/unaligned.h 1 - - --- 2024-10-01 Al Viro New
{PATCH] accel/tcg: Fix CPU specific unaligned behaviour {PATCH] accel/tcg: Fix CPU specific unaligned behaviour - - - --- 2024-10-02 Helge Deller New
parisc/ftrace: Fix function graph tracing disablement parisc/ftrace: Fix function graph tracing disablement - - - --- 2024-10-02 Josh Poimboeuf New
[git,pull] asm/unaligned.h removal [git,pull] asm/unaligned.h removal - - - --- 2024-10-02 Al Viro New
[01/20] accel/tcg: Assert noreturn from write-only page for atomics accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson New
[02/20] accel/tcg: Expand tlb_fill for 3 callers accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[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 New
[04/20] include/exec/memop: Rename get_alignment_bits accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[05/20] include/exec/memop: Introduce memop_atomicity_bits accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson New
[06/20] hw/core/tcg-cpu-ops: Introduce tlb_fill_align hook accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson New
[07/20] accel/tcg: Use the tlb_fill_align hook accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson New
[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 New
[09/20] target/hppa: Perform access rights before protection id check accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson New
[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 New
[11/20] target/hppa: Handle alignment faults in hppa_get_physical_address accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson New
[12/20] target/hppa: Add hppa_cpu_tlb_fill_align accel/tcg: Introduce tlb_fill_align hook - - - --- 2024-10-05 Richard Henderson New
[13/20] target/arm: Pass MemOp to get_phys_addr accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[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 New
[15/20] target/arm: Pass MemOp to get_phys_addr_gpc accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[16/20] target/arm: Pass MemOp to get_phys_addr_nogpc accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[17/20] target/arm: Pass MemOp through get_phys_addr_twostage accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[18/20] target/arm: Pass MemOp to get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[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 New
[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 New
[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 New
[v2,02/21] accel/tcg: Expand tlb_fill for 3 callers accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[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 New
[v2,04/21] include/exec/memop: Rename get_alignment_bits accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,05/21] include/exec/memop: Introduce memop_atomicity_bits accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,06/21] hw/core/tcg-cpu-ops: Introduce tlb_fill_align hook accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,07/21] accel/tcg: Use the tlb_fill_align hook accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,08/21] target/hppa: Add MemOp argument to hppa_get_physical_address accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[v2,09/21] target/hppa: Perform access rights before protection id check accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[v2,10/21] target/hppa: Fix priority of T, D, and B page faults accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[v2,11/21] target/hppa: Handle alignment faults in hppa_get_physical_address accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[v2,12/21] target/hppa: Add hppa_cpu_tlb_fill_align accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[v2,13/21] target/arm: Pass MemOp to get_phys_addr accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[v2,14/21] target/arm: Pass MemOp to get_phys_addr_with_space_nogpc accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,15/21] target/arm: Pass MemOp to get_phys_addr_gpc accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,16/21] target/arm: Pass MemOp to get_phys_addr_nogpc accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,17/21] target/arm: Pass MemOp through get_phys_addr_twostage accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,18/21] target/arm: Pass MemOp to get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,19/21] target/arm: Move device detection earlier in get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
[v2,20/21] target/arm: Add arm_cpu_tlb_fill_align accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-05 Richard Henderson New
[v2,21/21] target/arm: Fix alignment fault priority in get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-05 Richard Henderson New
parisc: lba_pci: remove unused macro parisc: lba_pci: remove unused macro - - - --- 2024-10-08 Ba Jing New
parisc: lasi: remove unused macro parisc: lasi: remove unused macro - - - --- 2024-10-08 Ba Jing New
[v8,01/14] Consolidate IO memcpy/memset into iomap_copy.c Consolidate IO memcpy functions - 1 - --- 2024-10-08 Julian Vetter New
[v8,02/14] arm64: Use generic IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-10-08 Julian Vetter New
[v8,03/14] csky: Use generic IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-10-08 Julian Vetter New
[v8,04/14] loongarch: Use generic IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-10-08 Julian Vetter New
[v8,05/14] m68k: Align prototypes of IO memcpy/memset Consolidate IO memcpy functions - 2 - --- 2024-10-08 Julian Vetter New
[v8,06/14] alpha: Align prototypes of IO memcpy/memset Consolidate IO memcpy functions - 2 - --- 2024-10-08 Julian Vetter New
[v8,07/14] parisc: Align prototypes of IO memcpy/memset Consolidate IO memcpy functions - 1 - --- 2024-10-08 Julian Vetter New
[v8,08/14] sh: Align prototypes of IO memcpy/memset Consolidate IO memcpy functions - 2 - --- 2024-10-08 Julian Vetter New
[v8,09/14] arm: Align prototype of IO memset Consolidate IO memcpy functions - 2 - --- 2024-10-08 Julian Vetter New
[v8,10/14] powerpc: Align prototypes of IO memcpy and memset Consolidate IO memcpy functions - 1 - --- 2024-10-08 Julian Vetter New
[v8,11/14] s390: Add wrappers around zpci_memcpy/zpci_memset Consolidate IO memcpy functions 1 1 1 --- 2024-10-08 Julian Vetter New
[v8,12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency Consolidate IO memcpy functions - 1 - --- 2024-10-08 Julian Vetter New
[v8,13/14] mtd: Add HAS_IOMEM || INDIRECT_IOMEM dependency Consolidate IO memcpy functions - 1 - --- 2024-10-08 Julian Vetter New
[v8,14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML Consolidate IO memcpy functions 1 1 - --- 2024-10-08 Julian Vetter New
[v3,01/20] accel/tcg: Assert noreturn from write-only page for atomics accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-09 Richard Henderson New
[v3,02/20] include/exec/memop: Move get_alignment_bits from tcg.h accel/tcg: Introduce tlb_fill_align hook - 3 - --- 2024-10-09 Richard Henderson New
[v3,03/20] include/exec/memop: Rename get_alignment_bits accel/tcg: Introduce tlb_fill_align hook - 3 - --- 2024-10-09 Richard Henderson New
[v3,04/20] include/exec/memop: Introduce memop_atomicity_bits accel/tcg: Introduce tlb_fill_align hook - 3 - --- 2024-10-09 Richard Henderson New
[v3,05/20] accel/tcg: Add TCGCPUOps.tlb_fill_align accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-09 Richard Henderson New
[v3,06/20] accel/tcg: Use the alignment test in tlb_fill_align accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-09 Richard Henderson New
[v3,07/20] target/hppa: Add MemOp argument to hppa_get_physical_address accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-09 Richard Henderson New
[v3,08/20] target/hppa: Perform access rights before protection id check accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-09 Richard Henderson New
[v3,09/20] target/hppa: Fix priority of T, D, and B page faults accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-09 Richard Henderson New
[v3,10/20] target/hppa: Handle alignment faults in hppa_get_physical_address accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-09 Richard Henderson New
[v3,11/20] target/hppa: Implement TCGCPUOps.tlb_fill_align accel/tcg: Introduce tlb_fill_align hook - 1 1 --- 2024-10-09 Richard Henderson New
[v3,12/20] target/arm: Pass MemOp to get_phys_addr accel/tcg: Introduce tlb_fill_align hook - 2 - --- 2024-10-09 Richard Henderson New
[v3,13/20] target/arm: Pass MemOp to get_phys_addr_with_space_nogpc accel/tcg: Introduce tlb_fill_align hook - 3 - --- 2024-10-09 Richard Henderson New
[v3,14/20] target/arm: Pass MemOp to get_phys_addr_gpc accel/tcg: Introduce tlb_fill_align hook - 3 - --- 2024-10-09 Richard Henderson New
[v3,15/20] target/arm: Pass MemOp to get_phys_addr_nogpc accel/tcg: Introduce tlb_fill_align hook - 3 - --- 2024-10-09 Richard Henderson New
[v3,16/20] target/arm: Pass MemOp through get_phys_addr_twostage accel/tcg: Introduce tlb_fill_align hook - 3 - --- 2024-10-09 Richard Henderson New
[v3,17/20] target/arm: Pass MemOp to get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - 3 - --- 2024-10-09 Richard Henderson New
[v3,18/20] target/arm: Move device detection earlier in get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-09 Richard Henderson New
[v3,19/20] target/arm: Implement TCGCPUOps.tlb_fill_align accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-09 Richard Henderson New
[v3,20/20] target/arm: Fix alignment fault priority in get_phys_addr_lpae accel/tcg: Introduce tlb_fill_align hook - 1 - --- 2024-10-09 Richard Henderson New
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 Christoph Hellwig New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
« 1 2 »