All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-07 21:21:06 to 2025-03-07 22:27:24 UTC [more...]

[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] fs/pipe.c: merge if statements with identical conditions
 2025-03-07 22:25 UTC 

[PATCH v4 0/7] hw/hyperv: remove duplication compilation units
 2025-03-07 22:25 UTC  (10+ 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 00/16] accel/tcg: Compile more files once
 2025-03-07 22:23 UTC  (13+ 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 

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

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

[PATCH] fs/pipe.c: simplify tmp_page handling
 2025-03-07 22:10 UTC 

[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  (15+ messages)
` [PATCH v11 01/13] rust: hrtimer: introduce hrtimer support
` [PATCH v11 02/13] rust: sync: add `Arc::as_ptr`
` [PATCH v11 03/13] rust: hrtimer: implement `HrTimerPointer` for `Arc`
` [PATCH v11 04/13] rust: hrtimer: allow timer restart from timer handler
` [PATCH v11 05/13] rust: hrtimer: add `UnsafeHrTimerPointer`
` [PATCH v11 06/13] rust: hrtimer: add `hrtimer::ScopedHrTimerPointer`
` [PATCH v11 07/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&T>`
` [PATCH v11 08/13] rust: hrtimer: implement `UnsafeHrTimerPointer` for `Pin<&mut T>`
` [PATCH v11 09/13] rust: alloc: add `Box::into_pin`
` [PATCH v11 10/13] rust: hrtimer: implement `HrTimerPointer` for `Pin<Box<T>>`
` [PATCH v11 11/13] rust: hrtimer: add `HrTimerMode`
` [PATCH v11 12/13] rust: hrtimer: add clocksource selection through `ClockId`
` [PATCH v11 13/13] rust: hrtimer: add maintainer entry

[PATCH v5 00/10] Introduce /dev/mshv root partition driver
 2025-03-07 22:06 UTC  (13+ messages)
` [PATCH v5 03/10] arm64/hyperv: Add some missing functions to arm64
` [PATCH v5 06/10] Drivers/hv: Export some functions for use by root partition module
` [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

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

[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

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

[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 00/11] Various dt-bindings fixes
 2025-03-07 21:55 UTC  (3+ messages)
` [PATCH 01/11] dt-bindings: iommu: qcom,iommu: Add optional TBU clock

[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 v3 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
 2025-03-07 21:51 UTC  (3+ messages)
` [PATCH v3 1/4] platform/x86: Add lenovo-wmi drivers Documentation

[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  (6+ 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 

[v2 PATCH 0/3] crypto: scatterwalk - scatterwalk_next and memcpy_sglist
 2025-03-07 21:48 UTC  (7+ messages)
` [v2 PATCH 1/3] crypto: scatterwalk - Change scatterwalk_next calling convention
` [v2 PATCH 2/3] crypto: scatterwalk - Add memcpy_sglist
` [v2 PATCH 3/3] crypto: skcipher - Eliminate duplicate virt.addr field

[PATCH] hardening: Enable i386 FORTIFY_SOURCE on Clang 16+
 2025-03-07 21:47 UTC  (3+ messages)

[PATCH v16 0/3] binder: report txn errors via generic netlink
 2025-03-07 21:47 UTC  (3+ messages)
` [PATCH v16 1/3] lsm, selinux: Add setup_report permission to binder

[PATCH 0/3] completion: fix bugs with slashes in remote names
 2025-03-07 21:46 UTC  (13+ messages)
` [PATCH 3/3] "

[PATCH v4 00/13] Add initial support for Renesas RZ/T2H SoC
 2025-03-07 21:45 UTC  (7+ messages)
` [PATCH v4 01/13] dt-bindings: soc: Add Renesas RZ/T2H (R9A09G077) SoC
` [PATCH v4 02/13] dt-bindings: clock: Add cpg for the Renesas RZ/T2H SoC
` [PATCH v4 03/13] dt-bindings: serial: Add compatible for Renesas RZ/T2H SoC in sci

[PATCH v3 0/8] Improve SRIOV VRAM provisioning
 2025-03-07 21:44 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for Improve SRIOV VRAM provisioning (rev2)

[PATCH v6 0/8] Move initializing SEV/SNP functionality to KVM
 2025-03-07 21:43 UTC  (10+ messages)
` [PATCH v6 1/8] crypto: ccp: Abort doing SEV INIT if SNP INIT fails
` [PATCH v6 3/8] crypto: ccp: Ensure implicit SEV/SNP init and shutdown in ioctls

[ndctl PATCH v2 0/5] Address Coverity Scan Defects
 2025-03-07 21:43 UTC  (3+ messages)
` [ndctl PATCH v2 3/5] ndctl/dimm: do not increment a ULLONG_MAX slot value

[Bug 219834] New: amdgpu: kernel oops dce_aux_transfer_raw
 2025-03-07 21:40 UTC  (2+ messages)
` [Bug 219834] "

[PATCH v2 0/3] arm64: Use memory copy instructions in usercopy routines
 2025-03-07 21:37 UTC  (5+ messages)
` [PATCH v2 2/3] arm64: mm: Handle PAN faults on uaccess CPY* instructions

[PATCH 0/5] btrfs: block_group refcounting fixes
 2025-03-07 21:40 UTC  (10+ messages)
` [PATCH 1/5] btrfs: fix bg refcount race in btrfs_create_pending_block_groups
` [PATCH 2/5] btrfs: fix bg->bg_list list_del refcount races
` [PATCH 4/5] btrfs: explicitly ref count block_group on new_bgs list

[PATCH iwl-net] igc: Fix XSK queue NAPI ID mapping
 2025-03-07 21:37 UTC  (6+ messages)
      ` [Intel-wired-lan] "

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

[RFC PATCH] block, fs: use FOLL_LONGTERM as gup_flags for direct IO
 2025-03-07 21:37 UTC  (4+ messages)

[PATCH v3 00/10] Introduce CET supervisor state support
 2025-03-07 21:37 UTC  (3+ messages)
` [PATCH v3 04/10] x86/fpu/xstate: Correct guest fpstate size calculation

[PATCH 2/8] sched: clean up unnecessary includes and functions
 2025-03-07 21:34 UTC  (7+ messages)
` [PATCH 3/8] rawfbt: perform lookup on true symbol names
` [PATCH 4/8] ksyms: make symbol name filters less picky
` [PATCH 5/8] symtab: add support for 'traceable' flag
` [PATCH 6/8] fbt: performance improvements
` [PATCH 7/8] rawfbt: "
` [PATCH 8/8] fbt, rawfbt: consolidate code to avoid duplication

[PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion x360 14-dy1xxx
 2025-03-07 21:33 UTC 

[PATCH 1/8] proc: convert to use standard SDT provider implementation
 2025-03-07 21:33 UTC 

[PATCH 0/2] refs: a couple of --exclude fixes
 2025-03-07 21:32 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] refs.c: remove empty '--exclude' patterns
  ` [PATCH v2 2/2] refs.c: stop matching non-directory prefixes in exclude patterns

[PATCH] rust: enable `clippy::ptr_as_ptr` lint
 2025-03-07 21:31 UTC  (3+ messages)

[GIT PULL] slab fixes for 6.14-rc5
 2025-03-07 21:29 UTC 

[PATCH bpf-next v3 0/4] Support freplace prog from user namespace
 2025-03-07 21:29 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next v3 2/4] bpf: return prog btf_id without capable check
` [PATCH bpf-next v3 3/4] libbpf: pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next v3 4/4] selftests/bpf: test freplace from user namespace

[PATCH 00/38] hexagon system emu, part 1/3
 2025-03-07 21:28 UTC  (5+ messages)
` [PATCH 19/38] target/hexagon: Define register fields for system regs
` [PATCH 20/38] target/hexagon: Implement do_raise_exception()

[PATCH 0/2] EDITME: cover title for 493-add-command-to-purge-reflog-entries
 2025-03-07 21:28 UTC  (4+ messages)
` [PATCH 2/2] reflog: implement subcommand to drop reflogs

[PATCH 0/2] btrfs: fix the delayed iputs ASSERT() when the fs
 2025-03-07 21:27 UTC  (4+ messages)
` [PATCH 2/2] btrfs: add extra warning if delayed iput is added when it's not allowed

[PATCH 6.13 000/157] 6.13.6-rc1 review
 2025-03-07 21:26 UTC  (3+ messages)
` [PATCH 6.13 070/157] objtool: Remove annotate_{,un}reachable()

[PATCH 00/57] docs: Add new QAPI transmogrifier
 2025-03-07 21:23 UTC  (4+ messages)
` [PATCH 09/57] docs/qapi-domain: add QAPI xref roles

[PATCH 00/23] ARM split hardware and control domains
 2025-03-07 21:24 UTC  (7+ messages)
` [PATCH 05/23] xen/arm: Add capabilities to dom0less
` [PATCH 08/23] xen/arm: dom0less seed xenstore grant table entry

[Buildroot] [PATCH] package/harfbuzz: bump to version 10.4.0
 2025-03-07 21:24 UTC 

[PATCH 0/2] Introduce h/vsync-disable properties for ti-sn65dsi83
 2025-03-07 21:24 UTC  (2+ messages)

[PATCH] PM: clk: Remove unused pm_clk_remove
 2025-03-07 21:23 UTC 

[PATCH v3 00/10] KVM: TDX: TD vcpu enter/exit
 2025-03-07 21:20 UTC  (9+ messages)
` [PATCH v3 04/10] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [PATCH v3 05/10] KVM: TDX: restore host xsave state when exit from the guest TD
` [PATCH v3 06/10] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [PATCH v3 07/10] KVM: TDX: restore user ret MSRs
` [PATCH v3 08/10] KVM: TDX: Disable support for TSX and WAITPKG
` [PATCH v3 09/10] KVM: TDX: Save and restore IA32_DEBUGCTL
` [PATCH v3 10/10] KVM: x86: Add a switch_db_regs flag to handle TDX's auto-switched behavior
` [PATCH v3 11/10] [NOT TO COMMIT] KVM: TDX: put somewhat sensible values in vCPU for encrypted registers

[PATCH 0/4] media: i2c: Add driver for Sony IMX728
 2025-03-07 21:21 UTC  (4+ messages)
` [PATCH 2/4] "

[PATCH v6 0/8] Add SEV firmware hotloading
 2025-03-07 21:21 UTC  (7+ messages)
` [PATCH v6 4/8] crypto: ccp: Fix uapi definitions of PSP errors


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.