All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-26 06:10:11 to 2023-09-26 07:04:00 UTC [more...]

[PATCH v2 00/54] ASoC: convert asoc_xxx() to snd_soc_xxx()
 2023-09-26  6:27 UTC  (55+ messages)
` [PATCH v2 01/54] ASoC: soc.h: "
` [PATCH v2 02/54] ASoC: simple_card_utils.h: convert not to use asoc_xxx()
` [PATCH v2 03/54] ASoC: sh: "
` [PATCH v2 04/54] ASoC: ti: "
` [PATCH v2 05/54] ASoC: arm: "
` [PATCH v2 06/54] ASoC: amd: "
` [PATCH v2 07/54] ASoC: bcm: "
` [PATCH v2 08/54] ASoC: dwc: "
` [PATCH v2 09/54] ASoC: fsl: "
` [PATCH v2 10/54] ASoC: img: "
` [PATCH v2 11/54] ASoC: mxs: "
` [PATCH v2 12/54] ASoC: pxa: "
` [PATCH v2 13/54] ASoC: stm: "
` [PATCH v2 14/54] ASoC: au1x: "
` [PATCH v2 15/54] ASoC: qcom: "
` [PATCH v2 16/54] ASoC: sprd: "
` [PATCH v2 17/54] ASoC: apple: "
` [PATCH v2 18/54] ASoC: atmel: "
` [PATCH v2 19/54] ASoC: meson: "
` [PATCH v2 20/54] ASoC: sunxi: "
` [PATCH v2 21/54] ASoC: tegra: "
` [PATCH v2 22/54] ASoC: ux500: "
` [PATCH v2 23/54] ASoC: google: "
` [PATCH v2 24/54] ASoC: cirrus: "
` [PATCH v2 25/54] ASoC: generic: "
` [PATCH v2 26/54] ASoC: samsung: "
` [PATCH v2 27/54] ASoC: extensa: "
` [PATCH v2 28/54] ASoC: kirkwood: "
` [PATCH v2 29/54] ASoC: loongson: "
` [PATCH v2 30/54] ASoC: mediatek: "
` [PATCH v2 31/54] ASoC: rockchip: "
` [PATCH v2 32/54] ASoC: starfive: "
` [PATCH v2 33/54] ASoC: uniphier: "
` [PATCH v2 34/54] ASoC: soundwire: "
` [PATCH v2 35/54] ASoC: intel: "
` [PATCH v2 36/54] ASoC: intel: avs: "
` [PATCH v2 37/54] ASoC: codec: wm: "
` [PATCH v2 38/54] ASoC: codec: rt5677: "
` [PATCH v2 39/54] ASoC: codec: cs47lxx: "
` [PATCH v2 40/54] ASoC: sof: "
` [PATCH v2 41/54] ASoC: sof: amd: "
` [PATCH v2 42/54] ASoC: sof: intel: "
` [PATCH v2 43/54] ASoC: sof: mediatek: "
` [PATCH v2 44/54] ASoC: soc-dai: "
` [PATCH v2 45/54] ASoC: soc-pcm: "
` [PATCH v2 46/54] ASoC: soc-core: "
` [PATCH v2 47/54] ASoC: soc-dapm: "
` [PATCH v2 48/54] ASoC: soc-link: "
` [PATCH v2 49/54] ASoC: soc-utils: "
` [PATCH v2 50/54] ASoC: soc-topology: "
` [PATCH v2 51/54] ASoC: soc-compress: "
` [PATCH v2 52/54] ASoC: soc-component: "
` [PATCH v2 53/54] ASoC: soc-generic-dmaengine-pcm: "
` [PATCH v2 54/54] ASoC: remove asoc_xxx() compatible macro

[PATCH v4 05/18] EDAC/synopsys: Add DDRC basic parameters infrastructure
 2023-09-26  8:07 UTC  (2+ messages)

[PATCH v2] riscv: enable multi-range memory layout
 2023-09-26  7:04 UTC  (6+ messages)

[PATCH -next] mtd: Add WARN_ON_ONCE() to mtd_read() to check the return value
 2023-09-26  6:57 UTC  (2+ messages)

[PATCH 0/4] firmware: scmi: add SCMI power domain protocol support
 2023-09-26  7:00 UTC  (5+ messages)
` [PATCH 1/4] firmware: scmi: add "
` [PATCH 2/4] power: domain: add SCMI driver
` [PATCH 3/4] sandbox: add SCMI power domain protocol support for testing
` [PATCH 4/4] test: dm: add SCMI power domain protocol test

[PATCH v3 00/15] Introduce /dev/mshv drivers
 2023-09-26  7:00 UTC  (10+ messages)
` [PATCH v3 15/15] Drivers: hv: Add modules to expose /dev/mshv to VMMs running on Hyper-V

[PATCH v5 00/16] firmware: scmi: add SCMI base protocol support
 2023-09-26  6:57 UTC  (17+ messages)
` [PATCH v5 01/16] scmi: refactor the code to hide a channel from devices
` [PATCH v5 02/16] firmware: scmi: use a protocol's own channel if assigned
` [PATCH v5 03/16] firmware: scmi: support dummy channels for sandbox agent
` [PATCH v5 04/16] test: dm: add protocol-specific channel test
` [PATCH v5 05/16] firmware: scmi: implement SCMI base protocol
` [PATCH v5 06/16] firmware: scmi: move scmi_bind_protocols() backward
` [PATCH v5 07/16] firmware: scmi: framework for installing additional protocols
` [PATCH v5 08/16] firmware: scmi: fake base protocol commands on sandbox
` [PATCH v5 09/16] test: dm: simplify SCMI unit test "
` [PATCH v5 10/16] firmware: scmi: install base protocol to SCMI agent
` [PATCH v5 11/16] firmware: scmi: add a check against availability of protocols
` [PATCH v5 12/16] sandbox: remove SCMI base node definition from test.dts
` [PATCH v5 13/16] test: dm: add SCMI base protocol test
` [PATCH v5 14/16] cmd: add scmi command for SCMI firmware
` [PATCH v5 15/16] doc: cmd: add documentation for scmi
` [PATCH v5 16/16] test: dm: add scmi command test

[PATCH v5] hwmon: (acpi_power_meter) replace open-coded kmemdup_nul
 2023-09-26  6:59 UTC 

[linux-lvm] Can I combine LUKS and LVM to achieve encryption and snapshots?
 2023-09-24 22:09 UTC 

[dm-devel] [linux-next:master] [dm thin] 026e4728c2: BUG:sleeping_function_called_from_invalid_context_at_kernel/locking/rwsem.c
 2023-09-26  5:51 UTC 

[PATCH v11 00/37] x86: enable FRED for x86-64
 2023-09-26  6:58 UTC  (6+ messages)
` [PATCH v11 35/37] x86/syscall: Split IDT syscall setup code into idt_syscall_init()

[Bug 217947] New: WARNING at drivers/acpi/platform_profile.c:74 in platform_profile_show()
 2023-09-26  6:57 UTC  (3+ messages)
` [Bug 217947] "

[PATCH v4 00/17] iommufd: Add nesting infrastructure
 2023-09-26  6:56 UTC  (7+ messages)
` [PATCH v4 01/17] iommu: Add hwpt_type with user_data for domain_alloc_user op

[PATCH] dt-bindings: pinctrl: Add missing additionalProperties on child node schemas
 2023-09-26  6:55 UTC  (4+ messages)

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-09-26  6:55 UTC  (16+ messages)
` [PATCH 39/52] migration/rdma: Convert qemu_rdma_write_one() to Error
` [PATCH 43/52] migration/rdma: Convert qemu_rdma_alloc_pd_cq() "
` [PATCH 48/52] migration/rdma: Silence qemu_rdma_block_for_wrid()
` [PATCH 49/52] migration/rdma: Silence qemu_rdma_register_and_get_keys()
` [PATCH 51/52] migration/rdma: Use error_report() & friends instead of stderr
` [PATCH 52/52] migration/rdma: Fix how we show device details on open

[RFC PATCH v2 0/3] Rust abstractions for network PHY drivers
 2023-09-26  6:54 UTC  (5+ messages)
` [RFC PATCH v2 1/3] rust: core "
` [RFC PATCH v2 3/3] net: phy: add Rust Asix PHY driver

[PATCH 0/8] autofs - convert to to use mount api
 2023-09-26  6:53 UTC  (5+ messages)
` [PATCH 7/8] autofs: convert autofs to use the new "

[PATCH v4 0/5] powerpc/bpf: use BPF prog pack allocator
 2023-09-26  6:51 UTC  (5+ messages)
` [PATCH v4 4/5] powerpc/code-patching: introduce patch_instructions()

[PATCH v2 00/15] hw: Use QOM alias properties and few QOM/QDev cleanups
 2023-09-26  6:51 UTC  (6+ messages)
` [PATCH v2 13/15] hw/qdev: Remove DEFINE_PROP_DMAADDR() and 'hw/qdev-dma.h'

[PATCH] MA-21654 Use dma_alloc_pages in vb2_dma_sg_alloc_compacted
 2023-09-26  6:51 UTC  (5+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2023-09-25
 2023-09-26  6:50 UTC 

Increasing Rx/Tx queues for i40evf driver
 2023-09-26  6:50 UTC 

[PATCH] modpost: Optimize symbol search from linear to binary search
 2023-09-26  6:46 UTC  (3+ messages)

[Acpica-devel] [RFC PATCH v2 0/9] Use ERST for persistent storage of MCE and APEI errors
 2023-09-26  6:47 UTC  (5+ messages)
` [Acpica-devel] [RFC PATCH v2 1/9] pstore: move pstore creator id, section type and record struct to common header
      `  "

[virtio-comment] [PATCH v2 0/2] Support enabling virtqueue after DRIVER_OK
 2023-09-26  6:47 UTC  (2+ messages)
` [virtio-comment] "

[PATCH v3 00/38] spl: Preparation for Universal Payload
 2023-09-26  6:45 UTC  (3+ messages)
` [PATCH v3 04/38] spl: mx6: powerpc: Drop the condition on timer_init()

[PATCH bpf-next v3 8/9] bpf/tests: add tests for cpuv4 instructions
 2023-09-26  6:45 UTC  (2+ messages)

[PATCH 0/4] aspeed: Clean up local variable shadowing
 2023-09-26  6:44 UTC  (6+ messages)

[PATCH v7 0/6] badblocks improvement for multiple bad block ranges
 2023-09-26  6:44 UTC  (2+ messages)

[PATCH net-next v2] net: ixp4xx_eth: Support changing the MTU
 2023-09-26  6:44 UTC  (3+ messages)

[virtio-dev] [PATCH v2] virtio-tee: Reserve device ID 46 for TEE device
 2023-09-26  6:44 UTC  (4+ messages)
` [virtio-comment] "

[PATCH] block: fix kernel-doc for disk_force_media_change()
 2023-09-26  6:43 UTC  (2+ messages)

[oe-core][PATCHv7] vte: upgrade 2.72.2 -> 2.74.0
 2023-09-26  6:42 UTC  (4+ messages)

[PATCH 0/4] target/i386: add support for FRED
 2023-09-26  6:41 UTC  (4+ messages)
` [PATCH 4/4] target/i386: add live migration "

[PATCHSET v5] Add io_uring futex/futexv support
 2023-09-26  6:41 UTC  (3+ messages)
` [PATCH 8/8] io_uring: add support for vectored futex waits

[bug report] RIP: 0010:throtl_trim_slice+0xc6/0x320 caused kernel panic
 2023-09-26  6:41 UTC  (3+ messages)

[PATCH V1] mmc: core: Add partial initialization support
 2023-09-26  6:39 UTC  (8+ messages)

[PATCH] fs/splice: don't block splice_direct_to_actor() after data was read
 2023-09-26  6:39 UTC  (7+ messages)
        ` [PATCH v2] "

use per-cpu refcounts for apparmor labels?
 2023-09-26  6:38 UTC  (4+ messages)
` [apparmor] "

[PATCH v3 1/2] dt-bindings: input: gpio-keys: Allow optional dedicated wakeirq
 2023-09-26  6:38 UTC  (4+ messages)
` [PATCH v3 2/2] Input: gpio-keys - Add system suspend support for dedicated wakeirqs

[PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-09-26  6:38 UTC  (5+ messages)
` [PATCH v7 6/7] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2023-09-26  6:38 UTC  (9+ messages)
` [Acpica-devel] [RESEND PATCH v8 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
      `  "
` [Acpica-devel] [RESEND PATCH v8 2/2] ACPI: APEI: handle synchronous exceptions in task work
      `  "

[PATCH v2] PCI: keystone: Fix race condition when initializing PHYs
 2023-09-26  6:36 UTC  (2+ messages)

Shell command segfault occurrence phenomenon when xenomai task switching running
 2023-09-26  6:35 UTC 

[PATCH -V4 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
 2023-09-26  6:35 UTC  (5+ messages)
` [PATCH -V4 3/4] acpi, hmat: calculate abstract distance with HMAT
` [PATCH -V4 4/4] dax, kmem: calculate abstract distance with general interface

[PATCH v6 00/23] Fix libata suspend/resume handling and code cleanup
 2023-09-26  6:34 UTC  (8+ messages)
` [PATCH v6 05/23] ata: libata-scsi: Disable scsi device manage_system_start_stop
` [PATCH v6 19/23] ata: libata-core: Do not resume runtime suspended ports

[PATCH v2] usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
 2023-09-26  6:30 UTC  (4+ messages)

[PATCH v3] usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap call
 2023-09-26  6:30 UTC 

[PATCH] MAINTAINERS: Document that the NXP i.MX 8MQ DCSS driver goes thru drm-misc
 2023-09-26  6:28 UTC  (3+ messages)

[PATCH next v4 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness
 2023-09-26  6:27 UTC 

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-09-26  5:24 UTC  (7+ messages)

[PATCH 0/4] mkimage: also honour -B even without external data
 2023-09-26  6:25 UTC  (4+ messages)
` [PATCH 4/4] binman: update documentation for fit,align property

[PATCH 7/8] btrfs: use extent_io_tree_release() to empty dirty log pages
 2023-09-26  6:25 UTC  (3+ messages)
` [LTP] "

[PATCH v3 0/4] Support dynamic MSI-X allocation
 2023-09-26  6:24 UTC  (2+ messages)

[PATCH v2 1/2] riscv: Rearrange hwcap.h and cpufeature.h
 2023-09-26  6:18 UTC  (3+ messages)

[PATCH v3 0/9] Trailer readability cleanups
 2023-09-26  6:22 UTC  (6+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] commit: ignore_non_trailer computes number of bytes to ignore
  ` [PATCH v4 2/4] trailer: find the end of the log message
  ` [PATCH v4 3/4] trailer: use offsets for trailer_start/trailer_end
  ` [PATCH v4 4/4] trailer: only use trailer_block_* variables if trailers were found

linux-next: manual merge of the wireless-next tree with the wireless tree
 2023-09-26  6:21 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 8fff9184d1b5810dca5dd1a02726d4f844af88fc
 2023-09-26  6:11 UTC  (3+ messages)

[PATCH] ASoC: dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
 2023-09-26  6:16 UTC  (3+ messages)

[PATCH 1/2] fs/ceph/debugfs: make all files world-readable
 2023-09-26  6:16 UTC  (3+ messages)

next/pending-fixes baseline: 55 runs, 1 regressions (v6.6-rc3-240-ga427b9ee9815)
 2023-09-26  6:15 UTC 

[Buildroot] [git commit branch/2023.05.x] package/webkitgtk: security bump to version 2.40.5
 2023-09-26  6:04 UTC 

serial: 8250_omap: suspend issue with console_suspend disabled
 2023-09-26  6:14 UTC  (6+ messages)

[Buildroot] [git commit branch/2023.08.x] package/libssh: ignore CVE-2023-3603
 2023-09-26  6:07 UTC 

[Buildroot] [git commit branch/2023.08.x] package/webkitgtk: security bump to version 2.40.5
 2023-09-26  6:04 UTC 

[Buildroot] [git commit branch/2023.08.x] package/libcoap: ignore CVE-2023-35862
 2023-09-26  6:09 UTC 

[Buildroot] [git commit branch/2023.08.x] package/libcoap: fix CVE-2023-30362
 2023-09-26  6:09 UTC 

[Buildroot] [git commit branch/2023.05.x] package/libcoap: fix CVE-2023-30362
 2023-09-26  6:09 UTC 

[PATCH 1/1] x86/entry: remove unused argument %rsi passed to exc_nmi()
 2023-09-26  6:13 UTC 

[Buildroot] [git commit branch/2023.05.x] package/libcoap: ignore CVE-2023-35862
 2023-09-26  6:09 UTC 

[PATCH] serial: 8250_omap: Fix errors with no_console_suspend
 2023-09-26  6:13 UTC 

[Buildroot] [git commit branch/2023.05.x] package/libssh: ignore CVE-2023-3603
 2023-09-26  6:07 UTC 

[PATCH 0/4] Add support for sam9x60 curiosity
 2023-09-26  6:13 UTC  (3+ messages)

[Buildroot] [git commit branch/2023.02.x] package/libcoap: fix CVE-2023-30362
 2023-09-26  6:10 UTC 

[Buildroot] [git commit branch/2023.02.x] package/libssh: ignore CVE-2023-3603
 2023-09-26  6:07 UTC 

[Buildroot] [PATCH 1/2] package/libcoap: fix CVE-2023-30362
 2023-09-26  6:10 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/libcoap: ignore CVE-2023-35862

[Buildroot] [git commit branch/2023.02.x] package/libcoap: ignore CVE-2023-35862
 2023-09-26  6:10 UTC 

[Buildroot] [git commit branch/2023.02.x] package/webkitgtk: security bump to version 2.40.5
 2023-09-26  6:04 UTC 

Drop tcp close tcp
 2023-09-26  6:11 UTC 

[PATCH v1 0/7] DCE/DSE: Add Dead Syscalls Elimination support, part1
 2023-09-26  6:10 UTC  (4+ messages)
` [PATCH v1 6/7] DCE/DSE: riscv: add HAVE_TRIM_UNUSED_SYSCALLS support

[PATCH -V2 00/10] mm: PCP high auto-tuning
 2023-09-26  6:09 UTC  (3+ messages)
` [PATCH -V2 09/10] mm, pcp: avoid to reduce PCP high unnecessarily
` [PATCH -V2 10/10] mm, pcp: reduce detecting time of consecutive high order page freeing


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.