messages from 2025-11-03 08:33:47 to 2025-11-14 11:13:56 UTC [more...]
[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-14 11:11 UTC (5+ messages)
` [PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH 2/7] arc: "
` [PATCH 3/7] loongarch: "
` [PATCH 4/7] mips: "
[PATCH 0/2] i2c: Add Loongson-2K0300 I2C controller support
2025-11-14 7:06 UTC (5+ messages)
` [PATCH 1/2] dt-bindings: i2c: loongson,ls2x: Add ls2k0300-i2c compatible
` [PATCH 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller
[PATCH v5 00/44] KVM: x86: Add support for mediated vPMUs
2025-11-14 6:19 UTC (3+ messages)
` [PATCH v5 44/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
[PATCH v1] LoongArch: BPF: Disable bpf trampoline kernel module function trace
2025-11-14 4:43 UTC (2+ messages)
[PATCH] LoongArch: Fix numa node parsing with memblk on virt machine
2025-11-14 4:42 UTC (2+ messages)
[PATCH] LoongArch: ptrace: Use UAPI types in UAPI header
2025-11-14 4:41 UTC (7+ messages)
[PATCH 0/2] LoongArch: Bit reverse improvements
2025-11-14 4:40 UTC (4+ messages)
` [PATCH 1/2] LoongArch: Select HAVE_ARCH_BITREVERSE
` [PATCH 2/2] LoongArch: Simplify __arch_bitrev32 implementation
[PATCH v3 0/7] syscore: Pass context data to callbacks
2025-11-13 19:18 UTC (6+ messages)
` [PATCH v3 1/7] "
[PATCH] LoongArch: BPF: Disable bpf trampoline kernel module function trace
2025-11-13 16:24 UTC (3+ messages)
[PATCH v6 0/2] Loongarch irq-redirect support
2025-11-13 13:46 UTC (4+ messages)
` [PATCH v6 1/2] Docs/LoongArch: Add Advanced Extended-Redirect IRQ model description
` [PATCH v6 2/2] irqchip/irq-loongarch-ir:Add Redirect irqchip support
[PATCH v6 0/2] Loongarch irq-redirect support
2025-11-13 3:46 UTC
[GIT PULL] LoongArch fixes for v6.18-rc6
2025-11-13 2:25 UTC (2+ messages)
[PATCH v2 0/5] Watchdog: Add Loongson-2K0300 watchdog support
2025-11-12 23:55 UTC (13+ messages)
` [PATCH v2 1/5] watchdog: loongson1: Add missing MODULE_PARM_DESC
` [PATCH v2 2/5] watchdog: loongson1: Simplify ls1x_wdt_probe code
` [PATCH v2 3/5] watchdog: loongson1: Drop CONFIG_OF
` [PATCH v2 4/5] dt-bindings: watchdog: loongson,ls1x-wdt: Add ls2k0300-wdt compatible
` [PATCH v2 5/5] watchdog: loongson1: Add Loongson-2k0300 watchdog support
[GIT PULL] LoongArch fixes for v6.18-rc6
2025-11-12 7:00 UTC
[PATCH v2] efistub: Only link libstub to final vmlinux
2025-11-11 18:00 UTC (19+ messages)
[PATCH v5 00/34] sparc64: vdso: Switch to the generic vDSO library
2025-11-11 8:55 UTC (53+ messages)
` [PATCH v5 01/34] selftests: vDSO: vdso_test_correctness: Handle different tv_usec types
` [PATCH v5 02/34] arm64: vDSO: getrandom: Explicitly include asm/alternative.h
` [PATCH v5 03/34] arm64: vDSO: gettimeofday: Explicitly include vdso/clocksource.h
` [PATCH v5 04/34] arm64: vDSO: compat_gettimeofday: Add explicit includes
` [PATCH v5 05/34] ARM: vdso: gettimeofday: "
` [PATCH v5 06/34] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v5 07/34] powerpc/vdso: Explicitly include asm/cputable.h and asm/feature-fixups.h
` [PATCH v5 08/34] LoongArch: vDSO: Explicitly include asm/vdso/vdso.h
` [PATCH v5 09/34] MIPS: vdso: Add include guard to asm/vdso/vdso.h
` [PATCH v5 10/34] MIPS: vdso: Explicitly include asm/vdso/vdso.h
` [PATCH v5 11/34] random: vDSO: Add explicit includes
` [PATCH v5 12/34] vdso/gettimeofday: "
` [PATCH v5 13/34] vdso/helpers: Explicitly include vdso/processor.h
` [PATCH v5 14/34] vdso/datapage: Remove inclusion of gettimeofday.h
` [PATCH v5 15/34] vdso/datapage: Trim down unnecessary includes
` [PATCH v5 16/34] random: vDSO: trim vDSO includes
` [PATCH v5 17/34] random: vDSO: remove ifdeffery
` [PATCH v5 18/34] random: vDSO: split out datapage update into helper functions
` [PATCH v5 19/34] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v5 20/34] s390/time: Set up vDSO datapage later
` [PATCH v5 21/34] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v5 22/34] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v5 23/34] vdso/datastore: Allocate data pages dynamically
` [PATCH v5 24/34] sparc64: vdso: Link with -z noexecstack
` [PATCH v5 25/34] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v5 26/34] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v5 27/34] sparc64: vdso: Move hardware counter read into header
` [PATCH v5 28/34] sparc64: vdso: Move syscall fallbacks "
` [PATCH v5 29/34] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v5 30/34] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v5 31/34] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v5 32/34] sparc64: vdso2c: Remove symbol handling
` [PATCH v5 33/34] sparc64: vdso: Implement clock_gettime64()
` [PATCH v5 34/34] clocksource: remove ARCH_CLOCKSOURCE_DATA
[PATCH v4 00/28] KVM: x86/mmu: TDX post-populate cleanups
2025-11-10 15:37 UTC (7+ messages)
` [PATCH v4 27/28] KVM: TDX: Bug the VM if extending the initial measurement fails
[PATCH v2 0/2] LoongArch: Refine init_hw_perf_events()
2025-11-10 14:59 UTC (6+ messages)
` [PATCH v2 1/2] LoongArch: Use CPUCFG6_PMNUM_SHIFT to get PMU number
` [PATCH v2 2/2] LoongArch: Detect PMU bits via CPUCFG instruction
[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
2025-11-10 13:08 UTC (8+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV
[PATCH] LoongArch: kexec_file: print out debugging message if required
2025-11-10 9:24 UTC (2+ messages)
[PATCH v1] LoongArch: Refine init_hw_perf_events()
2025-11-09 14:10 UTC (3+ messages)
[PATCH] LoongArch: Consolidate early_ioremap()/ioremap_prot()
2025-11-09 2:32 UTC
[PATCH] LoongArch: Use physical addresses for CSR_MERRENTRY/CSR_TLBRENTRY
2025-11-09 2:31 UTC
[PATCH] LoongArch: Remove __GFP_HIGHMEM masking
2025-11-08 11:54 UTC (2+ messages)
[BUG BPF]: fentry on wireguard module function interrupt VPN traffic
2025-11-07 20:09 UTC
[PATCH 0/2] LoongArch: KVM: Restore guest PMU if it is enabled
2025-11-07 10:13 UTC (2+ messages)
[PATCH] LoongArch: Use correct accessor to read FWPC/MWPC
2025-11-07 9:48 UTC
[PATCH] LoongArch: Clarify 3 MSG interrupt features
2025-11-07 9:47 UTC
[PATCH v2] LoongArch: Let {pte,pmd}_modify() record the status of _PAGE_DIRTY
2025-11-07 7:26 UTC (2+ messages)
[PATCH] kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS
2025-11-06 17:47 UTC (6+ messages)
[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
2025-11-06 13:39 UTC (21+ messages)
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
` [tip: timers/vdso] "
[PATCH] LoongArch: KVM: Set page with write privilege if dirty track disabled
2025-11-06 12:30 UTC (2+ messages)
[PATCH] LoongArch: KVM: Add delay until timer interrupt injected
2025-11-06 12:27 UTC (2+ messages)
[PATCH] LoongArch: KVM: Fix max supported vCPUs set with eiointc
2025-11-06 12:27 UTC (2+ messages)
[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-11-06 10:02 UTC (14+ messages)
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
[PATCH] Loongarch:Make pte/pmd_modify can set _PAGE_MODIFIED
2025-11-06 9:53 UTC (11+ messages)
[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
2025-11-05 15:26 UTC (8+ messages)
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
[PATCH] LoongArch: ptrace: Merge ptrace_hbp_set_*()
2025-11-05 5:27 UTC (5+ messages)
` [PATCH v2] "
[PATCH] rust: kbuild: support `-Cjump-tables=n` for Rust 1.93.0
2025-11-04 19:25 UTC (2+ messages)
[PATCH v2 1/7] KVM: LoongArch: selftests: Add system registers save and restore on exception
2025-11-04 11:36 UTC (6+ messages)
` [PATCH v2 2/7] KVM: LoongArch: selftests: Add exception handler register interface
` [PATCH v2 3/7] KVM: LoongArch: selftests: Add basic interfaces
` [PATCH v2 4/7] KVM: LoongArch: selftests: Add timer test case with one-shot mode
` [PATCH v2 5/7] KVM: LoongArch: selftests: Add period mode timer test
` [PATCH v2 7/7] KVM: LoongArch: selftests: Add time counter test
[PATCH] LoongArch: BPF: Fix sign extension for 12-bit immediates
2025-11-04 6:53 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