messages from 2026-04-05 02:13:37 to 2026-04-13 14:43:41 UTC [more...]
[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
2026-04-13 14:43 UTC (54+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
` [patch V1.1 "
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
` [patch V1.1 "
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code
[PATCH V2 for 6.12] LoongArch: Remove unnecessary checks for ORC unwinder
2026-04-13 11:52 UTC (2+ messages)
` Patch "LoongArch: Remove unnecessary checks for ORC unwinder" has been added to the 6.12-stable tree
[PATCH V2 for 6.12] LoongArch: Handle percpu handler address for ORC unwinder
2026-04-13 11:52 UTC (2+ messages)
` Patch "LoongArch: Handle percpu handler address for ORC unwinder" has been added to the 6.12-stable tree
[PATCH v2] perf annotate: Use jump__delete when freeing LoongArch jumps
2026-04-13 10:03 UTC
[GIT PULL] LoongArch KVM changes for v7.1
2026-04-13 9:46 UTC (2+ messages)
[PATCH] perf annotate: Use jump__delete when freeing LoongArch jumps
2026-04-13 9:41 UTC (4+ messages)
[PATCH v7 0/2] i2c: Add Loongson-2K0300 I2C controller support
2026-04-13 9:26 UTC (7+ messages)
` [PATCH v7 1/2] dt-bindings: i2c: loongson,ls2x: Add ls2k0300-i2c compatible
` [PATCH v7 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller
[PATCH] loongarch: improve logging of disabling KASLR
2026-04-13 8:29 UTC (4+ messages)
[PATCH 0/8] firmware: sysfb: Consolidate config/code wrt. sysfb_primary_screen
2026-04-13 8:22 UTC (15+ messages)
` [PATCH 1/8] hv: Select CONFIG_SYSFB only for CONFIG_HYPERV_VMBUS
` [EXTERNAL] "
` [PATCH 2/8] firmware: efi: Never declare sysfb_primary_display on x86
` [PATCH 3/8] firmware: sysfb: Make CONFIG_SYSFB a user-selectable option
[PATCH v3 0/5] LoongArch: BPF: Support more atomic instructions
2026-04-13 8:05 UTC (8+ messages)
` [PATCH v3 1/5] LoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBAR
` [PATCH v3 2/5] LoongArch: BPF: Add the default case in emit_atomic() and rename it
` [PATCH v3 3/5] LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions
` [PATCH v3 4/5] LoongArch: BPF: Support load-acquire and store-release instructions
` [PATCH v3 5/5] selftests/bpf: Make CAN_USE_LOAD_ACQ_STORE_REL usable for LoongArch
(no subject)
2026-04-13 7:58 UTC
[PATCH v2 0/5] LoongArch: BPF: Support more atomic instructions
2026-04-13 4:02 UTC (8+ messages)
` [PATCH v2 1/5] LoongArch: Define format for AM{SWAP/ADD}.{B/H}, DBAR and BSTRINS.D
` [PATCH v2 2/5] LoongArch: BPF: Add the default case in emit_atomic() and rename it
` [PATCH v2 3/5] LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions
` [PATCH v2 4/5] LoongArch: BPF: Support load-acquire and store-release instructions
` [PATCH v2 5/5] selftests/bpf: Make CAN_USE_LOAD_ACQ_STORE_REL usable for LoongArch
[PATCH V3 0/2] LoongArch: KVM: fix "unreliable stack" issue
2026-04-13 3:56 UTC (16+ messages)
` [PATCH V3 2/2] "
[PATCH v2] LoongArch: improve logging of disabling KASLR
2026-04-13 3:12 UTC
[PATCH] LoongArch: Increase default mmap randomization bits
2026-04-13 2:38 UTC (11+ messages)
[PATCH for 6.12] LoongArch: Handle percpu handler address for ORC unwinder
2026-04-13 2:23 UTC
[PATCH for 6.12] LoongArch: Remove unnecessary checks for ORC unwinder
2026-04-13 2:23 UTC
[GIT PULL] Kbuild and Kconfig changes for v7.1
2026-04-12 15:46 UTC
[PATCH v8] PCI: loongson: Override PCIe bridge supported speeds for Loongson-3C6000 series
2026-04-12 10:17 UTC
[PATCH v2 1/2] LoongArch: Add flush_icache_all()/local_flush_icache_all()
2026-04-11 13:13 UTC (3+ messages)
` [PATCH v2 2/2] LoongArch: Batch icache maintenance for jump_label
[PATCH] loongarch: stackprotector: Use get_random_canary() for stack canary init
2026-04-11 13:12 UTC (2+ messages)
[PATCH] LoongArch: Align FPU register state to 32 bytes
2026-04-11 13:10 UTC (2+ messages)
[PATCH V2] LoongArch: Show CPU vulnerabilites correctly
2026-04-11 2:05 UTC
[PATCH] LoongArch: Show CPU vulnerabilites correctly
2026-04-11 0:31 UTC (3+ messages)
[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
2026-04-10 15:30 UTC (30+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v11 02/16] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap, restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
2026-04-10 15:20 UTC (17+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v12 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v12 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v12 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v12 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v12 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v12 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 09/16] KVM: arm64: "
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v12 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v12 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v12 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v12 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v12 16/16] KVM: selftests: Test guest execution from direct map removed gmem
[PATCH v2 0/2] i2c: ls2x: Add clock- related properties and parsing
2026-04-10 8:20 UTC (18+ messages)
` [PATCH v1 1/2] dt-bindings: i2c: ls2x-i2c: Add clock- related properties
[PATCH v10 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
2026-04-10 7:31 UTC (5+ messages)
` [PATCH v10 1/2] LoongArch: KVM: Add DMSINTC device support
` [PATCH v10 2/2] LoongArch: KVM: Add dmsintc inject msi to the dest vcpu
[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
2026-04-10 3:39 UTC (4+ messages)
` [PATCH v14 2/4] asm-generic: Move TIF_SINGLESTEP to generic TIF bits
cleanup the RAID5 XOR library v4
2026-04-10 3:19 UTC (5+ messages)
` [PATCH 22/28] xor: add a better public API
` [PATCH 24/28] async_xor: use xor_gen
[PATCH 6.12 000/241] 6.12.81-rc2 review
2026-04-10 3:06 UTC
[PATCH v6 0/2] i2c: Add Loongson-2K0300 I2C controller support
2026-04-10 1:33 UTC (5+ messages)
` [PATCH v6 2/2] i2c: ls2x-v2: Add driver for Loongson-2K0300 I2C controller
[PATCH v1] LoongArch: Handle CONFIG_32BIT in syscall_get_arch()
2026-04-09 12:33 UTC (2+ messages)
[PATCH v2] LoongArch: detect and disable sc.q if erratic
2026-04-09 12:19 UTC
[PATCH v2 0/6] LoongArch: KVM: Set max VM supported FPU type with FPU exception
2026-04-09 12:11 UTC (7+ messages)
[PATCH] LoongArch/KVM: Use CSR_CRMD_PLV instead of CSR_PRMD_PPLV in kvm_arch_vcpu_in_kernel
2026-04-09 11:35 UTC (3+ messages)
[PATCH v9 0/2] LoongArch: KVM: Add DMSINTC support irqchip in kernel
2026-04-09 1:32 UTC (3+ messages)
[PATCH for 6.1] LoongArch: vDSO: Emit GNU_EH_FRAME correctly
2026-04-08 13:30 UTC (2+ messages)
[PATCH 0/3] KVM: LoongArch: selftests: Add PMU test cases
2026-04-08 10:31 UTC (2+ messages)
[PATCH v3 0/4] LoongArch: KVM: Some small enhanments
2026-04-08 10:29 UTC (2+ messages)
[PATCH] LoongArch: add spectre boundry for syscall dispatch table
2026-04-08 8:27 UTC (8+ messages)
[PATCH] Loongarch:Make pte/pmd_modify can set _PAGE_MODIFIED
2026-04-08 8:10 UTC (4+ messages)
[PATCH] LoongArch: detect and disable sc.q if erratic
2026-04-07 15:21 UTC (2+ messages)
[PATCH 6.12 118/265] LoongArch/orc: Use RCU in all users of __module_address()
2026-04-07 12:46 UTC (3+ messages)
[PATCH net-next v2] eth: remove the driver for acenic / tigon1&2
2026-04-07 2:10 UTC (2+ messages)
[PATCH RESEND v10 0/8] ACPI: Unify CPU UID interface and fix ARM64 TPH steer-tag issue
2026-04-06 14:58 UTC (2+ messages)
[PATCH] ACPI: Enable FPDT on LoongArch
2026-04-06 14:44 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