All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-22 15:38:41 to 2023-12-22 16:51:58 UTC [more...]

[PULL REQUEST] i2c-for-6.7-rc8
 2023-12-22 16:51 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.7-rc7
 2023-12-22 16:51 UTC  (2+ messages)

[GIT PULL] gpio: fixes for v6.7-rc7
 2023-12-22 16:51 UTC  (2+ messages)

[PATCH 0/6] arm64: rockchip: Pine64 pinetab2 support
 2023-12-22 16:51 UTC  (30+ messages)
` [PATCH 1/6] dt-bindings: display: panel: Add BOE TH101MB31IG002-28A panel
` [PATCH 3/6] dt-bindings: arm64: rockchip: Add Pine64 Pinetab2
` [PATCH 4/6] arm64: dts: rockchip: Add devicetree for "
` [PATCH 5/6] arm64: dts: rockchip: Fix some dtb-check warnings
` [PATCH 6/6] dt-bindings: display: rockchip: dw-hdmi: Add missing sound-dai-cells property

Contributing to documentation
 2023-12-22 16:47 UTC  (5+ messages)

[soc:rockchip/dt64] BUILD SUCCESS 8174dff9e583f7791dacf6d8ce034eb18ec2b292
 2023-12-22 16:46 UTC 

[PATCH v1] KVM: nVMX: Fix handling triple fault on RSM instruction
 2023-12-22 16:45 UTC 

EEVDF and NUMA balancing
 2023-12-22 16:42 UTC  (21+ messages)

[PATCH v3] tracing/selftests: Add ownership modification tests for eventfs
 2023-12-22 16:40 UTC  (5+ messages)

[PATCH 0/2] clk: imx: composite-8m: Adjustments for __imx8m_clk_hw_composite()
 2023-12-22 16:37 UTC  (9+ messages)
` [cocci] "
` [PATCH 1/2] clk: imx: composite-8m: Less function calls in __imx8m_clk_hw_composite() after error detection
  ` [cocci] "
` [PATCH 2/2] clk: imx: composite-8m: Delete two unnecessary initialisations in __imx8m_clk_hw_composite()
  ` [cocci] "

[PATCH] bus: ti-sysc: Fix error handling for sysc_check_active_timer() again
 2023-12-22 16:37 UTC 

next/master baseline: 381 runs, 55 regressions (next-20231222)
 2023-12-22 16:37 UTC 

[PATCH 0/7] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2023-12-22 16:35 UTC  (12+ messages)
` [PATCH 3/7] firmware: arm_scmi: bus: iterate the id_table
` [PATCH 5/7] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
` [PATCH 6/7] pinctrl: Implementation of the generic scmi-pinctrl driver

[PATCH v2 0/9] Handoff bloblist from previous boot stage
 2023-12-22 16:34 UTC  (6+ messages)
` [PATCH v2 3/9] bloblist: refactor of bloblist_reloc()

[PATCHv4 00/14] x86/tdx: Add kexec support
 2023-12-22 16:34 UTC  (5+ messages)
` [PATCHv4 14/14] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

Some thoughts and questions about CXL & MCE
 2023-12-22 16:33 UTC 

[PATCH v4] tracing/selftests: Add ownership modification tests for eventfs
 2023-12-22 16:34 UTC 

[PATCH 0/3] Ensure resolving and setting of proper ISO3166 code
 2023-12-22 16:33 UTC  (5+ messages)
` [PATCH 1/3] technology: Add global regdom and regdom getter
` [PATCH 2/3] device: Setup regdom when powering up to maintain consistency
` [PATCH 3/3] timezone: Fix resolving of proper ISO3166 code from tz data

[PATCH net-next v1 0/8] add octeon_ep_vf driver
 2023-12-22 16:33 UTC  (4+ messages)
` [PATCH net-next v1 4/8] octeon_ep_vf: add Tx/Rx ring resource setup and cleanup
    ` [EXT] "

[PATCH v3 00/34] Enable build of full Xen for RISC-V
 2023-12-22 16:32 UTC  (3+ messages)
` [PATCH v3 31/34] xen/riscv: add minimal stuff to mm.h to build full Xen

[PATCH yocto-autobuilder2] config.py: add meta-qt6 and meta-webosose repositories
 2023-12-22 16:32 UTC 

[PATCH v2] Bluetooth: Fix atomicity violation in sniff_{min,max}_interval_set
 2023-12-22 16:29 UTC 

[PATCH] nightly.conf: Add the xe repo to drm-tip
 2023-12-22 16:28 UTC  (2+ messages)

[PATCH dwarves] pahole: Inject kfunc decl tags into BTF
 2023-12-22 16:24 UTC  (9+ messages)

[PATCH v6 0/9] Introduce generic headers
 2023-12-22 16:24 UTC  (6+ messages)
` [PATCH v6 9/9] xen/asm-generic: introduce generic device.h

[PATCH RFC v2 00/22] KVM: arm64: Implement support for SME in non-protected guests
 2023-12-22 16:21 UTC  (46+ messages)
` [PATCH RFC v2 01/22] KVM: arm64: Document why we trap SVE access from the host
` [PATCH RFC v2 02/22] arm64/fpsimd: Make SVE<->FPSIMD rewriting available to KVM
` [PATCH RFC v2 03/22] KVM: arm64: Move SVE state access macros after feature test macros
` [PATCH RFC v2 04/22] KVM: arm64: Store vector lengths in an array
` [PATCH RFC v2 05/22] KVM: arm64: Document the KVM ABI for SME
` [PATCH RFC v2 06/22] KVM: arm64: Make FFR restore optional in __sve_restore_state()
` [PATCH RFC v2 07/22] KVM: arm64: Define guest flags for SME
` [PATCH RFC v2 08/22] KVM: arm64: Rename SVE finalization constants to be more general
` [PATCH RFC v2 09/22] KVM: arm64: Basic SME system register descriptions
` [PATCH RFC v2 10/22] KVM: arm64: Add support for TPIDR2_EL0
` [PATCH RFC v2 11/22] KVM: arm64: Make SMPRI_EL1 RES0 for SME guests
` [PATCH RFC v2 12/22] KVM: arm64: Make SVCR a normal system register
` [PATCH RFC v2 13/22] KVM: arm64: Context switch SME state for guest
` [PATCH RFC v2 14/22] KVM: arm64: Manage and handle SME traps
` [PATCH RFC v2 15/22] KVM: arm64: Implement SME vector length configuration
` [PATCH RFC v2 16/22] KVM: arm64: Rename sve_state_reg_region
` [PATCH RFC v2 17/22] KVM: arm64: Support userspace access to streaming mode SVE registers
` [PATCH RFC v2 18/22] KVM: arm64: Expose ZA to userspace
` [PATCH RFC v2 19/22] KVM: arm64: Provide userspace access to ZT0
` [PATCH RFC v2 20/22] KVM: arm64: Support SME version configuration via ID registers
` [PATCH RFC v2 21/22] KVM: arm64: Provide userspace ABI for enabling SME
` [PATCH RFC v2 22/22] KVM: arm64: selftests: Add SME system registers to get-reg-list

[PATCH 0/3] connection: Rename 'connection.c' to 'gateway.c'
 2023-12-22 16:24 UTC  (5+ messages)

[PATCH v2] Bluetooth: Fix atomicity violation in conn_info_{min,max}_age_set
 2023-12-22 16:23 UTC 

[PATCH v6 i-g-t] lib/drmtest: load forced module
 2023-12-22 16:22 UTC 

[android-common:android11-5.4 3084/28639] crypto/asymmetric_keys/asymmetric_type.c:87:20: warning: passing argument 1 of 'IS_ERR' makes pointer from integer without a cast
 2023-12-22 16:20 UTC 

[PATCH 1/9] python3-yappi: update 1.4.0 -> 1.6.0
 2023-12-22 16:20 UTC  (6+ messages)
` [PATCH 8/9] flatpak: do not rely on executables from the host
  ` [oe] "
` [oe] [PATCH 1/9] python3-yappi: update 1.4.0 -> 1.6.0

[PATCH v1 1/1] extcon: intel-mrfld: Switch to use dev_err_probe()
 2023-12-22 16:19 UTC 

[PATCH 0/4] reset: gpio: ASoC: shared GPIO resets
 2023-12-22 16:18 UTC  (3+ messages)
` [PATCH 3/4] ASoC: dt-bindings: qcom,wsa8840: Add reset-gpios for shared line

[PULL v2 00/33] Block layer patches
 2023-12-22 16:17 UTC  (2+ messages)

[PULL 0/2] loongarch-to-apply queue
 2023-12-22 16:17 UTC  (2+ messages)

[PATCH v1 1/1] extcon: intel-mrfld: Don't shadow error from devm_extcon_dev_allocate()
 2023-12-22 16:18 UTC 

[PATCH 1/1] riscv: set ARCH_DMA_DEFAULT_COHERENT if RISCV_DMA_NONCOHERENT is not set
 2023-12-22 16:01 UTC  (14+ messages)

[nft PATCH] datatype: rt_symbol_table_init() to search for iproute2 configs
 2023-12-22 16:17 UTC  (3+ messages)
` [nft PATCH 1/2] datatype: Initialize rt_symbol_tables' base field
  ` [nft PATCH 2/2] datatype: Describe rt symbol tables

[PATCH] net/i40e: add diagnostic support in TX path
 2023-12-22 16:17 UTC  (2+ messages)

[PATCH v2] target/i386: Fix physical address truncation
 2023-12-22 16:16 UTC  (4+ messages)

[PATCH 1/2] hwmon: add fan speed monitoring driver for Surface devices
 2023-12-22 16:15 UTC  (3+ messages)

[PATCH 1/1] hwmon: clarify intent of fan min/max
 2023-12-22 16:14 UTC  (3+ messages)
` [PATCH v2] "

GRUB 2.12 released
 2023-12-22 16:13 UTC  (3+ messages)

[PATCH v2 00/32] Qualcomm generic board support
 2023-12-22 16:13 UTC  (4+ messages)
` [PATCH v2 12/32] board: dragonboard410c: upstream DT compat

[PATCH v2] Bluetooth: Fix atomicity violation in {conn,adv}_{min,max}_interval_set
 2023-12-22 16:13 UTC 

[PATCH 0/1] clarify intent of fan min and max attributes
 2023-12-22 16:12 UTC  (2+ messages)

[resend, PATCH v1 1/1] logic_pio: Use RESOURCE_SIZE_MAX definition
 2023-12-22 16:11 UTC  (4+ messages)

[davidhildenbrand:zap-batching 43/50] include/linux/pgtable.h:631:20: warning: conflicting types for 'ptep_set_wrprotect'; have 'void(struct mm_struct *, long unsigned int, pte_t *)' {aka 'void(struct mm_struct *, long unsigned int, unsigned int *)'}
 2023-12-22 16:10 UTC 

[PATCH net-next] sctp: fix busy polling
 2023-12-22 16:08 UTC  (2+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2023-12-22 16:06 UTC  (6+ messages)
  ` [LSF/MM/BPF TOPIC] Large block for I/O

[PATCH yocto-autobuilder-helper v2] config.json: add "package-management" to images
 2023-12-22 16:04 UTC  (4+ messages)

[PATCH v2 0/8] An effort to bring DT bindings compliance within U-Boot
 2023-12-22 16:03 UTC  (9+ messages)

[git pull] drm fixes for 6.7-rc7
 2023-12-22 16:02 UTC  (3+ messages)

[GIT PULL] 9p fixes for 6.7-rc7
 2023-12-22 16:02 UTC  (2+ messages)

[PATCH] cxl/port: Fix missing target list lock
 2023-12-22 15:58 UTC  (2+ messages)

subscribe c-std-porting
 2023-12-22 15:57 UTC 

[PATCH v2] Bluetooth: Fix atomicity violation in {min,max}_key_size_set
 2023-12-22 15:58 UTC  (2+ messages)
` [v2] "

[PATCH] cxl/port: Fix decoder initialization when nr_targets > interleave_ways
 2023-12-22 15:57 UTC  (2+ messages)

[PATCH 0/2] phy: qcom: qmp-pcie: Add support for G3/G4 PCIe PHY for X1E80100
 2023-12-22 15:57 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the X1E80100 QMP PCIe PHYs

[PATCH RFC 0/3] i2c: Enable calling i2c_register_spd() on muxed bus segments
 2023-12-22 15:55 UTC  (4+ messages)
` [PATCH RFC 1/3] i2c: smbus: Prepare i2c_register_spd for use on muxed segments
  ` [PATCH RFC 2/3] i2c: mux: gpio: Allow to call i2c_register_spd on a muxed segment
` [PATCH RFC 3/3] i2c: i801: Call i2c_register_spd() on muxed bus segments

[PATCH V6 00/14] fix migration of suspended runstate
 2023-12-22 15:53 UTC  (4+ messages)
` [PATCH V6 03/14] cpus: stop vm in "

[PATCH 0/2] drm/bridge: start moving towards struct drm_edid
 2023-12-22 15:53 UTC  (6+ messages)

[PATCH v5 i-g-t] lib/drmtest: load forced module
 2023-12-22 15:51 UTC 

[RFC PATCH 1/2] phy: ti: gmii-sel: Enable SGMII mode for J784S4
 2023-12-22 15:50 UTC  (3+ messages)

[PATCH net] [v2] sfc: fix a double-free bug in efx_probe_filters
 2023-12-22 15:49 UTC 

hvmloader - allow_memory_relocate overlaps
 2023-12-22 15:49 UTC  (5+ messages)

[PATCH v8 00/10] Enable HS-G5 support on SM8550
 2023-12-22 15:49 UTC  (6+ messages)
` [PATCH v8 09/10] phy: qualcomm: phy-qcom-qmp-ufs: Rectify SM8550 UFS HS-G4 PHY Settings

[PATCH v3 1/2] thermal/debugfs: Add thermal cooling device debugfs information
 2023-12-22 15:48 UTC  (4+ messages)

[PATCH 1/1] bootmeth: pass size to efi_binary_run()
 2023-12-22 15:47 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/libmodsecurity: bump to version 3.0.11
 2023-12-22 15:46 UTC 

[PATCH 00/12] soundwire/SOF: add SoundWire Interface support for AMD SOF stack
 2023-12-22 15:45 UTC  (7+ messages)
` [PATCH 04/12] drivers: soundwire: refactor soundwire pads enable

[PATCH v4 i-g-t] lib/drmtest: load forced module
 2023-12-22 15:46 UTC 

[meta-oe][PATCH] wavpack: upgrade 5.1.0 -> 5.6.0
 2023-12-22 15:44 UTC  (7+ messages)
  ` [oe] "

[PATCH 0/6] Add some more cfg80211 and mac80211 kunit tests
 2023-12-22 15:44 UTC  (8+ messages)

[PATCH 0/1] MAINTAINERS: fix folders within glob pattern
 2023-12-22 15:44 UTC  (2+ messages)
` [PATCH 1/1] "

[RFC v2] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap
 2023-12-22 15:40 UTC  (2+ messages)

[PATCH] net/gve: Enable stats reporting for GQ format
 2023-12-22 15:39 UTC 

[sailus-media-tree:metadata 36/36] drivers/media/i2c/ov2740.c:1074:17: error: member reference type 'struct v4l2_mbus_framefmt *' is a pointer; did you mean to use '->'?
 2023-12-22 15:38 UTC 

[PATCH v6 0/7] LoongArch: Add built-in dtb support
 2023-12-22 15:38 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.