All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-08 16:26:35 to 2023-11-08 17:03:28 UTC [more...]

[kirkstone PATCH v2] conf: machine: am62*: extend picking common overlays by prefix
 2023-11-08 17:03 UTC  (5+ messages)

[PATCH v4] acpi/processor: sanitize _OSC/_PDC capabilities for Xen dom0
 2023-11-08 17:02 UTC  (2+ messages)

[Intel-gfx] [PATCH v4] drm/i915/display: Support PSR entry VSC packet to be transmitted one frame earlier
 2023-11-08 17:02 UTC  (3+ messages)

[PATCH 0/3] t: improve compatibility with NixOS
 2023-11-08 17:02 UTC  (10+ messages)
` [PATCH 1/3] t/lib-httpd: dynamically detect httpd and modules path
` [PATCH v2 0/3] t: improve compatibility with NixOS
  ` [PATCH v2 1/3] t/lib-httpd: dynamically detect httpd and modules path
  ` [PATCH v2 2/3] t/lib-httpd: stop using legacy crypt(3) for authentication

[Intel-gfx] [PATCH v4 00/30] drm/i915: Improve BW management on MST links
 2023-11-08 17:01 UTC  (4+ messages)
` [Intel-gfx] [PATCH v4 02/30] drm/dp_mst: Fix fractional DSC bpp handling

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-08 17:00 UTC  (6+ messages)
` [PATCH 27/34] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type

[PATCH v14 00/56] Add DELETE_BUF ioctl
 2023-11-08 17:00 UTC  (21+ messages)
` [PATCH v14 06/56] media: videobuf2: Remove duplicated index vs q->num_buffers check
` [PATCH v14 07/56] media: videobuf2: Add helper to get queue number of buffers
` [PATCH v14 09/56] media: amphion: Use vb2_get_buffer() instead of directly access to buffers array
` [PATCH v14 10/56] media: amphion: Stop direct calls to queue num_buffers field
` [PATCH v14 11/56] media: mediatek: jpeg: Use vb2_get_buffer() instead of directly access to buffers array

[PATCH] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
 2023-11-08 16:59 UTC  (2+ messages)

[PATCH 5.4 000/131] 5.4.258-rc1 review
 2023-11-08 16:48 UTC  (5+ messages)
` [PATCH 5.4 062/131] ncsi: Propagate carrier gain/loss events to the NCSI controller

[RFC 0/33] KVM: x86: hyperv: Introduce VSM support
 2023-11-08 16:59 UTC  (7+ messages)
` [RFC 18/33] KVM: x86: Decouple kvm_get_memory_attributes() from struct kvm's mem_attr_array
` [RFC 25/33] KVM: Introduce a set of new memory attributes

[PULL v2 00/25] Block layer patches
 2023-11-08 16:58 UTC 

[PATCH 1/3] nvme: multipath: Implemented new iopolicy "queue-depth"
 2023-11-08 16:58 UTC  (5+ messages)
` [PATCH 2/3] nvme: multipath: only update ctrl->nr_active when using queue-depth iopolicy

[meta-ti][master/kirkstone][PATCH 1/2] linux-ti-staging: Remove kernel v5.10 packages
 2023-11-08 16:58 UTC  (2+ messages)
` [meta-ti][master/kirkstone][PATCH 2/2] ffa-debugfs-mod: Allow this package to build on ti-soc

ANN: SELinux userspace 3.6-rc1 release
 2023-11-08 16:57 UTC 

[RFC 0/6] tracking fd counts per cgroup
 2023-11-08 16:57 UTC  (3+ messages)
` [RFC 4/6] misc cgroup: introduce an fd counter

[PATCH v5 0/7] SCHED_DEADLINE server infrastructure
 2023-11-08 16:57 UTC  (11+ messages)
` [PATCH v5 6/7] sched/deadline: Deferrable dl server

[RFC PATCH] tests/docker: merge debian-native with debian-amd64
 2023-11-08 16:56 UTC 

[meta-ti][master/kirkstone][PATCH] k3conf: Update to v0.3
 2023-11-08 16:57 UTC 

[PATCH 0/5] use abstracted bit count functions
 2023-11-08 16:57 UTC  (4+ messages)
` [PATCH v3 0/7] "

RFC: A KVM-specific alternative to UserfaultFD
 2023-11-08 16:56 UTC  (8+ messages)

[PATCH v2 0/3] Add RTC for MStar SSD20xD SoCs
 2023-11-08 16:55 UTC  (9+ messages)
` [PATCH v2 2/3] dt-bindings: rtc: Add Mstar SSD202D RTC

[PATCH] sched/rt: Redefine RR_TIMESLICE to 100 msecs
 2023-11-08 16:55 UTC  (2+ messages)

[PATCH] MM: kmemleak: Removed coding style warnings and added a NULL check
 2023-11-08 16:54 UTC  (2+ messages)
` [PATCH 2/2] MM: kmemleak: Add %x to pr_debug

[UBOOT PATCH v3] test/py: net: Add a TFTP put test
 2023-11-08 16:53 UTC  (2+ messages)

[PATCH v7 00/26] spl: Use common function for loading/parsing images
 2023-11-08 16:48 UTC  (27+ messages)
` [PATCH v7 01/26] spl: blk_fs: Fix uninitialized return value when we can't get a blk_desc
` [PATCH v7 02/26] arm: Disable SPL_FS_FAT when it isn't used
` [PATCH v7 03/26] spl: Make SHOW_ERRORS depend on LIBCOMMON
` [PATCH v7 04/26] spl: semihosting: Don't close fd before spl_load_simple_fit
` [PATCH v7 05/26] spl: Remove NULL assignments in spl_load_info
` [PATCH v7 06/26] spl: Remove dev from spl_load_info
` [PATCH v7 07/26] spl: Take advantage of bl_len's power-of-twoness
` [PATCH v7 08/26] spl: Refactor spl_load_info->read to use units of bytes
` [PATCH v7 09/26] spl: Set FAT bl_len to ARCH_DMA_MINALIGN
` [PATCH v7 10/26] spl: Remove filename from spl_load_info
` [PATCH v7 11/26] spl: Only support bl_len when we have to
` [PATCH v7 12/26] spl: nand: Remove spl_nand_legacy_read
` [PATCH v7 13/26] spl: legacy: Split off LZMA decompression into its own function
` [PATCH v7 14/26] test: spl: Support testing LEGACY_LZMA filesystem images
` [PATCH v7 15/26] spl: Add generic spl_load function
` [PATCH v7 16/26] spl: Convert ext to use spl_load
` [PATCH v7 17/26] spl: Convert fat to spl_load
` [PATCH v7 18/26] spl: Convert mmc "
` [PATCH v7 19/26] spl: Convert nand "
` [PATCH v7 20/26] spl: Convert net "
` [PATCH v7 21/26] spl: Convert nor "
` [PATCH v7 22/26] spl: Convert NVMe "
` [PATCH v7 23/26] spl: Convert semihosting "
` [PATCH v7 24/26] spl: Convert spi "
` [PATCH v7 25/26] spl: spi: Consolidate spi_load_image_os into spl_spi_load_image
` [PATCH v7 26/26] spl: fat: Add option to disable DMA alignment

[PATCH 0/3] board: ti: common: setup mux and debounce for 32k RTC crystal
 2023-11-08 16:49 UTC  (5+ messages)
` [PATCH 1/3] board: ti: common: add rtc setup to common folder

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-11-08 16:52 UTC  (11+ messages)

RFC acceptable handling of VLAs across toolchains
 2023-11-08 16:51 UTC  (2+ messages)

extremely slow writes to degraded array
 2023-11-08 16:50 UTC  (5+ messages)

[PATCH] dumpcap: fix mbuf pool ring type
 2023-11-08 16:50 UTC  (10+ messages)

[meta-oe][PATCH] emlog: Add PV
 2023-11-08 16:50 UTC  (3+ messages)
` [oe] "

Bypass qdiscs?
 2023-11-08 16:50 UTC  (6+ messages)

drivers/video/fbdev/atmel_lcdfb.c:362:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-08 16:49 UTC 

[RFC PATCH 00/86] Make the kernel preemptible
 2023-11-08 16:49 UTC  (15+ messages)
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
  ` [RFC PATCH 82/86] treewide: mtd: "

[PATCH v2] mm/page_alloc: Dedupe some memcg uncharging logic
 2023-11-08 16:49 UTC 

[PATCH] riscv: fix potential panic during CPU hot-plug
 2023-11-08 16:47 UTC  (3+ messages)

[PATCH net v2] page_pool: Add myself as page pool reviewer in MAINTAINERS
 2023-11-08 16:47 UTC  (4+ messages)

[XEN PATCH v2] xen/arm: traps: address a violation of MISRA C:2012 Rule 8.2
 2023-11-08 16:46 UTC  (5+ messages)

[PATCH 0/2] service: Add Debug and Documentation to Proxy-related Functions
 2023-11-08 16:46 UTC  (6+ messages)
` [PATCH 2/2] service: Add documentation to proxy-related functions
  ` [PATCH 2/2 v2] "
    ` [PATCH 2/2 v3] "

[PATCH] bus: fsl-mc: fix double-free on mc_dev
 2023-11-08 16:45 UTC 

[PATCH v4] dt-bindings: leds: add 'internet' and 'signal' function definitions
 2023-11-08 16:45 UTC  (2+ messages)

[PATCH v1 0/1] dts: Add the ability to bind ports to drivers
 2023-11-08 16:44 UTC  (5+ messages)
` [PATCH v1 1/1] dts: bind to DPDK driver before running test suites

[GIT PULL FOR v6.8] rc fixes
 2023-11-08 16:44 UTC  (2+ messages)
` [GIT PULL FOR v6.8] rc fixes (#96809)

RFC: switching "THE REST" in MAINTAINERS away from linux-kernel@vger.kernel.org
 2023-11-08 16:44 UTC  (4+ messages)
` [workflows]RFC: "

[PATCH v3 0/2] rng: Provide a RNG based on the RISC-V Zkr ISA extension
 2023-11-08 16:44 UTC  (11+ messages)

[PATCH v4 0/3] Add atomic transfers to s3c24xx i2c driver
 2023-11-08 16:43 UTC  (4+ messages)
  ` [PATCH v4 1/3] i2c: s3c24xx: fix read transfers in polling mode
  ` [PATCH v4 2/3] i2c: s3c24xx: fix transferring more than one message "
  ` [PATCH v4 3/3] i2c: s3c24xx: add support for atomic transfers

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-11-08 16:41 UTC  (5+ messages)
` [PATCH 11/17] ASoC: dt-bindings: samsung-i2s: "

[PATCH 1/2] dt-bindings: watchdog: re-order entries to match coding convention
 2023-11-08 16:41 UTC  (9+ messages)
` [PATCH 2/2] dt-bindings: watchdog: intel,keembay: reference common watchdog schema

timer list corruption in devfreq
 2023-11-08 16:41 UTC  (2+ messages)

Linux kernel 5.10.200 released
 2023-11-08 16:40 UTC 

Linux kernel 5.15.138 released
 2023-11-08 16:40 UTC 

[igt-dev] [RFC PATCH v3 00/12] IGT tests for the KMS Color Pipeline API
 2023-11-08 16:40 UTC  (13+ messages)
` [igt-dev] [RFC PATCH v3 01/12] lib/drmtest: Add is_vkms_device()
` [igt-dev] [RFC PATCH v3 02/12] lib/igt_kms: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [igt-dev] [RFC PATCH v3 03/12] include/drm-uapi: Add COLOROP object
` [igt-dev] [RFC PATCH v3 04/12] lib/igt_kms: Introduce drm_colorop and COLOR_PIPELINE
` [igt-dev] [RFC PATCH v3 05/12] tests/kms_properties: Add colorop properties test
` [igt-dev] [RFC PATCH v3 06/12] igt/color: Add SW color transform functionality
` [igt-dev] [RFC PATCH v3 07/12] lib/igt_fb: Add copy_fb function
` [igt-dev] [RFC PATCH v3 08/12] tests/kms_colorop: Add kms_colorop tests
` [igt-dev] [RFC PATCH v3 09/12] drm-uapi: Add 3x4 CTM
` [igt-dev] [RFC PATCH v3 10/12] lib/igt_kms: Add support for DATA colorop property
` [igt-dev] [RFC PATCH v3 11/12] lib/igt_color: Add support for 3x4 matrices
` [igt-dev] [RFC PATCH v3 12/12] tests/kms_colorop: Add 3x4 CTM tests

[GIT PULL] ASoC fixes for v6.7-merge-window
 2023-11-08 16:38 UTC 

[Bug report] More xfs courruption issue found on s390x
 2023-11-08 16:38 UTC  (2+ messages)

[Intel-xe] [PATCH 00/12] drm/xe: Probe tweaks and reordering (part 1)
 2023-11-08  9:38 UTC  (5+ messages)
` [Intel-xe] [PATCH 02/12] drm/xe: Skip calling drm_dev_put on probe error
` [Intel-xe] [PATCH 05/12] drm/xe/mmio: Move memory training check to probe vram

[PATCH v10 0/3] media: rockchip: Add a driver for Rockchip's camera interface
 2023-11-08 16:38 UTC  (4+ messages)
` [PATCH v10 1/3] media: dt-bindings: media: add bindings for Rockchip CIF
` [PATCH v10 2/3] media: rockchip: Add a driver for Rockchip's camera interface
` [PATCH v10 3/3] arm64: dts: rockchip: Add the "

[RFC PATCH v3 00/23] Color Pipeline API w/ VKMS
 2023-11-08 16:36 UTC  (24+ messages)
` [RFC PATCH v3 01/23] drm: Don't treat 0 as -1 in drm_fixp2int_ceil
` [RFC PATCH v3 02/23] drm: Add helper for conversion from signed-magnitude
` [RFC PATCH v3 03/23] drm/vkms: Create separate Kconfig file for VKMS
` [RFC PATCH v3 04/23] drm/vkms: Add kunit tests for VKMS LUT handling
` [RFC PATCH v3 05/23] drm/vkms: Avoid reading beyond LUT array
` [RFC PATCH v3 06/23] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [RFC PATCH v3 07/23] drm/colorop: Introduce new drm_colorop mode object
` [RFC PATCH v3 08/23] drm/colorop: Add TYPE property
` [RFC PATCH v3 09/23] drm/color: Add 1D Curve subtype
` [RFC PATCH v3 10/23] drm/colorop: Add BYPASS property
` [RFC PATCH v3 11/23] drm/colorop: Add NEXT property
` [RFC PATCH v3 12/23] drm/colorop: Add atomic state print for drm_colorop
` [RFC PATCH v3 13/23] drm/plane: Add COLOR PIPELINE property
` [RFC PATCH v3 14/23] drm/colorop: Add NEXT to colorop state print
` [RFC PATCH v3 15/23] drm/vkms: Add enumerated 1D curve colorop
` [RFC PATCH v3 16/23] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [RFC PATCH v3 17/23] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [RFC PATCH v3 18/23] drm/colorop: Add 3x4 CTM type
` [RFC PATCH v3 19/23] drm/vkms: Pull apply_colorop out of pre_blend_color_transform
` [RFC PATCH v3 20/23] drm/vkms: Use s32 for internal color pipeline precision
` [RFC PATCH v3 21/23] drm/vkms: add 3x4 matrix in color pipeline
` [RFC PATCH v3 22/23] drm/tests: Add a few tests around drm_fixed.h
` [RFC PATCH v3 23/23] drm/vkms: Add tests for CTM handling

[PATCH v3 0/2] w1: Add AXI 1-wire host driver for AMD programmable logic IP core
 2023-11-08 16:37 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: w1: Add YAML DT schema for AMD AXI w1 host and MAINTAINERS entry

[PATCH 0/4] hwmon: Add support for Amphenol ChipCap 2
 2023-11-08 16:35 UTC  (4+ messages)
` [PATCH 3/4] "

[PATCH] app/testpmd: fix indirect action list parameters parsing
 2023-11-08 16:34 UTC 

[PATCH 01/14] cifs: print server capabilities in DebugData
 2023-11-08 16:35 UTC  (3+ messages)
` [PATCH 12/14] cifs: handle when server stops supporting multichannel

[PATCH, RFC] libxfs: check the size of on-disk data structures
 2023-11-08 16:33 UTC 

[ANN] netdev development stats for 6.7
 2023-11-08 16:33 UTC  (4+ messages)

Linux 5.15.138
 2023-11-08 16:32 UTC  (2+ messages)

[PATCH] drm/amd/display: remove duplicated argument
 2023-11-08 16:32 UTC  (4+ messages)

Linux 5.10.200
 2023-11-08 16:32 UTC  (2+ messages)

[PATCH 00/24] selftests/resctrl: CAT test improvements & generalized test framework
 2023-11-08 16:31 UTC  (10+ messages)
` [PATCH 23/24] selftests/resctrl: Add L2 CAT test

[PATCH] drm/amd/pm: clean up redundant comparisons with 0
 2023-11-08  7:02 UTC  (5+ messages)

[PATCH V8 0/5] scsi: ufs: qcom: Align programming sequence as per HW spec
 2023-11-08 16:30 UTC  (3+ messages)
` [PATCH V8 2/5] scsi: ufs: qcom: Add multiple frequency support for MAX_CORE_CLK_1US_CYCLES

[PATCH v2 00/10] MIPS: Fix kernel in XKPHYS
 2023-11-08 16:30 UTC  (3+ messages)
` [PATCH v2 05/10] MIPS: Refactor mips_cps_core_entry implementation

[Buildroot] [git commit branch/2023.02.x] package/azure-iot-sdk: fix static build
 2023-11-08 16:26 UTC 

Skip autofs unmount on daemon exit
 2023-11-08 16:29 UTC  (3+ messages)

[PATCH v2] drm/i915/vma: Fix potential UAF on multi-tile platforms
 2023-11-08 16:29 UTC  (2+ messages)
` [Intel-gfx] "

[Buildroot] [git commit branch/2023.02.x] package/apache: add host-pkgconf dependency
 2023-11-08 16:27 UTC 

[PATCH] ref-manual: Fix reference to MIRRORS/PREMIRRORS defaults
 2023-11-08 16:28 UTC 

[PATCH V2 0/2] xfsdocs: Describe Metadump V2's ondisk format structure
 2023-11-08 16:28 UTC  (5+ messages)
` [PATCH V2 1/2] metadump.asciidoc: Add description for version v1's mb_info field
` [PATCH V2 2/2] metadump.asciidoc: Add description for metadump v2 ondisk format

[Buildroot] [git commit branch/2023.08.x] package/azure-iot-sdk: fix static build
 2023-11-08 16:25 UTC 

[Buildroot] [git commit branch/2023.08.x] package/apache: add host-pkgconf dependency
 2023-11-08 16:27 UTC 

[RFC PATCH 00/10] Color Pipeline API w/ VKMS
 2023-11-08 16:27 UTC  (13+ messages)
` [RFC PATCH 01/10] drm/doc/rfc: Describe why prescriptive color pipeline is needed

[PATCH 1/4] add generic builtin command line
 2023-11-08 16:23 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/apache: add host-pkgconf dependency
 2023-11-08 16:27 UTC  (2+ messages)

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-08 16:27 UTC  (4+ messages)
` [PATCH 03/10] ftrace: Remove the now superfluous sentinel elements from ctl_table array

[Buildroot] [PATCH 1/1] package/azure-iot-sdk: fix static build
 2023-11-08 16:26 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.