All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-21 11:13:09 to 2024-04-21 16:32:15 UTC [more...]

[linux-5.4 test] 185749: regressions - FAIL
 2024-04-21 16:31 UTC 

[PATCH v2 00/19] KVM: arm64: Transition to a per-ITS translation cache
 2024-04-21 16:30 UTC  (4+ messages)
` [PATCH v2 07/19] KVM: arm64: vgic-its: Scope translation cache invalidations to an ITS

[PATCH 00/24] include/exec: Rework (part 2)
 2024-04-21 16:29 UTC  (5+ messages)
` [PATCH 05/24] exec: Restrict 'cpu_ldst.h' to TCG accelerator
` [PATCH 06/24] exec: Have guest_addr_valid() methods take abi_ptr/size_t arguments

[opencloudos:next 86/98] kernel/sched/psi.c:936:11: error: call to undeclared function 'cgroup_psi'; ISO C99 and later do not support implicit function declarations
 2024-04-21 16:20 UTC 

[PATCH net-next] mailmap: add entries for Alex Elder
 2024-04-21 16:16 UTC  (2+ messages)

[PATCH -next v2] riscv: kdump: fix crashkernel reserving problem on RISC-V
 2024-04-21 16:13 UTC  (3+ messages)

[PATCH v3 0/5] RK3588 and Rock 5B dts additions: thermal, OPP and fan
 2024-04-21 16:07 UTC  (7+ messages)

[PATCH v3 1/2] arm64: dts: qcom: sa8155p-adp: fix SDHC2 CD pin configuration
 2024-04-21 16:07 UTC  (2+ messages)
` (subset) "

[PATCH v3] arm64: dts: qcom: qcm6490-idp: Name the regulators
 2024-04-21 16:07 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: qcm6490-fairphone-fp5: Add USB-C orientation GPIO
 2024-04-21 16:07 UTC  (2+ messages)

[PATCH RESEND] arm64: defconfig: qcom: enable X1E80100 sound card
 2024-04-21 16:07 UTC  (4+ messages)

[PATCH v2 0/5] arm64: dts: qcom: add USB-C orientation GPIOs
 2024-04-21 16:07 UTC  (2+ messages)

[PATCH] clk: qcom: rpm: Remove an unused field in struct rpm_cc
 2024-04-21 16:07 UTC  (2+ messages)

[PATCH] mount: If a reserved ports is used, do so for the pings as well
 2024-04-21 16:06 UTC  (3+ messages)

[PATCH v2] tty: n_gsm: restrict tty devices to attach
 2024-04-21 16:04 UTC  (6+ messages)

[PATCH] ipvs: Fix checksumming on GSO of SCTP packets
 2024-04-21 15:58 UTC  (4+ messages)

[PATCH 0/8] update-ref: add support for update-symref option
 2024-04-21 15:57 UTC  (6+ messages)
` [PATCH v2 0/7] update-ref: add symref oriented commands
  ` [PATCH v2 5/7] update-ref: add support for symref-create

[PATCH net-next v9 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-04-21 15:53 UTC  (3+ messages)
` [PATCH net-next v9 2/4] ethtool: provide customized dim profile management

[PATCH 0/2] platform: generic: thead: Add Canaan K230 PMU support
 2024-04-21 15:52 UTC  (3+ messages)
` [PATCH 1/2] platform: generic: thead: separate T-Head PMU Errata
` [PATCH 2/2] platform: generic: thead: add Canaan Kendryte K230

[net-next RFC v3 0/7] Improve GbEth performance on Renesas RZ/G2L and related SoCs
 2024-04-21 15:49 UTC  (4+ messages)
` [net-next RFC v3 4/7] net: ravb: Refactor GbEth RX code path

[PATCH 00/24] platform/x86: thinkpad_acpi: Refactor hotkey handling and add support for some new hotkeys
 2024-04-21 15:45 UTC  (25+ messages)
` [PATCH 01/24] platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit()
` [PATCH 02/24] platform/x86: thinkpad_acpi: Provide hotkey_poll_stop_sync() dummy
` [PATCH 03/24] platform/x86: thinkpad_acpi: Drop setting send_/ignore_acpi_ev defaults twice
` [PATCH 04/24] platform/x86: thinkpad_acpi: Drop ignore_acpi_ev
` [PATCH 05/24] platform/x86: thinkpad_acpi: Use tpacpi_input_send_key() in adaptive kbd code
` [PATCH 06/24] platform/x86: thinkpad_acpi: Do hkey to scancode translation later
` [PATCH 07/24] platform/x86: thinkpad_acpi: Make tpacpi_driver_event() return if it handled the event
` [PATCH 08/24] platform/x86: thinkpad_acpi: Move adaptive kbd event handling to tpacpi_driver_event()
` [PATCH 09/24] platform/x86: thinkpad_acpi: Move special original hotkeys handling out of switch-case
` [PATCH 10/24] platform/x86: thinkpad_acpi: Move hotkey_user_mask check to tpacpi_input_send_key()
` [PATCH 11/24] platform/x86: thinkpad_acpi: Always call tpacpi_driver_event() for hotkeys
` [PATCH 12/24] platform/x86: thinkpad_acpi: Drop tpacpi_input_send_key_masked() and hotkey_driver_event()
` [PATCH 13/24] platform/x86: thinkpad_acpi: Move hkey > scancode mapping to tpacpi_input_send_key()
` [PATCH 14/24] platform/x86: thinkpad_acpi: Move tpacpi_driver_event() call "
` [PATCH 15/24] platform/x86: thinkpad_acpi: Do not send ACPI netlink events for unknown hotkeys
` [PATCH 16/24] platform/x86: thinkpad_acpi: Change hotkey_reserved_mask initialization
` [PATCH 17/24] platform/x86: thinkpad_acpi: Use correct keycodes for volume and brightness keys
` [PATCH 18/24] platform/x86: thinkpad_acpi: Drop KEY_RESERVED special handling
` [PATCH 19/24] platform/x86: thinkpad_acpi: Switch to using sparse-keymap helpers
` [PATCH 20/24] platform/x86: thinkpad_acpi: Add mappings for adaptive kbd clipping-tool and cloud keys
` [PATCH 21/24] platform/x86: thinkpad_acpi: Simplify known_ev handling
` [PATCH 22/24] platform/x86: thinkpad_acpi: Support for trackpoint doubletap
` [PATCH 23/24] platform/x86: thinkpad_acpi: Support for system debug info hotkey
` [PATCH 24/24] platform/x86: thinkpad_acpi: Support hotkey to disable trackpoint doubletap

Building with PGO: concurrency and test data
 2024-04-21 15:45 UTC  (2+ messages)

[PATCH net-next v2 0/3] net: A lightweight zero-copy notification
 2024-04-21 15:45 UTC  (5+ messages)
` [PATCH net-next v2 1/3] selftests: fix OOM problem in msg_zerocopy selftest
` [PATCH net-next v2 2/3] sock: add MSG_ZEROCOPY notification mechanism based on msg_control

[PATCH] usb: gadget: f_uac1: Expose all string descriptors through configfs
 2024-04-21 15:41 UTC  (3+ messages)

[PATCH] format-patch: allow --rfc to optionally take a value, like --rfc=WIP
 2024-04-21 15:41 UTC  (6+ messages)
` [PATCH v2] "

[RFC PATCH v3 0/6] Add A1 Soc audio clock controller driver
 2024-04-21 15:35 UTC  (10+ messages)
` [RFC PATCH v3 4/6] dt-bindings: clock: meson: document A1 SoC "

[PATCH] drm/xe/hwmon: Remove unwanted write permission for currN_label
 2024-04-21 15:28 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/xe/hwmon: Remove unwanted write permission for currN_label (rev2)

[PATCH net-next] MAINTAINERS: Update Mellanox website links
 2024-04-21 15:19 UTC  (3+ messages)

[PATCHv3 00/17] nvme: implement secure concatenation
 2024-04-21 15:09 UTC  (21+ messages)
` [PATCH 11/17] nvme-tcp: request secure channel concatenation
` [PATCH 12/17] nvme-fabrics: reset connection for secure concatenation
` [PATCH 13/17] nvme-tcp: reset after recovery "

[PATCH net-next v5 0/7] selftests: drv-net: support testing with a remote system
 2024-04-21 14:59 UTC  (4+ messages)
` [PATCH net-next v5 7/7] selftests: drv-net: add require_XYZ() helpers for validating env

[syzbot] [efi?] BUG: soft lockup in sync_hw_clock
 2024-04-21 14:58 UTC 

[PATCH net-next v2 0/2] netdevsim: add NAPI support
 2024-04-21 14:56 UTC  (3+ messages)
` [PATCH net-next v2 2/2] net: selftest: add test for netdev netlink queue-get API

[RFC][PATCH] drm: bridge: dw-mipi-dsi: Call modeset in modeset callback
 2024-04-21 14:54 UTC  (4+ messages)

[intel-tdx:guest-next 7/7] arch/x86/include/asm/paravirt.h: asm/msr.h is included more than once
 2024-04-21 14:37 UTC 

[PATCH V2 1/2] drm/bridge: samsung-dsim: Set P divider based on min/max of fin pll
 2024-04-21 14:06 UTC  (4+ messages)
` [PATCH V2 2/2] drm/bridge: samsung-dsim: Fix porch calcalcuation rounding

[PATCH] media: platform: rzg2l-cru: rzg2l-video: Move request_irq() to rzg2l_cru_video_register()
 2024-04-21 14:30 UTC  (4+ messages)

[Patch v2] staging: greybus: Replace gcam macros with direct dev log calls
 2024-04-21 14:29 UTC  (2+ messages)

[PATCH] docs/zh_CN: Add dev-tools/kcov Chinese translation
 2024-04-21 14:20 UTC 

[PATCH 5.10.y-cip 00/53] Add initial support for the Renesas RZ/G3S SoC
 2024-04-21 14:24 UTC  (12+ messages)
` [PATCH 5.10.y-cip 03/53] clk: renesas: rzg2l: Trust value returned by hardware
` [PATCH 5.10.y-cip 13/53] clk: renesas: rzg2l: Simplify .determine_rate()
` [PATCH 5.10.y-cip 17/53] clk: renesas: rzg2l: Add support for RZ/G3S PLL
` [PATCH 5.10.y-cip 19/53] clk: renesas: rzg2l: Remove CPG_SDHI_DSEL from generic header
` [PATCH 5.10.y-cip 37/53] pinctrl: renesas: rzg2l: Add support for different DS values on different groups

[PATCH v2] ipvs: Fix checksumming on GSO of SCTP packets
 2024-04-21 14:22 UTC 

OE-core CVE metrics for nanbield on Sun 21 Apr 2024 04:00:02 AM HST
 2024-04-21 14:21 UTC 

[PATCH] hw/misc : Correct 5 spaces indents in stm32l4x5_exti
 2024-04-21 14:14 UTC 

[PATCH 6.1.y-cip 00/44] Add initial support for the Renesas RZ/G3S SoC
 2024-04-21 14:13 UTC  (2+ messages)

[PATCH v6 0/2] add initial Milk-V Duo S board support
 2024-04-21 14:12 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: riscv: add Milk-V Duo S board compatibles

[PATCH 5.10.y-cip 00/36] Add IA55 interrupt controller support
 2024-04-21 14:11 UTC  (5+ messages)

[PATCH v2 26/26] media: dvb-frontends: tda10048: Make explicit the range of z
 2024-04-21 14:07 UTC  (3+ messages)

[PATCH v5 0/5] Add device DM163 (led driver, matrix colors shield & display)
 2024-04-21 14:02 UTC  (6+ messages)
` [PATCH v5 1/5] hw/display : Add device DM163
` [PATCH v5 2/5] hw/arm : Pass STM32L4x5 SYSCFG gpios to STM32L4x5 SoC
` [PATCH v5 3/5] hw/arm : Create Bl475eMachineState
` [PATCH v5 4/5] hw/arm : Connect DM163 to B-L475E-IOT01A
` [PATCH v5 5/5] tests/qtest : Add testcase for DM163

[PATCH] clk: imx8mn: add video clocks support
 2024-04-21 14:07 UTC 

[PATCH v21 0/9] Add multiport support for DWC3 controllers
 2024-04-21 14:03 UTC  (5+ messages)
` [PATCH v21 5/9] dt-bindings: usb: qcom,dwc3: Add bindings for SC8280 Multiport

[PATCH v1 0/2] media: i2c: Add support for GT97xx VCM
 2024-04-21 14:00 UTC  (8+ messages)
` [PATCH v1 1/2] media: dt-bindings: i2c: add Giantec "

[PATCH] format-patch: ensure that --rfc and -k are mutually exclusive
 2024-04-21 14:00 UTC  (5+ messages)

[char-misc] mei: me: add lunar lake point M DID
 2024-04-21 13:56 UTC 

[PATCH 1/2] dt-bindings: arm: rockchip: Correct the descriptions for Radxa boards
 2024-04-21 13:54 UTC  (8+ messages)

Bluetooth kernel BUG with Intel AX211 (regression in 6.1.83)
 2024-04-21 13:54 UTC 

Thread for updating minor properties of tracked regressions [consider ignoring it!]
 2024-04-21 13:53 UTC  (3+ messages)

[PATCH v2] mm: memory: check userfaultfd_wp() in vmf_orig_pte_uffd_wp()
 2024-04-21 13:53 UTC  (6+ messages)

[GIT PULL] u-boot-video/video-20240421
 2024-04-21 13:52 UTC 

[PATCH v3 0/2] Fix two regression issues for QCA controllers
 2024-04-21 13:51 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v4 0/5] Use new helper function for clock and PM macro
 2024-04-21 13:47 UTC  (11+ messages)
` [PATCH v4 1/5] usb: ehci-exynos: Use devm_clk_get_enabled() helpers
` [PATCH v4 2/5] usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
` [PATCH v4 3/5] usb: ohci-exynos: Use devm_clk_get_enabled() helpers
` [PATCH v4 4/5] usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
` [PATCH v4 5/5] usb: dwc3: exynos: "

[PATCH v2 24/26] media: venus: venc: Make explicit the range of us_per_frame
 2024-04-21 13:48 UTC  (5+ messages)

[PATCH v2 23/26] media: venus: vdec: Make explicit the range of us_per_frame
 2024-04-21 13:20 UTC  (3+ messages)

OE-core CVE metrics for kirkstone on Sun 21 Apr 2024 03:00:01 AM HST
 2024-04-21 13:19 UTC 

[PATCH] add-patch: response to invalid option
 2024-04-21 13:18 UTC  (4+ messages)
` [PATCH v2] add-patch: response to invalid command
  ` [PATCH v3] add-patch: response to unknown command

[PATCH v5 0/6] soc: qcom: add in-kernel pd-mapper implementation
 2024-04-21 13:16 UTC  (4+ messages)
` [PATCH v5 3/6] soc: qcom: pdr: extract PDR message marshalling data

[Buildroot] [PATCH 1/1] package/checksec: bump to version 2.7.0
 2024-04-21 13:10 UTC 

[PATCH v1 0/2] riscv: dts: add USB nodes for Canaan Kendryte K230 SoCs
 2024-04-21 12:53 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: dwc2: Add bindings for new Canaan Kendryte K230 SoC
` [PATCH v1 2/2] riscv: dts: add usb nodes for Canaan Kendryte K230 SoCs

[PATCH 00/11] Basic SAE support for AP mode
 2024-04-21 12:50 UTC  (12+ messages)
` [PATCH 01/11] ap: ability to advertise PSK and SAE
` [PATCH 02/11] ap: accept PSK/SAE in auth depending on config
` [PATCH 03/11] sae: add function sae_set_group
` [PATCH 04/11] sae: refactor and add function sae_calculate_keys
` [PATCH 05/11] sae: make sae_process_commit callable in AP mode
` [PATCH 06/11] sae: verify offered group "
` [PATCH 07/11] sae: support reception of Confirm frame by AP
` [PATCH 08/11] ap: add support to handle SAE authentication
` [PATCH 09/11] ap: enable start of 4-way HS after SAE
` [PATCH 10/11] eapol: support PTK derivation with SHA256
` [PATCH 11/11] eapol: encrypt key data for AKM-defined ciphers

[GIT PULL] Microchip AT91 fixes for v6.9
 2024-04-21 12:48 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: tegra30-i2s: convert to dt schema
 2024-04-21 12:41 UTC  (2+ messages)

[PATCH v2 0/2] Fix the regulator-state-standby definition
 2024-04-21 12:40 UTC  (3+ messages)

[PATCH] don't report vsnprintf(3) error as bug
 2024-04-21 12:40 UTC 

Userspace or kernelspace driver once again
 2024-04-21 12:35 UTC 

[PATCH v2] ASoC: dt-bindings: tegra30-i2s: convert to dt schema
 2024-04-21 12:30 UTC 

regression: CPU soft lockup with raid10: check slab-out-of-bounds in md_bitmap_get_counter
 2024-04-21 12:30 UTC  (3+ messages)

[PATCH blktests v2 0/2] fix nbd/002
 2024-04-21 12:29 UTC  (2+ messages)

[PATCH -perfbook] docker: Add options to tar for normal-user mode behavior
 2024-04-21 12:22 UTC 

OE-core CVE metrics for dunfell on Sun 21 Apr 2024 02:00:01 AM HST
 2024-04-21 12:19 UTC 

[OE-core][PATCH] repo: upgrade 2.44 -> 2.45
 2024-04-21 12:19 UTC  (2+ messages)
` Patchtest results for "

[PATCH nfs-utils v2 0/4] nfsdctl: new nfs-utils tool for managing the kernel NFS server
 2024-04-21 12:17 UTC  (2+ messages)

[PATCH v3 2/2] cxl/core: add poison creation event handler
 2024-04-21 12:14 UTC  (2+ messages)

[PATCH 0/2] kconfig: remove unneeded 'optional' property support
 2024-04-21 12:08 UTC  (3+ messages)
` [PATCH 1/2] sh: convert the last use of 'optional' property in Kconfig
` [PATCH 2/2] kconfig: remove 'optional' property support

[PATCH] drm/bridge: imx: Fix unmet depenency for PHY_FSL_SAMSUNG_HDMI_PHY
 2024-04-21 12:07 UTC  (3+ messages)

[PATCH v24 00/20] nvme-tcp receive offloads
 2024-04-21 11:47 UTC  (5+ messages)
` [PATCH v24 01/20] net: Introduce direct data placement tcp offload
` [PATCH v24 04/20] net/tls,core: export get_netdev_for_sock

❌ FAIL (MISSED 5 of 204): Test report for master (6.9.0-rc4, mainline.kernel.org-clang, 977b1ef5)
 2024-04-21 11:41 UTC 

[GIT PULL] Char/Misc driver fixes for 6.9-rc5
 2024-04-21 11:37 UTC 

[GIT PULL] Driver core fixes for 6.9-rc5
 2024-04-21 11:37 UTC 

[GIT PULL] TTY/Serial driver fixes for 6.9-rc5
 2024-04-21 11:36 UTC 

[GIT PULL] USB / Thunderbolt driver fixes for 6.9-rc5
 2024-04-21 11:36 UTC 

[Buildroot] [PATCH 1/1] support/testing: add 4th runtime test
 2024-04-21 11:31 UTC 

OE-core CVE metrics for master on Sun 21 Apr 2024 01:00:01 AM HST
 2024-04-21 11:18 UTC 

[PATCH] staging: nvec: make i2c controller register writes robust
 2024-04-21 11:13 UTC  (2+ messages)

[PATCH] kconfig: remove unneeded if-conditional in conf_choice()
 2024-04-21 11:13 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.