All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-25 18:56:18 to 2023-04-25 19:50:46 UTC [more...]

[PATCH RFC] x86/cpu: fix intermittent lockup on poweroff
 2023-04-25 19:39 UTC  (2+ messages)

[PATCH] x86/CPU/AMD: Rename the spectral chicken
 2023-04-25 19:50 UTC 

[Buildroot] [PATCH 1/1] configs/stm32f769_disco_sd_defconfig: new defconfig
 2023-04-25 19:50 UTC  (4+ messages)

[PATCH v14 00/15] phy: Add support for Lynx 10G SerDes
 2023-04-25 19:50 UTC  (2+ messages)

main - lvmcache: fix valgrind error when dropping md duplicate
 2023-04-25 19:50 UTC 

[Intel-gfx] [PATCH] drm/i915/guc: Actually return an error if GuC version range check fails
 2023-04-25 19:49 UTC  (3+ messages)
`  "

[GIT PULL] pipe: nonblocking rw for io_uring
 2023-04-25 19:49 UTC  (10+ messages)

[Buildroot] [PATCH] package/sway: add runtime dependency on xkeyboard-data
 2023-04-25 19:47 UTC 

[PATCH 1/2] net: rtl8169: add minimal support for 8125B variant
 2023-04-25 19:47 UTC  (4+ messages)

[PATCH] Fix install.sh for systemd
 2023-04-25 19:46 UTC  (3+ messages)
` [PATCH] libxl: device_backend_callback() print rc on error
` [PATCH] libxl: Print device_kind as a string

[PATCH v3 00/57] tcg: Simplify calls to load/store helpers
 2023-04-25 19:46 UTC  (9+ messages)
` [PATCH v3 01/57] tcg/loongarch64: Conditionalize tcg_out_exts_i32_i64
` [PATCH v3 02/57] tcg/mips: "
` [PATCH v3 03/57] tcg/i386: Conditionalize tcg_out_extu_i32_i64
` [PATCH v3 04/57] tcg: Introduce tcg_out_movext2

reliable reproducer, was Re: core dump analysis
 2023-04-25 19:46 UTC  (16+ messages)
                                    ` signal delivery, was Re: reliable reproducer

[GIT PULL] arm64 updates for 6.4
 2023-04-25 19:45 UTC  (3+ messages)

[GIT PULL] asm-generic updates for 6.4
 2023-04-25 19:44 UTC  (3+ messages)

[Intel-gfx] [PATCH v2] drm/i915/dsi: Use unconditional msleep() instead of intel_dsi_msleep()
 2023-04-25 19:44 UTC 

[PATCH v3 00/57] tcg: Improve atomicity support
 2023-04-25 19:31 UTC  (58+ messages)
` [PATCH v3 01/57] include/exec/memop: Add bits describing atomicity
` [PATCH v3 02/57] accel/tcg: Add cpu_in_serial_context
` [PATCH v3 03/57] accel/tcg: Introduce tlb_read_idx
` [PATCH v3 04/57] accel/tcg: Reorg system mode load helpers
` [PATCH v3 05/57] accel/tcg: Reorg system mode store helpers
` [PATCH v3 06/57] accel/tcg: Honor atomicity of loads
` [PATCH v3 07/57] accel/tcg: Honor atomicity of stores
` [PATCH v3 08/57] target/loongarch: Do not include tcg-ldst.h
` [PATCH v3 09/57] tcg: Unify helper_{be,le}_{ld,st}*
` [PATCH v3 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-only
` [PATCH v3 11/57] tcg/tci: Use helper_{ld,st}*_mmu "
` [PATCH v3 12/57] tcg: Add 128-bit guest memory primitives
` [PATCH v3 13/57] meson: Detect atomic128 support with optimization
` [PATCH v3 14/57] tcg/i386: Add have_atomic16
` [PATCH v3 15/57] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v3 16/57] accel/tcg: Add aarch64 specific support in ldst_atomicity
` [PATCH v3 17/57] tcg/aarch64: Detect have_lse, have_lse2 for linux
` [PATCH v3 18/57] tcg/aarch64: Detect have_lse, have_lse2 for darwin
` [PATCH v3 19/57] accel/tcg: Add have_lse2 support in ldst_atomicity
` [PATCH v3 20/57] tcg: Introduce TCG_OPF_TYPE_MASK
` [PATCH v3 21/57] tcg/i386: Use full load/store helpers in user-only mode
` [PATCH v3 22/57] tcg/aarch64: "
` [PATCH v3 23/57] tcg/ppc: "
` [PATCH v3 24/57] tcg/loongarch64: "
` [PATCH v3 25/57] tcg/riscv: "
` [PATCH v3 26/57] tcg/arm: Adjust constraints on qemu_ld/st
` [PATCH v3 27/57] tcg/arm: Use full load/store helpers in user-only mode
` [PATCH v3 28/57] tcg/mips: "
` [PATCH v3 29/57] tcg/s390x: "
` [PATCH v3 30/57] tcg/sparc64: Allocate %g2 as a third temporary
` [PATCH v3 31/57] tcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
` [PATCH v3 32/57] tcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
` [PATCH v3 33/57] tcg/sparc64: Split out tcg_out_movi_s32
` [PATCH v3 34/57] tcg/sparc64: Use standard slow path for softmmu
` [PATCH v3 35/57] accel/tcg: Remove helper_unaligned_{ld,st}
` [PATCH v3 36/57] tcg/loongarch64: Assert the host supports unaligned accesses
` [PATCH v3 37/57] tcg/loongarch64: Support softmmu "
` [PATCH v3 38/57] tcg/riscv: "
` [PATCH v3 39/57] tcg: Introduce tcg_target_has_memory_bswap
` [PATCH v3 40/57] tcg: Add INDEX_op_qemu_{ld,st}_i128
` [PATCH v3 41/57] tcg: Support TCG_TYPE_I128 in tcg_out_{ld, st}_helper_{args, ret}
` [PATCH v3 42/57] tcg: Introduce atom_and_align_for_opc
` [PATCH v3 43/57] tcg/i386: Use atom_and_align_for_opc
` [PATCH v3 44/57] tcg/aarch64: "
` [PATCH v3 45/57] tcg/arm: "
` [PATCH v3 46/57] tcg/loongarch64: "
` [PATCH v3 47/57] tcg/mips: "
` [PATCH v3 48/57] tcg/ppc: "
` [PATCH v3 49/57] tcg/riscv: "
` [PATCH v3 50/57] tcg/s390x: "
` [PATCH v3 51/57] tcg/sparc64: "
` [PATCH v3 52/57] tcg/i386: Honor 64-bit atomicity in 32-bit mode
` [PATCH v3 53/57] tcg/i386: Support 128-bit load/store with have_atomic16
` [PATCH v3 54/57] tcg/aarch64: Rename temporaries
` [PATCH v3 55/57] tcg/aarch64: Support 128-bit load/store
` [PATCH v3 56/57] tcg/ppc: "
` [PATCH v3 57/57] tcg/s390x: "

[PATCH bpf-next] bpf: Make bpf_helper_defs.h c++ friendly
 2023-04-25 19:43 UTC  (8+ messages)

[PATCH] builtin/pack-objects.c: introduce `pack.extraCruftTips`
 2023-04-25 19:42 UTC  (2+ messages)

[PATCH v2 0/2] clk: fix corner case of clk_mux_determine_rate_flags()
 2023-04-25 19:40 UTC  (3+ messages)
` [PATCH v2 2/2] clk: tests: Add missing test case for mux determine_rate

[BISECTED REGRESSION] OMAP1 GPIO breakage
 2023-04-25 19:36 UTC  (5+ messages)

[PATCH RFT v2 00/14] SMD RPMCC sleep preparations
 2023-04-25 19:35 UTC  (3+ messages)

[Intel-xe] [PATCH v2 00/15] Display fixes
 2023-04-25 19:34 UTC  (20+ messages)
` [Intel-xe] [PATCH v2 01/15] drm/i915/display: remove intel_display_commit_duplicated_state()
` [Intel-xe] [PATCH v2 02/15] drm/i915/display: start high level display driver file
` [Intel-xe] [PATCH v2 03/15] drm/i915/display: move intel_modeset_probe_defer() to intel_display_driver.[ch]
` [Intel-xe] [PATCH v2 04/15] drm/i915/display: rename intel_modeset_probe_defer() -> intel_display_driver_probe_defer()
` [Intel-xe] [PATCH v2 05/15] drm/i915/display: move modeset probe/remove functions to intel_display_driver.c
` [Intel-xe] [PATCH v2 06/15] drm/i915/display: rename intel_display_driver_* functions
` [Intel-xe] [PATCH v2 07/15] drm/i915/display: add intel_display_reset.[ch]
` [Intel-xe] [PATCH v2 08/15] drm/i915/display: move display suspend/resume to intel_display_driver.[ch]
` [Intel-xe] [PATCH v2 09/15] drm/i915/display: rename intel_display_driver_suspend/resume functions
` [Intel-xe] [PATCH v2 10/15] drm/i915/display: add intel_display_driver_early_probe()
` [Intel-xe] [PATCH v2 11/15] drm/i915: Initialize dkl_phy spin lock from display code path
  ` [Intel-gfx] "
` [Intel-xe] [PATCH v2 12/15] squash! drm/xe/display: Implement display support
` [Intel-xe] [PATCH v2 13/15] TEMPORARY: drm/xe/display: Enable modular fia in TGL
` [Intel-xe] [PATCH v2 14/15] drm/xe/display: Disable PSR HW tracking by default in all display versions
` [Intel-xe] [PATCH v2 15/15] drm/xe: Enable Raptorlake-P
` [Intel-xe] ✓ CI.Patch_applied: success for Display fixes (rev3)
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "

[PATCH mptcp-net 00/13] selftests: mptcp: skip tests when features are not supported
 2023-04-25 19:34 UTC  (4+ messages)

[Intel-gfx] [PATCH 00/13] drm/i915/mtl: Add support for C20 phy
 2023-04-25 19:32 UTC  (5+ messages)
` [Intel-gfx] [PATCH 04/13] drm/i915/mtl: C20 port clock calculation
` [Intel-gfx] [PATCH 07/13] drm/i915/mtl: Enabling/disabling sequence Thunderbolt pll

[PATCH 00/31] Allow building sandbox with MSYS2
 2023-04-25 19:33 UTC  (7+ messages)
` [PATCH 10/31] sandbox: Provide a linker script for MSYS2

[PATCH] exfat: add sysfs interface
 2023-04-25 19:32 UTC  (2+ messages)

[PATCH] scripts/Makefile.lib: also consider $(CONFIG_SYS_BOARD)-u-boot.dtsi
 2023-04-25 19:31 UTC  (2+ messages)

[PATCH] media: renesas: fdp1: Identify R-Car Gen2 versions
 2023-04-25 19:30 UTC  (2+ messages)

[PATCH v2 for-next 0/6] RDMA/bnxt_re: driver update for supporting low latency push
 2023-04-25 19:29 UTC  (7+ messages)
` [PATCH v2 for-next 1/6] RDMA/bnxt_re: Use the common mmap helper functions
` [PATCH v2 for-next 2/6] RDMA/bnxt_re: Add disassociate ucontext support
` [PATCH v2 for-next 3/6] RDMA/bnxt_re: Query function capabilities from firmware
` [PATCH v2 for-next 4/6] RDMA/bnxt_re: Move the interface version to chip context structure
` [PATCH v2 for-next 5/6] RDMA/bnxt_re: Reorg the bar mapping
` [PATCH v2 for-next 6/6] RDMA/bnxt_re: Enable low latency push

CMD_REMAIN_ON_CHANNEL vs CMD_FRAME (offchannel)
 2023-04-25 19:29 UTC  (8+ messages)

[PATCH] cocoa: Fix warnings about invalid prototype declarations
 2023-04-25 19:28 UTC 

[PATCH] arm: dts: iot2050: Include u-boot specific bits implicitly
 2023-04-25 19:28 UTC 

[GIT PULL 0/4] SoC branches for 6.4
 2023-04-25 19:26 UTC  (15+ messages)
` [GIT PULL 1/4] ARM: SoC changes "
` [GIT PULL 2/4] ARM: SoC drivers for v6.4
` [GIT PULL 3/4] ARM: SoC defconfig updates for 6.4
` [GIT PULL 4/4] ARM: SoC devicetree changes "

[PATCH v3 1/2] wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rx
 2023-04-25 19:26 UTC  (2+ messages)
  ` [PATCH v3 2/2] wifi: ath9k: protect WMI command response buffer replacement with a lock

[igt-dev] [PATCH i-g-t] intel-gfx-fw-info: Make it compatible with HuC via GSC
 2023-04-25 19:26 UTC  (3+ messages)

[Intel-gfx] [PATCH v8 0/7] drm/i915: use ref_tracker library for tracking wakerefs
 2023-04-25 19:25 UTC  (5+ messages)
` [Intel-gfx] [PATCH v8 6/7] drm/i915: Replace custom intel runtime_pm tracker with ref_tracker library
  `  "

[PATCH] f2fs: simplify the processing logic of retry_cnt
 2023-04-25 19:24 UTC  (2+ messages)
` [f2fs-dev] "

[igt-dev] [PATCH i-g-t v6 00/15] Integrate intel-bb with Xe
 2023-04-25 19:24 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for Integrate intel-bb with Xe (rev7)

[igt-dev] [PATCH i-g-t] tests/xe/xe_query.c: Update subtest query-engines
 2023-04-25 19:24 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v11 0/7] i2c-atr and FPDLink
 2023-04-25 19:24 UTC  (4+ messages)
` [PATCH v11 1/7] i2c: add I2C Address Translator (ATR) support

[syzbot] [wireless?] INFO: task hung in ath9k_hif_usb_firmware_cb (2)
 2023-04-25 19:23 UTC 

[PATCH v3 00/19] Migration to using binman for bootloader
 2023-04-25 19:23 UTC  (5+ messages)
` [PATCH v3 11/19] am64x: dts: binman: Package tiboot3.bin, tispl.bin u-boot.img

m68k support in libseccomp finally merged upstream
 2023-04-25 19:22 UTC 

[PATCH] usb: libcomposite: prevent duplicate bEndpointAddress by usb_ep_autoconfig_ss
 2023-04-25 19:20 UTC  (4+ messages)

[PATCH] credential: new attribute oauth_refresh_token
 2023-04-25 19:19 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/6] drm,fbdev: Use fbdev's I/O helpers
 2023-04-25 19:17 UTC  (3+ messages)

OpenEmbedded Happy Hour April 26 9pm/2100 UTC
 2023-04-25 19:16 UTC 

[Intel-xe] [PATCH v2 1/2] drm/xe: Set default MOCS value for cs instructions
 2023-04-25 19:16 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for series starting with [v2,1/2] "

[Intel-gfx] [PATCH 0/5] Improvements to GuC error capture list processing
 2023-04-25 19:10 UTC  (5+ messages)
` [Intel-gfx] [PATCH 4/5] drm/i915/guc: Capture list clean up - 3
` [Intel-gfx] [PATCH 5/5] drm/i915/guc: Capture list clean up - 4

[PATCH 0/2] net: phy: Make phy_interface_is_sgmii|rgmii a switch statement
 2023-04-25 19:13 UTC  (3+ messages)
` [PATCH 2/2] net: phy: Make phy_interface_is_rgmii "

[PATCH V4 1/2] debugfs: provide a way for relay user bypass lockdown
 2023-04-25 19:12 UTC  (4+ messages)
` [PATCH V4 2/2] blktrace: allow access trace file in lockdown mode

[PATCH v2 0/3] fs: multigrain timestamps
 2023-04-25 19:12 UTC  (8+ messages)
` [PATCH v2 1/3] fs: add infrastructure for multigrain inode i_m/ctime

[PATCH] drm/amdgpu: Mark contexts guilty for any reset type
 2023-04-25 19:11 UTC  (9+ messages)

[PATCH v3 0/3] net: DHCPv6 protocol and commands
 2023-04-25 19:11 UTC  (7+ messages)
` [PATCH v3 1/3] net: dhcp6: Add DHCPv6 (DHCP for IPv6)
` [PATCH v3 2/3] net: dhcp6: pxe: Add DHCP/PXE commands for IPv6
` [PATCH v3 3/3] net: dhcp6: Add a sandbox test for dhcp6

[PATCH v3 1/4] kunit: Always run cleanup from a test kthread
 2023-04-25 19:11 UTC  (3+ messages)
` [PATCH v3 4/4] kunit: example: Provide example exit functions

[PATCH 2/2] send-email: add --header-cmd option
 2023-04-25 19:09 UTC  (5+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] send-email: extract execute_cmd from recipients_cmd

[PATCH] mmc: sdhci-cadence: Fix an error handling path in sdhci_cdns_probe()
 2023-04-25 19:04 UTC  (2+ messages)

[PATCH 0/6] ovl: Add support for fs-verity checking of lowerdata
 2023-04-25 19:07 UTC  (5+ messages)
` [PATCH 4/6] ovl: Add framework for verity support

[PATCH v4] PCI: dwc: Wait for link up only if link is started
 2023-04-25 19:07 UTC  (2+ messages)

next/master baseline: 478 runs, 61 regressions (next-20230425)
 2023-04-25 19:06 UTC 

[PATCH v2 0/3] *** net: DHCPv6 protocol and commands ***
 2023-04-25 19:04 UTC  (7+ messages)
` [PATCH v2 1/3] net: dhcp6: Add DHCPv6 (DHCP for IPv6)
` [PATCH v2 3/3] net: dhcp6: Add a sandbox test for dhcp6

[PATCH for-rc] iommu/amd: Add missing domain type checks
 2023-04-25 19:04 UTC 

[PATCH] drm/amd/amdgpu: Fix style errors in amdgpu_display`.c
 2023-04-25 19:03 UTC  (2+ messages)

[PATCH v8 00/11] Introduce Nuvoton ma35d1 SoC
 2023-04-25 19:02 UTC  (4+ messages)
` [PATCH v8 05/11] dt-bindings: arm: Add initial bindings for Nuvoton platform

[PATCH] intel_scu_pcidrv: add back PCI id for Medfield
 2023-04-25 19:02 UTC  (5+ messages)

[PATCH v1] trace: add the necessary dependencies of configuration options
 2023-04-25 19:02 UTC  (2+ messages)

[Bug 209659] New: Intel USB bluetooth 8087:0026 device is gone after system resume
 2023-04-25 19:02 UTC  (2+ messages)
` [Bug 209659] Intel USB AX201 bluetooth (8087:0026) "

[PATCH] trace/recordmcount: add the necessary dependencies
 2023-04-25 19:01 UTC  (2+ messages)

[PATCH V3 0/6] Incremental patches on minimal boot support
 2023-04-25 19:01 UTC  (3+ messages)
` [PATCH V3 2/6] dt-bindings: clock: qcom,ipq9574-gcc: Add maintainer

[PATCH 0/3] pack-bitmap: boundary-based bitmap traversal
 2023-04-25 19:01 UTC  (6+ messages)

[Bug 217242] New: CPU hard lockup related to xhci/dma
 2023-04-25 19:01 UTC  (2+ messages)
` [Bug 217242] "

[PATCH 1/2 v3] dt-bindings: watchdog: marvell octeonTX2 GTI system watchdog driver
 2023-04-25 19:00 UTC  (2+ messages)

[RFC PATCH v3 00/20] configure: create a python venv and ensure meson, sphinx
 2023-04-25 18:58 UTC  (6+ messages)

[PATCH v2 0/2] Binder: Add timestamp and async from to transaction record
 2023-04-25 18:59 UTC  (5+ messages)
` [PATCH v2 1/2] Binder: Add timestamp "
` [PATCH v2 2/2] Binder: Add async from "

[PATCH v12 0/8] i2c-atr and FPDLink
 2023-04-25 18:59 UTC  (3+ messages)
` [PATCH v12 1/8] dt-bindings: i2c: Add I2C Address Translator (ATR)

[PATCH 0/7] phy: qcom-qmp-combo: Support orientation switching
 2023-04-25 18:58 UTC  (4+ messages)
` [PATCH 1/7] dt-bindings: phy: qcom,sc8280xp-qmp-usb43dp: Add ports and orientation-switch

+ mm-page_alloc-add-some-comments-to-explain-the-possible-hole-in-__pageblock_pfn_to_page.patch added to mm-unstable branch
 2023-04-25 18:57 UTC 

[PATCH RESEND] dt-bindings: riscv: add sv57 mmu-type
 2023-04-25 18:56 UTC  (3+ messages)

[PATCH] dt-bindings: leds: Drop redundant cpus enum match
 2023-04-25 18:55 UTC  (3+ messages)

Macbook pro 7,1
 2023-04-25 17:22 UTC 


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.