messages from 2024-09-04 01:08:12 to 2024-10-01 22:20:05 UTC [more...]
calling getcpu with misaligned address causes kernel panic
2024-10-01 22:20 UTC (5+ messages)
[RFC][PATCHES] asm/unaligned.h removal
2024-10-01 20:34 UTC (5+ messages)
` [PATCH 1/3] parisc: get rid of private asm/unaligned.h
` [PATCH 2/3] arc: "
` [PATCH 3/3] move asm/unaligned.h to linux/unaligned.h
[PATCH v7 00/10] Consolidate IO memcpy functions
2024-10-01 12:53 UTC (16+ 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
[RFC PATCH 0/4] implement lightweight guard pages
2024-09-30 16:05 UTC (8+ 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] hppa: Wire up cacheflush syscall
2024-09-27 7:16 UTC (9+ messages)
[PATCH 0/5] asm-generic: clean up asm/mman.h
2024-09-26 13:54 UTC (11+ messages)
` [PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
` [PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h
` [PATCH 3/5] asm-generic: use asm-generic/mman-common.h on mips and xtensa
` [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha
` [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support
[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 RFC v3 0/2] mm: Introduce ADDR_LIMIT_47BIT personality flag
2024-09-20 5:10 UTC (39+ 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 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
[GIT PULL] parisc architecture fixes and updates for v6.12-rc1
2024-09-19 6:48 UTC (2+ messages)
[PATCH] RFC: mm: mmap: Allow mmap(MAP_STACK) to map growable stack
2024-09-16 20:40 UTC
[PATCH] [RFC] mm: mmap: Allow mmap(MAP_STACK) to map growable stack
2024-09-15 20:04 UTC (16+ messages)
Added preliminary hppa64 support to dietlibc (patch attached)
2024-09-14 17:00 UTC
[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 1/2] parisc: Fix itlb miss handler for 64-bit programs
2024-09-10 17:00 UTC (2+ messages)
` [PATCH 2/2] parisc: Use PRIV_USER instead of hardcoded value
[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 (8+ messages)
` [PATCH net-next v24 06/13] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v24 08/13] net: add support for skbs with unreadable frags
[PATCH] parisc: Allow mmap(MAP_STACK) memory to automatically expand upwards
2024-09-08 18:51 UTC
[PATCH] parisc: Fix 64-bit userspace syscall path
2024-09-07 22:40 UTC
[PATCH] exec: parisc: Fix stack start for ADDR_NO_RANDOMIZE personality
2024-09-07 17:53 UTC
[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/2] mm: make copy_to_kernel_nofault() not fault on user addresses
2024-09-04 22:56 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH 0/3] mm: Care about shadow stack guard gap when getting an unmapped area
2024-09-04 19:07 UTC (9+ 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 (4+ messages)
` [PATCH v2 1/3] mm: Make arch_get_unmapped_area() take vm_flags by default
` [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
[PATCH -next] parisc: pdc_stable: Constify struct kobj_type
2024-09-04 16:57 UTC (2+ messages)
[GIT PULL] parisc architecture fix for v6.11-rc7
2024-09-04 16:25 UTC (2+ messages)
[PATCH 1/7] tracing: add ftrace_regs to function_graph_enter()
2024-09-04 6:58 UTC
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 NNTP newsgroup(s).