All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-07 21:39:39 to 2023-08-07 22:19:44 UTC [more...]

[Intel-xe] [PATCH v2 1/2] drm/xe/guc_submit: prevent repeated unregister
 2023-08-07 22:18 UTC  (7+ messages)
` [Intel-xe] [PATCH v2 2/2] drm/xe/guc_submit: fixup deregister in job timeout

[PATCH RESEND] libxl: Make domain build xc_domain_setmaxmem() call use max_memkb
 2023-08-07 22:16 UTC 

[PATCH v14 8/8] soc: amd: Add support for AMD Pensando SoC Controller
 2023-08-07 22:17 UTC  (3+ messages)

[PATCH v2 iproute2 1/2] tc/taprio: don't print netlink attributes which weren't reported by the kernel
 2023-08-07 22:09 UTC  (2+ messages)
` [PATCH v2 iproute2 2/2] tc/taprio: fix JSON output when TCA_TAPRIO_ATTR_ADMIN_SCHED is present

[RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../
 2023-08-07 22:15 UTC  (2+ messages)
` [PATCH] doc: Begin adding a best practices document for board ports

[igt-dev] [PATCH igt] tests/xe_debugfs: Skip test for tile count
 2023-08-07 22:14 UTC  (3+ messages)
` [Intel-xe] "
  ` [igt-dev] "

[PATCH] arm: dma-mapping: fix potential endless loop in __dma_page_dev_to_cpu()
 2023-08-07 22:14 UTC  (3+ messages)

[PATCH 0/2] ASoC: Intel: sof_sdw: fix two settings
 2023-08-07 22:11 UTC  (4+ messages)
` [PATCH 1/2] ASoC: Intel: sof-sdw-cs42142: fix for codec button mapping
` [PATCH 2/2] ASoC: Intel: sof-sdw: update jack detection quirk for LunarLake RVP

[PATCH] workqueue: Rename rescuer kworker
 2023-08-07 22:06 UTC 

[syzbot] [modules?] KASAN: invalid-access Read in init_module_from_file
 2023-08-07 22:09 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] configs/imx8mn_bsh_smm_s2[_pro]_defconfig: explicitly set binutils version
 2023-08-07 22:10 UTC  (2+ messages)

[iwi:peci-next 1/7] ld.lld: error: vmlinux.a(init/main.o):(function trace_event_raw_event_initcall_level: .text+0x144): relocation R_RISCV_HI20 out of range: 527722 is not in [-524288, 524287]; references 'trace_trigger_soft_disabled.______f'
 2023-08-07 22:09 UTC 

[RFC PATCH v2 0/6] bpf: fprobe: rethook: Use ftrace_regs instead of pt_regs
 2023-08-07 22:08 UTC  (3+ messages)
` [RFC PATCH v2 6/6] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled

[Intel-xe] [PATCH] fixup! drm/i915/display: Remaining changes to make xe compile
 2023-08-07 22:09 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] configs/versal_vck190_defconfig: bump to xilinx-v2023.1
 2023-08-07 22:08 UTC  (2+ messages)

[PATCH 28/29] drm/amdkfd: Refactor migrate init to support partition switch
 2023-08-07 22:08 UTC  (16+ messages)

[PATCH v12 0/4] add debugfs to migration driver
 2023-08-07 22:03 UTC  (7+ messages)
` [PATCH v12 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon "
` [PATCH v12 4/4] Documentation: add debugfs description for vfio

[Buildroot] [git commit branch/next] configs/versal_vck190_defconfig: bump to xilinx-v2023.1
 2023-08-07 22:07 UTC 

[PATCH 00/20] ASoC: SOF: Intel: add LunarLake support
 2023-08-07 22:06 UTC  (3+ messages)
` [PATCH 02/20] ASoC: SOF: Intel: fix u16/32 confusion in LSDIID

[Buildroot] [git commit branch/next] board/versal: clean shellcheck issues
 2023-08-07 22:06 UTC 

[igt-dev] [PATCH v2] tests/kms_plane: Handle hw without legacy gamma support
 2023-08-07 22:07 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_plane: Handle hw without legacy gamma support (rev2)

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-07 22:00 UTC  (111+ messages)
` [PATCH v4 01/36] prctl: arch-agnostic prctl for shadow stack
` [PATCH v4 02/36] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v4 03/36] arm64/gcs: Document the ABI "
` [PATCH v4 04/36] arm64/sysreg: Add new system registers for GCS
` [PATCH v4 05/36] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v4 06/36] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v4 07/36] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v4 08/36] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v4 09/36] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v4 10/36] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v4 11/36] arm64/mm: Map pages for guarded control stack
` [PATCH v4 12/36] KVM: arm64: Manage GCS registers for guests
` [PATCH v4 13/36] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v4 14/36] arm64/idreg: Add overrride for GCS
` [PATCH v4 15/36] arm64/hwcap: Add hwcap "
` [PATCH v4 16/36] arm64/traps: Handle GCS exceptions
` [PATCH v4 17/36] arm64/mm: Handle GCS data aborts
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 19/36] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v4 20/36] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
` [PATCH v4 22/36] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v4 23/36] arm64/signal: Expose GCS state in signal frames
` [PATCH v4 24/36] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v4 25/36] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v4 26/36] kselftest/arm64: Verify the GCS hwcap
` [PATCH v4 27/36] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v4 28/36] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v4 29/36] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v4 30/36] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v4 31/36] kselftest/arm64: Add very basic GCS test program
` [PATCH v4 32/36] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v4 33/36] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v4 34/36] selftests/arm64: Add GCS signal tests
` [PATCH v4 35/36] kselftest/arm64: Add a GCS stress test
` [PATCH v4 36/36] kselftest/arm64: Enable GCS for the FP stress tests

[PATCH V2 1/5] drm/amdkfd: ignore crat by default
 2023-08-07 22:05 UTC  (5+ messages)
` [PATCH V2 2/5] drm/amdkfd: disable IOMMUv2 support for KV/CZ
` [PATCH V2 3/5] drm/amdkfd: disable IOMMUv2 support for Raven
` [PATCH V2 4/5] drm/amdkfd: drop IOMMUv2 support
` [PATCH V2 5/5] drm/amdkfd: rename device_queue_manager_init_v10_navi10()

[Buildroot] [git commit] board/zynq/post-image.sh: correct comment text
 2023-08-07 22:03 UTC 

ubiblock: null pointer dereference using scatterlist in work_queue
 2023-08-07 22:02 UTC  (3+ messages)

[Buildroot] [PATCH v1 1/1] board/zynq/post-image.sh: correct comment text
 2023-08-07 22:04 UTC  (2+ messages)

[Buildroot] [PATCH] configs/qemu_m68k: add Linux kernel patch to fix build with binutils >= 2.41
 2023-08-07 22:03 UTC  (2+ messages)

[Buildroot] [git commit] configs/qemu_m68k: add Linux kernel patch to fix build with binutils >= 2.41
 2023-08-07 22:03 UTC 

[Buildroot] [PATCH v2 1/1] package/composer: needs host-php to extract phar files
 2023-08-07 22:02 UTC  (2+ messages)

[PATCH] disas/riscv: Further correction to LUI disassembly
 2023-08-07 22:01 UTC  (3+ messages)

[PATCH iproute2 1/2] tc/taprio: don't print netlink attributes which weren't reported by the kernel
 2023-08-07 22:00 UTC  (3+ messages)

[Buildroot] [git commit] package/composer: needs host-php to extract phar files
 2023-08-07 21:59 UTC 

Patchwork summary for: spi-devel-general
 2023-08-07 22:00 UTC 

[PATCH 0/5] remaining x86 -Wmissing-prototype warnings
 2023-08-07 21:58 UTC  (8+ messages)
` [PATCH 2/5] [RESEND] x86: avoid unneeded __div64_32 function definition

[PATCH BlueZ] monitor: Plot RX information with -a/--analyze
 2023-08-07 21:58 UTC 

[PATCH 00/53] icc-rpmh multi-RSC voting groundwork
 2023-08-07 21:57 UTC  (3+ messages)

[PATCH V6 0/4] firmware: ti_sci: Introduce system suspend support
 2023-08-07 21:57 UTC  (8+ messages)
` [PATCH V6 4/4] firmware: ti_sci: Introduce system suspend resume support

[PATCH v2] spi: spi-mpc512x-psc: Fix an unsigned comparison that can never be negative
 2023-08-07 21:57 UTC  (4+ messages)
` [PATCH v2] spi: spi-mpc52xx-psc: "

[PATCH v3] spi: spi-mpc512x-psc: Fix an unsigned comparison that can never be negative
 2023-08-07 21:57 UTC  (4+ messages)
` [PATCH v3] spi: spi-mpc52xx-psc: "

[PATCH -next v2 00/21] spi: switch to use modern name (part1)
 2023-08-07 21:57 UTC  (2+ messages)
` (subset) "

[PATCH v2] dt-bindings: spi: convert spi-brcm63xx.txt to YAML
 2023-08-07 21:57 UTC  (2+ messages)

[PATCH -next] spi: omap2-mcspi: remove redundant dev_err_probe()
 2023-08-07 21:57 UTC  (2+ messages)

[PATCH -next 00/21] spi: switch to use modern name
 2023-08-07 21:57 UTC  (2+ messages)

[bitbake-devel][PATCH v3] fetch2: add Google Cloud Platform (GCP) fetcher
 2023-08-07 21:56 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libglib2: bump version to 2.76.4
 2023-08-07 21:54 UTC  (2+ messages)

[PATCH v2 0/3] media: i2c: imx219: Feature enhancements
 2023-08-07 21:53 UTC  (6+ messages)
` [PATCH v2 3/3] media: i2c: imx219: Add support for cropped 640x480 resolution

ANN: new LSM guidelines
 2023-08-07 21:52 UTC  (8+ messages)

[Buildroot] [git commit] package/libglib2: fix libiconv handling
 2023-08-07 21:49 UTC 

[PATCH 0/9] arm64: dts: qcom: enable EMAC1 on sa8775p
 2023-08-07 21:51 UTC  (18+ messages)
` [PATCH 1/9] arm64: dts: qcom: sa8775p: add a node for the second serdes PHY
` [PATCH 4/9] arm64: dts: qcom: sa8775p-ride: add pin functions for ethernet1
` [PATCH 5/9] arm64: dts: qcom: sa8775p-ride: move the reset-gpios property of the PHY
` [PATCH 6/9] arm64: dts: qcom: sa8775p-ride: index the first SGMII PHY
` [PATCH 7/9] arm64: dts: qcom: sa8775p-ride: add the second "
` [PATCH 9/9] arm64: dts: qcom: sa8775p-ride: enable EMAC1

[PATCH v3 -next] keys: Remove unused extern declarations
 2023-08-07 21:46 UTC  (2+ messages)

[PATCH v10 0/6] serial: sc16is7xx: fix GPIO regression and rs485 improvements
 2023-08-07 21:45 UTC  (7+ messages)
` [PATCH v10 1/6] serial: sc16is7xx: fix broken port 0 uart init
` [PATCH v10 2/6] serial: sc16is7xx: remove obsolete out_thread label
` [PATCH v10 3/6] dt-bindings: sc16is7xx: Add property to change GPIO function
` [PATCH v10 4/6] serial: sc16is7xx: fix regression with GPIO configuration
` [PATCH v10 5/6] serial: sc16is7xx: fix bug when first setting GPIO direction
` [PATCH v10 6/6] serial: sc16is7xx: add missing support for rs485 devicetree properties

[Bridge] [PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-07 21:44 UTC  (5+ messages)
  `  "

[PATCH] imx8m, imx9: Fix DRAM size calculation in SPL/dram_init_banksize()
 2023-08-07 21:44 UTC  (4+ messages)
` [PATCH] imx8m,imx9: "
  ` [EXT] "

[Intel-wired-lan] [PATCH net-next v2 0/9] Create common DPLL configuration API
 2023-08-07 21:42 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH net-next v2 8/9] ptp_ocp: implement DPLL ops
    `  "

[PATCH RFC v5 00/10] Support for Solid Fill Planes
 2023-08-07 21:41 UTC  (5+ messages)
` [PATCH RFC v5 02/10] drm: Introduce solid fill DRM plane property

[PATCH v3 0/4] drm/msm: Enable widebus for DSI
 2023-08-07 21:40 UTC  (5+ messages)
` [PATCH v3 2/4] drm/msm/dpu: Enable widebus for DSI INTF


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.