All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-06 15:10:41 to 2023-02-06 15:44:10 UTC [more...]

[PATCH v2 0/8] QAIC accel driver
 2023-02-06 15:41 UTC  (15+ messages)
` [PATCH v2 1/8] accel/qaic: Add documentation for AIC100 accelerator driver
` [PATCH v2 2/8] accel/qaic: Add uapi and core driver file
` [PATCH v2 3/8] accel/qaic: Add MHI controller
` [PATCH v2 4/8] accel/qaic: Add control path
` [PATCH v2 5/8] accel/qaic: Add datapath
` [PATCH v2 6/8] accel/qaic: Add mhi_qaic_cntl
` [PATCH v2 7/8] accel/qaic: Add qaic driver to the build system
` [PATCH v2 8/8] MAINTAINERS: Add entry for QAIC driver

[PATCH] dt-bindings : misc : aspeed,cvic interrupt controller : convert the binding document to yaml
 2023-02-06 15:42 UTC  (2+ messages)

[PATCH v1 00/45] MediaTek clocks: full module build and cleanups
 2023-02-06 15:38 UTC  (67+ messages)
` [PATCH v1 01/45] clk: mediatek: clk-mtk: Switch to device_get_match_data()
` [PATCH v1 02/45] clk: mediatek: clk-mtk: Introduce clk_mtk_pdev_{probe,remove}()
` [PATCH v1 03/45] clk: mediatek: Migrate to mtk_clk_pdev_probe() for multimedia clocks
` [PATCH v1 04/45] clk: mediatek: Add divider clocks to mtk_clk_simple_{probe,remove}()
` [PATCH v1 05/45] clk: mediatek: mt2712: Migrate topckgen/mcucfg to mtk_clk_simple_probe()
` [PATCH v1 06/45] clk: mediatek: mt2712: Compress clock arrays entries to 90 columns
` [PATCH v1 07/45] clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe()
` [PATCH v1 08/45] clk: mediatek: mt2712: Move apmixedsys clock driver to its own file
` [PATCH v1 09/45] clk: mediatek: mt2712: Change to use module_platform_driver macro
` [PATCH v1 10/45] clk: mediatek: mt2712: Change Kconfig options to allow module build
` [PATCH v1 11/45] clk: mediatek: mt8365: Move apmixedsys clock driver to its own file
` [PATCH v1 12/45] clk: mediatek: mt8365: Convert to mtk_clk_simple_{probe,remove}()
` [PATCH v1 13/45] clk: mediatek: mt8167: Compress GATE_TOPx macros
` [PATCH v1 14/45] clk: mediatek: mt8167: Move apmixedsys as platform_driver in new file
` [PATCH v1 15/45] clk: mediatek: mt8167: Remove __initconst annotation from arrays
` [PATCH v1 16/45] clk: mediatek: mt8167: Convert to mtk_clk_simple_{probe,remove}()
` [PATCH v1 17/45] clk: mediatek: mt8183: Move apmixedsys clock driver to its own file
` [PATCH v1 18/45] clk: mediatek: mt8183: Compress clocks arrays entries where possible
` [PATCH v1 19/45] clk: mediatek: mt8183: Convert all remaining clocks to common probe
` [PATCH v1 20/45] clk: mediatek: Consistently use GATE_MTK() macro
` [PATCH v1 21/45] clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag
` [PATCH v1 22/45] clk: mediatek: mt7622: Move apmixedsys clock driver to its own file
` [PATCH v1 23/45] clk: mediatek: mt7622: Move infracfg to clk-mt7622-infracfg.c
` [PATCH v1 24/45] clk: mediatek: mt7622: Convert to platform driver and simple probe
` [PATCH v1 25/45] clk: mediatek: mt8516: Move apmixedsys clock driver to its own file
` [PATCH v1 26/45] clk: mediatek: mt8516: Convert to platform driver and simple probe
` [PATCH v1 27/45] clk: mediatek: mt8516: Allow building clock drivers as modules
` [PATCH v1 28/45] clk: mediatek: Propagate struct device with mtk_clk_register_dividers()
` [PATCH v1 29/45] clk: mediatek: mt7986-apmixed: Use PLL_AO flag to set critical clock
` [PATCH v1 30/45] clk: mediatek: mt7986-infracfg: Migrate to common probe mechanism
` [PATCH v1 31/45] clk: mediatek: mt7986-eth: "
` [PATCH v1 32/45] clk: mediatek: mt8186-mcu: "
` [PATCH v1 33/45] clk: mediatek: Switch to module_platform_driver() where possible
` [PATCH v1 34/45] clk: mediatek: Add MODULE_LICENSE() where missing
` [PATCH v1 35/45] clk: mediatek: Split MT8195 clock drivers and allow module build
` [PATCH v1 36/45] clk: mediatek: Allow building MT8192 non-critical clocks as modules
` [PATCH v1 37/45] clk: mediatek: Allow MT7622 clocks to be built "
` [PATCH v1 38/45] clk: mediatek: Allow all MT8167 "
` [PATCH v1 39/45] clk: mediatek: Allow all MT8183 "
` [PATCH v1 40/45] clk: mediatek: Allow building most MT6765 clock drivers "
` [PATCH v1 41/45] clk: mediatek: Allow building most MT6797 "
` [PATCH v1 42/45] clk: mediatek: Split configuration options for MT8186 clock drivers
` [PATCH v1 43/45] clk: mediatek: mt8192: Move apmixedsys clock driver to its own file
` [PATCH v1 44/45] clk: mediatek: Kconfig: Allow module build for core mt8192 clocks
` [PATCH v1 45/45] clk: mediatek: Add MODULE_DEVICE_TABLE() where appropriate

[PATCH v2 0/7] ASoC: dt-bindings: meson: covert axg audio to schema
 2023-02-06 15:34 UTC  (15+ messages)
` [PATCH v2 1/7] ASoC: dt-bindings: meson: convert axg tdm interface "
` [PATCH v2 2/7] ASoC: dt-bindings: meson: convert axg tdm formatters "
` [PATCH v2 3/7] ASoC: dt-bindings: meson: convert axg pdm "
` [PATCH v2 4/7] ASoC: dt-bindings: meson: convert axg fifo "
` [PATCH v2 5/7] ASoC: dt-bindings: meson: convert axg spdif input "
` [PATCH v2 6/7] ASoC: dt-bindings: meson: convert axg spdif output "
` [PATCH v2 7/7] ASoC: dt-bindings: meson: convert axg sound card control "

[PATCH net-next 0/6] mlxsw: Misc devlink changes
 2023-02-06 15:39 UTC  (7+ messages)
` [PATCH net-next 1/6] mlxsw: spectrum: Remove pointless call to devlink_param_driverinit_value_set()
` [PATCH net-next 2/6] mlxsw: spectrum_acl_tcam: Add missing mutex_destroy()
` [PATCH net-next 3/6] mlxsw: spectrum_acl_tcam: Make fini symmetric to init
` [PATCH net-next 4/6] mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarations
` [PATCH net-next 5/6] mlxsw: spectrum_acl_tcam: Move devlink param to TCAM code
` [PATCH net-next 6/6] mlxsw: core: Register devlink instance before sub-objects

[PATCH net-next v4 00/23] net: add EEE support for KSZ9477 and AR8035 with i.MX6
 2023-02-06 15:42 UTC  (10+ messages)
` [PATCH net-next v4 02/23] net: phy: add genphy_c45_read_eee_abilities() function
        ` [Intel-wired-lan] "
    ` [Intel-wired-lan] [PATCH net-next v4 00/23] net: add EEE support for KSZ9477 and AR8035 with i.MX6

[PATCH v9 00/27] Drivers for gunyah hypervisor
 2023-02-06 15:41 UTC  (4+ messages)
` [PATCH v9 10/27] gunyah: rsc_mgr: Add VM lifecycle RPC

[PATCH net-next v8 0/7] net/sched: cls_api: Support hardware miss to tc action
 2023-02-06 15:40 UTC  (3+ messages)
` [PATCH net-next v8 4/7] net/mlx5: Kconfig: Make tc offload depend on tc skb extension

renesas/master igt-kms-rockchip: 2 runs, 10 regressions (renesas-devel-2023-02-06-v6.2-rc7)
 2023-02-06 15:39 UTC 

renesas/master v4l2-compliance on uvcvideo: 2 runs, 1 regressions (renesas-devel-2023-02-06-v6.2-rc7)
 2023-02-06 15:40 UTC 

[LSF/MM/BPF TOPIC] sframe: An orc like stack unwinder for the kernel to get a user space stacktrace
 2023-02-06 15:38 UTC 

[PATCH v3] i2c: dev: don't allow user-space to deadlock the kernel
 2023-02-06 15:38 UTC  (3+ messages)

[PATCH v2] HID: kye: Add support for all kye tablets
 2023-02-06 15:32 UTC  (3+ messages)
` [PATCH v3] "

Capture image from imx219 sensor on i.MX8MM
 2023-02-06 15:38 UTC  (3+ messages)

[PATCH/RFC net-next 0/2] devlink: expose port function commands to assign VFs to multiple devlink
 2023-02-06 15:36 UTC  (3+ messages)
` [PATCH/RFC net-next 1/2] devlink: expose port function commands to assign VFs to multiple netdevs
` [PATCH/RFC net-next 2/2] nfp: add support for assigning VFs to different physical ports

[PATCH 0/8] AMDGPU usermode queues
 2023-02-06 15:39 UTC  (2+ messages)

[PATCH] mm/slub: fix memory leak with using debugfs_lookup()
 2023-02-06 15:36 UTC  (2+ messages)

[isar-cip-core] generate_rb_kas_file.sh: Add script to generate rb.yml
 2023-02-06 15:38 UTC  (3+ messages)

[LSF/MM/BPF BoF]: A host FTL for zoned block devices using UBLK
 2023-02-06 15:32 UTC  (4+ messages)

[PATCH] thermal: Remove core header inclusion from drivers
 2023-02-06 15:34 UTC 

[PATCH V3 1/3] perf report: Support Retire Latency
 2023-02-06 15:32 UTC  (6+ messages)
` [PATCH V3 3/3] perf test: Support the retire_lat check

[PATCH v3 0/6] Composefs: an opportunistically sharing verified image filesystem
 2023-02-06 15:31 UTC  (18+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-02-06 15:36 UTC 

[PATCH 0/7] Mini-OS: ad minimal 9pfs support
 2023-02-06 15:35 UTC  (6+ messages)
` [PATCH 7/7] Mini-OS: add read and write support to 9pfsfront

[PATCH 00/13] Re-design doorbell framework for usermode queues
 2023-02-06 15:34 UTC  (7+ messages)
` [PATCH 01/13] drm/amdgpu: add UAPI for allocating doorbell memory
` [PATCH 02/13] drm/amdgpu: rename vram_mgr functions to bar_mgr

[PATCH v4 0/6] Dynamic allocation of memory regions and IBM vTPM 2.0
 2023-02-06 15:03 UTC  (2+ messages)
` [PATCH v4 2/6] ieee1275: drop len -= 1 quirk in heap_init

[PATCH 00/12] qtests vs. default devices
 2023-02-06 15:31 UTC  (7+ messages)
` [PATCH 02/12] tests/qtest: Do not run lsi53c895a test if device is not present
` [PATCH 04/12] tests/qtest: Skip virtio-serial-console tests if device "
` [PATCH 08/12] tests/qtest: Check for devices in bios-tables-test
` [PATCH 10/12] tests/qemu-iotests: Require virtio-scsi-pci

[qemu-mainline test] 176407: regressions - trouble: fail/pass/starved
 2023-02-06 15:32 UTC 

[Buildroot] [git commit] package/xdriver_xf86-video-imx-viv: drop package
 2023-02-06 15:30 UTC 

[Buildroot] [git commit] utils/check-symbols: new script
 2023-02-06 15:30 UTC 

[Buildroot] [git commit] package/python-h11: new package
 2023-02-06 15:30 UTC 

[Buildroot] [git commit] package/gitlab-runner: use LIBCURL_FORCE_TLS to enforce TLS support in curl
 2023-02-06 15:30 UTC 

[Buildroot] [git commit] package/libvirt: drop reference to legacy BR2_PACKAGE_QEMU_CUSTOM_TARGETS
 2023-02-06 15:30 UTC 

[Buildroot] [next 00/25] check-symbols v2
 2023-02-06 15:30 UTC  (3+ messages)
` [Buildroot] [next 25/25] utils/check-symbols: new script

[PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-02-06 15:29 UTC  (4+ messages)
` [PATCH 09/19] io_uring: convert to use vm_account

[PATCH v3 0/2] add new PHY affinity in the flow item and Tx queue API
 2023-02-06 15:29 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/2] ethdev: introduce the PHY affinity field in "

[RFC PATCH 0/2] remove parameter 'compound' of add_file_rmap
 2023-02-06 15:30 UTC  (3+ messages)
` [RFC PATCH 1/2] rmap: Add function to handle entire folio rmap removing
` [RFC PATCH 2/2] rmap: remove parameter 'compound' from foeio_add_file_rmap_range()

[PATCH 0/9] hw: Use QOM alias properties and few QOM/QDev cleanups
 2023-02-06 15:27 UTC  (3+ messages)

[PATCH v4] kernel/fork: beware of __put_task_struct calling context
 2023-02-06 15:27 UTC  (3+ messages)

[PATCH] cache-tree: fix strbuf growth in prime_cache_tree_rec()
 2023-02-06 15:27 UTC  (3+ messages)

Trying to reduce NFSv4 timeouts to a few seconds on an established connection
 2023-02-06 15:27 UTC  (10+ messages)

cip/linux-4.4.y-st-rt build: 186 builds: 4 failed, 182 passed, 4 errors, 42 warnings (v4.4-st20-1684-gd04aea87b5a3)
 2023-02-06 15:27 UTC 

drivers/pci/p2pdma.c:199:44: sparse: sparse: dereference of noderef expression
 2023-02-06 15:26 UTC  (2+ messages)

[PATCH] nvme-auth: set nvme_auth_wq storage-class-specifier to static
 2023-02-06 15:26 UTC  (2+ messages)

Overflow in calculating audio timestamp
 2023-02-06 15:25 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-02-06 15:26 UTC 

[PATCH v3] bootstd: Replicate the dtb-filename quirks of distroboot
 2023-02-06 15:25 UTC  (2+ messages)

[PATCH] HID: use standard debug APIs
 2023-02-06 15:24 UTC  (2+ messages)

[PATCH] blk-cgroup: fix freeing NULL blkg in blkg_create
 2023-02-06 15:25 UTC  (2+ messages)

[PATCH for-next v2 0/3] Rework system pinning
 2023-02-06 15:24 UTC  (4+ messages)

[PATCH for-next] io_uring: mark task TASK_RUNNING before handling resume/task work
 2023-02-06 15:25 UTC 

[linux-next:master] [io_uring] b5d3ae202f: WARNING:at_kernel/sched/core.c:#__might_sleep
 2023-02-06 15:25 UTC  (2+ messages)

[PATCH v3] remoteproc: imx_dsp_rproc: add custom memory copy implementation for i.MX DSP Cores
 2023-02-06 15:07 UTC 

[PATCH 0/9] HID: Constify lowlevel HID drivers
 2023-02-06 15:24 UTC  (2+ messages)

[PATCH v1 0/1] DPDK Coverity issue 381631, 381646
 2023-02-06 15:22 UTC  (3+ messages)
` [PATCH v1 1/1] baseband/acc: fix check after deref and dead code

[PATCH 1/2] i2c: cadence: Allow to specify the FIFO depth and maximum transfer length
 2023-02-06 15:20 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: i2c: cadence: Document `cdns,fifo-depth` property

[PATCH v2 00/11] fw_devlink improvements
 2023-02-06 15:18 UTC  (10+ messages)

[PATCH 00/19] Add soundwire support for Pink Sardine platform
 2023-02-06 14:50 UTC  (18+ messages)
` [PATCH 01/19] ASoC: amd: ps: create platform devices based on acp config

deadlocks when the target server runs as initiator to itself
 2023-02-06 15:18 UTC  (3+ messages)

[Buildroot] [PATCH] package/libcamera: bump to version 0.0.4
 2023-02-06 15:18 UTC  (2+ messages)

[PATCH RESEND 0/2] rtc: rv8803 patches
 2023-02-06 15:18 UTC  (4+ messages)

[PATCH] USB: core: hub: fix usb_hub worker blocking drain_all_pages() worker issue
 2023-02-06 15:17 UTC  (4+ messages)

[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-06 15:17 UTC  (3+ messages)
` [PATCH 01/18] cxl/Documentation: Update references to attributes added in v6.0

[RFC PATCH] tests: be a bit more strict cleaning up fifos
 2023-02-06 15:15 UTC  (3+ messages)

[PATCH v2 0/3] power: supply: Lenovo Yoga C630 EC
 2023-02-06 15:16 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: power: supply: Add "

[PATCH] rbd: avoid double free memory on error path in rbd_dev_create()
 2023-02-06 15:15 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-02-06 15:16 UTC 

[PATCH v5 0/2] Input: cap11xx add support for cap1203, cap1293 and cap1298
 2023-02-06 15:13 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: input: microchip,cap11xx: add "
` [PATCH v5 2/2] Input: cap11xx - add support for "

[PATCH v2 000/169] Kconfig: More cleanup of CONFIG options
 2023-02-06 15:14 UTC  (3+ messages)
` [PATCH v2 004/169] boot: Add a Kconfig for SPL_BOOTSTD_FULL

[RFC PATCH v4 0/4] folio based filemap_map_pages()
 2023-02-06 15:13 UTC  (5+ messages)
` [RFC PATCH v4 3/4] mm: add do_set_pte_range()

[Buildroot] [PATCH v2 1/1] utils/genrandconfig: allow overriding KCONFIG_PROBABILITY
 2023-02-06 15:12 UTC 

[PATCH] of: reserved-mem: expose reserved-mem details via debugfs
 2023-02-06 15:12 UTC  (2+ messages)

[PATCH v11 0/3] Consolidate all kernel init in load_kernel()
 2023-02-06 15:12 UTC  (5+ messages)
` [PATCH v11 1/3] hw/riscv: handle 32 bit CPUs kernel_entry in riscv_load_kernel()
` [PATCH v11 2/3] hw/riscv/boot.c: consolidate all kernel init "

[PATCH v2] usb: gadget: uvc: Correct documentation formatting
 2023-02-06 15:11 UTC 

[PATCH] libxl/x86: use public interface TSC mode definitions
 2023-02-06 15:11 UTC  (2+ messages)

[meta-security][dunfell][PATCH] libtpm: update to 0.7.2
 2023-02-06 15:09 UTC 

[PATCH v7 00/12] sm8550: Add PCIe HC and PHY support
 2023-02-06 15:11 UTC  (5+ messages)
` [PATCH v7 10/12] PCI: qcom: Add SM8550 PCIe support

[PATCH 00/13] Add vfio_device cdev for iommufd support
 2023-02-06 15:10 UTC  (9+ messages)
` [PATCH 10/13] vfio: Make vfio_device_open() exclusive between group path and device cdev path


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.