messages from 2025-01-10 18:41:11 to 2025-01-20 13:53:29 UTC [more...]
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-01-20 13:53 UTC (51+ messages)
` [PATCH v4 01/30] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v4 02/30] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option
` [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v4 05/30] jump_label: Add annotations for validating noinstr usage
` [PATCH v4 06/30] static_call: Add read-only-after-init static calls
` [PATCH v4 07/30] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v4 08/30] x86/idle: Mark x86_idle "
` [PATCH v4 09/30] x86/paravirt: Mark pv_steal_clock "
` [PATCH v4 10/30] riscv/paravirt: "
` [PATCH v4 11/30] loongarch/paravirt: "
` [PATCH v4 12/30] arm64/paravirt: "
` [PATCH v4 13/30] arm/paravirt: "
` [PATCH v4 14/30] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v4 15/30] sched/clock: Mark sched_clock_running key "
` [PATCH v4 16/30] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v4 17/30] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v4 19/30] stackleack: Mark stack_erasing_bypass key "
` [PATCH v4 20/30] objtool: Add noinstr validation for static branches/calls
` [PATCH v4 21/30] context_tracking: Explicitely use CT_STATE_KERNEL where it is missing
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 23/30] context_tracking: Turn CT_STATE_* into bits
` [PATCH v4 24/30] context-tracking: Introduce work deferral infrastructure
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 27/30] x86/tlb: Make __flush_tlb_local() noinstr-compliant
` [PATCH v4 28/30] x86/tlb: Make __flush_tlb_all() noinstr
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
` [PATCH v4 30/30] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE
[PATCH] alpha: Fix personality flag propagation across an exec
2025-01-18 10:35 UTC (19+ messages)
` [PATCH] alpha/elf: Fix misc/setarch test of util-linux by removing 32bit support
` [PATCH v2] "
[PATCH v2 3/7] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
2025-01-18 4:34 UTC (7+ messages)
` [PATCH v2 4/7] syscall.h: introduce syscall_set_nr()
[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-17 13:25 UTC (7+ messages)
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
` [PATCH v5 09/17] arm64: pgtable: move pagetable_dtor() to __tlb_remove_table()
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-01-17 11:23 UTC (29+ 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 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 v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-17 1:54 UTC (76+ messages)
` [PATCH v6 05/26] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v6 06/26] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v6 07/26] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v6 08/26] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v6 10/26] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v6 11/26] mm: Allow compound zone device pages
` [PATCH v6 12/26] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v6 13/26] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v6 14/26] rmap: Add support for PUD sized mappings to rmap
` [PATCH v6 15/26] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v6 16/26] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v6 17/26] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v6 18/26] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v6 19/26] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v6 20/26] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [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 v6 24/26] mm: Remove devmap related functions and page table bits
` [PATCH v6 25/26] Revert "riscv: mm: Add support for ZONE_DEVICE"
[PATCH v4 0/4] defconfig: drop RT_GROUP_SCHED=y
2025-01-16 18:04 UTC (6+ messages)
` [PATCH v4 1/4] riscv: "
` [PATCH v4 2/4] loongarch: "
` [PATCH v4 3/4] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH v4 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus
[PATCH v1 0/3] Drivers for Loongson security engine
2025-01-15 11:13 UTC (11+ messages)
` [PATCH v1 1/3] mfd: Add support for Loongson Security Module
` [PATCH v1 2/3] crypto: loongson - add Loongson RNG driver support
` [PATCH v1 3/3] misc: ls6000se-sdf: Add driver for Loongson 6000SE SDF
[PATCH v1 0/4] LoongArch: Add Loongson-2K0500 BMC support
2025-01-15 8:57 UTC (5+ messages)
` [PATCH v1 3/4] drm/ls2kbmc: Add support for Loongson-2K BMC display
` [PATCH v1 4/4] drm/ls2kbmc: Add Loongson-2K BMC reset function support
[GIT PULL] LoongArch KVM changes for v6.14
2025-01-15 2:40 UTC
[PATCH v6 0/9] Add jump table support for objtool on LoongArch
2025-01-15 1:34 UTC (3+ messages)
[PATCH v3 0/2] clk: clk-loongson2: Fix two small issues
2025-01-14 19:14 UTC (5+ messages)
` [PATCH v3 1/2] clk: clk-loongson2: Switch to use devm_clk_hw_register_fixed_rate_parent_data()
` [PATCH v3 2/2] clk: clk-loongson2: Fix the number count of clk provider
[PATCH v4 0/3] drm/amd/display: Stop control flow if the divisior is zero
2025-01-14 13:30 UTC (4+ messages)
` [PATCH v4 1/3] drm/amd/display: Add ASSERT_BUG() macro definition
` [PATCH v4 2/3] drm/amd/display: Add SPL_ASSERT_BUG() "
` [PATCH v4 3/3] drm/amd/display: Harden callers of division functions
[PATCH v2] clk: clk-loongson2: Fix the number count of clk provider
2025-01-14 12:53 UTC (3+ messages)
[PATCH v3 0/3] drm/amd/display: Stop control flow if the divisior is zero
2025-01-14 11:52 UTC (6+ messages)
` [PATCH v3 1/3] drm/amd/display: Add ASSERT_BUG() macro definition
` [PATCH v3 2/3] drm/amd/display: Add SPL_ASSERT_BUG() "
` [PATCH v3 3/3] drm/amd/display: Harden callers of division functions
[PATCH v2 00/18] vDSO: Introduce generic data storage
2025-01-14 10:33 UTC (5+ messages)
` [PATCH v2 09/18] riscv: vdso: Switch to generic storage implementation
[PATCH v2 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-13 17:09 UTC
[PATCH v2 0/5] drm/amd/display: Stop control flow if the divisior is zero
2025-01-13 15:28 UTC (4+ messages)
[PATCH V3] irqchip/loongarch-avec:Add multi-nodes topology support
2025-01-11 12:00 UTC (2+ messages)
[PATCH 3/6] syscall.h: introduce syscall_set_nr()
2025-01-11 1:16 UTC (3+ 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