linux-alpha.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-04 17:04:08 to 2024-10-09 18:10:35 UTC [more...]

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-09 18:08 UTC  (7+ messages)
` [PATCH v5 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v5 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v5 3/8] asm-generic: introduce text-patching.h
` [PATCH v5 4/8] module: prepare to handle ROX allocations for text
` [PATCH v5 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v5 6/8] x86/module: perpare module loading for ROX allocations of text

provide generic page_to_phys and phys_to_page implementations
 2024-10-09 14:37 UTC  (4+ messages)
` [PATCH] asm-generic: "

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-09 14:31 UTC  (3+ messages)

[PATCH v8 00/14] Consolidate IO memcpy functions
 2024-10-08 14:54 UTC  (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML

[PATCH] alpha: Make thread_info::flags unsigned long
 2024-10-08 13:57 UTC 

[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
 2024-10-08  6:19 UTC  (11+ messages)
` [PATCH v4 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v4 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v4 3/8] asm-generic: introduce text-patching.h
` [PATCH v4 4/8] module: prepare to handle ROX allocations for text
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v4 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v4 7/8] execmem: add support for cache of large ROX pages
` [PATCH v4 8/8] x86/module: enable ROX caches for module text

[RFC PATCH 0/4] implement lightweight guard pages
 2024-10-07 15:30 UTC  (11+ messages)
` [RFC PATCH 1/4] mm: pagewalk: add the ability to install PTEs
` [RFC PATCH 2/4] mm: add PTE_MARKER_GUARD PTE marker
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism
` [RFC PATCH 4/4] selftests/mm: add self tests for guard page feature

[PATCH v7 00/10] Consolidate IO memcpy functions
 2024-10-07  8:06 UTC  (23+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 02/10] arm64: Use generic IO memcpy/memset
` [PATCH v7 03/10] csky: "
` [PATCH v7 04/10] loongarch: "
` [PATCH v7 05/10] m68k: Align prototypes of "
` [PATCH v7 06/10] alpha: "
` [PATCH v7 07/10] parisc: "
` [PATCH v7 08/10] sh: "
` [PATCH v7 09/10] um: Add dummy implementation for "
` [PATCH v7 10/10] arm: Align prototype of IO memset

[PATCH RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
 2024-10-02 14:26 UTC  (40+ messages)
` [PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
` [PATCH RFC v3 2/2] selftests/mm: Create ADDR_LIMIT_47BIT test

[PATCH v2 0/2] unrestrict process_madvise() for current process
 2024-09-26  9:44 UTC  (13+ messages)
` [PATCH v2 1/2] mm/madvise: introduce PR_MADV_SELF flag to process_madvise()
` [PATCH v2 2/2] selftests/mm: add test for process_madvise PR_MADV_SELF flag use

[PATCH v3 0/8] x86/module: use large ROX pages for text allocations
 2024-09-19 11:18 UTC  (16+ messages)
` [PATCH v3 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v3 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v3 3/8] asm-generic: introduce text-patching.h
` [PATCH v3 4/8] module: prepare to handle ROX allocations for text
` [PATCH v3 5/8] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH v3 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v3 7/8] execmem: add support for cache of large ROX pages
` [PATCH v3 8/8] x86/module: enable ROX caches for module text

[PATCH net-next v26 00/13] Device Memory TCP
 2024-09-12  4:40 UTC  (15+ messages)
` [PATCH net-next v26 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v26 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v26 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v26 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v26 05/13] page_pool: devmem support
` [PATCH net-next v26 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v26 07/13] net: support non paged skb frags
` [PATCH net-next v26 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v26 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v26 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v26 11/13] net: add devmem TCP documentation
` [PATCH net-next v26 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v26 13/13] netdev: add dmabuf introspection

[PATCH net-next v25 00/13] Device Memory TCP
 2024-09-10 15:38 UTC  (23+ messages)
` [PATCH net-next v25 01/13] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v25 02/13] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v25 03/13] netdev: support binding dma-buf to netdevice
` [PATCH net-next v25 04/13] netdev: netdevice devmem allocator
` [PATCH net-next v25 05/13] page_pool: devmem support
` [PATCH net-next v25 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v25 07/13] net: support non paged skb frags
` [PATCH net-next v25 08/13] net: add support for skbs with unreadable frags
` [PATCH net-next v25 09/13] tcp: RX path for devmem TCP
` [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v25 11/13] net: add devmem TCP documentation
` [PATCH net-next v25 12/13] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v25 13/13] netdev: add dmabuf introspection

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-09-09  9:46 UTC  (4+ messages)

[PATCH net-next v24 00/13] Device Memory TCP
 2024-09-09  0:21 UTC  (4+ messages)
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider

[PATCH v2 0/8] x86/module: use large ROX pages for text allocations
 2024-09-06  9:37 UTC  (3+ messages)
` [PATCH v2 7/8] execmem: add support for cache of large ROX pages

[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 19:07 UTC  (8+ messages)
` [PATCH 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH 3/3] mm: Care about shadow stack guard gap when getting an unmapped area

[PATCH v2 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
 2024-09-04 16:58 UTC  (3+ messages)
` [PATCH v2 2/3] mm: Pass vm_flags to generic_get_unmapped_area()
` [PATCH v2 3/3] mm: Care about shadow stack guard gap when getting an unmapped area


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).