All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-21 15:07:15 to 2024-08-21 15:48:48 UTC [more...]

[PATCH v4 0/6] Introduce initial AMD I3C HCI driver support
 2024-08-21 15:43 UTC  (9+ messages)
` [PATCH v4 1/6] i3c: mipi-i3c-hci: Add AMDI5017 ACPI ID to the I3C Support List

[PATCH v1] ASoC: tas2781: Remove unnecessary line feed for tasdevice_codec_remove
 2024-08-21 15:24 UTC  (2+ messages)

[PATCH v1 0/5] driver core: fw_devlink: Clean up strings and mutex usages
 2024-08-21 15:48 UTC  (6+ messages)
` [PATCH v1 1/5] driver core: Sort headers
` [PATCH v1 2/5] driver core: Use kasprintf() instead of fixed buffer formatting
` [PATCH v1 3/5] driver core: Use guards for simple mutex locks
` [PATCH v1 4/5] driver core: Make use of returned value of dev_err_probe()
` [PATCH v1 5/5] driver core: Use 2-argument strscpy()

[PATCH RFC v2 0/6] inode: turn i_state into u32
 2024-08-21 15:47 UTC  (7+ messages)
` [PATCH RFC v2 1/6] fs: add i_state helpers
` [PATCH RFC v2 2/6] fs: reorder i_state bits
` [PATCH RFC v2 3/6] writeback: port __I_SYNC to var event
` [PATCH RFC v2 4/6] inode: port __I_NEW "
` [PATCH RFC v2 5/6] inode: port __I_LRU_ISOLATING "
` [PATCH RFC v2 6/6] inode: make i_state a u32

[PATCH v3 net-next] tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
 2024-08-21 15:47 UTC  (2+ messages)

[PATCH] cve-check: disable the text format by default
 2024-08-21 15:47 UTC  (4+ messages)
` [OE-core] "

[PATCH] drm/xe: Support 'nomodeset' kernel command-line option
 2024-08-21 15:47 UTC  (2+ messages)
` ✗ CI.FULL: failure for "

[PATCH 0/5] nilfs2: prevent unexpected ENOENT propagation
 2024-08-21 15:46 UTC  (6+ messages)
` [PATCH 1/5] nilfs2: treat missing sufile header block as metadata corruption
` [PATCH 2/5] nilfs2: treat missing cpfile "
` [PATCH 3/5] nilfs2: do not propagate ENOENT error from sufile during recovery
` [PATCH 4/5] nilfs2: do not propagate ENOENT error from sufile during GC
` [PATCH 5/5] nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty()

[PATCH] ppc: fixed incorrect name filed in vmstate_tlbemb_entry
 2024-08-21 15:45 UTC  (4+ messages)

[PATCH v2 0/5] KVM: s390: selftests: Add regression tests for CPU subfunctions
 2024-08-21 15:44 UTC  (5+ messages)
` [PATCH v2 1/5] KVM: s390: selftests: Add regression tests for SORTL and DFLTCC "
` [PATCH v2 5/5] KVM: s390: selftests: Add regression tests for PLO subfunctions

[RFCv2 0/9] UEFI emulator for kexec
 2024-08-21 14:27 UTC  (2+ messages)

[PATCH v2] nfs: fix bitmap decoder to handle a 3rd word
 2024-08-21 15:44 UTC  (2+ messages)

[ptest-runner][PATCH] README: Update mailing list address for patches + add git command
 2024-08-21 15:44 UTC  (2+ messages)
` [yocto-patches] "

[PATCH 0/2] clk: qcom: gcc-sm8550: Fix shared clk parking breakage
 2024-08-21 15:44 UTC  (3+ messages)

[PATCH net-next v4 0/6] netdev_features: start cleaning netdev_features_t up
 2024-08-21 15:43 UTC  (7+ messages)
` [PATCH net-next v4 2/6] netdev_features: remove unused __UNUSED_NETIF_F_1
` [PATCH net-next v4 3/6] netdev_features: convert NETIF_F_LLTX to dev->lltx
` [PATCH net-next v4 4/6] netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
` [PATCH net-next v4 5/6] netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
` [PATCH net-next v4 6/6] netdev_features: remove NETIF_F_ALL_FCOE

[PATCH] staging: rtl8192e: remove set but otherwise unused local variable iv32
 2024-08-21 15:42 UTC 

[BUG] tracing: dynamic ftrace selftest detected failures
 2024-08-21 15:42 UTC  (10+ messages)

[linux-next:master 5283/5728] arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dtb: can@e6660000: Unevaluated properties are not allowed ('compatible' was unexpected)
 2024-08-21 15:41 UTC 

[PATCH v4 00/43] arm64: Support for Arm CCA in KVM
 2024-08-21 15:38 UTC  (44+ messages)
` [PATCH v4 01/43] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v4 02/43] kvm: arm64: pgtable: Track the number of pages in the entry level
` [PATCH v4 03/43] kvm: arm64: Include kvm_emulate.h in kvm/arm_psci.h
` [PATCH v4 04/43] arm64: RME: Handle Granule Protection Faults (GPFs)
` [PATCH v4 05/43] arm64: RME: Add SMC definitions for calling the RMM
` [PATCH v4 06/43] arm64: RME: Add wrappers for RMI calls
` [PATCH v4 07/43] arm64: RME: Check for RME support at KVM init
` [PATCH v4 08/43] arm64: RME: Define the user ABI
` [PATCH v4 09/43] arm64: RME: ioctls to create and configure realms
` [PATCH v4 10/43] kvm: arm64: Expose debug HW register numbers for Realm
` [PATCH v4 11/43] arm64: kvm: Allow passing machine type in KVM creation
` [PATCH v4 12/43] arm64: RME: Keep a spare page delegated to the RMM
` [PATCH v4 13/43] arm64: RME: RTT tear down
` [PATCH v4 14/43] arm64: RME: Allocate/free RECs to match vCPUs
` [PATCH v4 15/43] arm64: RME: Support for the VGIC in realms
` [PATCH v4 16/43] KVM: arm64: Support timers in realm RECs
` [PATCH v4 17/43] arm64: RME: Allow VMM to set RIPAS
` [PATCH v4 18/43] arm64: RME: Handle realm enter/exit
` [PATCH v4 19/43] KVM: arm64: Handle realm MMIO emulation
` [PATCH v4 20/43] arm64: RME: Allow populating initial contents
` [PATCH v4 21/43] arm64: RME: Runtime faulting of memory
` [PATCH v4 22/43] KVM: arm64: Handle realm VCPU load
` [PATCH v4 23/43] KVM: arm64: Validate register access for a Realm VM
` [PATCH v4 24/43] KVM: arm64: Handle Realm PSCI requests
` [PATCH v4 25/43] KVM: arm64: WARN on injected undef exceptions
` [PATCH v4 26/43] arm64: Don't expose stolen time for realm guests
` [PATCH v4 27/43] arm64: rme: allow userspace to inject aborts
` [PATCH v4 28/43] arm64: rme: support RSI_HOST_CALL
` [PATCH v4 29/43] arm64: rme: Allow checking SVE on VM instance
` [PATCH v4 30/43] arm64: RME: Always use 4k pages for realms
` [PATCH v4 31/43] arm64: rme: Prevent Device mappings for Realms
` [PATCH v4 32/43] arm_pmu: Provide a mechanism for disabling the physical IRQ
` [PATCH v4 33/43] arm64: rme: Enable PMU support with a realm guest
` [PATCH v4 34/43] kvm: rme: Hide KVM_CAP_READONLY_MEM for realm guests
` [PATCH v4 35/43] arm64: RME: Propagate number of breakpoints and watchpoints to userspace
` [PATCH v4 36/43] arm64: RME: Set breakpoint parameters through SET_ONE_REG
` [PATCH v4 37/43] arm64: RME: Initialize PMCR.N with number counter supported by RMM
` [PATCH v4 38/43] arm64: RME: Propagate max SVE vector length from RMM
` [PATCH v4 39/43] arm64: RME: Configure max SVE vector length for a Realm
` [PATCH v4 40/43] arm64: RME: Provide register list for unfinalized RME RECs
` [PATCH v4 41/43] arm64: RME: Provide accurate register list
` [PATCH v4 42/43] arm64: kvm: Expose support for private memory
` [PATCH v4 43/43] KVM: arm64: Allow activating realms

[PATCH v1 0/3] PCI: imx6: reset link after suspend/resume
 2024-08-21 15:41 UTC  (4+ messages)

FAILED: patch "[PATCH] mm/numa: no task_numa_fault() call if PTE is changed" failed to apply to 6.6-stable tree
 2024-08-21 15:40 UTC  (2+ messages)
` [PATCH 6.6.y] mm/numa: no task_numa_fault() call if PTE is changed

[PATCH 0/7] [RFC] advice: refuse to output if stderr not TTY
 2024-08-21 15:40 UTC  (2+ messages)

[PATCH] tests/avocado: Allow running user-mode tests
 2024-08-21 15:38 UTC 

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-21 15:36 UTC  (4+ messages)
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()

[PATCH RFC 0/4] wifi: ath12k: switch to using wiphy_lock()
 2024-08-21 15:37 UTC  (5+ messages)
` [PATCH RFC 1/4] wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutex
` [PATCH RFC 2/4] wifi: ath12k: cleanup unneeded labels
` [PATCH RFC 3/4] wifi: ath12k: ath12k_mac_op_set_key(): remove exit label
` [PATCH RFC 4/4] wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_work

[PATCH] nfs: fix bitmap decoder to handle a 3rd word
 2024-08-21 15:37 UTC  (4+ messages)

[PATCH v2] x86/cpufeatures: Add new cpuid features in SPR to featureset
 2024-08-21 15:34 UTC 

[PATCH] init: Don't proxy console= to earlycon
 2024-08-21 15:30 UTC  (12+ messages)

[PATCH BlueZ 00/14] Add Scan Delegator support for Add Source op
 2024-08-21 15:36 UTC  (3+ messages)
` [PATCH BlueZ 09/14] bap: Probe Broadcasters with BASS

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-21 15:36 UTC  (6+ messages)

[meta-oe][master][scarthgap][PATCH v2 1/5] opensc: Amend FILES:${PN} declaration
 2024-08-21 15:34 UTC  (5+ messages)
` [meta-oe][master][scarthgap][PATCH v2 2/5] opensc: Add 'readline' PACKAGECONFIG option
` [meta-oe][master][scarthgap][PATCH v2 3/5] opensc: Drop virtual/libiconv from DEPENDS
` [meta-oe][master][scarthgap][PATCH v2 4/5] opensc: Fix LICENSE declaration
` [meta-oe][master][scarthgap][PATCH v2 5/5] opensc: Cosmetic fixes

[meta-rockchip PATCH 0/9] enable v4l2codecs gstreamer plugin for VPU decoding
 2024-08-21 15:34 UTC  (2+ messages)

[PATCH v2 0/7] drm/xe/oa: xe_syncs for OA
 2024-08-21 15:20 UTC  (7+ messages)
` [PATCH 4/7] drm/xe/oa: Signal output fences
` [PATCH 7/7] drm/xe/oa: Allow only certain property changes from config

[PATCH] mfd: rk8xx: Add support for rk806 on i2c bus
 2024-08-21 15:31 UTC  (2+ messages)
` (subset) "

[meta-oe][PATCH 1/5] opensc: Amend FILES:${PN} declaration
 2024-08-21 15:29 UTC  (5+ messages)
` [meta-oe][PATCH 2/5] opensc: Add 'readline' PACKAGECONFIG option
` [meta-oe][PATCH 3/5] opensc: Drop virtual/libiconv from DEPENDS
` [meta-oe][PATCH 4/5] opensc: Fix LICENSE declaration
` [meta-oe][PATCH 5/5] opensc: Cosmetic fixes

[CI] drm/i915/gt: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-21 15:30 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/gt: Use kmemdup_array instead of kmemdup for multiple allocation (rev2)

[PATCH ipsec-next] xfrm: Correct spelling in xfrm.h
 2024-08-21 15:30 UTC 

[PATCH v3 0/2] landlock*: Bring documentation up to date
 2024-08-21 15:30 UTC  (12+ messages)
` [PATCH v3 1/2] landlock.7, landlock_*.2: Document Landlock ABI version 4
` [PATCH v3 2/2] landlock.7: Document Landlock ABI version 5 (IOCTL)

[PATCH v4 0/3] Add SARADC support on Sophgo CV18XX series
 2024-08-21 15:29 UTC  (8+ messages)
` [PATCH v4 1/3] dt-bindings: iio: adc: sophgo,cv18xx-saradc.yaml: Add Sophgo CV18XX SARADC binding

[PATCH v2] ASoC: soc-pcm: remove snd_soc_dpcm_stream_lock_irqsave_nested()
 2024-08-21 15:24 UTC  (2+ messages)

[PATCH] ASoC: SOF: amd: remove unused variable from sof_amd_acp_desc structure
 2024-08-21 15:24 UTC  (2+ messages)

[PATCH v3 0/7] drm/xe/oa: xe_syncs for OA
 2024-08-21 15:28 UTC  (8+ messages)
` [PATCH 1/7] drm/xe/oa: Separate batch submission from waiting for completion
` [PATCH 2/7] drm/xe/oa/uapi: Define and parse OA sync properties
` [PATCH 3/7] drm/xe/oa: Add input fence dependencies
` [PATCH 4/7] drm/xe/oa: Signal output fences
` [PATCH 5/7] drm/xe/oa: Move functions up so they can be reused for config ioctl
` [PATCH 6/7] drm/xe/oa: Add syncs support to OA "
` [PATCH 7/7] drm/xe/oa: Allow only certain property changes from config

[PATCH v2 0/6] Rust: support `CPU_MITIGATIONS` and enable `objtool`
 2024-08-21 15:28 UTC  (5+ messages)
` [PATCH v2 5/6] objtool: list `noreturn` Rust functions

[PATCH] ASoC: codecs: wcd934x: make read-only array minCode_param static const
 2024-08-21 15:24 UTC  (2+ messages)

[POC 0/7] livepatch: Make livepatch states, callbacks, and shadow variables work together
 2024-08-21 15:28 UTC  (3+ messages)

[PATCH 0/2] Set 64k physical alignment on display buffers for CCS
 2024-08-21 15:27 UTC  (7+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
 2024-08-21 15:24 UTC  (3+ messages)

[PATCH] ASoC: soc-pcm: remove snd_soc_dpcm_stream_lock_irqsave_nested()
 2024-08-21 15:24 UTC  (2+ messages)

FAILED: patch "[PATCH] mm/numa: no task_numa_fault() call if PMD is changed" failed to apply to 5.15-stable tree
 2024-08-21 15:26 UTC  (2+ messages)
` [PATCH 5.15.y] mm/numa: no task_numa_fault() call if PMD is changed

[PATCH] drm/xe: Free job before xe_exec_queue_put
 2024-08-21 15:23 UTC  (3+ messages)

[PATCH v1 0/2] dts: api docs generation
 2024-08-21 15:24 UTC  (4+ messages)
` [PATCH v19 0/5] DTS API "
  ` [PATCH v19 5/5] dts: add API doc generation

[PATCH 0/4] ext4: avoid OOB when system.data xattr changes underneath the filesystem
 2024-08-21 15:23 UTC  (5+ messages)
` [PATCH 1/4] ext4: ext4_search_dir should return a proper error
` [PATCH 2/4] ext4: return error on ext4_find_inline_entry
` [PATCH 3/4] ext4: explicitly exit when ext4_find_inline_entry returns an error
` [PATCH 4/4] ext4: avoid OOB when system.data xattr changes underneath the filesystem

[PATCH v2] arm64: dts: imx8mp-phyboard-pollux-rdk: Add support for PCIe
 2024-08-21 15:23 UTC 

[PATCH] arm64: dts: imx8mp-phyboard-pollux-rdk: Add support for PCIe
 2024-08-21 15:23 UTC  (3+ messages)
` [Upstream] "

[PATCH v2 0/4] i2c: imx: prevent rescheduling in non-dma mode
 2024-08-21 15:23 UTC  (5+ messages)
` [PATCH v2 1/4] i2c: imx: only poll for bus busy in multi master mode

[PATCH v3 0/3] source filtering for multi-port output
 2024-08-21 15:23 UTC  (3+ messages)
` [PATCH v3 2/3] coresight: Add support for trace filtering by source

[PATCH v4] hid-playstation: DS4: Update rumble and lightbar together
 2024-08-21 15:22 UTC  (4+ messages)

[PATCH v1 0/2] mremap refactor: check src address for vma boundaries first
 2024-08-21 15:21 UTC  (10+ messages)

[PATCH net-next v18 00/13] Introduce PHY listing and link_topology tracking
 2024-08-21 15:10 UTC  (14+ messages)
` [PATCH net-next v18 01/13] net: phy: Introduce ethernet link topology representation
` [PATCH net-next v18 02/13] net: sfp: pass the phy_device when disconnecting an sfp module's PHY
` [PATCH net-next v18 03/13] net: phy: add helpers to handle sfp phy connect/disconnect
` [PATCH net-next v18 04/13] net: sfp: Add helper to return the SFP bus name
` [PATCH net-next v18 05/13] net: ethtool: Allow passing a phy index for some commands
` [PATCH net-next v18 06/13] netlink: specs: add phy-index as a header parameter
` [PATCH net-next v18 07/13] net: ethtool: Introduce a command to list PHYs on an interface
` [PATCH net-next v18 08/13] netlink: specs: add ethnl PHY_GET command set
` [PATCH net-next v18 09/13] net: ethtool: plca: Target the command to the requested PHY
` [PATCH net-next v18 10/13] net: ethtool: pse-pd: "
` [PATCH net-next v18 11/13] net: ethtool: cable-test: "
` [PATCH net-next v18 12/13] net: ethtool: strset: Allow querying phy stats by index
` [PATCH net-next v18 13/13] Documentation: networking: document phy_link_topology

[PATCH 0/2] KVM: arm64: Control visibility of S1PIE related sysregs to userspace
 2024-08-21 15:19 UTC  (5+ messages)

[PATCH v2 net-next] tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
 2024-08-21 15:19 UTC  (7+ messages)

[PATCH v2] kselftest: dt: Ignore nodes that have ancestors disabled
 2024-08-21 15:18 UTC  (2+ messages)

[xen-unstable test] 187297: tolerable FAIL
 2024-08-21 15:17 UTC 

[pci:misc] BUILD SUCCESS e845e723bea5492614fd364a581ec0241593453e
 2024-08-21 15:17 UTC 

[Intel-wired-lan] [PATCH iwl-net] selftests/net: Fix csum test for short packets
 2024-08-21 14:24 UTC 

[Intel-wired-lan] ACPI IRQ storm with 6.10
 2024-08-21 11:39 UTC  (2+ messages)

New GPG key
 2024-08-21 15:17 UTC  (4+ messages)

[Intel-wired-lan] ACPI IRQ storm with 6.10
 2024-08-21 15:17 UTC  (2+ messages)

[PATCH v2 1/1] dt-bindings: leds: convert leds-lm3692x to yaml format
 2024-08-21 15:15 UTC  (3+ messages)

[PATCH] tests/avocado: Move LinuxTest related code into a separate file
 2024-08-21 15:14 UTC  (3+ messages)

FAILED: patch "[PATCH] mm/numa: no task_numa_fault() call if PMD is changed" failed to apply to 6.1-stable tree
 2024-08-21 15:15 UTC  (2+ messages)
` [PATCH 6.1.y] mm/numa: no task_numa_fault() call if PMD is changed

[PATCH v2 00/86] drm: Provide client setup helper and convert drivers
 2024-08-21 15:13 UTC  (3+ messages)
` [PATCH v2 27/86] drm/meson: Run DRM default client setup

[PATCH v1] mm: Defines obj_cgroup_get() if CONFIG_MEMCG is not defined
 2024-08-21 15:11 UTC  (2+ messages)

[PATCH] x86emul: convert op_bytes/opc checks in SIMD emulation
 2024-08-21 15:10 UTC  (4+ messages)

[PATCH] can: kvaser_pciefd: Enable 64-bit DMA addressing
 2024-08-21 15:10 UTC  (3+ messages)

[PATCH v6 00/20] Avoid MAP_FIXED gap exposure
 2024-08-21 15:09 UTC  (4+ messages)
` [PATCH v6 14/20] mm/mmap: Avoid zeroing vma tree in mmap_region()

[PATCH] ALSA: core: Remove trigger_tstamp_latched
 2024-08-21 15:09 UTC  (13+ messages)

[PATCH] x86emul: set (fake) operand size for AVX512CD broadcast insns
 2024-08-21 15:08 UTC  (2+ messages)

[bluez/bluez] 9746e5: bluetoothctl-endpoint.1: Update documentation
 2024-08-21 15:08 UTC 

[PATCH] docs: fusa: Add requirements for generic timer
 2024-08-21 15:06 UTC  (2+ messages)

[PATCH v1] nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-21 15:08 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.