All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-07 21:49:43 to 2025-03-07 22:51:52 UTC [more...]

[PATCH 6.12.y 00/60] `alloc`, `#[expect]` and "Custom FFI"
 2025-03-07 22:49 UTC  (29+ messages)
` [PATCH 6.12.y 01/60] rust: workqueue: remove unneeded ``#[allow(clippy::new_ret_no_self)]`
` [PATCH 6.12.y 02/60] rust: sort global Rust flags
` [PATCH 6.12.y 03/60] rust: types: avoid repetition in `{As,From}Bytes` impls
` [PATCH 6.12.y 04/60] rust: enable `clippy::undocumented_unsafe_blocks` lint
` [PATCH 6.12.y 05/60] rust: enable `clippy::unnecessary_safety_comment` lint
` [PATCH 6.12.y 06/60] rust: enable `clippy::unnecessary_safety_doc` lint
` [PATCH 6.12.y 07/60] rust: enable `clippy::ignored_unit_patterns` lint
` [PATCH 6.12.y 08/60] rust: enable `rustdoc::unescaped_backticks` lint
` [PATCH 6.12.y 09/60] rust: init: remove unneeded `#[allow(clippy::disallowed_names)]`
` [PATCH 6.12.y 10/60] rust: sync: remove unneeded `#[allow(clippy::non_send_fields_in_send_ty)]`
` [PATCH 6.12.y 11/60] rust: introduce `.clippy.toml`
` [PATCH 6.12.y 12/60] rust: replace `clippy::dbg_macro` with `disallowed_macros`
` [PATCH 6.12.y 13/60] rust: provide proper code documentation titles
` [PATCH 6.12.y 14/60] rust: enable Clippy's `check-private-items`
` [PATCH 6.12.y 15/60] Documentation: rust: add coding guidelines on lints
` [PATCH 6.12.y 16/60] rust: start using the `#[expect(...)]` attribute
` [PATCH 6.12.y 17/60] Documentation: rust: discuss `#[expect(...)]` in the guidelines
` [PATCH 6.12.y 18/60] rust: error: make conversion functions public
` [PATCH 6.12.y 19/60] rust: error: optimize error type to use nonzero
` [PATCH 6.12.y 20/60] rust: alloc: add `Allocator` trait
` [PATCH 6.12.y 21/60] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH 6.12.y 22/60] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH 6.12.y 23/60] rust: alloc: implement `ReallocFunc`
` [PATCH 6.12.y 24/60] rust: alloc: make `allocator` module public
` [PATCH 6.12.y 25/60] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH 6.12.y 26/60] rust: alloc: add module `allocator_test`
` [PATCH 6.12.y 27/60] rust: alloc: implement `Vmalloc` allocator
` [PATCH 6.12.y 28/60] rust: alloc: implement `KVmalloc` allocator

[PATCH] fs/pipe.c: merge if statements with identical conditions
 2025-03-07 22:51 UTC  (3+ messages)

[PATCH v7 0/5] Allow to enable multifd and postcopy migration together
 2025-03-07 22:51 UTC  (12+ messages)
` [PATCH v7 5/5] migration: add MULTIFD_RECV_SYNC migration command

[PATCH 00/57] docs: Add new QAPI transmogrifier
 2025-03-07 22:50 UTC  (13+ messages)
` [PATCH 11/57] docs/qapi-domain: add qapi:command directive
` [PATCH 12/57] docs/qapi-domain: add :since: directive option
` [PATCH 13/57] docs/qapi-domain: add "Arguments:" field lists
` [PATCH 15/57] docs/qapi-domain: add "Errors:" "

[PATCH v2 00/10] target/i386/kvm/pmu: PMU Enhancement, Bugfix and Cleanup
 2025-03-07 22:49 UTC  (7+ messages)
` [PATCH v2 05/10] target/i386/kvm: extract unrelated code out of kvm_x86_build_cpuid()
` [PATCH v2 06/10] target/i386/kvm: rename architectural PMU variables

[PATCH] drm/dp_mst: Fix locking when skipping CSN before topology probing
 2025-03-07 22:49 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH 00/23] ARM split hardware and control domains
 2025-03-07 22:47 UTC  (6+ messages)
` [PATCH 04/23] xen/arm: dom0less use domid 0 for hwdom

[PATCH v3 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
 2025-03-07 22:47 UTC  (5+ messages)
` [PATCH v3 1/4] platform/x86: Add lenovo-wmi drivers Documentation
` [PATCH v3 2/4] platform/x86: Add Lenovo Gamezone WMI Driver

[Intel-wired-lan] [PATCH iwl-next v5] ixgbe: add support for thermal sensor event reception
 2025-03-07 22:00 UTC  (3+ messages)

[cocci] behavior change in semantic patches since c36b51ffc889 ("don't drop down on single statement")
 2025-03-07 22:47 UTC  (4+ messages)
` [cocci] behavior change in semantic patches since c36b51ffc889 …

[PATCH v4 0/3] mm/hwpoison: Fix regressions in memory failure handling
 2025-03-07 22:46 UTC  (5+ messages)
` [PATCH v4 1/3] x86/mce: Use is_copy_from_user() to determine copy-from-user context

[PATCH v6 0/6] target/i386: Update EPYC CPU models for Cache property, RAS, SVM feature and add EPYC-Turin CPU model
 2025-03-07 22:47 UTC  (2+ messages)

[PATCH] driver core: faux: Check device binding state by dedicated API device_is_bound()
 2025-03-07 22:45 UTC  (3+ messages)

[PATCH v5 bpf-next 0/2] security: Propagate caller information in bpf hooks
 2025-03-07 22:45 UTC  (3+ messages)
` [PATCH v5 bpf-next 2/2] selftests/bpf: Add a kernel flag test for LSM bpf hook

[PATCH] fs/pipe.c: simplify tmp_page handling
 2025-03-07 22:43 UTC  (2+ messages)

[PATCH] docs: fix repository-layout when building with breaking changes
 2025-03-07 22:42 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH] docs: fix check-docs with WITH_BREAKING_CHANGES

Using userfaultfd with KVM's async page fault handling causes processes to hung waiting for mmap_lock to be released
 2025-03-07 22:41 UTC  (5+ messages)

[syzbot] [mm?] [bcachefs?] KASAN: slab-use-after-free Read in list_lru_del
 2025-03-07 22:42 UTC  (2+ messages)

[PATCH v2 0/7] hw/virtio: Build virtio-mem.c once
 2025-03-07 22:39 UTC  (8+ messages)
` [PATCH v2 1/7] system: Replace arch_type global by qemu_arch_available() helper
` [PATCH v2 2/7] hw/acpi: Introduce acpi_builtin() helper
` [PATCH v2 3/7] hw/i386/fw_cfg: Check ACPI availability with acpi_builtin()
` [PATCH v2 4/7] hw/virtio/virtio-mem: Remove CONFIG_DEVICES include
` [PATCH v2 5/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_USABLE_EXTENT to runtime
` [PATCH v2 6/7] hw/virtio/virtio-mem: Convert VIRTIO_MEM_HAS_LEGACY_GUESTS "
` [PATCH v2 7/7] hw/virtio: Compile virtio-mem.c once

[PATCH v6 0/6] drm/xe/xe_vm: Implement xe_vm_get_faults_ioctl
 2025-03-07 22:41 UTC  (7+ messages)
` [PATCH v6 1/6] drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
` [PATCH v6 2/6] drm/xe/xe_gt_pagefault: Migrate pagefault struct to header
` [PATCH v6 3/6] drm/xe/xe_vm: Add per VM pagefault info
` [PATCH v6 4/6] drm/xe/uapi: Define drm_xe_vm_get_faults
` [PATCH v6 5/6] drm/xe/xe_gt_pagefault: Add address_type field to pagefaults
` [PATCH v6 6/6] drm/xe/xe_vm: Implement xe_vm_get_faults_ioctl

[PATCH v4 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 22:38 UTC  (13+ messages)
` [PATCH v4 1/7] hw/hyperv/hv-balloon-stub: common compilation unit
` [PATCH v4 2/7] hw/hyperv/hyperv.h: header cleanup
` [PATCH v4 3/7] hw/hyperv/vmbus: common compilation unit
` [PATCH v4 4/7] hw/hyperv/hyperv-proto: move SYNDBG definition from target/i386
` [PATCH v4 5/7] hw/hyperv/syndbg: common compilation unit
` [PATCH v4 6/7] hw/hyperv/balloon: common balloon compilation units
` [PATCH v4 7/7] hw/hyperv/hyperv_testdev: common compilation unit

[PATCH] hash_readwrite_autotest: fix printf parameters
 2025-03-07 22:34 UTC  (3+ messages)

[PATCH v2 0/3] Support .gnu_debugdata for symbols in perf
 2025-03-07 22:33 UTC  (6+ messages)

[PATCH i-g-t] tests/intel/xe_pmu: Add function engine activity test
 2025-03-07 22:32 UTC  (2+ messages)

[PATCH 0/5] btrfs: block_group refcounting fixes
 2025-03-07 22:32 UTC  (5+ messages)
` [PATCH 4/5] btrfs: explicitly ref count block_group on new_bgs list

PID_MAX_LIMIT
 2025-03-07 22:31 UTC 

[i-g-t,v3,0/2] tests/i915/pm_rc6_residency: Replace waitboost with
 2025-03-07 22:31 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for tests/i915/pm_rc6_residency: Replace waitboost with (rev5)

[PATCH v2 0/4] pipe: Trivial cleanups
 2025-03-07 22:30 UTC  (5+ messages)
` [PATCH v2 1/4] fs/pipe: Limit the slots in pipe_resize_ring()

[PATCH 00/11] Various dt-bindings fixes
 2025-03-07 22:30 UTC  (6+ messages)
` [PATCH 01/11] dt-bindings: iommu: qcom,iommu: Add optional TBU clock
` [PATCH 03/11] dt-bindings: power: qcom,kpss-acc-v2: Add MSM8916 compatible

[GIT PULL] execve fix for v6.14-rc6
 2025-03-07 22:30 UTC  (2+ messages)

[GIT PULL] ACPI fix for v6.14-rc6
 2025-03-07 22:30 UTC  (2+ messages)

[GIT PULL] io_uring fix for 6.14-rc6
 2025-03-07 22:30 UTC  (2+ messages)

[GIT PULL] Block fixes for 6.14-rc6
 2025-03-07 22:30 UTC  (2+ messages)

[GIT PULL] slab fixes for 6.14-rc5
 2025-03-07 22:30 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 6.15-rc6
 2025-03-07 22:30 UTC  (2+ messages)

[PATCH] man/man7/ip.7 Document capabilities to use IP_TRANSPARENT
 2025-03-07 22:22 UTC 

[ath:pending] BUILD SUCCESS 334be09cab090e43a61a135c73e81d2acc63370b
 2025-03-07 22:27 UTC 

[PATCH v5 00/10] Add R5F and C7xv device nodes
 2025-03-07 22:25 UTC  (2+ messages)

[PATCH 0/2] smack: fix two bugs in setting task label
 2025-03-07 22:26 UTC  (5+ messages)
` [PATCH 1/2] smack: fix bug: unprivileged task can create labels
    ` Re[2]: "

[PATCH] cxl/fwctl: Cleanup unused fwctl_dev from cxl_features_state
 2025-03-07 22:26 UTC  (2+ messages)

[PATCH 00/16] accel/tcg: Compile more files once
 2025-03-07 22:23 UTC  (12+ messages)
` [PATCH 01/16] include/exec: Split out exec/cpu-interrupt.h
` [PATCH 02/16] accel/tcg: Compile watchpoint.c once
` [PATCH 09/16] system: Build "
` [PATCH 14/16] include/exec: Split out helper-getpc.h
` [PATCH 16/16] accel/tcg: Build tcg-runtime-gvec.c once

[PATCH] dt-bindings: mtd: gpmi-nand: Add compatible string for i.MX8 chips
 2025-03-07 22:05 UTC  (2+ messages)

[PATCH 0/5] block: Improve writethrough performance
 2025-03-07 22:16 UTC  (6+ messages)
` [PATCH 1/5] file-posix: Support FUA writes
` [PATCH 2/5] block/io: Ignore FUA with cache.no-flush=on
` [PATCH 3/5] aio: Create AioPolledEvent
` [PATCH 4/5] aio-posix: Factor out adjust_polling_time()
` [PATCH 5/5] aio-posix: Separate AioPolledEvent per AioHandler

[PATCH 0/2] migration: multifd documentation
 2025-03-07 22:15 UTC  (5+ messages)
` [PATCH 1/2] migration: Add some documentation for multifd

[PATCHSET v2 sched_ext/for-6.15] sched_ext: Enhance built-in idle selection with allowed CPUs
 2025-03-07 22:17 UTC  (3+ messages)
` [PATCH 3/6] sched_ext: idle: Introduce the concept of "

[patch V2 00/17] posix-timers: Rework the global hash table and provide a sane mechanism for CRIU
 2025-03-07 22:16 UTC  (3+ messages)
` [patch V2 07/17] posix-timers: Simplify lock/unlock_timer()

[PATCH i-g-t v5 0/6] Xe: Add tests for PXP
 2025-03-07 22:15 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Xe: Add tests for PXP (rev6)

[PATCH 0/2] Battlemage D3Cold issues
 2025-03-07 22:15 UTC  (3+ messages)
` [PATCH 1/2] drm/xe/pm: Temporarily disable D3Cold on BMG

[tip:x86/asm] BUILD SUCCESS aa3942d4d12ef57f031faa2772fe410c24191e36
 2025-03-07 22:14 UTC 

[f2fs-dev] [PATCH 0/4] f2fs: Remove uses of writepage
 2025-03-07 22:13 UTC  (5+ messages)
      `  "

[tip:sched/core] BUILD SUCCESS fd881d0a085fc54354414aed990ccf05f282ba53
 2025-03-07 22:13 UTC 

[tip:perf/core] BUILD SUCCESS 7a310c644cf571fbdb1d447a1dc39cf048634589
 2025-03-07 22:12 UTC 

[RFC] perf tools: About encodings of legacy event names
 2025-03-07 22:10 UTC  (7+ messages)

[PATCH v6 0/3] printf: convert self-test to KUnit
 2025-03-07 22:08 UTC  (4+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] printf: break kunit into test cases
` [PATCH v6 3/3] printf: implicate test line in failure messages

[PATCH] perf bpf-filter: Fix a parsing error with comma
 2025-03-07 22:09 UTC 

[PATCH v2 1/2] perf report: Use map_symbol__copy() when copying callchians
 2025-03-07 22:08 UTC  (3+ messages)

[PATCH v11 00/13] hrtimer Rust API
 2025-03-07 22:07 UTC  (3+ messages)
` [PATCH v11 01/13] rust: hrtimer: introduce hrtimer support

[PATCH v5 00/10] Introduce /dev/mshv root partition driver
 2025-03-07 22:06 UTC  (10+ messages)
` [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64
` [PATCH v5 07/10] Drivers: hv: Introduce per-cpu event ring tail

[tip: x86/asm] x86/asm: Fix ASM_CALL_CONSTRAINT for Clang 19 + KCOV + KMSAN
 2025-03-07 22:06 UTC  (2+ messages)

[PATCH v5 0/6] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2025-03-07 22:05 UTC  (7+ messages)
` [PATCH v5 1/6] drm/xe/xe_gt_pagefault: Disallow writes to read-only VMAs
` [PATCH v5 3/6] drm/xe/xe_vm: Add per VM pagefault info

[tip: x86/asm] x86/asm: Make ASM_CALL_CONSTRAINT conditional on frame pointers
 2025-03-07 22:04 UTC  (2+ messages)

[PATCH v4 0/1] ipe: add errno field to IPE policy load auditing
 2025-03-07 22:03 UTC  (2+ messages)
` [RFC PATCH v4 1/1] "

[Intel-wired-lan] [PATCH iwl-next v2 0/4] igb: XDP/ZC follow up
 2025-03-07 22:03 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v2 2/4] igb: Link queues to NAPI instances
    `  "

[PATCH RESEND v5 0/4] arm64: dts: qcom: x1e80100: crd/t14s: Enable Parade Type-C retimers
 2025-03-07 22:03 UTC  (2+ messages)

[PATCH hyperv-next v5 00/11] arm64: hyperv: Support Virtual Trust Level Boot
 2025-03-07 22:03 UTC  (12+ messages)
` [PATCH hyperv-next v5 01/11] arm64: kvm, smccc: Introduce and use API for detectting hypervisor presence
` [PATCH hyperv-next v5 02/11] arm64: hyperv: Use SMCCC to detect "
` [PATCH hyperv-next v5 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v5 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v5 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v5 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v5 07/11] dt-bindings: microsoft,vmbus: Add interrupts and DMA coherence
` [PATCH hyperv-next v5 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v5 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v5 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v5 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree

[PATCH wotmate] Make the nodes representing a key a link to their respective graph
 2025-03-07 22:03 UTC  (2+ messages)

[PATCH] x86/microcode/AMD: Add some forgotten models to the SHA check
 2025-03-07 22:02 UTC 

[PATCH 6.12] x86/mm: Don't disable PCID when INVLPG has been fixed by microcode
 2025-03-07 22:02 UTC 

[PATCH 0/8] cxl: support CXL memory RAS features
 2025-03-07 22:01 UTC  (3+ messages)
` [PATCH 5/8] cxl/region: Add helper function to determine memory is online

[PATCH v2 0/3] Driver for the Apple SPMI controller
 2025-03-07 21:59 UTC  (3+ messages)
` [PATCH v2 2/3] spmi: add a spmi driver for Apple SoC

[PATCH 0/2] rust: workqueue: remove HasWork::OFFSET
 2025-03-07 21:58 UTC  (3+ messages)
` [PATCH 1/2] rust: retain pointer mut-ness in `container_of!`
` [PATCH 2/2] rust: workqueue: remove HasWork::OFFSET

[PATCH 0/4] mm/mempolicy: Add memory hotplug support in weighted interleave
 2025-03-07 21:55 UTC  (3+ messages)

[PATCH v3 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 21:55 UTC  (4+ messages)
` [PATCH v3 5/7] hw/hyperv/syndbg: common compilation unit

[android-common:android16-6.12-desktop 2/2] drivers/platform/chrome/cros_kbd_led_backlight.c:145:undefined reference to `cros_ec_cmd_xfer_status'
 2025-03-07 21:54 UTC 

[PATCH v3 0/3] Add Armada8K reset controller support
 2025-03-07 21:52 UTC  (12+ messages)
` [PATCH v3 3/3] arm64: dts: marvell: cp11x: Add reset controller node
    ` [EXTERNAL] "

linux-next: manual merge of the tip tree with the mm tree
 2025-03-07 21:54 UTC  (3+ messages)

make check-functional failures with --enable-rust: unsafe precondition(s) violated: NonNull::new_unchecked
 2025-03-07 21:53 UTC  (2+ messages)

[PATCH 0/2] ASoC: dmic: add regulator support
 2025-03-07 21:54 UTC  (3+ messages)
` [PATCH 1/2] ASoC: dt-bindings: add regulator support to dmic codec

DAMON Beer/Coffee/Tea chat reminder for the week of 2025-03-10
 2025-03-07 21:52 UTC 

[PATCH v1 0/5] bugfixes and cleanup
 2025-03-07 21:51 UTC  (6+ messages)
` [PATCH v1 1/5] net/ntnic: add SPDX tag
` [PATCH v1 2/5] net/ntnic: rename clock registers file
` [PATCH v1 3/5] net/ntnic: replace assert with RTE assert
` [PATCH v1 4/5] net/ntnic: check result of malloc
` [PATCH v1 5/5] net/ntnic: add nthw prefix function names

[PATCH] rust: pl011: Allow NULL chardev argument to pl011_create()
 2025-03-07 21:51 UTC  (2+ messages)

[PATCH v2 0/3] ACPI: Add support for ACPI RAS2 feature table
 2025-03-07 21:51 UTC  (3+ messages)
` [PATCH v2 3/3] ras: mem: Add memory ACPI RAS2 driver

[PATCH] dt-bindings: dma: fsl-mxs-dma: Add compatible string for i.MX8 chips
 2025-03-07 21:50 UTC 

Thread Safety Analysis and the Linux kernel
 2025-03-07 21:50 UTC  (5+ messages)

[OE-core][scarthgap 0/3] Patch review
 2025-03-07 21:50 UTC  (4+ messages)
` [OE-core][scarthgap 1/3] tzdata/tzcode-native: upgrade 2024b -> 2025a
` [OE-core][scarthgap 2/3] tzcode-native: Fix compiler setting from 2023d version
` [OE-core][scarthgap 3/3] libtasn1: upgrade 4.19.0 -> 4.20.0

[RFC 0/6] VRAM Self Refresh
 2025-03-07 21:50 UTC  (3+ messages)
` [RFC 2/6] drm/xe/vrsr: Detect vrsr capability

Linux 6.12.18
 2025-03-07 21:49 UTC  (2+ messages)

[PATCH] PNP: Remove prehistoric deadcode
 2025-03-07 21:49 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.