All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-17 10:00:07 to 2023-04-17 10:46:56 UTC [more...]

[PATCH v1 1/1] PCI: of: Propagate firmware node
 2023-04-17 10:45 UTC  (3+ messages)

[PATCH] xen/livepatch: Fix .altinstructions safety checks
 2023-04-17 10:45 UTC  (3+ messages)

[PATCH] drm/rockchip: vop2: fix suspend/resume
 2023-04-17 10:46 UTC  (3+ messages)

[PATCH v6 0/5] spi: dw: DW SPI DMA Driver updates
 2023-04-17 10:43 UTC  (3+ messages)
` [PATCH v6 2/5] spi: dw: Move "dw_spi_can_dma" function

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-17 10:44 UTC  (6+ messages)

[PATCH] kunit: Set the current KUnit context when cleaning up
 2023-04-17 10:43 UTC  (2+ messages)

[PATCH] platform/x86: thinkpad_acpi: Fix Embedded Controller access on X380 Yoga
 2023-04-17 10:23 UTC  (6+ messages)

[PATCH] Input: xpad - fix GPF in xpad_probe
 2023-04-17 10:42 UTC  (3+ messages)

[PATCH v2 00/12] KVM: arm64: Support FEAT_LPA2 at hyp s1 and vm s2
 2023-04-17 10:43 UTC  (3+ messages)

[PATCH v2 2/2] thermal: mediatek: change clk_prepare_enable to devm_clk_get_enabled in mtk_thermal_probe
 2023-04-17 10:43 UTC  (9+ messages)
` [PATCH v3 1/2] thermal: mediatek: use devm_of_iomap to avoid resource leak "
  ` [PATCH v3 2/2] thermal: mediatek: change clk_prepare_enable to devm_clk_get_enabled "

[PATCH] drm/rockchip: vop2: fix suspend/resume
 2023-04-17 10:43 UTC  (3+ messages)

[PATCH] xen/livepatch: Fix secure_payload() in non-debug builds
 2023-04-17 10:41 UTC  (2+ messages)

[PATCH 00/23] arm: dts: k3-am64: Sync with kernel.org and
 2023-04-17 10:42 UTC  (3+ messages)
` [PATCH 04/23] arm: dts: k3-am642-sk: Fix mmc1 pinmux pull polarity

[PATCH v1 0/2] A fix for StarFive JH7110 clock drivers
 2023-04-17 10:18 UTC  (5+ messages)
` [PATCH v1 1/2] clk: starfive: Fix RESET_STARFIVE_JH7110 can't be selected in a specified case

[PATCH] rv: Fix addition on an uninitialized variable 'run'
 2023-04-17 10:39 UTC 

[PATCH v2 0/3] drm/i915: Replace kmap() with kmap_local_page()
 2023-04-17 10:38 UTC  (12+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 1/3] "
  `  "
` [Intel-gfx] [PATCH v2 2/3] drm/i915/gt: "
  `  "
` [PATCH v2 3/3] drm/i915/gem: "
  ` [Intel-gfx] "

[groeck-staging:watchdog-next] BUILD SUCCESS 831f5e20e6c349406e0deeca1d4bd54b07412b5f
 2023-04-17 10:38 UTC 

[PATCH v4 0/4] pwm: meson: make full use of common clock framework
 2023-04-17 10:36 UTC  (10+ messages)
` [PATCH v4 4/4] "

Bug/Weird behaviour with git pull
 2023-04-17 10:34 UTC 

[XEN][PATCH v5 00/17] dynamic node programming using overlay dtbo
 2023-04-17 10:35 UTC  (5+ messages)
` [XEN][PATCH v5 07/17] xen/smmu: Add remove_device callback for smmu_iommu ops
` [XEN][PATCH v5 09/17] xen/iommu: protect iommu_add_dt_device() with dtdevs_lock

[PATCH v2] Bluetooth: Devcoredump: Fix storing u32 without specifying byte order issue
 2023-04-17 10:34 UTC  (2+ messages)
` [v2] "

[PATCH 0/2] Add support for Xilinx XDMA Soft IP as Root Port
 2023-04-17 10:32 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: PCI: xilinx-xdma: Add YAML schemas for Xilinx XDMA PCIe Root Port Bridge
` [PATCH 2/2] PCI: xilinx-xdma: Add Xilinx XDMA Root Port driver

[PATCH v3 0/6] vpci: first series in preparation for vpci on ARM
 2023-04-17 10:34 UTC  (10+ messages)
` [PATCH v3 2/6] xen: pci: introduce reference counting for pdev

[PATCH] soc: qcom: ramp_controller: Fix an error handling path in qcom_ramp_controller_probe()
 2023-04-17 10:33 UTC  (2+ messages)

[PATCH] block: ublk: switch to ioctl command encoding
 2023-04-17 10:32 UTC  (5+ messages)

[RFC PATCH 00/14] RISC-V: Add steal-time support
 2023-04-17 10:34 UTC  (18+ messages)
` [RFC PATCH 01/14] RISC-V: paravirt: Add skeleton for pv-time support
` [RFC PATCH 02/14] RISC-V: Add SBI STA extension definitions
` [RFC PATCH 03/14] RISC-V: paravirt: Implement steal-time support
` [RFC PATCH 04/14] RISC-V: paravirt: Add kconfigs
` [RFC PATCH 05/14] RISC-V: KVM: Add SBI STA extension skeleton
` [RFC PATCH 06/14] RISC-V: KVM: Add steal-update vcpu request
` [RFC PATCH 07/14] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [RFC PATCH 08/14] RISC-V: KVM: Implement SBI STA extension
` [RFC PATCH 09/14] RISC-V: KVM: Add support for SBI extension registers
` [RFC PATCH 10/14] RISC-V: KVM: Add support for SBI STA registers
` [RFC PATCH 11/14] KVM: selftests: riscv: Move sbi_ecall to processor.c
` [RFC PATCH 12/14] KVM: selftests: riscv: Add guest_sbi_probe_extension
` [RFC PATCH 13/14] KVM: selftests: riscv: Add RISCV_SBI_EXT_REG
` [RFC PATCH 14/14] KVM: selftests: riscv: Add steal_time test support

20.11.8 patches review and test
 2023-04-17 10:34 UTC  (5+ messages)

stable-rc/queue/5.15 build: 179 builds: 3 failed, 176 passed, 10 errors, 5 warnings (v5.15.105-254-g9b84e4a2f259)
 2023-04-17 10:32 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Increase AUX timeout for Type-C
 2023-04-17 10:33 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2] "

[PATCH v2] ath9k: fix per-packet TX-power cap for TPC
 2023-04-17 10:31 UTC  (2+ messages)

[PATCH 0/2] Reduce lock contention related with large folio
 2023-04-17 10:33 UTC  (2+ messages)

[PATCH] userfaultfd: use helper function range_in_vma()
 2023-04-17 10:33 UTC  (2+ messages)

[PATCH] media: Add common header file with JPEG marker definitions
 2023-04-17 10:31 UTC  (2+ messages)

[PATCH] drm: make drm_dp_add_payload_part2 gracefully handle NULL state pointer
 2023-04-17 10:29 UTC  (12+ messages)

[PATCH v1] wifi: mac80211: Initialize EWMA fail avg to 1
 2023-04-17 10:02 UTC 

[PATCH 1/2] btrfs: fix btrfs_prev_leaf() to not return the same key twice
 2023-04-17 10:18 UTC  (4+ messages)

[PATCH v4 00/11] PCI: rockchip: Fix RK3399 PCIe endpoint controller driver
 2023-04-17  9:26 UTC  (2+ messages)
` [PATCH v4 05/11] arm64: dts: rockchip: Add dtsi entry for RK3399 PCIe endpoint core

[PATCH 1/2] wifi: ath11k: Ignore frags from uninitialized peer in dp
 2023-04-17 10:28 UTC  (3+ messages)

[RFC v2 PATCH 00/17] variable-order, large folios for anonymous memory
 2023-04-17 10:28 UTC  (15+ messages)
` [RFC v2 PATCH 03/17] mm: Introduce try_vma_alloc_movable_folio()
` [RFC v2 PATCH 16/17] mm: mmap: Align unhinted maps to highest anon folio order

HEADS UP: re-adding the armhf boxes to osstest
 2023-04-17 10:29 UTC  (3+ messages)

[PATCH v2] thermal/drivers/intel/int340x: Add DLVR support
 2023-04-17 10:16 UTC  (3+ messages)

[PATCH] x86/livepatch: Fix livepatch application when CET is active
 2023-04-17 10:28 UTC  (2+ messages)

[PATCH] intel_scu_pcidrv: add back PCI id for Medfield
 2023-04-17 10:16 UTC  (3+ messages)

RFC: disable HPET legacy mode after timer check
 2023-04-17 10:26 UTC  (5+ messages)

[meta-ti][master/kirkstone][PATCH v2] j721e-hs-evm: Merge j721e defconfigs
 2023-04-17 10:26 UTC 

DRM debugfs cleanup take 4
 2023-04-17 10:26 UTC  (5+ messages)
` [PATCH 2/5] drm/debugfs: rework debugfs directory creation v3

[Intel-gfx] [PATCH] drm/i915/display/dp: 128/132b LT requirement
 2023-04-17 10:24 UTC  (3+ messages)

[PATCH nf] netfilter: nf_tables: fix ifdef to also consider nf_tables=m
 2023-04-17 10:22 UTC  (2+ messages)

[RFC PATCH v1] hw/misc: add i2c slave device that passes i2c ops outside
 2023-04-17 10:18 UTC  (3+ messages)

[PATCH nf] netfilter: nf_tables: validate catch-all set elements
 2023-04-17 10:21 UTC 

[RFC PATCH v7] sched: Fix performance regression introduced by mm_cid
 2023-04-17 10:18 UTC  (2+ messages)

[RFC PATCH 0/4] Add support for QMC HDLC and PHY
 2023-04-17 10:16 UTC  (6+ messages)

[chrome-os:chromeos-5.10 32/46] arch/x86/kvm/mmu/mmu.c:1630:6-25: atomic_dec_and_test variation before object free at line 1634
 2023-04-17 10:21 UTC 

[-net-next v12 0/6] Add Ethernet driver for StarFive JH7110 SoC
 2023-04-17 10:02 UTC  (13+ messages)
` [-net-next v12 1/6] dt-bindings: net: snps,dwmac: Add dwmac-5.20 version
` [-net-next v12 2/6] net: stmmac: platform: Add snps,dwmac-5.20 IP compatible string
` [-net-next v12 3/6] dt-bindings: net: snps,dwmac: Add 'ahb' reset/reset-name
` [-net-next v12 4/6] dt-bindings: net: Add support StarFive dwmac
` [-net-next v12 5/6] net: stmmac: Add glue layer for StarFive JH7110 SoC
` [-net-next v12 6/6] net: stmmac: dwmac-starfive: Add phy interface settings

[meta-ti][master/kirkstone][PATCH] j721e-hs-evm: Merge j721e defconfigs
 2023-04-17 10:22 UTC 

[PATCH] wifi: ath11k: print a warning when crypto_alloc_shash() fails
 2023-04-17 10:19 UTC  (3+ messages)

[PATCH v2 0/5] arm64: dts: ti: k3-j7200-som-p0: Add TP6594 family PMICs
 2023-04-17 10:05 UTC  (7+ messages)

[Intel-wired-lan] [PATCH net v1] ice: fix undersized tx_flags field
 2023-04-17 10:16 UTC  (4+ messages)

[PATCH] ath11k: pci: Add more MODULE_FIRMWARE() entries
 2023-04-17 10:17 UTC  (3+ messages)

[PATCH] make-mod-scripts: preserve libraries when rm_work is used
 2023-04-17 10:19 UTC  (2+ messages)
` [OE-core] "

netdev-socket test hang (s390 host, mips64el guest, backtrace)
 2023-04-17 10:16 UTC  (4+ messages)

[PATCH] wifi: ath11k: Add SAR support on WCN6750
 2023-04-17 10:15 UTC  (3+ messages)

[PATCH] platform/x86/intel/sdsi: Change mailbox timeout
 2023-04-17 10:13 UTC  (3+ messages)

[PATCH] Revert "spi: zynq_qspi: Use dummy buswidth in dummy byte calculation"
 2023-04-17 10:17 UTC  (2+ messages)

[PATCH 1/2] firmware: zynqmp: Mask expected and show unexpected warning
 2023-04-17 10:16 UTC  (2+ messages)

[PATCH] platform/x86/intel/pmt: Ignore uninitialized entries
 2023-04-17 10:13 UTC  (3+ messages)

[PATCH 0/2] arm64: defconfig: Enable TI TSCADC and ADC drivers
 2023-04-17 10:03 UTC  (4+ messages)
` [PATCH 2/2] arm64: defconfig: Enable TI ADC driver

[PATCH v4] dt-bindings: net: Convert ATH10K to YAML
 2023-04-17 10:12 UTC  (3+ messages)

[PATCH] wifi: ath11k: Disable Spectral scan upon removing interface
 2023-04-17 10:14 UTC  (3+ messages)

stable-rc/queue/4.14 build: 195 builds: 2 failed, 193 passed, 28 warnings (v4.14.311-97-gc9fe9a2acde5)
 2023-04-17 10:13 UTC 

[PATCH v5 00/14] Add Qualcomm PMIC TPCM support
 2023-04-17 10:11 UTC  (8+ messages)

[PATCH net-next v1 0/2] net: dsa: microchip: Rework ksz_prmw8 and add partial ACL support
 2023-04-17 10:12 UTC  (5+ messages)
` [PATCH net-next v1 2/2] net: dsa: microchip: Add partial ACL support for ksz9477 switches

KVM QEMU AIA support for RISCV guests
 2023-04-17 10:13 UTC  (3+ messages)

Question: Why the definition of ULONG_CMP_LE is different with time_before?
 2023-04-17 10:10 UTC  (3+ messages)

[PATCH 0/5] Cleanup [h_enter|spapr_exit]_nested routines
 2023-04-17 10:10 UTC  (4+ messages)

[PATCH v2 0/4] PCI: s390: Fix user-after-free and clean up
 2023-04-17 10:07 UTC  (4+ messages)
` [PATCH v2 1/4] PCI: s390: Fix use-after-free of PCI resources with per-function hotplug

[PATCH] clocksource/drivers/arm_arch_timer: Add workaround for MediaTek MMIO timer
 2023-04-17 10:09 UTC  (5+ messages)

[PATCH net] virtio-net: reject small vring sizes
 2023-04-17 10:04 UTC  (13+ messages)

[PATCH] arm64: defconfig: Enable Renesas MTU3a counter config
 2023-04-17 10:06 UTC  (2+ messages)

[PATCH v3 1/2] ARM: dts: rk3588-rock-5b-u-boot: add bootph-all to pinctrl for sdmmc
 2023-04-17 10:06 UTC  (2+ messages)
` [PATCH v3 2/2] configs: rockchip: rock5b-rk3588: add pinctrl to SPL

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-04-17 10:05 UTC  (4+ messages)

[GIT PULL v2] exynos-drm-next
 2023-04-17 10:06 UTC 

[PATCH] [v2] mm: make arch_has_descending_max_zone_pfns() static
 2023-04-17 10:05 UTC  (3+ messages)

stable-rc/queue/5.15 baseline: 180 runs, 11 regressions (v5.15.105-244-g4632bdfc359d)
 2023-04-17 10:02 UTC 

[PATCH] media: i2c: imx296: Fix error handling while reading temperature
 2023-04-17 10:00 UTC  (3+ messages)

[RFCv3 02/10] libfs: Add __generic_file_fsync_nolock implementation
 2023-04-17 10:01 UTC  (2+ messages)

[Virtio-fs] [PATCH 00/12] virtio: add vhost-user-generic and reduce copy and paste
 2023-04-17 10:02 UTC  (4+ messages)
` [Virtio-fs] [PATCH 08/12] qom: allow for properties to become "fixed"
    `  "

stable-rc/queue/6.1 baseline: 183 runs, 8 regressions (v6.1.22-446-gccec7b96e5e7)
 2023-04-17 10:01 UTC 

[LTP] [PATCH v2] Hugetlb: Test to detect bug with freeing gigantic hugetlb pages
 2023-04-17 10:02 UTC  (2+ messages)

[PATCH v7 00/30] Add KVM LoongArch support
 2023-04-17  9:59 UTC  (9+ messages)
` [PATCH v7 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v7 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v7 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v7 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v7 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v7 28/30] LoongArch: KVM: Implement probe virtualization when loongarch cpu init
` [PATCH v7 29/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v7 30/30] LoongArch: KVM: Supplement kvm document about loongarch-specific part

[PATCH v3] net/i40e: support enable/disable source pruning
 2023-04-17 10:01 UTC  (3+ messages)

[PATCH v1 0/2] arm64: dts: imx8mp: Enable CSIS and ISI in DT
 2023-04-17  9:59 UTC  (5+ messages)
` [PATCH v1 1/2] arm64: dts: imx8mp: Add CSIS DT nodes


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.