All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-30 14:41:56 to 2023-01-30 15:13:06 UTC [more...]

[PATCH 000/171] Kconfig: More cleanup of CONFIG options
 2023-01-30 14:54 UTC  (75+ messages)
` [PATCH 001/171] moveconfig: Update to detect / correct missing SPL Kconfigs
` [PATCH 002/171] x86: Correct Chrromebook typo
` [PATCH 003/171] boot: Add a Kconfig for SPL_FIT_CIPHER
` [PATCH 004/171] boot: Add a Kconfig for SPL_BOOTSTD_FULL
` [PATCH 005/171] boot: Add Kconfigs for BOOTMETH_VBE_REQUEST
` [PATCH 006/171] boot: Add a Kconfig for SPL_BOOTDEV_SPI_FLASH
` [PATCH 007/171] boot: Add a Kconfig for SPL_BOOTDEV_ETH
` [PATCH 008/171] dm: Add a Kconfig for SPL_DEVRES
` [PATCH 009/171] dm: Add a Kconfig for SPL_DM_HWSPINLOCK
` [PATCH 010/171] boot: Add a Kconfig for SPL_OF_LIVE
` [PATCH 011/171] cmd: Add a Kconfig for SPL_CRC32_VERIFY
` [PATCH 012/171] console: Add a Kconfig for SPL_CONSOLE_MUX et al
` [PATCH 013/171] button: Add a Kconfig for SPL_BUTTON
` [PATCH 014/171] lib: Add a Kconfig for SPL_ERRNO_STR
` [PATCH 015/171] iommu: Add a Kconfig for SPL_IOMMU
` [PATCH 016/171] iommu: Add a Kconfig for SPL_PINCTRL_ARMADA_38X
` [PATCH 017/171] virtio: Add a Kconfig for SPL_VIRTIO
` [PATCH 018/171] lib: Add a Kconfig for SPL_BZIP2
` [PATCH 019/171] lib: Add a Kconfig for SPL_GENERATE_ACPI_TABLE
` [PATCH 020/171] efi: Add a Kconfig for SPL_EFI_LOADER et all
` [PATCH 021/171] acpi: Add a Kconfig for SPL_ACPIGEN
` [PATCH 022/171] rockchip: Add a Kconfig for SPL_RESET_ROCKCHIP
` [PATCH 023/171] mediatek: Add a Kconfig for SPL_RESET_MEDIATEK
` [PATCH 024/171] Correct SPL use of A003399_NOR_WORKAROUND
` [PATCH 025/171] Correct SPL use of AHCI
` [PATCH 026/171] Correct SPL uses of ALLEYCAT_5
` [PATCH 027/171] Correct SPL uses of ARCH_MVEBU
` [PATCH 028/171] Correct SPL use of ARCH_VERSAL
` [PATCH 029/171] Correct SPL use of ARCH_ZYNQ
` [PATCH 030/171] Correct SPL use of ARM64
` [PATCH 031/171] Correct SPL uses of ARMADA_3700
` [PATCH 032/171] Correct SPL uses of ARMADA_8K
` [PATCH 033/171] Correct SPL use of ATMEL_PIO4
` [PATCH 034/171] Correct SPL use of BNXT_ETH
` [PATCH 035/171] Correct SPL use of BOOTSTAGE_FDT
` [PATCH 036/171] Correct SPL uses of BOOTSTAGE_REPORT
` [PATCH 037/171] Correct SPL use of CMD_BCB
` [PATCH 038/171] Correct SPL uses of CMD_BOOTEFI_BOOTMGR
` [PATCH 039/171] Correct SPL use of CMD_BOOTI
` [PATCH 040/171] Correct SPL uses of CMD_BOOTM_PRE_LOAD
` [PATCH 041/171] Correct SPL use of CMD_BOOTZ
` [PATCH 042/171] Correct SPL uses of CMD_CLK
` [PATCH 043/171] Correct SPL uses of CMD_DHCP
` [PATCH 044/171] Correct SPL uses of CMD_EFICONFIG
` [PATCH 045/171] Correct SPL use of CMD_ERASEENV
` [PATCH 046/171] Correct SPL uses of CMD_FDT
` [PATCH 047/171] Correct SPL use of CMD_FRU
` [PATCH 048/171] Correct SPL use of CMD_HASH
` [PATCH 049/171] Correct SPL use of CMD_MBR
` [PATCH 050/171] Correct SPL uses of CMD_MMC
` [PATCH 051/171] Correct SPL use of CMD_NET
` [PATCH 055/171] Correct SPL uses of CMD_PXE
` [PATCH 058/171] Correct SPL use of CMD_SHA1SUM
` [PATCH 064/171] Correct SPL uses of CPU_MICROBLAZE
` [PATCH 068/171] Correct SPL uses of DISPLAY_AER_FULL
` [PATCH 069/171] Correct SPL use of DISPLAY_CPUINFO
` [PATCH 070/171] Correct SPL use of DM_RNG
` [PATCH 071/171] Correct SPL uses of DTB_RESELECT
` [PATCH 072/171] Correct SPL uses of DWC_ETH_QOS
` [PATCH 073/171] Correct SPL use of EFI_APP
` [PATCH 074/171] Correct SPL use of EFI_DEVICE_PATH_UTIL
` [PATCH 078/171] Correct SPL use of EFI_SECURE_BOOT
` [PATCH 083/171] Correct SPL use of ENV_WRITEABLE_LIST
` [PATCH 087/171] Correct SPL uses of FASTBOOT_FLASH_MMC
` [PATCH 089/171] Correct SPL use of FASTBOOT_MMC_USER_SUPPORT
` [PATCH 096/171] Correct SPL use of FS_EROFS
` [PATCH 099/171] Correct SPL use of HUSH_PARSER

RTT-PROBE: lore-subspace-rtt
 2023-01-30 15:13 UTC 

[PATCH v12 00/14] Add PSR support for eDP
 2023-01-30 15:11 UTC  (19+ messages)
` [PATCH v12 01/14] drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources
` [PATCH v12 02/14] drm/msm/disp/dpu: get timing engine status from intf status register
` [PATCH v12 03/14] drm/msm/disp/dpu: wait for extra vsync till timing engine status is disabled
` [PATCH v12 04/14] drm/msm/disp/dpu: reset the datapath after timing engine disable
` [PATCH v12 05/14] drm: add helper functions to retrieve old and new crtc
` [PATCH v12 06/14] drm/msm/dp: use atomic callbacks for DP bridge ops
` [PATCH v12 07/14] drm/msm/dp: Add basic PSR support for eDP
` [PATCH v12 08/14] drm/msm/dp: use the eDP bridge ops to validate eDP modes
` [PATCH v12 09/14] drm/msm/dp: disable self_refresh_aware after entering psr
` [PATCH v12 10/14] drm/bridge: use atomic enable/disable callbacks for panel bridge
` [PATCH v12 11/14] drm/bridge: add psr support for panel bridge callbacks

[PATCH] hw/timer/hpet: Fix expiration time overflow
 2023-01-30 15:11 UTC  (2+ messages)

[PATCH 0/5] platform/x86: dell-ddv: Various driver updates
 2023-01-30 15:11 UTC  (11+ messages)
` [PATCH 1/5] platform/x86: dell-ddv: Add support for interface version 3
` [PATCH 2/5] platform/x86: dell-ddv: Return error if buffer is empty
` [PATCH 3/5] platform/x86: dell-ddv: Replace EIO with ENOMSG
` [PATCH 4/5] platform/x86: dell-ddv: Add "force" module param

[PATCH 1/2] remoteproc: qcom: pas: Add sm6115 remoteprocs
 2023-01-30 15:11 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: remoteproc: qcom: Add sm6115 pas yaml file

[XEN PATCH v4 0/3] xen: rework compat headers generation
 2023-01-30 15:10 UTC  (5+ messages)
` [XEN PATCH v4 3/3] build: compat-xlat-header.py: optimisation to search for just '{' instead of [{}]

[PATCH v3] riscv: patch: Fixup lockdep warning in stop_machine
 2023-01-30 23:26 UTC  (2+ messages)

[PATCH] cxl/pci: Set the device timestamp
 2023-01-30 15:10 UTC  (3+ messages)

[PATCH v1 00/18] arm: Add Rockchip RK3588 support
 2023-01-30 14:57 UTC  (6+ messages)
` [PATCH v1 01/18] rockchip: mkimage: Add rk3588 support
` [PATCH v1 02/18] arm: rockchip: Add cru header for rk3588
` [PATCH v1 03/18] arm: rockchip: Add grf "
` [PATCH v1 04/18] dt-bindings: clk: Add dt-binding header for RK3588
` [PATCH v1 13/18] arm64: dts: rockchip: rk3588: Add Edgeble Neu6 Model A IO

[Intel-wired-lan] [PATCH v2 net] ixgbe: allow to increase MTU to some extent with XDP enabled
 2023-01-30 15:07 UTC  (3+ messages)

[PATCH] acpi: Set maximum size to 64k for "etc/acpi/rsdp" blob
 2023-01-30 15:07 UTC  (4+ messages)

[PATCH] MAINTAINERS: Promote Krzysztof to PCI controller maintainer
 2023-01-30 15:08 UTC  (2+ messages)

[xen-4.17-testing test] 176275: trouble: blocked/broken/fail/pass/starved
 2023-01-30 15:06 UTC 

[PATCH v2 0/4] CXL: Miscellaneous fixes
 2023-01-30 15:06 UTC  (4+ messages)
` [PATCH v2 3/4] cxl/uapi: Only return valid commands from cxl_query_cmd()

FAILED: patch "[PATCH] io_uring: always prep_async for drain requests" failed to apply to 6.1-stable tree
 2023-01-30 15:05 UTC  (4+ messages)

[PATCH 0/8] PCI: rockchip: Fix PCIe endpoint controller driver
 2023-01-30 15:04 UTC  (3+ messages)
` [PATCH 5/8] PCI: rockchip: Added dtsi entry for PCIe endpoint controller

[RFC] bpf: add bpf_link support for BPF_NETFILTER programs
 2023-01-30 15:04 UTC 

[PATCH] vc04_services: mmal-vchiq: fix typo in comment
 2023-01-30 15:04 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: msm8992-lg-bullhead: Correct memory overlap with SMEM region
 2023-01-30 15:03 UTC  (4+ messages)

[RFC PATCH v1 0/6] Support nested SNP KVM guests on Hyper-V
 2023-01-30 15:03 UTC  (4+ messages)
` [RFC PATCH v1 1/6] x86/hyperv: Allocate RMP table during boot

RTT-PROBE: lore-subspace-rtt
 2023-01-30 15:03 UTC 

[Intel-gfx] [PATCH i-g-t 0/6] Assorted intel_gpu_top improvements
 2023-01-30 15:02 UTC  (4+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v2 0/3] iommufd: Remove iommufd_hw_pagetable_has_group
 2023-01-30 15:02 UTC  (5+ messages)
` [PATCH v2 1/3] iommufd: Add devices_users to track the hw_pagetable usage by device
` [PATCH v2 2/3] iommufd/device: Make hwpt_list list_add/del symmetric

[cip-dev][isar-cip-core][RFC 0/5] Encrypt Partition in initramfs
 2023-01-30 15:02 UTC  (6+ messages)
` [cip-dev][isar-cip-core][RFC 1/5] add tpm.cfg to the kernel
` [cip-dev][isar-cip-core][RFC 2/5] use bullseye backports for systemd-cryptenroll
` [cip-dev][isar-cip-core][RFC 3/5] wic/x86-efibootguard: add partition to encrypted
` [cip-dev][isar-cip-core][RFC 4/5] start-qemu: If swtpm is available create a tpm2 device
` [cip-dev][isar-cip-core][RFC 5/5] Add initramfs hook to encrypt a partition

[PATCH net-next 00/16] bridge: Limit number of MDB entries per port, port-vlan
 2023-01-30 15:02 UTC  (4+ messages)
` [PATCH net-next 07/16] net: bridge: Maintain number of MDB entries in net_bridge_mcast_port
    ` [Bridge] "

GPIO static allocation warning with v6.2-rcX
 2023-01-30 15:01 UTC  (9+ messages)

[PATCH v2 0/3] Another crack at a handshake upcall mechanism
 2023-01-30 15:00 UTC  (6+ messages)
` [PATCH v2 2/3] net/handshake: Add support for PF_HANDSHAKE

[Intel-gfx] [PATCH v4] drm/i915: implement async_flip mode per plane tracking
 2023-01-30 15:01 UTC  (2+ messages)

[PATCH] rcu: Register rcu-lazy shrinker only CONFIG_RCU_LAZY is enabled
 2023-01-30 15:00 UTC  (2+ messages)

[PATCH v2 0/4] Fix put_task_struct() calls under PREEMPT_RT
 2023-01-30 14:58 UTC  (8+ messages)
` [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function

[PATCH v2 0/8] iommu: The early demise of bus ops
 2023-01-30 14:59 UTC  (4+ messages)
` [PATCH v2 3/8] iommu: Add lockdep annotations for group list iterators

RFC: towards systemd socket activation in q-s-d
 2023-01-30 14:58 UTC  (2+ messages)

[PATCH v1 1/2] ACPI: processor: perflib: Use the "no limit" frequency QoS
 2023-01-30 14:58 UTC  (6+ messages)
` [PATCH v2 1/3] "

[PATCH v4] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-01-30 14:57 UTC  (8+ messages)

[PATCH] ixgbe: Panic during XDP_TX with > 64 CPUs
 2023-01-30 14:58 UTC  (3+ messages)
  ` [Intel-wired-lan] "

Linux 6.2-rc6
 2023-01-30 14:52 UTC  (3+ messages)
` Build regressions/improvements in v6.2-rc6

[Intel-xe] [PATCH] drm/xe: Add fake workaround to maintain backward compatible in MI_BATCH_BUFFER_START
 2023-01-30 14:57 UTC  (2+ messages)

[Buildroot] [PATCH 0/4] introduce the rtla package and its dependencies
 2023-01-30 14:46 UTC  (5+ messages)
` [Buildroot] [PATCH 1/4] package/libtraceevent: new package
` [Buildroot] [PATCH 2/4] package/libtracefs: "
` [Buildroot] [PATCH 3/4] package/linux-tools: add rtla
` [Buildroot] [PATCH 4/4] package/trace-cmd: bump to 3.1.5

[PATCH v2] generic/707: Test moving directory while being grown
 2023-01-30 14:56 UTC 

Patchwork housekeeping for: spi-devel-general
 2023-01-30 14:56 UTC 

[sashal-stable:pending-4.19 34/62] drivers/mmc/host/sdhci-esdhc-imx.c:1166:31: error: implicit declaration of function 'cqhci_readl'; did you mean 'sdhci_readl'?
 2023-01-30 14:55 UTC 

[PATCH -next v2] usb: fotg210: fix return value check in fotg210_probe()
 2023-01-30 14:55 UTC  (2+ messages)

[Intel-gfx] [PATCH v5] drm/i915/gt: Add selftests for TLB invalidation
 2023-01-30 14:55 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/gt: Add selftests for TLB invalidation (rev6)

[PATCH 0/5] pull request for net-next: batman-adv 2023-01-27
 2023-01-30 14:55 UTC  (3+ messages)
` [PATCH 1/5] batman-adv: Start new development cycle

[PATCH v3 01/18] block: introduce duration-limits priority class
 2023-01-30 14:55 UTC  (20+ messages)

[RESEND PATCH] sched/debug: Put sched/domains files under the verbose flag
 2023-01-30 14:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/19] ARM: imx: make Ethernet refclock configurable
 2023-01-30 14:54 UTC  (5+ messages)
` [PATCH v2 15/19] clk: imx6ul: fix enet1 gate configuration

[PATCH -next] usb: fotg210: fix return value check in fotg210_probe()
 2023-01-30 14:54 UTC  (2+ messages)

[PATCH v5 0/3] mm: Better handling of adding new regions
 2023-01-30 14:53 UTC  (2+ messages)

[PATCH] riscv: Add header include guards to insn.h
 2023-01-30 14:53 UTC  (2+ messages)

[PATCH] interconnect: Skip call into provider if initial bw is zero
 2023-01-30 14:53 UTC  (8+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 0a49732f057b28a62652502dafc8e5810ce788ee
 2023-01-30 14:52 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-30 14:53 UTC 

[PATCH] eventdev: add trace points
 2023-01-30 14:52 UTC  (4+ messages)
` [PATCH v2] "
    ` [EXT] "

[PATCH 0/2] drm/tegra: handle implicit scanout modifiers
 2023-01-30 14:49 UTC  (4+ messages)

[Intel-gfx] [PATCH v3] drm/i915/psr: Split sel fetch plane configuration into arm and noarm
 2023-01-30 14:52 UTC  (3+ messages)

[PATCH -next] dt-bindings: clock: qcom,sa8775p-gcc: add the power-domains property
 2023-01-30 14:51 UTC 

[PATCH] Changelog: Add details about new features for SPR
 2023-01-30 14:51 UTC  (3+ messages)

[PATCH] block: Default to use cgroup support for BFQ
 2023-01-30 14:51 UTC  (2+ messages)

[OE-Core][master][kirkstone][PATCH] numactl: skip test case when target platform doesn't have 2 CPU node
 2023-01-30 14:51 UTC  (2+ messages)

[PATCH rdma-rc] RDMA/umem: Use dma-buf locked API to solve deadlock
 2023-01-30 14:50 UTC  (2+ messages)

[PATCH v7] ethdev: add special flags when creating async transfer table
 2023-01-30 14:49 UTC  (5+ messages)

[dunfell] conf: machine: j784s4: Add FPDLink overlays for AM69 SK
 2023-01-30 14:47 UTC 

[Intel-gfx] [PATCH 1/6] drm/i915/ttm: fix sparse warning
 2023-01-30 14:47 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [1/6] "

[RFC] ethdev: add template table insertion and matching types
 2023-01-30 14:47 UTC  (4+ messages)

[RFC PATCH 4/4] staging: vc04_services: Drop remnants of custom logging
 2023-01-30 14:45 UTC  (2+ messages)

[PATCH 0/4] Updates to amd_pmc driver
 2023-01-30 14:43 UTC  (9+ messages)
` [PATCH 1/4] platform/x86/amd: pmc: Add num_samples message id support to STB
` [PATCH 2/4] platform/x86/amd: pmc: Write dummy postcode into the STB DRAM
` [PATCH 3/4] platform/x86/amd: pmc: differentiate STB/SMU messaging prints
` [PATCH 4/4] platform/x86/amd: pmc: Add line break for readability

[PATCH v4 0/3] tcg: add perfmap and jitdump
 2023-01-30 14:43 UTC  (4+ messages)
` [PATCH v4 2/3] accel/tcg: Add debuginfo support

[PATCH 0/3] Fix a couple of corner cases in feec() when using uclamp_max
 2023-01-30 14:44 UTC  (3+ messages)
` [PATCH 1/3] sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0

[PATCH 1/3] eventdev/eth_rx: add params set/get APIs
 2023-01-30 14:43 UTC  (11+ messages)
` [PATCH v2 "

[PATCH v2 00/13] Introduce igb
 2023-01-30 14:42 UTC  (2+ messages)
  ` [PATCH] fuzz: add igb testcases

RTT-PROBE: lore-subspace-rtt
 2023-01-30 14:43 UTC 

[PATCH net-next RFC 00/20] Introducing P4TC
 2023-01-30 14:42 UTC  (11+ messages)

[PATCH v3 00/10] hw/cxl: CXL emulation cleanups and minor fixes for upstream
 2023-01-30 14:37 UTC  (4+ messages)
` [PATCH v3 09/10] qemu/uuid: Add UUID static initializer
` [PATCH v3 10/10] hw/cxl/mailbox: Use new UUID network order define for cel_uuid

[PATCH 1/1] s390/decompressor: specify __decompress() buf len to avoid overflow
 2023-01-30 14:41 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.