messages from 2025-01-08 11:01:54 to 2025-02-10 11:33:43 UTC [more...]
[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-10 11:33 UTC
[PATCH 0/3] bitmap: convert self-test to KUnit
2025-02-10 7:54 UTC (17+ messages)
` [PATCH 1/3] bitmap: remove _check_eq_u32_array
` [PATCH 2/3] bitmap: convert self-test to KUnit
` [PATCH 3/3] bitmap: break kunit into test cases
[PATCH 0/5] remove tlb_remove_page_ptdesc()
2025-02-08 7:22 UTC (12+ messages)
` [PATCH 1/5] mm: pgtable: make generic tlb_remove_table() use struct ptdesc
` [PATCH 2/5] mm: pgtable: convert some architectures to use tlb_remove_ptdesc()
` [PATCH 3/5] riscv: pgtable: unconditionally "
` [PATCH 4/5] x86: pgtable: unconditionally use tlb_remove_table()
` [PATCH 5/5] mm: pgtable: remove tlb_remove_page_ptdesc()
[PATCH v4 2/5] Xarray: move forward index correctly in xas_pause()
2025-02-06 7:34 UTC (3+ messages)
[PATCH] m68k: coldfire: Prevent spurious interrupts when masking IMR
2025-02-05 11:26 UTC (8+ messages)
[geert-m68k:master] BUILD SUCCESS 989b107fb2f3c5313ab0c25d8d29813bc4d2fc36
2025-02-04 14:22 UTC
[geert-m68k:for-v6.15] BUILD SUCCESS 723be3c6ab31b320afe0075e2eb9b8dd41f3b6d1
2025-02-04 11:52 UTC
[PATCH v2 0/6] Account page tables at all levels
2025-02-03 19:15 UTC (7+ messages)
` [PATCH v2 6/6] mm: Introduce ctor/dtor at PGD level
[PATCH] m68k: defconfig: Update defconfigs for v6.14-rc1
2025-02-03 13:38 UTC
[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-03 10:35 UTC (4+ messages)
` [PATCH v4 4/7] syscall.h: introduce syscall_set_nr()
[PATCH v2] m68k: Do not include <linux/fb.h>
2025-02-03 8:03 UTC
[PATCH] m68k: sun3: Use str_read_write() helper in mmu_emu_handle_fault()
2025-02-01 16:37 UTC (3+ messages)
[PATCH] m68k: Do not include <linux/fb.h>
2025-02-01 12:16 UTC (3+ messages)
[PATCH] xarray: port tests to kunit
2025-01-31 7:39 UTC (22+ messages)
[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-29 18:51 UTC (5+ messages)
` [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()
[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-01-29 13:01 UTC (3+ messages)
[PATCH 0/2] m68k: Add basic support for DMA global coherent pool
2025-01-29 7:32 UTC (9+ messages)
` [PATCH 1/2] m68k: Enable DMA support for Coldfire M5441x
` [PATCH 2/2] arch: m68k: Add DMA mapping operations "
[git pull] m68knommu changes for v6.14
2025-01-27 17:13 UTC (2+ messages)
[PATCH 5.4.y] signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_die
2025-01-22 8:48 UTC
[PATCH 5.10.y] signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_die
2025-01-22 8:48 UTC
[PATCH 5.4.y] m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal
2025-01-22 8:47 UTC
[PATCH 5.10.y] m68k: Update ->thread.esp0 before calling syscall_trace() in ret_from_signal
2025-01-22 8:47 UTC
[PATCH 5.4.y] m68k: Add missing mmap_read_lock() to sys_cacheflush()
2025-01-22 8:47 UTC
ARAnyM pauses until pressing pause
2025-01-21 10:46 UTC
[geert-m68k:m68k-v6.13] BUILD SUCCESS 3e71c1002f130e752b283f202df639f8fa96e10e
2025-01-21 5:33 UTC
[GIT PULL] m68k updates for v6.14
2025-01-21 5:30 UTC (2+ messages)
[geert-m68k:master] BUILD SUCCESS eb30b3ef5d11fc77e7d474b4983850d1227e0416
2025-01-21 2:30 UTC
[PATCH] m68k: sun3: Fix DEBUG_MMU_EMU build
2025-01-20 15:40 UTC
[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-17 13:25 UTC (17+ messages)
` [PATCH v5 03/17] asm-generic: pgalloc: Provide generic p4d_{alloc_one,free}
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
` [PATCH v5 06/17] s390: pgtable: add statistics for PUD and P4D "
` [PATCH v5 07/17] mm: pgtable: introduce pagetable_dtor()
` [PATCH v5 09/17] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table()
` [PATCH v5 13/17] s390: pgtable: consolidate PxD and PTE TLB free paths
` [PATCH v5 14/17] mm: pgtable: introduce generic __tlb_remove_table()
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-01-17 11:23 UTC (36+ messages)
` [PATCH RFC v2 01/29] mm: asi: Make some utility functions noinstr compatible
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 04/29] mm: asi: Add infrastructure for boot-time enablement
` [PATCH RFC v2 05/29] mm: asi: ASI support in interrupts/exceptions
` [PATCH RFC v2 06/29] mm: asi: Use separate PCIDs for restricted address spaces
` [PATCH RFC v2 07/29] mm: asi: Make __get_current_cr3_fast() ASI-aware
` [PATCH RFC v2 08/29] mm: asi: Avoid warning from NMI userspace accesses in ASI context
` [PATCH RFC v2 09/29] mm: asi: ASI page table allocation functions
` [PATCH RFC v2 10/29] mm: asi: asi_exit() on PF, skip handling if address is accessible
` [PATCH RFC v2 11/29] mm: asi: Functions to map/unmap a memory range into ASI page tables
` [PATCH RFC v2 12/29] mm: asi: Add basic infrastructure for global non-sensitive mappings
` [PATCH RFC v2 13/29] mm: Add __PAGEFLAG_FALSE
` [PATCH RFC v2 14/29] mm: asi: Map non-user buddy allocations as nonsensitive
` [PATCH TEMP WORKAROUND RFC v2 15/29] mm: asi: Workaround missing partial-unmap support
` [PATCH RFC v2 16/29] mm: asi: Map kernel text and static data as nonsensitive
` [PATCH RFC v2 17/29] mm: asi: Map vmalloc/vmap "
` [PATCH RFC v2 18/29] mm: asi: Map dynamic percpu memory "
` [PATCH RFC v2 19/29] mm: asi: Stabilize CR3 in switch_mm_irqs_off()
` [PATCH RFC v2 20/29] mm: asi: Make TLB flushing correct under ASI
` [PATCH RFC v2 21/29] KVM: x86: asi: Restricted address space for VM execution
` [PATCH RFC v2 22/29] mm: asi: exit ASI before accessing CR3 from C code where appropriate
` [PATCH RFC v2 23/29] mm: asi: exit ASI before suspend-like operations
` [PATCH RFC v2 24/29] mm: asi: Add infrastructure for mapping userspace addresses
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
` [PATCH RFC v2 26/29] x86: Create library for flushing L1D for L1TF
` [PATCH RFC v2 27/29] mm: asi: Add some mitigations on address space transitions
` [PATCH RFC v2 28/29] x86/pti: Disable PTI when ASI is on
` [PATCH RFC v2 29/29] mm: asi: Stop ignoring asi=on cmdline flag
[PATCH 0/1] [RFC] Commodore's Gayle pcmcia driver
2025-01-16 16:37 UTC (6+ messages)
` [PATCH 1/1] pcmcia: socket driver for Commodore's Gayle
[PATCH v2 4/7] syscall.h: introduce syscall_set_nr()
2025-01-16 2:20 UTC (2+ messages)
[PATCH] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-01-15 0:05 UTC (10+ messages)
[geert-m68k:master] BUILD SUCCESS 7e70558c8969ac92ef04a48a18cc78ea313f2f8c
2025-01-14 12:31 UTC
[RFC PATCH 0/3] m68k goes DT
2025-01-14 0:42 UTC (12+ messages)
[PATCH v2 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-13 17:09 UTC
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2025-01-13 15:47 UTC (9+ messages)
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
` [REGRESSION] "
` [PATCH] x86: Disable EXECMEM_ROX support
[geert-m68k:for-v6.14] BUILD SUCCESS bb2e0fb1e6aa9f737d6e0cbcf6494c51180e6d6d
2025-01-11 10:56 UTC
[geert-m68k:master] BUILD SUCCESS 01bc77a362abae2d4ddd82a27d1aa17f6e338383
2025-01-11 10:55 UTC
[PATCH 3/6] syscall.h: introduce syscall_set_nr()
2025-01-11 1:16 UTC (3+ messages)
[PATCH 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-10 3:15 UTC (2+ messages)
[geert-m68k:for-v6.14] BUILD SUCCESS 53036937a101b5faeaf98e7438555fa854a1a844
2025-01-09 18:20 UTC
[geert-m68k:master] BUILD SUCCESS a38838e85965cdee58d027b5e6fc8264450325bc
2025-01-09 18:19 UTC
[PATCH] m68k: libgcc: Fix lvalue abuse in umul_ppmm()
2025-01-08 23:03 UTC (2+ messages)
[geert-m68k:master 2/2] lib/muldi3.c:53:28: sparse: sparse: asm output is not an lvalue
2025-01-08 18:10 UTC (5+ messages)
[PATCH] m68k: Fix VGA I/O defines
2025-01-08 16:23 UTC (2+ messages)
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).