All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-01 14:30:33 to 2024-10-01 15:02:56 UTC [more...]

linux-next: build warning after merge of Linus' tree
 2024-10-01 15:02 UTC  (2+ messages)

[PATCH v8 00/29] Generic `Allocator` support for Rust
 2024-10-01 15:00 UTC  (30+ messages)
` [PATCH v8 01/29] rust: alloc: add `Allocator` trait
` [PATCH v8 02/29] rust: alloc: separate `aligned_size` from `krealloc_aligned`
` [PATCH v8 03/29] rust: alloc: rename `KernelAllocator` to `Kmalloc`
` [PATCH v8 04/29] rust: alloc: implement `ReallocFunc`
` [PATCH v8 05/29] rust: alloc: make `allocator` module public
` [PATCH v8 06/29] rust: alloc: implement `Allocator` for `Kmalloc`
` [PATCH v8 07/29] rust: alloc: add module `allocator_test`
` [PATCH v8 08/29] rust: alloc: implement `Vmalloc` allocator
` [PATCH v8 09/29] rust: alloc: implement `KVmalloc` allocator
` [PATCH v8 10/29] rust: alloc: add __GFP_NOWARN to `Flags`
` [PATCH v8 11/29] rust: alloc: implement kernel `Box`
` [PATCH v8 12/29] rust: treewide: switch to our kernel `Box` type
` [PATCH v8 13/29] rust: alloc: remove extension of std's `Box`
` [PATCH v8 14/29] rust: alloc: add `Box` to prelude
` [PATCH v8 15/29] rust: alloc: introduce `ArrayLayout`
` [PATCH v8 16/29] rust: alloc: implement kernel `Vec` type
` [PATCH v8 17/29] rust: alloc: implement `IntoIterator` for `Vec`
` [PATCH v8 18/29] rust: alloc: implement `collect` for `IntoIter`
` [PATCH v8 19/29] rust: treewide: switch to the kernel `Vec` type
` [PATCH v8 20/29] rust: alloc: remove `VecExt` extension
` [PATCH v8 21/29] rust: alloc: add `Vec` to prelude
` [PATCH v8 22/29] rust: error: use `core::alloc::LayoutError`
` [PATCH v8 23/29] rust: error: check for config `test` in `Error::name`
` [PATCH v8 24/29] rust: alloc: implement `contains` for `Flags`
` [PATCH v8 25/29] rust: alloc: implement `Cmalloc` in module allocator_test
` [PATCH v8 26/29] rust: str: test: replace `alloc::format`
` [PATCH v8 27/29] rust: alloc: update module comment of alloc.rs
` [PATCH v8 28/29] kbuild: rust: remove the `alloc` crate and `GlobalAlloc`
` [PATCH v8 29/29] MAINTAINERS: add entry for the Rust `alloc` module

[PATCH 00/18] GPU debug support (eudebug) v2
 2024-10-01 15:02 UTC  (20+ messages)
` [PATCH 01/18] ptrace: export ptrace_may_access
` [PATCH 02/18] drm/xe/eudebug: Introduce eudebug support
` [PATCH 03/18] drm/xe/eudebug: Introduce discovery for resources
` [PATCH 04/18] drm/xe/eudebug: Introduce exec_queue events
` [PATCH 05/18] drm/xe/eudebug: hw enablement for eudebug
` [PATCH 06/18] drm/xe: Add EUDEBUG_ENABLE exec queue property
` [PATCH 07/18] drm/xe/eudebug: Introduce per device attention scan worker
` [PATCH 08/18] drm/xe/eudebug: Introduce EU control interface
` [PATCH 09/18] drm/xe/eudebug: Add vm bind and vm bind ops
` [PATCH 10/18] drm/xe/eudebug: Add UFENCE events with acks
` [PATCH 11/18] drm/xe/eudebug: vm open/pread/pwrite
` [PATCH 12/18] drm/xe/eudebug: implement userptr_vma access
` [PATCH 13/18] drm/xe: Debug metadata create/destroy ioctls
` [PATCH 14/18] drm/xe: Attach debug metadata to vma
` [PATCH 15/18] drm/xe/eudebug: Add debug metadata support for xe_eudebug
` [PATCH 16/18] drm/xe/eudebug: Implement vm_bind_op discovery
` [PATCH 17/18] drm/xe/eudebug: Dynamically toggle debugger functionality
` [PATCH 18/18] drm/xe/eudebug_test: Introduce xe_eudebug wa kunit test
` ✓ CI.Patch_applied: success for GPU debug support (eudebug) (rev2)

[PATCH v2] arm64: dts: rockchip: Add power button for puma-haikou
 2024-10-01 14:58 UTC  (3+ messages)

[PATCH] eal: add build-time option to omit trace
 2024-10-01 15:01 UTC  (9+ messages)
` [PATCH v4] "

[PATCH v2 0/3] dwc3: gadget: properly fix cache operations
 2024-10-01 15:01 UTC  (3+ messages)

patches sent up to 6.13-rc1 that shouldn't be backported
 2024-10-01 15:01 UTC  (5+ messages)

[PATCH v12 0/3] PCI: vmd: Enable PCI PM's L1 substates of remapped PCIe Root Port and NVMe
 2024-10-01 15:00 UTC  (3+ messages)
` [PATCH v12 3/3] PCI/ASPM: Make pci_save_aspm_l1ss_state save both child and parent's L1SS configuration

linux-next: build warning after merge of the vfs-brauner tree
 2024-10-01 15:00 UTC  (3+ messages)

[PATCH 0/4] Various test fixes proposed by Thomas Schmitt
 2024-10-01  3:49 UTC  (3+ messages)

calling getcpu with misaligned address causes kernel panic
 2024-10-01 15:00 UTC  (2+ messages)

xfs post-EOF block freeing fixes v2
 2024-10-01 14:59 UTC  (3+ messages)
` [PATCH] xfs: new EOF fragmentation tests

[PATCH 00/13] Input: adp5589: refactor and platform_data removal
 2024-10-01 14:59 UTC  (9+ messages)
` [PATCH 01/13] Input: adp5589-keys: fix NULL pointer dereference
` [PATCH 02/13] Input: adp5589-keys: fix adp5589_gpio_get_value()
` [PATCH 03/13] Input: adp5589-keys: add chip_info structure
` [PATCH 06/13] Input: adp5589-keys: add support for fw properties

[RFC PATCH v2] Simply enable one to write code like:
 2024-10-01 14:57 UTC 

[PATCH v1] Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change
 2024-10-01 14:58 UTC  (3+ messages)

[syzbot] possible deadlock in rfcomm_sk_state_change
 2024-10-01 14:58 UTC  (2+ messages)
` [syzbot] Re: [PATCH v1] Bluetooth: RFCOMM: FIX "

[PATCH 00/10] (no cover subject)
 2024-10-01 14:58 UTC  (9+ messages)

Minimum sphinx version?
 2024-10-01  8:28 UTC  (3+ messages)

[PATCH] tests/tcg/s390x: Test modifying an EXECUTE target
 2024-10-01 14:56 UTC 

Patch "selftests: vDSO: skip getrandom test if architecture is unsupported" has been added to the 6.11-stable tree
 2024-10-01 14:56 UTC  (4+ messages)

[PATCH 1/3] media: i2c: isl7998x: Enable VACTIVE and HDELAY shadow registers
 2024-10-01 14:56 UTC  (2+ messages)

[PATCH v7 0/7] Add barebox bootloader support (and testing)
 2024-10-01 14:56 UTC  (5+ messages)
    ` [yocto] "

renesas-drivers-2024-10-01-v6.12-rc1
 2024-10-01 14:55 UTC 

[PATCH v2 1/4] drm/xe/ct: prevent UAF in send_recv()
 2024-10-01 14:55 UTC  (3+ messages)
` [PATCH v2 4/4] drm/xe/ct: drop irq usage of xa_erase()

[PATCH 0/2] hw/core/machine: Extract compat properties to machine-compat.c
 2024-10-01  5:21 UTC  (3+ messages)
` [PATCH 2/2] "

[RFC bpf-next 0/4] Add XDP rx hw hints support performing XDP_REDIRECT
 2024-10-01 14:54 UTC  (12+ messages)
                  ` [Intel-wired-lan] "

[PATCH v2] i2c: qcom-geni: Keep comment why interrupts start disabled
 2024-10-01 13:36 UTC 

[PATCH v7 0/5] Introduce DRM device wedged event
 2024-10-01 14:54 UTC  (7+ messages)
` [PATCH v7 1/5] drm: Introduce "

[PATCH v3] rust: add PidNamespace
 2024-10-01 14:54 UTC 

[PULL 0/5] nvme queue
 2024-10-01 12:09 UTC  (2+ messages)

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-01 14:53 UTC  (7+ messages)
` [PATCH v5 17/17] powerpc64/bpf: Add support for "

Use-after-free from netem/hfsc interaction
 2024-10-01 14:53 UTC 

[PATCH 1/3] hw/intc/arm_gicv3: Add cast to match the documentation
 2024-10-01  9:51 UTC  (3+ messages)
` [PATCH 2/3] hw/intc/arm_gicv3_cpuif: "
` [PATCH 3/3] hw/intc/arm_gicv3: "

[PATCH v7 0/8] Support GPIO for AST2700
 2024-10-01  5:24 UTC  (3+ messages)
` [PATCH v7 8/8] tests/qtest:ast2700-gpio-test: Add GPIO test case "

[PATCH v1 00/14] s390x: virtio-mem support
 2024-10-01 14:35 UTC  (9+ messages)
` [PATCH v1 07/14] s390x/s390-hypercall: introduce DIAG500 STORAGE_LIMIT

[PATCH] {hw/ssi,docs/system/arm}: Allwinner A10 SPI emulation
 2024-10-01  9:24 UTC  (4+ messages)

[PATCH 0/3] hw/arm: Replace tswap32() by stl_endian_p()
 2024-10-01  9:35 UTC  (3+ messages)
` [PATCH 3/3] hw/arm: Replace tswap32() calls by target agnostic stl_endian_p()

[PATCH v3] testing: bump mips64el cross to bookworm and allow to fail
 2024-10-01 14:47 UTC  (2+ messages)

[PATCH] tests/intel/xe_pm: Fix code style issues
 2024-10-01 14:51 UTC  (2+ messages)
` ✗ CI.xeFULL: failure for "

[PATCH] mmc: core: Only set maximum DMA segment size if DMA is supported
 2024-10-01 14:51 UTC  (2+ messages)

[PATCH v15 00/19] drm/etnaviv: Add driver wrapper for vivante GPUs attached on PCI(e) device
 2024-10-01 14:51 UTC  (5+ messages)
` [PATCH v15 16/19] drm/etnaviv: Call etnaviv_gem_obj_add() in ernaviv_gem_new_private()
` [PATCH v15 18/19] drm/etnaviv: Allow userspace specify the domain of etnaviv GEM buffer object

[PATCH RESEND] nsm: Add NSM description
 2024-10-01 14:50 UTC  (2+ messages)

[PATCH] hw/sh4/r2d: Replace tswap32() by stl_endian_p()
 2024-10-01  5:17 UTC  (2+ messages)

[PATCH] mm, slab: fix use of SLAB_SUPPORTS_SYSFS in kmem_cache_release()
 2024-10-01 14:50 UTC  (2+ messages)

Doc on kernel.org
 2024-10-01 14:50 UTC  (3+ messages)

what is the right way for an avocado test to do "wait for text that doesn't end in newline" ?
 2024-10-01 12:43 UTC 

FAILED: patch "[PATCH] PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler" failed to apply to 5.10-stable tree
 2024-10-01 14:49 UTC  (2+ messages)
` [PATCH 5.10.y] PCI: xilinx-nwl: Fix off-by-one in INTx IRQ handler

[PATCH v19 00/33] Automatic Disk Unlock with TPM2
 2024-10-01 14:48 UTC  (5+ messages)
` [PATCH v19 21/33] tss2: Add TPM2 Software Stack (TSS2) support

[PATCH v6 0/7] block atomic writes for xfs
 2024-10-01 14:48 UTC  (9+ messages)
` [PATCH v6 3/7] fs: iomap: Atomic write support
` [PATCH v6 6/7] xfs: Validate atomic writes

[PATCH bpf-next 0/2] bpf: Add kfuncs for read-only string operations
 2024-10-01 14:48 UTC  (5+ messages)
` [PATCH bpf-next 1/2] "

[PATCH 00/20] First Distro-agnostic series taken from Fedora Rawhide
 2024-10-01 10:00 UTC  (4+ messages)
` [PATCH 14/20] 10_linux.in 20_linux_xen.in: Don't say "GNU/Linux" in generated menus

[RFT RFC PATCH 0/8] cpufreq: cpuidle: Remove iowait behaviour
 2024-10-01 14:46 UTC  (6+ messages)
` [RFC PATCH 6/8] cpufreq: intel_pstate: Remove iowait boost

[PATCH 00/47] KVM: arm64: Enable FGU (Fine Grained Undefined) for FEAT_FGT2 registers
 2024-10-01 14:46 UTC  (3+ messages)
` [PATCH 47/47] KVM: arm64: nv: Add trap forwarding for FEAT_FGT2 described registers

Yocto Project Status 1 Oct. 2024 (WW40)
 2024-10-01 14:46 UTC 

Patch "selftests: vDSO: simplify getrandom thread local storage and structs" has been added to the 6.11-stable tree
 2024-10-01 14:45 UTC  (3+ messages)

[PATCH 6.1.y-cip 00/30] Add support for RZ/{G2L,G2LC,G2UL,V2L} Camera Data Receiving Unit
 2024-10-01 14:44 UTC  (7+ messages)
` [PATCH 6.1.y-cip 08/30] media: dt-bindings: Document Renesas RZ/G2L CRU block
    ` [cip-dev] "
      ` [cip-dev] Backporting query

[Intel-wired-lan] [RFC net-next 0/1] idpf: Don't hardcode napi_struct size
 2024-10-01 14:44 UTC  (9+ messages)
` [Intel-wired-lan] [RFC net-next 1/1] idpf: Don't hard code "
              `  "

[PATCH v3 00/19] random: Resolve circular include dependency and include <linux/percpu.h>
 2024-10-01 14:44 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for random: Resolve circular include dependency and include <linux/percpu.h> (rev3)
` ✗ Fi.CI.SPARSE: "
` ✓ Fi.CI.BAT: success "

[PATCH 0/3] env: mmc: fix use of two separate partitions with proper type GUID
 2024-10-01 14:43 UTC  (3+ messages)

[PATCH RFC 0/5] Change ghes driver to use HEST-based offsets
 2024-10-01 11:42 UTC  (2+ messages)
` [PATCH RFC 3/5] acpi/generic_event_device: Update GHES migration to cover hest addr

[PATCH v2 00/14] hrtimer Rust API
 2024-10-01 14:42 UTC  (3+ messages)

[PATCH 0/1] kernelsrc.bbclass: Move virtual/kernel:do_shared_workdir to do_configure
 2024-10-01 14:42 UTC  (3+ messages)
` [PATCH 1/1] "
  ` [OE-core] "

FSL P5040 board doesn't boot after DRM updates (drm-next-2024-09-19)
 2024-10-01 14:41 UTC  (5+ messages)
` Kernel "

[PATCH] hw/sd/sdcard: Fix handling of disabled boot partitions
 2024-10-01 13:01 UTC  (4+ messages)

[PATCH 0/3] Support auto counter reload
 2024-10-01 14:41 UTC  (4+ messages)
` [PATCH 3/3] perf/x86/intel: "

[PATCH v2] i2c: stm32f7: Do not prepare/unprepare clock during runtime suspend/resume
 2024-10-01 14:40 UTC  (2+ messages)

[PATCH] drm/amdgpu/gfx9: Add Cleaner Shader Deinitialization in gfx_v9_0 Module
 2024-10-01 14:40 UTC  (2+ messages)

[PATCH] selftest: hid: add missing run-hid-tools-tests.sh
 2024-10-01 14:40 UTC  (5+ messages)

[PATCH net v2] ip6mr: Fix lockdep and sparse RCU warnings
 2024-10-01 14:39 UTC  (6+ messages)

[PATCH v13 00/12] Initial Marvell PXA1908 support
 2024-10-01 14:37 UTC  (26+ messages)
` [PATCH v13 01/12] clk: mmp: Switch to use struct u32_fract instead of custom one
` [PATCH v13 02/12] dt-bindings: pinctrl: pinctrl-single: add marvell,pxa1908-padconf compatible
` [PATCH v13 03/12] pinctrl: single: "
` [PATCH v13 04/12] dt-bindings: clock: Add Marvell PXA1908 clock bindings
` [PATCH v13 05/12] clk: mmp: Add Marvell PXA1908 APBC driver
` [PATCH v13 06/12] clk: mmp: Add Marvell PXA1908 APBCP driver
` [PATCH v13 07/12] clk: mmp: Add Marvell PXA1908 APMU driver
` [PATCH v13 08/12] clk: mmp: Add Marvell PXA1908 MPMU driver
` [PATCH v13 09/12] dt-bindings: marvell: Document PXA1908 SoC and samsung,coreprimevelte
` [PATCH v13 10/12] arm64: Kconfig.platforms: Add config for Marvell PXA1908 platform
` [PATCH v13 11/12] arm64: dts: Add DTS for Marvell PXA1908 and samsung,coreprimevelte
` [PATCH v13 12/12] MAINTAINERS: add myself as Marvell PXA1908 maintainer

[PATCH 6.10 00/58] 6.10.12-rc1 review
 2024-10-01 14:38 UTC  (3+ messages)

[PATCH v2] testing: bump mips64el cross to bookworm and allow to fail
 2024-10-01 12:33 UTC  (3+ messages)

[PATCH net-next v2] net: phy: microchip_t1: Interrupt support for lan887x
 2024-10-01 14:44 UTC 

[PATCH dwarves 0/4] tests: unify behaviour, pass through fail
 2024-10-01 14:37 UTC  (2+ messages)

[PATCH v2] transport-pci: Add MSI support
 2024-10-01 14:37 UTC  (11+ messages)

Build failure with GCC 15 in drivers/gpu/drm/display/drm_dp_dual_mode_helper.c
 2024-10-01 14:36 UTC  (10+ messages)
              ` [PATCH 1/1] drm/display: Fix building with GCC 15

[PATCH V2] virtio/vhost-user: fix qemu abort when hotunplug vhost-user-net device
 2024-10-01 12:21 UTC  (2+ messages)

[PATCH] tests/functional: Switch back to the gitlab URLs for the advent calendar tests
 2024-10-01  9:14 UTC  (3+ messages)

[PATCH v11 00/20] Add Secure TSC support for SNP guests
 2024-10-01 14:36 UTC  (14+ messages)
` [PATCH v11 19/20] x86/kvmclock: Skip kvmclock when Secure TSC is available

[PATCH v6.6-v4.19] wifi: mac80211: Avoid address calculations via out of bounds array indexing
 2024-10-01 14:35 UTC  (2+ messages)

Advice on upstreaming Homa
 2024-10-01 14:35 UTC  (4+ messages)

IRQ handler mcp251xfd_handle_tefif() returned -22
 2024-10-01 14:35 UTC  (10+ messages)
  ` AW: "
      ` AW: "
          ` AW: "
              ` AW: "

[PATCH v2 00/11] ppc/spapr: remove deprecated machines specific code
 2024-10-01  9:29 UTC  (3+ messages)
` [PATCH v2 10/11] ppc/spapr: remove deprecated machine pseries-2.10
` [PATCH v2 11/11] ppc/spapr: remove deprecated machine pseries-2.11

[PATCH v4 3/5] string: add strends() helper to check if a string ends with a suffix
 2024-10-01 14:33 UTC  (2+ messages)

[PATCH v3 00/15] drm/i915/display: platform identification with display->platform.<platform>
 2024-10-01 14:34 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[PATCH v1 1/2] Bluetooth: btintel_pcie: Add handshake between driver and firmware
 2024-10-01 14:32 UTC  (2+ messages)

[PATCH] selftests: vDSO: align getrandom states to cache line
 2024-10-01 14:32 UTC  (2+ messages)

[RFC PATCH 0/3] introduce PIDFD_SELF
 2024-10-01 14:31 UTC  (9+ messages)

[PATCH] nvme: tcp: avoid race between lock and destroy of queue_lock
 2024-10-01 13:30 UTC  (7+ messages)

[PATCH HID v3 0/9] HID: bpf: add a new hook to control hid-generic
 2024-10-01 14:30 UTC  (10+ messages)
` [PATCH HID v3 1/9] HID: bpf: move HID-BPF report descriptor fixup earlier
` [PATCH HID v3 2/9] HID: core: save one kmemdup during .probe()
` [PATCH HID v3 3/9] HID: core: remove one more kmemdup on .probe()
` [PATCH HID v3 4/9] HID: bpf: allow write access to quirks field in struct hid_device
` [PATCH HID v3 5/9] selftests/hid: add dependency on hid_common.h
` [PATCH HID v3 6/9] selftests/hid: cleanup C tests by adding a common struct uhid_device
` [PATCH HID v3 7/9] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device
` [PATCH HID v3 8/9] HID: add per device quirk to force bind to hid-generic
` [PATCH HID v3 9/9] selftests/hid: add test for assigning a given device "

[PATCH] pinctrl: sx150x: Use maple tree register cache
 2024-10-01 14:30 UTC  (2+ messages)


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.