messages from 2024-09-04 18:53:50 to 2024-10-16 12:24:49 UTC [more...]
[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
2024-10-16 12:24 UTC
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
2024-10-16 10:40 UTC (39+ 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
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
` Bisected: "
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-15 11:16 UTC (5+ messages)
provide generic page_to_phys and phys_to_page implementations v2
2024-10-15 5:44 UTC (4+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
[PATCH net-next v25 00/13] Device Memory TCP
2024-10-11 19:38 UTC (28+ 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 0/3] vdso: Always reject undefined references in during linking
2024-10-11 9:18 UTC (4+ messages)
` [PATCH 1/3] x86: "
` [PATCH 2/3] um: "
` [PATCH 3/3] sparc: "
provide generic page_to_phys and phys_to_page implementations
2024-10-10 8:37 UTC (6+ messages)
` [PATCH] asm-generic: "
[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
2024-10-09 14:31 UTC (3+ messages)
[PATCH v3 0/2] MVME: Adopt standard RTC driver
2024-10-08 9:19 UTC (3+ messages)
` [PATCH v3 1/2] rtc: m48t59: Use platform_data struct for year offset value
[PATCH v2 0/2] MVME: Adopt standard RTC driver
2024-10-08 7:15 UTC (4+ messages)
` [PATCH v2 1/2] rtc: m48t59: Use platform_data struct for year offset value
[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
[PATCH bpf-next 2/2 v2] bpf: Add BPF_CALL_FUNC to simplify code
2024-10-02 15:37 UTC (2+ messages)
[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
[GIT PULL] sparc updates for v6.12
2024-09-25 18:23 UTC (2+ messages)
[PATCH][next] sparc: leon: Fix spelling mistake "wont" -> "won't"
2024-09-23 11:58 UTC
[PATCH bpf-next 2/2] bpf: Add BPF_CALL_FUNC* to simplify code
2024-09-22 19:36 UTC (5+ messages)
[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] arch/sparc: remove unused varible paddrbase in function leon_swprobe()
2024-09-13 18:00 UTC (2+ messages)
[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 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 v3] sched/debug: Dump end of stack when detected corrupted
2024-09-06 12:09 UTC
sched/debug: Dump end of stack when detected corrupted
2024-09-06 11:47 UTC (2+ messages)
[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 (7+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).