messages from 2025-01-24 07:09:28 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] LoongArch: KVM: remove unnecessary header include path
2025-02-10 10:21 UTC
[PATCH v2 0/1] loongson: Fix idle VS timer enqueue
2025-02-10 8:27 UTC (5+ messages)
` [PATCH v2 1/1] [PATCH] "
[PATCH 0/3] LoongArch: KVM: Some tiny code cleanup
2025-02-10 6:32 UTC (10+ messages)
` [PATCH 1/3] LoongArch: KVM: Fix typo issue about GCFG feature detection
` [PATCH 2/3] LoongArch: KVM: Remove duplicated cache attribute setting
` [PATCH 3/3] LoongArch: KVM: Set host with kernel mode when switch to VM mode
[PATCH v6 0/9] Add jump table support for objtool on LoongArch
2025-02-10 6:07 UTC (4+ messages)
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-09 23:35 UTC (26+ messages)
` [PATCH v6 01/26] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v6 21/26] fs/dax: Properly refcount fs dax pages
` [PATCH v6 22/26] device/dax: Properly refcount device dax pages when mapping
` [PATCH v6 23/26] mm: Remove pXX_devmap callers
[PATCH v2 1/2] LoongArch: kernel: proc: Use str_yes_no() helper function
2025-02-09 5:02 UTC (2+ messages)
` [PATCH v2 2/2] LoongArch: Remove the deprecated notifier hook mechanism
[PATCH v2 0/2] LoongArch: Remove the deprecated notifier hook mechanism
2025-02-09 5:02 UTC
[PATCH 1/3] LoongArch: kernel: proc: Use str_yes_no() helper function
2025-02-08 8:02 UTC (3+ messages)
` [PATCH 2/3] LoongArch: Remove the deprecated notifier hook mechanism
` [PATCH 3/3] LoongArch: Relocate the seq_file declaration to the correct place
[PATCH 0/3] LoongArch: Remove the deprecated notifier hook mechanism
2025-02-08 8:02 UTC
[PATCH 0/5] remove tlb_remove_page_ptdesc()
2025-02-08 7:22 UTC (8+ messages)
` [PATCH 4/5] x86: pgtable: unconditionally use tlb_remove_table()
[PATCH] LoongArch: Remove the deprecated notifier hook mechanism
2025-02-08 1:33 UTC
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-02-07 18:37 UTC (20+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH 0/1] loongson: Fix idle VS timer enqueue
2025-02-07 11:23 UTC (6+ messages)
` [PATCH] "
[PATCH v3 00/18] vDSO: Introduce generic data storage
2025-02-07 10:15 UTC (23+ messages)
` [PATCH v3 01/18] x86/vdso: Fix latent bug in vclock_pages calculation
` [PATCH v3 02/18] parisc: Remove unused symbol vdso_data
` [PATCH v3 03/18] vdso: Introduce vdso/align.h
` [PATCH v3 04/18] vdso: Rename included Makefile
` [PATCH v3 05/18] vdso: Add generic time data storage
` [PATCH v3 06/18] vdso: Add generic random "
` [PATCH v3 07/18] vdso: Add generic architecture-specific "
` [PATCH v3 08/18] arm64: vdso: Switch to generic storage implementation
` [PATCH v3 09/18] riscv: "
` [PATCH v3 10/18] LoongArch: vDSO: "
` [PATCH v3 11/18] arm: vdso: "
` [PATCH v3 12/18] s390/vdso: "
` [PATCH v3 13/18] MIPS: vdso: "
` [PATCH v3 14/18] powerpc/vdso: "
` [PATCH v3 15/18] x86/vdso: "
` [PATCH v3 16/18] x86/vdso/vdso2c: Remove page handling
` [PATCH v3 17/18] vdso: Remove remnants of architecture-specific random state storage
` [PATCH v3 18/18] vdso: Remove remnants of architecture-specific time storage
[PATCH] LoongArch: kernel: proc: Use str_yes_no() helper function
2025-02-07 7:54 UTC (2+ messages)
[PATCH v7 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-02-06 21:06 UTC (24+ messages)
` [PATCH v7 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v7 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v7 03/20] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v7 04/20] fs/dax: Refactor wait for dax idle page
` [PATCH v7 05/20] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v7 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v7 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v7 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v7 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v7 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v7 11/20] mm: Allow compound zone device pages
` [PATCH v7 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v7 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v7 14/20] rmap: Add support for PUD sized mappings to rmap
` [PATCH v7 15/20] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v7 16/20] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v7 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v7 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v7 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v7 20/20] device/dax: Properly refcount device dax pages when mapping
[PATCH] alpha: Fix personality flag propagation across an exec
2025-02-06 15:42 UTC (14+ messages)
` [PATCH] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
` [PATCH v2] "
[PATCH 6.1&6.6 0/3] kbuild: Avoid weak external linkage where possible
2025-02-06 10:03 UTC (4+ messages)
` "
[PATCH] net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size
2025-02-06 7:52 UTC (5+ messages)
[PATCH] LoongArch: Enable Undefined Behavior Sanitizer UBSAN
2025-02-06 6:38 UTC
[PATCH] LoongArch: KVM: Remove PGD table saving during VM context switch
2025-02-05 9:25 UTC
[PATCH v4 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
2025-02-05 8:13 UTC (6+ messages)
` [PATCH v4 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH v4 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH v4 3/4] LoongArch: entry: Migrate ret_from_fork() to C
` [PATCH v4 4/4] entry: Inline syscall_exit_to_user_mode()
[PATCH v2 0/6] Account page tables at all levels
2025-02-03 19:15 UTC (2+ messages)
[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-03 10:35 UTC (5+ messages)
` [PATCH v4 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v4 4/7] syscall.h: introduce syscall_set_nr()
[PATCH v2 0/2] mm: zswap: remove z3fold and zbud
2025-01-30 16:43 UTC (6+ messages)
` [PATCH v2 1/2] mm: z3fold: remove z3fold
` [PATCH v2 2/2] mm: zbud: remove zbud
[PATCH v4 0/4] defconfig: drop RT_GROUP_SCHED=y
2025-01-30 14:10 UTC (2+ messages)
[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-30 11:36 UTC (11+ messages)
` [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
` [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()
[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
2025-01-29 0:56 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 1/2] mm: zbud: deprecate CONFIG_ZBUD
2025-01-28 18:09 UTC (10+ messages)
[GIT PULL] LoongArch changes for v6.14
2025-01-28 17:07 UTC (2+ messages)
[PATCH 2/2] mm: z3fold: remove z3fold
2025-01-28 16:58 UTC (4+ messages)
[PATCH v3 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
2025-01-28 1:44 UTC (6+ messages)
` [PATCH v3 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH v3 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH v3 3/4] LoongArch: entry: Migrate ret_from_fork() to C
` [PATCH v3 4/4] entry: Inline syscall_exit_to_user_mode()
[PATCH 0/2] mm: zswap: deprecate zbud and remove z3fold
2025-01-27 23:58 UTC
[PATCH 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
2025-01-27 20:55 UTC (8+ messages)
` [PATCH 1/4] riscv: entry: Convert ret_from_fork() to C
[PATCH 00/15] cpufreq: simplify boost handling
2025-01-27 3:32 UTC (4+ messages)
` [PATCH 09/15] cpufreq: loongson: Set .set_boost directly
[PATCH v1 0/3] Drivers for Loongson security engine
2025-01-26 4:26 UTC (10+ messages)
` [PATCH v1 3/3] misc: ls6000se-sdf: Add driver for Loongson 6000SE SDF
[PATCH v2 0/4] entry: Move ret_from_fork() to C and inline syscall_exit_to_user_mode()
2025-01-24 22:23 UTC (13+ messages)
` [PATCH v2 1/4] riscv: entry: Convert ret_from_fork() to C
` [PATCH v2 2/4] riscv: entry: Split ret_from_fork() into user and kernel
` [PATCH v2 3/4] loongarch: entry: Migrate ret_from_fork() to C
[PATCH v2 0/2] LoongArch: Change the maximum number of watchpoints
2025-01-24 16:11 UTC (5+ messages)
` [PATCH v2 1/2] LoongArch: Change 8 to 14 for LOONGARCH_MAX_{BRP,WRP}
` [PATCH v2 2/2] LoongArch: Extend the maximum number of watchpoints
[PATCH 0/2] LoongArch: Change the maximum number of watchpoints
2025-01-24 16:09 UTC (6+ messages)
` [PATCH 2/2] LoongArch: Extend "
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).