All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-05 14:36:32 to 2024-08-05 15:33:02 UTC [more...]

[bug report] iommu/arm-smmu-v3: Event cannot be printed in some scenarios
 2024-08-05 15:32 UTC  (8+ messages)

[PATCH 0/2] can: esd_402_pci: Do cleanup; Add one-shot mode
 2024-08-05 15:32 UTC  (2+ messages)

[PATCH][next] net: atlantic: Aavoid -Wflex-array-member-not-at-end warnings
 2024-08-05 15:32 UTC 

[PATCH printk v7 00/35] wire up write_atomic() printing
 2024-08-05 15:31 UTC  (9+ messages)
` [PATCH printk v7 02/35] printk: nbcon: Consolidate alloc() and init()
` [PATCH printk v7 20/35] printk: nbcon: Provide function to flush using write_atomic()
` [PATCH printk v7 23/35] printk: Add is_printk_legacy_deferred()
` [PATCH printk v7 24/35] printk: nbcon: Flush new records on device_release()

[PATCH v6] platform/x86: Add wmi driver for Casper Excalibur laptops
 2024-08-05 15:31 UTC  (2+ messages)

[PATCH] net: fec: Remove duplicated code
 2024-08-05 15:31 UTC  (2+ messages)

[PATCH v4 0/3] tools build: Incorrect fixdep dependencies
 2024-08-05 15:31 UTC  (5+ messages)
` [PATCH v4 2/3] tools build: Avoid circular .fixdep-in.o.cmd issues

[PATCH i-g-t v2 0/8] tests/core_hotunplug: Make it fail only once
 2024-08-05 15:31 UTC  (11+ messages)
` [PATCH i-g-t v2 1/8] lib/drmtest: add function for retriving chipset
` [PATCH i-g-t v2 2/8] tests/core_hotunplug: set known chipset before tests
` [PATCH i-g-t v2 3/8] lib/drmtest: Allow to get drm device name
` [PATCH i-g-t v2 4/8] tests/core_hotunplug: Open the same driver
` [PATCH i-g-t v2 5/8] tests/core_hotunplug: Fix device close
` [PATCH i-g-t v2 6/8] tests/core_hotunplug: Skip if no render available
` [PATCH i-g-t v2 7/8] tests/core_hotunplug: Check health once after subtest
` [PATCH i-g-t v2 8/8] tests/core_hotunplug: Print info between steps
` ✓ CI.xeBAT: success for tests/core_hotunplug: Make it fail only once
` ✓ Fi.CI.BAT: "

[PATCH] vfs: Don't evict inode under the inode lru traversing context
 2024-08-05 15:30 UTC  (3+ messages)

[PATCH] platform/x86: ideapad-laptop: Stop calling i8042_command()
 2024-08-05 15:30 UTC  (2+ messages)

[PATCH][next] net/fungible: Avoid -Wflex-array-member-not-at-end warning
 2024-08-05 15:30 UTC 

[PATCH][next] ASoC: SOF: sof-audio: Avoid -Wflex-array-member-not-at-end warnings
 2024-08-05 15:28 UTC 

[PATCH] vhost-user: rewrite vu_dispatch with if-else
 2024-08-05 15:27 UTC  (2+ messages)

Expired certificate https://git.openembedded.org/
 2024-08-05 15:27 UTC  (3+ messages)
` [OE-core] "

[PATCH 1/2] dm suspend: return -ERESTARTSYS instead of -EINTR
 2024-08-05 15:27 UTC 

[PATCH master] usb: xhci: fix erroneous USB_DT_CONFIG descriptor size
 2024-08-05 15:26 UTC 

[RFT] usb: typec: ucsi: Fix a potential deadlock in ucsi_send_command_common()
 2024-08-05 15:24 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH] s390/pci: Stop usurping pdev->dev.groups
 2024-08-05 15:24 UTC 

[PATCH 00/17] Add support for Microchip PIC64GX Curiosity Kit
 2024-08-05 15:17 UTC  (3+ messages)
` [PATCH 01/17] dt-bindings: can: mpfs: add PIC64GX CAN compatibility

[PATCH v3 0/7] arm64: hyperv: Support Virtual Trust Level Boot
 2024-08-05 15:24 UTC  (16+ messages)
` [PATCH v3 1/7] arm64: hyperv: Use SMC to detect hypervisor presence
` [PATCH v3 2/7] Drivers: hv: Enable VTL mode for arm64
` [PATCH v3 4/7] arm64: hyperv: Boot in a Virtual Trust Level
` [PATCH v3 7/7] PCI: hv: Get vPCI MSI IRQ domain from DT

[OE-core][scarthgap][PATCH] libmnl: explicitly disable doxygen
 2024-08-05 15:23 UTC 

[PATCH v3 00/12] net: introduce TX H/W shaping API
 2024-08-05 15:23 UTC  (12+ messages)
` [PATCH v3 02/12] netlink: spec: add shaper YAML spec
` [PATCH v3 04/12] net-shapers: implement NL set and delete operations

[PATCH v3 0/7] Add ACPI CPER firmware first error injection for Arm Processor
 2024-08-05 15:22 UTC  (8+ messages)
` [PATCH v3 1/7] arm/virt: place power button pin number on a define

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

[PATCH v2 1/2] RISC-V: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
 2024-08-05 15:21 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: "

[PATCH bpf-next v2 0/6] selftests/bpf: Various sockmap-related fixes
 2024-08-05 15:22 UTC  (2+ messages)

[f2fs-dev] [syzbot] [f2fs?] kernel BUG in f2fs_vm_page_mkwrite
 2024-08-05 15:22 UTC  (3+ messages)
  `  "

[cip-dev][isar-cip-core][PATCH] fix: initramfs-abrootfs-hook correct install dependencies
 2024-08-05 15:21 UTC  (2+ messages)

GATT characteristic for only LE or BR/EDR
 2024-08-05 15:21 UTC  (4+ messages)

question on vTPM interface in coconut-svsm
 2024-08-05 15:21 UTC  (13+ messages)
            ` Coconut-SVSM - vTPM support for Intel TD Partitioning

[meta-oe][scarthgap][PATCH] postgresql: Break perl RDEPENDS
 2024-08-05 15:20 UTC  (2+ messages)
` [oe] "

[cocci] Cocci MUCH more slow after 6.11
 2024-08-05 15:20 UTC  (8+ messages)
        ` [cocci] Questionable run time characteristics for SmPL scripts?

[PATCH v1 0/2] Add Nuvoton NPCM845 i3c master driver
 2024-08-05 15:17 UTC  (7+ messages)
` [PATCH v1 2/2] i3c: master: Add Nuvoton npcm845 "

[PATCH] pixman: Backport fix for recent binutils
 2024-08-05 15:19 UTC  (2+ messages)
` Patchtest results for "

[PATCH v2] can: m_can: Release irq on error in m_can_open
 2024-08-05 14:42 UTC  (2+ messages)

[PATCH v4 0/2] can: fsl,flexcan: add imx95 wakeup
 2024-08-05 14:48 UTC  (2+ messages)

[PATCH v2 1/1] dt-bindings: can: fsl,flexcan: add common 'can-transceiver' for fsl,flexcan
 2024-08-05 14:44 UTC  (4+ messages)

[PATCH 0/5] platform/x86: introduce asus-bioscfg
 2024-08-05 15:18 UTC  (5+ messages)

[GSoC][PATCH v14 00/11] ref consistency check infra setup
 2024-08-05 15:18 UTC  (7+ messages)
` [GSoC][PATCH v14 03/11] fsck: add a unified interface for reporting fsck messages
` [GSoC][PATCH v14 09/11] builtin/fsck: add `git-refs verify` child process

[PATCH 1/1] kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y
 2024-08-05 15:17 UTC  (4+ messages)

[PATCH] PCI: limit pci bridge and subsystem speed to 2.5GT/s
 2024-08-05 15:15 UTC  (2+ messages)

[PATCH v3 0/9] RISCV device tree mapping
 2024-08-05 15:13 UTC  (4+ messages)
` [PATCH v3 4/9] xen/riscv: setup fixmap mapping

[PATCH] platform/x86: asus-wmi: Add quirk for ROG Ally X
 2024-08-05 15:14 UTC  (3+ messages)

[PATCH 0/2] drm/xe/display suspend/resume fixes
 2024-08-05 15:13 UTC  (3+ messages)
` [PATCH 1/2] drm/xe/display: Match i915 driver suspend/resume sequences better
` [PATCH 2/2] drm/xe/display: Make display suspend/resume work on discrete

[PATCH v5 0/5] Add per-transport SCMI communication debug statistics
 2024-08-05 15:12 UTC  (2+ messages)

[RFC PATCH v18 0/8] TPEBS counting mode support
 2024-08-05 15:10 UTC  (3+ messages)

CI build failure in v6.6-rt
 2024-08-05 15:09 UTC  (5+ messages)

[PATCH] generic: test page fault during direct IO write with O_APPEND
 2024-08-05 15:09 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 4/6] net: stmmac: dwmac-s32cc: add basic NXP S32G/S32R glue
 2024-08-05 15:08 UTC  (2+ messages)

Bug: Git sees branch as valid commit ref and works; should fail
 2024-08-05 15:07 UTC 

[CI 0/7] drm/i915: Dump DSC HW state
 2024-08-05 15:07 UTC  (8+ messages)
` [CI 1/7] drm/i915: Replace to_bpp_x16() with fxp_q4_from_int()
` [CI 2/7] drm/i915: Replace to_bpp_int() with fxp_q4_to_int()
` [CI 3/7] drm/i915: Replace to_bpp_int_roundup() with fxp_q4_to_int_roundup()
` [CI 4/7] drm/i915: Replace to_bpp_frac() with fxp_q4_to_frac()
` [CI 5/7] drm/i915: Replace BPP_X16_FMT()/ARGS() with FXP_Q4_FMT()/ARGS()
` [CI 6/7] drm/i915: Dump DSC state to dmesg and debugfs/i915_display_info
` [CI 7/7] drm/i915: Remove DSC register dump

[PATCH v1 0/1] board: tegra: convert boards to text env
 2024-08-05 15:07 UTC  (8+ messages)
` [PATCH v1 1/1] board: tegra: convert tegra-based "

[PATCH RFC v3 0/14] net: stmmac: convert stmmac "pcs" to phylink
 2024-08-05 15:07 UTC  (5+ messages)
` [PATCH net-next 13/14] net: stmmac: remove obsolete pcs methods and associated code

[PATCH] binutils: Upgrade to 2.43 release
 2024-08-05 15:06 UTC  (2+ messages)
  ` [OE-core] "

[linusw-gpio:b4/asoc-tas-gpios 2/4] sound/soc/codecs/tas2781-i2c.c:786:13: error: no member named 'irq_info' in 'struct tasdevice_priv'
 2024-08-05 15:04 UTC 

[PATCH net-next v12 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-04  6:44 UTC  (9+ messages)
` [PATCH net-next v12 04/14] mm: page_frag: add '_va' suffix to page_frag API
            ` [Intel-wired-lan] "

[Intel-wired-lan] [PATCH] idpf: Acquire the lock before accessing the xn->salt
 2024-08-03 18:25 UTC 

[PATCH] net: fec: Stop PPS on driver remove
 2024-08-05 15:04 UTC  (2+ messages)

AW: [PATCH] README.m-com-x86.md: Add hardware details
 2024-08-05 15:03 UTC  (2+ messages)
  `  "

[PATCH] btrfs/312: add git commit ID
 2024-08-05 15:03 UTC 

[PATCH v3 0/1] hid-asus: use hid for keyboard brightness control
 2024-08-05 15:03 UTC  (3+ messages)
` [PATCH v3 1/1] hid-asus: use hid for brightness control on keyboard

[PATCH] perf bpf-filter: Support multiple events properly
 2024-08-05 15:03 UTC  (2+ messages)

[PATCH 6.10 000/809] 6.10.3-rc3 review
 2024-08-05 15:02 UTC  (6+ messages)

[PATCH] i915: change pr_info to pr_info_ratelimited
 2024-08-05 15:02 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for "
` ✗ Fi.CI.CHECKPATCH: warning "

[PATCH] platform/x86: int3472: make common part a separate module
 2024-08-05 15:02 UTC  (2+ messages)

[PATCH 00/10] Add device tree for ArmSoM Sige 5 board
 2024-08-05 15:00 UTC  (3+ messages)

[PATCH v2 0/4] Cleanup Spreadtum/Unisoc ARM64 DT
 2024-08-05 15:00 UTC  (2+ messages)

[PATCH 2/2] dt-bindings: arm: rockchip: Add NanoPi R2S Plus
 2024-08-05 15:00 UTC  (4+ messages)
` [PATCH V2 0/2 RESEND] Add DTS for "

[PATCH] arm64: dts: qcom: Add X1E80100 Samsung Galaxy Book4 Edge
 2024-08-05 15:00 UTC  (2+ messages)

[PATCH] arm64: dts: freescale: imx8mp-phyboard-pollux: Add and enable TPM
 2024-08-05 15:00 UTC  (2+ messages)

[PATCH v2 0/2] arm64: dts: qcom: msm8916-samsung-j3ltetw: Add initial device tree
 2024-08-05 15:00 UTC  (2+ messages)

[PATCH v2 0/8] PCI: Enable Power and configure the QPS615 PCIe switch
 2024-08-05 15:00 UTC  (10+ messages)
` [PATCH v2 1/8] dt-bindings: PCI: Add binding for qps615

[PATCH 0/6] qapi: generalize special features
 2024-08-05 14:59 UTC  (8+ messages)
` [PATCH 5/6] qapi: apply schema prefix to QAPI feature enum constants

[PATCH 0/8] mm: Fix several issues with unaccepted memory
 2024-08-05 14:59 UTC  (9+ messages)
` [PATCH 1/8] mm: Fix endless reclaim on machines "
` [PATCH 2/8] mm: Accept memory in __alloc_pages_bulk()
` [PATCH 3/8] mm: Introduce PageUnaccepted() page type
` [PATCH 4/8] mm: Rename accept_page() to accept_page_memory()
` [PATCH 5/8] mm: Add a helper to accept page
` [PATCH 6/8] mm: page_isolation: Handle unaccepted memory isolation
` [PATCH 7/8] mm: Introduce promo_wmark_pages()
` [PATCH 8/8] mm: Accept to promo watermark

[PATCH v2] perf/core: Optimize event reschedule for a PMU
 2024-08-05 14:58 UTC  (4+ messages)

[PATCH] docs: fix vhost-user protocol doc
 2024-08-05 14:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCHv3 0/3] cpuidle: teo: Fixing utilization and intercept logic
 2024-08-05 14:58 UTC  (4+ messages)
    ` [PATCH 6.1.y] cpuidle: teo: Remove recent intercepts metric

[PATCH] cargo_common.bbclass: Support git repos with submodules
 2024-08-05 14:56 UTC 

[PATCH -next] arm64: mm: Remove unused declaration early_io_map()
 2024-08-05 14:55 UTC  (2+ messages)

[Bug 219111] New: Xone:23C mixer not recognized as a 2in/2out device
 2024-08-05 14:55 UTC  (2+ messages)
` [Bug 219111] "

List change - munging for From addresses
 2024-08-05 14:54 UTC  (4+ messages)

[PATCH 00/20] kthread: Introduce preferred affinity
 2024-08-05 14:53 UTC  (8+ messages)
` [PATCH 01/20] arm/bL_switcher: Use kthread_run_on_cpu()
` [RFC PATCH 12/20] kthread: Implement preferred affinity

Inquiry Regarding Docker Execution Issue in overlayfs Rootfs Configuration
 2024-08-05 14:53 UTC  (2+ messages)
` [yocto] "

[PATCH 6.10] drm/amd/display: Refactor function dm_dp_mst_is_port_support_mode()
 2024-08-05 14:53 UTC  (2+ messages)

[PATCH 1/2] buildhistory: fix package output folder creation
 2024-08-05 14:52 UTC  (3+ messages)
` [OE-core] "

[PATCH 0/8] uprobes: RCU-protected hot path optimizations
 2024-08-05 14:51 UTC  (3+ messages)
` [PATCH 3/8] uprobes: protected uprobe lifetime with SRCU

[PATCH] HID: Ignore battery for all ELAN I2C-HID devices
 2024-08-05 14:51 UTC 

[PATCH v3 0/4] use device_for_each_child_node() to access device child nodes
 2024-08-05 14:49 UTC  (5+ messages)
` [PATCH v3 1/4] device property: document device_for_each_child_node macro
` [PATCH v3 2/4] leds: pca995x: use device_for_each_child_node() to access device child nodes
` [PATCH v3 3/4] net: mvpp2: use port_count to remove ports
` [PATCH v3 4/4] net: mvpp2: use device_for_each_child_node() to access device child nodes

[PATCH v3 0/3] Add SARADC support on Sophgo SoC
 2024-08-05 14:46 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: iio: adc: sophgo,cv18xx-saradc.yaml: Add Sophgo SARADC binding documentation

[PATCH v4 0/2] ti: davinci, keystone: txt to yaml
 2024-08-05 14:44 UTC  (3+ messages)

[PATCH] xen/arm: vITS: add #msi-cells property
 2024-08-05 14:42 UTC  (2+ messages)

[RFC PATCH v2 0/7] synchronously scan and reclaim empty user PTE pages
 2024-08-05 14:43 UTC  (3+ messages)
` [RFC PATCH v2 1/7] mm: pgtable: make pte_offset_map_nolock() return pmdval

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-05 14:39 UTC  (9+ messages)
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION

[PATCH v2 00/10] KVM: x86: Clean up MSR access/failure handling
 2024-08-05 14:42 UTC  (3+ messages)
` [PATCH v2 01/10] KVM: SVM: Disallow guest from changing userspace's MSR_AMD64_DE_CFG value

[PATCH] xfs_db: release ip resource before returning from get_next_unlinked()
 2024-08-05 14:42 UTC  (3+ messages)

[PATCH v2 0/6] use device_for_each_child_node() to access device child nodes
 2024-08-05 14:41 UTC  (8+ messages)
` (subset) "

[PATCH 00/10] Introduce guestmemfs: persistent in-memory filesystem
 2024-08-05 14:41 UTC  (3+ messages)

Process stuck in cobalt_monitor_enter
 2024-08-05 14:40 UTC  (14+ messages)

[PATCH] perf mem: Update documentation for new options
 2024-08-05 14:40 UTC  (3+ messages)

eth frame error on imx6ul
 2024-08-05 14:38 UTC  (3+ messages)

[PATCH] drm/radeon/evergreen_cs: fix int overflow errors in cs track offsets
 2024-08-05 14:36 UTC  (11+ messages)

[PATCH net-next v2 00/12] ethtool: rss: driver tweaks and netlink context dumps
 2024-08-05 14:36 UTC  (3+ messages)
` [PATCH net-next v2 06/12] ethtool: rss: don't report key if device doesn't support it


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.