All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-05 08:52:44 to 2023-10-05 10:02:28 UTC [more...]

[PATCH V2 0/7] Add NSS clock controller support for IPQ9574
 2023-10-05  9:56 UTC  (10+ messages)
` [PATCH V2 5/7] clk: qcom: Add NSS clock Controller driver "

[PATCH 0/2] Improve pwm-ir-tx precision
 2023-10-05  9:17 UTC  (6+ messages)
` [PATCH 1/2] pwm: make it possible to apply pwm changes in atomic context

[PATCH V2] dt-bindings: nvmem: move deprecated cells binding to its own file
 2023-10-05 10:01 UTC  (5+ messages)

[PATCH v11 0/5] Enable Display for J784S4 and AM69-SK platform
 2023-10-05 10:00 UTC  (2+ messages)
` [PATCH v11 1/5] arm64: dts: ti: k3-j784s4-main: Add system controller and SERDES lane mux

[PATCH net,v2, 0/3] net: mana: Fix some TX processing bugs
 2023-10-05 10:00 UTC  (2+ messages)

[PATCH] target/riscv: Fix vfwmaccbf16.vf
 2023-10-05  9:57 UTC 

[PATCH 00/36] pinctrl: don't use GPIOLIB global numberspace in helpers
 2023-10-05  9:58 UTC  (3+ messages)
` [PATCH 11/36] gpio: rockchip: use new pinctrl GPIO helpers

[Outreachy Applicant] Introduction and Interest in Contributing to Linux Kernel
 2023-10-05  9:57 UTC  (3+ messages)
      ` Fwd: "

[PATCH v5 00/16] firmware: scmi: add SCMI base protocol support
 2023-10-05  9:58 UTC  (4+ messages)
` [PATCH v5 05/16] firmware: scmi: implement SCMI base protocol

[PATCH] spi: dt-bindings: Make "additionalProperties: true" explicit
 2023-10-05  9:57 UTC  (3+ messages)

[PATCH] drm/atomic: Perform blocking commits on workqueue
 2023-10-05  9:57 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe/hw_engine: Document difference between instance and logical instance
 2023-10-05  9:57 UTC 

[PATCH v1 0/2] KVM: arm64: support write combining and cachable IO memory in VMs
 2023-10-05  9:56 UTC  (10+ messages)
` [PATCH v1 2/2] KVM: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory

[PATCH v3 00/17] firmware: arm_ffa: Add FF-A v1.1 support(notification + new memory descriptor format)
 2023-10-05  9:56 UTC  (8+ messages)
` [PATCH v3 03/17] firmware: arm_ffa: Implement the notification bind and unbind interface

[PATCH] hw/ide/ahci: fix legacy software reset
 2023-10-05  9:53 UTC 

[PATCH v2 00/38] arm64: Remove cpus_have_const_cap()
 2023-10-05  9:50 UTC  (40+ messages)
` [PATCH v2 01/38] clocksource/drivers/arm_arch_timer: Initialize evtstrm after finalizing cpucaps
` [PATCH v2 02/38] arm64/arm: xen: enlighten: Fix KPTI checks
` [PATCH v2 03/38] arm64: Factor out cpucap definitions
` [PATCH v2 04/38] arm64: Add cpucap_is_possible()
` [PATCH v2 05/38] arm64: Add cpus_have_final_boot_cap()
` [PATCH v2 06/38] arm64: Rework setup_cpu_features()
` [PATCH v2 07/38] arm64: Fixup user features at boot time
` [PATCH v2 08/38] arm64: Split kpti_install_ng_mappings()
` [PATCH v2 09/38] arm64: kvm: Use cpus_have_final_cap() explicitly
` [PATCH v2 10/38] arm64: Explicitly save/restore CPACR when probing SVE and SME
` [PATCH v2 11/38] arm64: use build-time assertions for cpucap ordering
` [PATCH v2 11/38] arm64: Use "
` [PATCH v2 12/38] arm64: Rename SVE/SME cpu_enable functions
` [PATCH v2 13/38] arm64: Use a positive cpucap for FP/SIMD
` [PATCH v2 14/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_{ADDRESS,GENERIC}_AUTH
` [PATCH v2 15/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_ARMv8_4_TTL
` [PATCH v2 16/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTI
` [PATCH v2 17/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CACHE_DIC
` [PATCH v2 18/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CNP
` [PATCH v2 19/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_DIT
` [PATCH v2 20/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_GIC_PRIO_MASKING
` [PATCH v2 21/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_PAN
` [PATCH v2 22/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_EPAN
` [PATCH v2 23/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_RNG
` [PATCH v2 24/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_WFXT
` [PATCH v2 25/38] arm64: Avoid cpus_have_const_cap() for ARM64_HAS_TLB_RANGE
` [PATCH v2 26/38] arm64: Avoid cpus_have_const_cap() for ARM64_MTE
` [PATCH v2 27/38] arm64: Avoid cpus_have_const_cap() for ARM64_SSBS
` [PATCH v2 28/38] arm64: Avoid cpus_have_const_cap() for ARM64_SPECTRE_V2
` [PATCH v2 29/38] arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}
` [PATCH v2 30/38] arm64: Avoid cpus_have_const_cap() for ARM64_UNMAP_KERNEL_AT_EL0
` [PATCH v2 31/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_843419
` [PATCH v2 32/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1542419
` [PATCH v2 33/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1742098
` [PATCH v2 34/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_2645198
` [PATCH v2 35/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_CAVIUM_23154
` [PATCH v2 36/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_NVIDIA_CARMEL_CNP
` [PATCH v2 37/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_REPEAT_TLBI
` [PATCH v2 38/38] arm64: Remove cpus_have_const_cap()

[cocci] Searching for variable definitions in C++ source files
 2023-10-05  9:51 UTC 

[PATCH 0/2] arm64: dts: amlogic: add libretech cottonwood support
 2023-10-05  9:42 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH v3 0/3] Add support for GPMC NAND
 2023-10-05  9:49 UTC  (6+ messages)
` [PATCH v3 1/3] arm64: dts: ti: Add GPMC support for AM62x LP SK
` [PATCH v3 2/3] arm64: dts: ti: Add overlay for NAND daughter card
` [PATCH v3 3/3] arm64: defconfig: Enable GPMC NAND support

[PATCH mptcp-next v3 00/29] userspace pm enhancements
 2023-10-05  9:49 UTC  (9+ messages)
` [PATCH mptcp-next v3 12/29] selftests: mptcp: userspace pm remove id 0 subflow
` [PATCH mptcp-next v3 15/29] mptcp: userspace pm remove id 0 address

[PATCH v7 0/3] greybus: Add BeaglePlay Greybus Driver
 2023-10-05  9:48 UTC  (4+ messages)
` [PATCH v7 2/3] greybus: Add BeaglePlay Linux Driver

ANON_LARGE_FOLIOS meeting follow-up & refined proposal
 2023-10-05  9:46 UTC  (11+ messages)

[Error]
 2023-10-05  9:44 UTC  (7+ messages)

[PATCH 0/3] Fix for shellcheck issues with latest scripts in tests/shell
 2023-10-05  9:36 UTC  (7+ messages)
` [PATCH 1/3] perf tests test_arm_coresight: Fix the shellcheck warning in latest test_arm_coresight.sh
` [PATCH 3/3] tools/perf/tests: Fix shellcheck warning in record_sideband.sh test

[PATCH v8 0/8] soc: mediatek: MT8365 power support
 2023-10-05  9:43 UTC  (5+ messages)

[PATCH 0/9] drm: Annotate structs with __counted_by
 2023-10-05  9:42 UTC  (14+ messages)
                  ` [Intel-gfx] "
                  ` [Nouveau] "

[Intel-gfx] [PATCH] drm/i915/ddi: Fix i2c_adapter assignment
 2023-10-05  9:42 UTC  (4+ messages)

[virtio-comment] [PATCH] virtio-sound: add latency_bytes definition
 2023-10-05  9:41 UTC 

[PATCH 00/37] arm64: Remove cpus_have_const_cap()
 2023-10-05  9:39 UTC  (10+ messages)
` [PATCH 05/37] arm64: Add cpus_have_final_boot_cap()
` [PATCH 37/37] arm64: Remove cpus_have_const_cap()

[PATCH 00/16] Add support for the Renesas RZ/G2L SMARC EVK
 2023-10-05  9:39 UTC  (8+ messages)
` [PATCH 09/16] pinctrl: renesas: Add RZ/G2L PFC driver

[Intel-xe] [PATCH] drm/xe/guc: Bump PVC GuC version to 70.9.1
 2023-10-05  9:39 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/guc: Bump PVC GuC version to 70.9.1 (rev2)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✓ CI.checksparse: success "

[LTP] [PATCH v1 0/2] Rewrite the gettid() testing suite
 2023-10-05  9:18 UTC  (5+ messages)
` [LTP] [PATCH v1 1/2] Rewrite gettid01 test
` [LTP] [PATCH v1 2/2] Add gettid02 test

[PATCH v2] mtd: micron-st: enable lock/unlock for mt25qu512a
 2023-10-05  9:21 UTC  (6+ messages)

[xen-unstable test] 183266: tolerable FAIL
 2023-10-05  9:36 UTC 

[Nouveau] [PATCH drm-misc-next v5 0/6] [RFC] DRM GPUVM features
 2023-10-05  9:35 UTC  (3+ messages)
  `  "

[PATCH v8 0/4] pci hotplug tracking
 2023-10-05  9:29 UTC  (5+ messages)
` [PATCH v8 1/4] qapi/qdev.json: unite DEVICE_* event data into single structure
` [PATCH v8 2/4] qapi: add DEVICE_ON and query-hotplug infrastructure
` [PATCH v8 3/4] shpc: implement DEVICE_ON event and query-hotplug
` [PATCH v8 4/4] pcie: "

[PATCH v7 0/7] Add support for XLCDC to sam9x7 SoC family
 2023-10-05  9:29 UTC  (16+ messages)
` [PATCH v7 1/7] drm: atmel-hlcdc: add flag and driver ops to differentiate XLCDC and HLCDC IP
` [PATCH v7 2/7] drm: atmel-hlcdc: add LCD controller layer definition for sam9x75
` [PATCH v7 3/7] drm: atmel-hlcdc: Define SAM9X7 SoC XLCDC specific registers
` [PATCH v7 4/7] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver
` [PATCH v7 5/7] drm: atmel-hlcdc: add DPI mode support for XLCDC
` [PATCH v7 6/7] drm: atmel-hlcdc: add vertical and horizontal scaling "
` [PATCH v7 7/7] drm: atmel-hlcdc: add support for DSI output formats

[meta-rockchip][kirkstone][PATCH] rk3588(s): add
 2023-10-05  9:30 UTC  (2+ messages)

[PATCH] spi: bcm2835: add a sentinel at the end of the lookup array
 2023-10-05  9:29 UTC  (3+ messages)

Wireguard-apple 1.0.16-27 can’t be added via SPM
 2023-10-05  9:28 UTC  (4+ messages)

[PATCH v2 00/22] qapi: Kill 'qapi/qmp/qerror.h' for good
 2023-10-05  9:26 UTC  (2+ messages)

[XEN PATCH] xen/sched: address violations of MISRA C:2012 Rule 8.2
 2023-10-05  9:26 UTC 

[PULL] drm-misc-fixes
 2023-10-05  9:26 UTC  (2+ messages)
` [Intel-gfx] "

Issue with shared information page on Xen/ARM 4.17
 2023-10-05  9:24 UTC  (14+ messages)

[RFC] scripts/oe-setup-layers: Allow setup using branches instead of fixed revisions
 2023-10-05  9:24 UTC  (2+ messages)
` [OE-core] "

[Intel-gfx] [PATCH 1/2] drm/i915: Check lane count when determining FEC support
 2023-10-05  9:24 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] drm/i915: Check lane count when determining FEC support (rev2)

[PATCH v2] arm/ioreq: guard interaction data on read/write operations
 2023-10-05  9:21 UTC 

[PATCH] soc: renesas: make ARCH_R9A07G043 (riscv version) depend on NONPORTABLE
 2023-10-05  9:19 UTC  (2+ messages)

[oe-core][PATCH 1/1] gstreamer: upgrade 1.22.5 -> 1.22.6
 2023-10-05  9:19 UTC 

[GIT PULL] LoongArch KVM changes for v6.7
 2023-10-05  9:18 UTC 

[riteshharjani:xfs-atomic-write-v1 20/21] drivers/scsi/scsi_debug.c:4874: undefined reference to `__umoddi3'
 2023-10-05  9:17 UTC 

What is the purpose of the first phylink_validate() call from phylink_create()?
 2023-10-05  9:16 UTC  (2+ messages)

[RFC][PATCH v4 0/4] drm/panic: Add a drm panic handler
 2023-10-05  9:16 UTC  (4+ messages)
` [PATCH v4 2/4] "

[PATCH v2] perf cs-etm: Fix incorrect or missing decoder for raw trace
 2023-10-05  9:15 UTC  (2+ messages)

[PATCH v1 1/1] app/mldev: updates to device ops test
 2023-10-05  9:15 UTC  (2+ messages)

[PATCH v4 0/7] drm: Reuse temporary memory for format conversion
 2023-10-05  9:15 UTC  (9+ messages)
` [PATCH v4 1/7] drm/format-helper: Cache buffers with struct drm_format_conv_state
` [PATCH v4 2/7] drm/atomic-helper: Add format-conversion state to shadow-plane state
` [PATCH v4 3/7] drm/format-helper: Pass format-conversion state to helpers
` [PATCH v4 4/7] drm/ofdrm: Preallocate format-conversion buffer in atomic_check
` [PATCH v4 5/7] drm/simpledrm: "
` [PATCH v4 6/7] drm/ssd130x: Fix atomic_check for disabled planes
` [PATCH v4 7/7] drm/ssd130x: Preallocate format-conversion buffer in atomic_check

[PATCH RFC v5 0/6] ARM: pxa: GPIO descriptor conversions
 2023-10-05  9:14 UTC  (2+ messages)

[PATCH v1 1/1] app/mldev: fix check for filelist and models count
 2023-10-05  9:14 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v1 1/1] app/mldev: fix file and buffer handling
 2023-10-05  9:13 UTC  (2+ messages)

[PATCH v1 0/3] Spec changes to support multi I/O models
 2023-10-05  9:12 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] mldev: add support for arbitrary shape dimensions
  ` [PATCH v4 2/3] mldev: introduce support for IO layout
  ` [PATCH v4 3/3] mldev: drop input and output size get APIs

Feature Request: "Fake Trim"
 2023-10-05  9:12 UTC  (2+ messages)

❌ FAIL (SKIPPED 7 of 230): Test report for master (6.6.0-rc4, mainline.kernel.org-clang, 3006adf3)
 2023-10-05  9:11 UTC 

[Intel-wired-lan] [PATCH iwl-next v2] ice: read internal temperature sensor
 2023-10-05  9:15 UTC 

[PATCH for-4.18] MAINTAINERS: Make Bob Eschleman a reviewer
 2023-10-05  9:09 UTC  (2+ messages)

[trace:trace/core 6/7] fs/tracefs/event_inode.c:909:6: warning: no previous prototype for function 'eventfs_remove_events_dir'
 2023-10-05  9:06 UTC 

[PATCH v3 00/12] Series to deliver Ethernets for STM32MP13
 2023-10-05  9:03 UTC  (4+ messages)
` [PATCH v3 02/12] dt-bindings: net: add new property st,ext-phyclk in documentation for stm32

DPDK Release Status Meeting 2023-10-05
 2023-10-05  9:04 UTC 

[PATCH] nvmet-tcp: Fix a possible UAF in queue intialization setup
 2023-10-05  9:03 UTC  (2+ messages)

[PATCH v3 00/16] (few more) Steps towards enabling -Wshadow
 2023-10-05  8:59 UTC  (3+ messages)
` [PATCH v3 14/16] softmmu/vl: Clean up global variable shadowing

[LTP] [PATCH] memcg: Account for pages in the per-cpu cache
 2023-10-05  9:00 UTC  (2+ messages)

[PATCH 0/2] Use Debian bookworm for CI build jobs
 2023-10-05  8:50 UTC  (2+ messages)
` [PATCH 2/2] ci: Add build test for older glibc where y2038 support is not available

[OE-core][RFC 1/2] rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
 2023-10-05  8:58 UTC  (5+ messages)
` [OE-core][RFC 2/2] rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk

[PATCH v2 0/3] usb: gadget: uvc: restart fixes
 2023-10-05  8:58 UTC  (6+ messages)
` [PATCH v2 1/3] usb: gadget: uvc: stop pump thread on video disable

[PATCH v11 0/7] NVMEM cells in sysfs
 2023-10-05  8:56 UTC  (2+ messages)

[LTP] [PATCH v4] Port getxattr02.c to new test API
 2023-10-05  8:55 UTC 

[PATCH v2 0/4] insane: Add unimplemented-ptest checks
 2023-10-05  8:55 UTC  (4+ messages)
` [OE-core] "

[Intel-gfx] [PATCH v5 1/4] drm/i915: Add GuC TLB Invalidation pci tags
 2023-10-05  8:54 UTC  (3+ messages)
` [Intel-gfx] [PATCH v5 2/4] drm/i915: Define and use GuC and CTB TLB invalidation routines

[PATCH v3 0/8] Support USB for Meson A1
 2023-10-05  8:54 UTC  (9+ messages)
` [PATCH v3 1/8] dt-bindings: reset: add Meson A1 reset bindings
` [PATCH v3 2/8] reset: add support for Amlogic A1 family
` [PATCH v3 3/8] phy: get rid of raw hex values
` [PATCH v3 4/8] phy: move clk enable/disable in init/exit
` [PATCH v3 5/8] phy: support Amlogic A1 family
` [PATCH v3 6/8] a1: clk: Add missing USB_PHY_IN and USB_PHY gates
` [PATCH v3 7/8] dwc3: add support for Amlogic A1 family
` [PATCH v3 8/8] ad401: enable USB stack

[PATCH v2 1/3] dt-bindings: mtd: fixed-partitions: Add binman compatible
 2023-10-05  8:54 UTC  (7+ messages)

[dunfell][PATCH] glibc: Fix CVE-2023-4911 "Looney Tunables"
 2023-10-05  8:54 UTC 

[PATCH] wayland: consider pkgconfig sysroot for pkgdatadir
 2023-10-05  8:53 UTC  (2+ messages)
` [OE-core] "

[PATCH] serial: imx: fix tx statemachine deadlock
 2023-10-05  8:51 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.