All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-28 07:45:09 to 2024-06-28 08:21:55 UTC [more...]

[PATCH 0/7] qrb4210-rb2: add HDMI audio playback support
 2024-06-28  7:51 UTC  (10+ messages)
` [PATCH 4/7] arm64: dts: qcom: sm6115: add apr, its services and simple sound node
` [PATCH 5/7] arm64: dts: qcom: sm6115: add LPASS LPI pin controller
` [PATCH 6/7] arm64: dts: qcom: sm6115: add description of lpi_i2s2 pins
` [PATCH 7/7] arm64: dts: qcom: qrb4210-rb2: add HDMI audio playback support

[Patch v5 00/12] Add audio support for LPC32XX CPUs
 2024-06-28  7:48 UTC  (7+ messages)
` [Patch v5 02/12] dt-bindings: dma: Add lpc32xx DMA mux binding
` [Patch v5 12/12] i2x: pnx: Fix potential deadlock warning from del_timer_sync() call in isr

[PATCH v18 00/25] Automatic Disk Unlock with TPM2
 2024-06-28  8:19 UTC  (23+ messages)
` [PATCH v18 01/25] posix_wrap: tweaks in preparation for libtasn1
` [PATCH v18 02/25] libtasn1: import libtasn1-4.19.0
` [PATCH v18 03/25] libtasn1: disable code not needed in grub
` [PATCH v18 04/25] libtasn1: use bound-checked _asn1_str_cat()
` [PATCH v18 05/25] libtasn1: adjust the header paths in libtasn1.h
` [PATCH v18 07/25] libtasn1: fix the potential buffer overrun
` [PATCH v18 08/25] asn1_test: changes for grub compatibility
` [PATCH v18 09/25] libtasn1: compile into asn1 module
` [PATCH v18 10/25] asn1_test: test module for libtasn1
` [PATCH v18 11/25] libtasn1: Add the documentation
` [PATCH v18 12/25] key_protector: Add key protectors framework
` [PATCH v18 13/25] tss2: Add TPM2 buffer handling functions
` [PATCH v18 14/25] tss2: Add TPM2 types and Marshal/Unmarshal functions
` [PATCH v18 15/25] tss2: Add TPM2 Software Stack (TSS2) support
` [PATCH v18 16/25] key_protector: Add TPM2 Key Protector
` [PATCH v18 17/25] cryptodisk: Support key protectors
` [PATCH v18 18/25] util/grub-protect: Add new tool
` [PATCH v18 19/25] tpm2_key_protector: Support authorized policy
` [PATCH v18 20/25] tpm2_key_protector: Implement NV index
` [PATCH v18 21/25] cryptodisk: Fallback to passphrase
` [PATCH v18 24/25] tpm2_key_protector: Add grub-emu support
` [PATCH v18 25/25] tests: Add tpm2_key_protector_test

[PATCH v2] x86/acpi: fix panic while AP online later with kernel parameter maxcpus=1
 2024-06-28  8:21 UTC 

[PATCH v2 0/3] livepatch: Add "replace" sysfs attribute
 2024-06-28  8:20 UTC  (10+ messages)

[RFC PATCH v2 00/10] RISC-V IOMMU HPM and nested IOMMU support
 2024-06-28  8:19 UTC  (5+ messages)
` [RFC PATCH v2 08/10] iommu/riscv: support nested iommu for flushing cache

Potential smb/dfs regression introduced in kernel 6.6
 2024-06-28  8:19 UTC  (2+ messages)

[PATCH 00/14] drm/i915/dsb: Use chained DSBs for LUT programming
 2024-06-28  8:18 UTC  (5+ messages)
` [PATCH 01/14] drm/i915: Calculate vblank delay more accurately
` [PATCH 02/14] drm/i915: Make vrr_{enabling, disabling}() usable outside intel_display.c

[PATCH] net: phy: phy_device: fix PHY WOL enabled, PM failed to suspend
 2024-06-28  8:17 UTC  (2+ messages)

[PATCH 00/10] cfg80211/mac80211: support defining multiple radios per wiphy
 2024-06-28  8:16 UTC  (7+ messages)
` [PATCH 01/10] wifi: nl80211: split helper function from nl80211_put_iface_combinations
` [PATCH 02/10] wifi: cfg80211: add support for advertising multiple radios belonging to a wiphy
` [PATCH 03/10] wifi: cfg80211: extend interface combination check for multi-radio

[PATCH v42 00/98] hw/sd/sdcard: Add eMMC support
 2024-06-28  8:14 UTC  (138+ messages)
` [PATCH v42 02/98] hw/sd/sdcard: Use spec v3.01 by default
` [PATCH v42 19/98] hw/sd/sdcard: Convert SWITCH_FUNCTION to generic_read_byte (CMD6)
` [PATCH v42 20/98] hw/sd/sdcard: Convert SEND_CSD/SEND_CID to generic_read_byte (CMD9 & 10)
` [PATCH v42 21/98] hw/sd/sdcard: Duplicate READ_SINGLE_BLOCK / READ_MULTIPLE_BLOCK cases
` [PATCH v42 22/98] hw/sd/sdcard: Convert READ_SINGLE_BLOCK to generic_read_byte (CMD17)
` [PATCH v42 23/98] hw/sd/sdcard: Convert SEND_TUNING_BLOCK to generic_read_byte (CMD19)
` [PATCH v42 24/98] hw/sd/sdcard: Convert SEND_WRITE_PROT to generic_read_byte (CMD30)
` [PATCH v42 25/98] hw/sd/sdcard: Convert GEN_CMD to generic_read_byte (CMD56)
` [PATCH v42 26/98] hw/sd/sdcard: Convert SD_STATUS to generic_read_byte (ACMD13)
` [PATCH v42 27/98] hw/sd/sdcard: Convert SEND_NUM_WR_BLOCKS to generic_read_byte (ACMD22)
` [PATCH v42 28/98] hw/sd/sdcard: Convert SEND_SCR to generic_read_byte (ACMD51)
` [PATCH v42 29/98] hw/sd/sdcard: Introduce sd_cmd_to_receivingdata / sd_generic_write_byte
` [PATCH v42 30/98] hw/sd/sdcard: Duplicate WRITE_SINGLE_BLOCK / WRITE_MULTIPLE_BLOCK cases
` [PATCH v42 31/98] hw/sd/sdcard: Convert WRITE_SINGLE_BLOCK to generic_write_byte (CMD24)
` [PATCH v42 32/98] hw/sd/sdcard: Convert PROGRAM_CID to generic_write_byte (CMD26)
` [PATCH v42 33/98] hw/sd/sdcard: Convert PROGRAM_CSD to generic_write_byte (CMD27)
` [PATCH v42 34/98] hw/sd/sdcard: Convert LOCK_UNLOCK to generic_write_byte (CMD42)
` [PATCH v42 35/98] hw/sd/sdcard: Convert GEN_CMD to generic_write_byte (CMD56)
` [PATCH v42 36/98] hw/sd/sdcard: Move sd_[a]cmd_name() methods to sd.c
` [PATCH v42 37/98] hw/sd/sdcard: Pass SDState as argument to sd_[a]cmd_name()
` [PATCH v42 38/98] hw/sd/sdcard: Prepare SDProto to contain more fields
` [PATCH v42 39/98] hw/sd/sdcard: Store command name in SDProto
` [PATCH v42 40/98] hw/sd/sdcard: Store command type "
` [PATCH v42 41/98] hw/sd/sdcard: Store command class "
` [PATCH v42 42/98] hw/sd/sdcard: Remove SEND_DSR dead case (CMD4)
` [PATCH v42 43/98] hw/sd/sdcard: Register generic optional handlers (CMD11 and CMD20)
` [PATCH v42 44/98] hw/sd/sdcard: Register optional handlers from spec v6.00
` [PATCH v42 45/98] hw/sd/sdcard: Register SDIO optional handlers
` [PATCH v42 46/98] hw/sd/sdcard: Register Security Extension "
` [PATCH v42 47/98] hw/sd/sdcard: Add sd_cmd_SWITCH_FUNCTION handler (CMD6)
` [PATCH v42 48/98] hw/sd/sdcard: Add sd_cmd_DE/SELECT_CARD handler (CMD7)
` [PATCH v42 49/98] hw/sd/sdcard: Add sd_cmd_SEND_IF_COND handler (CMD8)
` [PATCH v42 50/98] hw/sd/sdcard: Add sd_cmd_SEND_CSD/CID handlers (CMD9 & CMD10)
` [PATCH v42 51/98] hw/sd/sdcard: Add spi_cmd_SEND_CSD/CID "
` [PATCH v42 52/98] hw/sd/sdcard: Add sd_cmd_STOP_TRANSMISSION handler (CMD12)
` [PATCH v42 53/98] hw/sd/sdcard: Add sd_cmd_SEND_STATUS handler (CMD13)
` [PATCH v42 54/98] hw/sd/sdcard: Add sd_cmd_GO_INACTIVE_STATE handler (CMD15)
` [PATCH v42 55/98] hw/sd/sdcard: Add sd_cmd_SET_BLOCKLEN handler (CMD16)
` [PATCH v42 56/98] hw/sd/sdcard: Add sd_cmd_READ_SINGLE_BLOCK handler (CMD17)
` [PATCH v42 57/98] hw/sd/sdcard: Add sd_cmd_WRITE_SINGLE_BLOCK handler (CMD24)
` [PATCH v42 58/98] hw/sd/sdcard: Add sd_cmd_PROGRAM_CSD handler (CMD27)
` [PATCH v42 59/98] hw/sd/sdcard: Add sd_cmd_SET/CLR_WRITE_PROT handler (CMD28 & CMD29)
` [PATCH v42 60/98] hw/sd/sdcard: Add sd_cmd_SEND_WRITE_PROT handler (CMD30)
` [PATCH v42 61/98] hw/sd/sdcard: Add sd_cmd_ERASE_WR_BLK_START/END handlers (CMD32 & CMD33)
` [PATCH v42 62/98] hw/sd/sdcard: Add sd_cmd_ERASE handler (CMD38)
` [PATCH v42 63/98] hw/sd/sdcard: Add sd_cmd_LOCK_UNLOCK handler (CMD42)
` [PATCH v42 64/98] hw/sd/sdcard: Add sd_cmd_APP_CMD handler (CMD55)
` [PATCH v42 65/98] hw/sd/sdcard: Add sd_cmd_GEN_CMD handler (CMD56)
` [PATCH v42 66/98] hw/sd/sdcard: Add spi_cmd_READ_OCR handler (CMD58)
` [PATCH v42 67/98] hw/sd/sdcard: Add spi_cmd_CRC_ON_OFF handler (CMD59)
` [PATCH v42 68/98] hw/sd/sdcard: Add sd_acmd_SET_BUS_WIDTH handler (ACMD6)
` [PATCH v42 69/98] hw/sd/sdcard: Add sd_acmd_SD_STATUS handler (ACMD13)
` [PATCH v42 70/98] hw/sd/sdcard: Add sd_acmd_SEND_NUM_WR_BLOCKS handler (ACMD22)
` [PATCH v42 71/98] hw/sd/sdcard: Add sd_acmd_SET_WR_BLK_ERASE_COUNT handler (ACMD23)
` [PATCH v42 72/98] hw/sd/sdcard: Add sd_acmd_SD_APP_OP_COND handler (ACMD41)
  ` [SPAM] "
` [PATCH v42 73/98] hw/sd/sdcard: Add sd_acmd_SET_CLR_CARD_DETECT handler (ACMD42)
` [PATCH v42 74/98] hw/sd/sdcard: Add sd_acmd_SEND_SCR handler (ACMD51)
` [PATCH v42 75/98] hw/sd/sdcard: Remove sd_none enum from sd_cmd_type_t
  ` [SPAM] "
` [PATCH v42 76/98] hw/sd/sdcard: Remove noise from sd_acmd_name()
  ` [SPAM] "
` [PATCH v42 77/98] hw/sd/sdcard: Remove noise from sd_cmd_name()
` [PATCH v42 78/98] hw/sd/sdcard: Remove default case in read/write on DAT lines
  ` [SPAM] "
` [PATCH v42 79/98] hw/sd/sdcard: Trace length of data read "
  ` [SPAM] "
` [PATCH v42 80/98] hw/sd/sdcard: Introduce set_csd/set_cid handlers
  ` [SPAM] "
` [PATCH v42 81/98] hw/sd/sdcard: Cover more SDCardStates
  ` [SPAM] "
` [PATCH v42 83/98] hw/sd/sdcard: Register generic command handlers
  ` [SPAM] "
` [PATCH v42 84/98] hw/sd/sdcard: Register unimplemented "
  ` [SPAM] "
` [PATCH v42 88/98] hw/sd/sdcard: Add mmc_cmd_PROGRAM_CID handler (CMD26)
  ` [SPAM] "
` [PATCH v42 89/98] hw/sd/sdcard: Implement eMMC sleep state (CMD5)
  ` [SPAM] "

[PATCH -next] mm: memcg: adjust the warning when seq_buf overflows
 2024-06-28  8:15 UTC  (5+ messages)

[PATCH v2 00/13] media: cadence,ti: CSI2RX Multistream Support
 2024-06-28  8:14 UTC  (3+ messages)
` [PATCH v2 01/13] media: cadence: csi2rx: Support runtime PM

[PATCH] clk: qcom: gcc-x1e80100: Set parent rate for USB3 sec and tert PHY pipe clks
 2024-06-28  8:14 UTC  (3+ messages)

[PATCH 1/1] dt-bindings: gpio: fsl,qoriq-gpio: add common property gpio-line-names
 2024-06-28  8:14 UTC  (2+ messages)

[PATCH v1] dt-bindings: clock: rk3188-cru-common: remove CLK_NR_CLKS
 2024-06-28  8:13 UTC  (4+ messages)

Rate limit improvements for TTM
 2024-06-28  8:13 UTC  (6+ messages)
` [PATCH 5/6] drm/amdgpu: always enable move threshold for BOs

Fotowoltaika - propozycja instalacji
 2024-06-28  8:05 UTC 

Fotowoltaika - propozycja instalacji
 2024-06-28  8:05 UTC 

[LTP] [PATCH 2/6] sched_football: Use atomic for ball
 2024-06-28  8:12 UTC  (11+ messages)

Fotowoltaika - propozycja instalacji
 2024-06-28  8:05 UTC 

[PATCH v2 00/12] i2c: riic: Add support for Renesas RZ/G3S
 2024-06-28  8:12 UTC  (9+ messages)
` [PATCH v2 07/12] i2c: riic: Define individual arrays to describe the register offsets

[PATCH v2] hw/core/loader: allow loading larger ROMs
 2024-06-28  8:12 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: amlogic: handle hdmi system clock
 2024-06-28  8:12 UTC  (5+ messages)

[PATCH v3 net-next 0/2] Introduce EN7581 ethernet support
 2024-06-28  8:10 UTC  (4+ messages)
` [PATCH v3 net-next 1/2] dt-bindings: net: airoha: Add EN7581 ethernet controller

[PATCH v3 0/6] KVM: arm64: Hide unsupported MPAM from the guest
 2024-06-28  8:10 UTC  (3+ messages)
` [PATCH v3 4/6] KVM: arm64: Disable MPAM visibility by default and ignore VMM writes

[PATCH] drm/amdgpu: sysfs node disable query error count during gpu reset
 2024-06-28  8:10 UTC  (3+ messages)

[PATCH v3 0/7] dt-bindings: mfd: syscon: Document more compatibles and require simpe-mfd description
 2024-06-28  8:09 UTC  (5+ messages)

[PATCH V2] clk: imx: imx6ul: change flexcan clock to support CiA bitrates
 2024-06-28  8:08 UTC  (2+ messages)
` Random flexcan probe error on i.MX6ULL after flexcan clock increase

Fotowoltaika - propozycja instalacji
 2024-06-28  8:00 UTC 

Fotowoltaika - propozycja instalacji
 2024-06-28  8:00 UTC 

Fotowoltaika - propozycja instalacji
 2024-06-28  8:00 UTC 

[PATCH v2] clk: qcom: gcc-x1e80100: Fix halt_check for all pipe clocks
 2024-06-28  8:08 UTC 

[PATCH v2 0/3] net/virtio: support IOVA as PA mode for vDPA backend
 2024-06-28  8:07 UTC  (3+ messages)
` [PATCH v2 1/3] net/virtio_user: avoid cq descriptor buffer address accessing

pass queue_limits to blk_mq_alloc_disk for simple drivers
 2024-06-28  8:06 UTC  (12+ messages)
` [PATCH 17/17] mmc: pass queue_limits to blk_mq_alloc_disk

[PATCH RESEND v11 0/5] Add support for CS40L50
 2024-06-28  8:06 UTC  (6+ messages)

[PATCH] ASoC: max98088: Check for clk_prepare_enable() error
 2024-06-28  8:05 UTC 

[PATCH RFC v3 0/9] dt-bindings: hwinfo: Introduce board-id
 2024-06-28  8:04 UTC  (7+ messages)

Trip points crossed not detected when no cooling device bound
 2024-06-28  8:04 UTC  (8+ messages)

[PATCH 0/2] kmsan: fix sparse warnings
 2024-06-28  8:03 UTC  (5+ messages)
` [PATCH 1/2] kmsan: add missing __user tags
` [PATCH 2/2] kmsan: do not pass NULL pointers as 0

[willy-pagecache:rosebush 2/5] lib/rosebush.c:56:46: error: 'spinlock_t' {aka 'struct spinlock'} has no member named 'dep_map'
 2024-06-28  8:03 UTC 

[PATCH v2 0/9] Add CPU-type to topology
 2024-06-28  8:03 UTC  (3+ messages)
` [PATCH PATCH v2 1/9] x86/cpu/topology: Add CPU type to struct cpuinfo_topology

m68k 54418 fails to execute user space
 2024-06-28  8:02 UTC  (12+ messages)

[PATCH v3 0/3] Read MAC address through NVMEM for sama7g5ek
 2024-06-28  8:01 UTC  (4+ messages)
` [PATCH v3 1/3] eeprom: at24: avoid adjusting offset for 24AA025E{48, 64}
` [PATCH v3 2/3] ARM: dts: at91: at91-sama7g5ek: add EEPROMs
` [PATCH v3 3/3] dt-bindings: eeprom: at24: Add Microchip 24AA025E48/24AA025E64

[net-next,PATCH v2] dt-bindings: net: realtek,rtl82xx: Document known PHY IDs as compatible strings
 2024-06-28  8:00 UTC  (2+ messages)

[PATCH] pinctrl: qcom: lpass-lpi: increase MAX_NR_GPIO to 32
 2024-06-28  7:58 UTC  (2+ messages)

[PATCH v6] net/mlx5: Reclaim max 50K pages at once
 2024-06-28  7:57 UTC  (2+ messages)

[PATCH BlueZ v2] gatt-server: fix memory leak in bt_gatt_server_send_notification()
 2024-06-28  7:57 UTC 

Duplicated bindings for mediatek,mt8173-scpsys
 2024-06-28  7:57 UTC 

[RESEND PATCH net] net: phy: aquantia: add missing include guards
 2024-06-28  7:56 UTC  (3+ messages)

[PATCH v2 00/21] qapi: convert "Note" and "Example" sections to rST
 2024-06-28  7:54 UTC  (3+ messages)
` [PATCH v2 07/21] docs/qapidoc: fix nested parsing under untagged sections

[PATCH v2] net: phy: aquantia: add missing include guards
 2024-06-28  7:55 UTC 

[PATCH v4 0/3] Assorted fixes in RISC-V PMU driver
 2024-06-28  7:51 UTC  (12+ messages)
` [PATCH v4 1/3] drivers/perf: riscv: Do not update the event data if uptodate
` [PATCH v4 2/3] drivers/perf: riscv: Reset the counter to hpmevent mapping while starting cpus
` [PATCH v4 3/3] perf: RISC-V: Check standard event availability

[PATCH v1] drm/i915/dp: Modify DP lane count from DPCD reading
 2024-06-28  7:52 UTC  (3+ messages)

[PATCH v2 0/2] selftests/resctrl: SNC kernel support discovery
 2024-06-28  7:52 UTC  (10+ messages)
` [PATCH v2 1/2] selftests/resctrl: Adjust effective L3 cache size with SNC enabled

[PATCH v3 1/3] bus: mhi: host: Add Foxconn SDX72 related support
 2024-06-28  7:51 UTC  (2+ messages)

[PATCH BlueZ v1] bass: add NULL check to bass_bcast_src_free()
 2024-06-28  7:35 UTC 

Patchwork summary for: linux-renesas-soc
 2024-06-28  7:50 UTC 

[PATCH v2 0/2] Add support for Nuvoton MA35D1 SDHCI
 2024-06-28  7:50 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: sdhci-of-ma35d1: Add Nuvoton MA35D1 SDHCI driver

[xen-unstable test] 186534: tolerable FAIL - PUSHED
 2024-06-28  7:49 UTC 

[PATCH v3 0/2] Basic support for TI TDP158
 2024-06-28  7:49 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: display: bridge: add "

[PATCH BlueZ v1] core: add NULL check to adapter_service_remove()
 2024-06-28  7:47 UTC 

[RFC 1/1] swiotlb: Reduce calls to swiotlb_find_pool()
 2024-06-28  7:47 UTC  (9+ messages)

get drivers out of setting queue flags
 2024-06-28  7:46 UTC  (2+ messages)

[PATCH] os-release: Fix VERSION_CODENAME in case it is empty
 2024-06-28  7:46 UTC  (4+ messages)
` [OE-core] "

How to specify panel bit order in driver?
 2024-06-28  7:45 UTC  (2+ messages)

[PATCH v2 0/2] M5441x: Add NFC support
 2024-06-28  7:45 UTC  (4+ messages)
` [PATCH v2 1/2] arch: m68k: Add definitions for flash "

[GIT PULL FOR v6.11] Various fixes and enhancements
 2024-06-28  7:45 UTC 

[PATCH v2 0/2] PRM handler direct call interface
 2024-06-28  7:45 UTC  (3+ messages)
` [PATCH v2 2/2] RAS/AMD/ATL: Translate normalized to system physical addresses using PRM


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.