All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-09 08:51:14 to 2023-06-09 09:13:39 UTC [more...]

[PATCH v2 0/2] Fix error check and cleanup for JH7110 TDM
 2023-06-09  9:08 UTC  (5+ messages)
` [PATCH v2 1/2] ASoC: starfive: Fix an error check in jh7110_tdm_clk_reset_get()
` [PATCH v2 2/2] ASoC: starfive: Remove some unused macros

[PATCH v4 0/9] GenieZone hypervisor drivers
 2023-06-09  8:52 UTC  (19+ messages)
` [PATCH v4 1/9] docs: geniezone: Introduce GenieZone hypervisor
` [PATCH v4 2/9] virt: geniezone: Add GenieZone hypervisor support
` [PATCH v4 3/9] virt: geniezone: Add vcpu support
` [PATCH v4 4/9] virt: geniezone: Add irqchip support for virtual interrupt injection
` [PATCH v4 5/9] virt: geniezone: Add irqfd support
` [PATCH v4 6/9] virt: geniezone: Add ioeventfd support
` [PATCH v4 7/9] virt: geniezone: Add memory region support
` [PATCH v4 8/9] virt: geniezone: Add dtb config support
` [PATCH v4 9/9] virt: geniezone: Add virtual timer support

[PATCH v5] selftests/clone3: Fix broken test under !CONFIG_TIME_NS
 2023-06-09  9:07 UTC 

[PATCH RFC net-next 0/4] phylink EEE support
 2023-06-09  9:11 UTC  (5+ messages)
` [PATCH RFC net-next 1/4] net: add helpers for EEE configuration
` [PATCH RFC net-next 2/4] net: phylink: add EEE management
` [PATCH RFC net-next 3/4] net: mvneta: convert to phylink EEE implementation
` [PATCH RFC net-next 4/4] net: mvpp2: add "

[PATCH] mm/vmalloc: Replace the ternary conditional operator with min()
 2023-06-09  9:12 UTC  (2+ messages)

[PATCH v8 00/18] GMU-less A6xx support (A610, A619_holi)
 2023-06-09  9:12 UTC  (6+ messages)
` [PATCH v8 01/18] dt-bindings: display/msm: gpu: Document GMU wrapper-equipped A6xx

[PATCH] mmc: mtk-sd: include bitfield header and fix incompatible pointer types
 2023-06-09  9:12 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: ipq9574: enable the SPI NOR support in RDP433
 2023-06-09  9:07 UTC  (2+ messages)

Some questions about using the perf tool in ARM-SPE
 2023-06-09  9:06 UTC  (2+ messages)

[Buildroot] [git commit branch/2023.02.x] package: busybox: backport fix for missing getrandom()
 2023-06-09  9:09 UTC 

[linux-linus test] 181320: regressions - FAIL
 2023-06-09  9:10 UTC 

[Buildroot] [git commit branch/2023.02.x] package/mupdf: fix building with zlib-ng
 2023-06-09  8:10 UTC 

[Buildroot] [git commit branch/2023.02.x] support/testing: new runtime test for bash
 2023-06-09  8:12 UTC 

[Buildroot] [PATCH 1/1] package/mupdf: fix building with zlib-ng
 2023-06-09  9:10 UTC  (3+ messages)
` [Buildroot] [PATCH v2 1/1] package: busybox: backport fix for missing getrandom()

[Intel-gfx] [RFC 0/4] Get optimal audio frequency and channels
 2023-06-09  9:09 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:08 UTC  (31+ messages)
` [PATCH v13 01/30] LoongArch: KVM: Add kvm related header files
` [PATCH v13 02/30] LoongArch: KVM: Implement kvm module related interface
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v13 04/30] LoongArch: KVM: Implement VM related functions
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v13 06/30] LoongArch: KVM: Implement vcpu create and destroy interface
` [PATCH v13 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v13 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v13 09/30] LoongArch: KVM: Implement vcpu get, vcpu set registers
` [PATCH v13 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v13 11/30] LoongArch: KVM: Implement fpu related operations for vcpu
` [PATCH v13 12/30] LoongArch: KVM: Implement vcpu interrupt operations
` [PATCH v13 13/30] LoongArch: KVM: Implement misc vcpu related interfaces
` [PATCH v13 14/30] LoongArch: KVM: Implement vcpu load and vcpu put operations
` [PATCH v13 15/30] LoongArch: KVM: Implement vcpu status description
` [PATCH v13 16/30] LoongArch: KVM: Implement update VM id function
` [PATCH v13 17/30] LoongArch: KVM: Implement virtual machine tlb operations
` [PATCH v13 18/30] LoongArch: KVM: Implement vcpu timer operations
` [PATCH v13 19/30] LoongArch: KVM: Implement kvm mmu operations
` [PATCH v13 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v13 21/30] LoongArch: KVM: Implement handle iocsr exception
` [PATCH v13 22/30] LoongArch: KVM: Implement handle idle exception
` [PATCH v13 23/30] LoongArch: KVM: Implement handle gspr exception
` [PATCH v13 24/30] LoongArch: KVM: Implement handle mmio exception
` [PATCH v13 25/30] LoongArch: KVM: Implement handle fpu exception
` [PATCH v13 26/30] LoongArch: KVM: Implement kvm exception vector
` [PATCH v13 27/30] LoongArch: KVM: Implement vcpu world switch
` [PATCH v13 28/30] LoongArch: KVM: Enable kvm config and add the makefile
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[Buildroot] [PATCH] support/testing: new runtime test for bash
 2023-06-09  9:09 UTC  (2+ messages)

[PATCH mm-unstable v2 00/10] mm/kvm: locklessly clear the accessed bit
 2023-06-09  9:07 UTC  (13+ messages)
` [PATCH mm-unstable v2 01/10] mm/kvm: add mmu_notifier_ops->test_clear_young()
` [PATCH mm-unstable v2 09/10] kvm/x86: add kvm_arch_test_clear_young()

[Intel-xe] [PATCH v2 0/2] Implement missing invalidations and flushes
 2023-06-09  9:08 UTC  (9+ messages)
` [Intel-xe] [PATCH v2 1/2] drm/xe: Invalidate TLB also on bind if in scratch page mode
` [Intel-xe] [PATCH v2 2/2] drm/xe: Emit a render cache flush after each rcs/ccs batch
` [Intel-xe] ✓ CI.Patch_applied: success for Implement missing invalidations and flushes
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[PATCH 5.15 070/371] tpm, tpm_tis: Claim locality before writing interrupt registers
 2023-06-09  9:07 UTC  (4+ messages)

[RFC PATCH net-next] sock: Propose socket.urgent for sockmem isolation
 2023-06-09  9:07 UTC  (3+ messages)

Linux 6.3.7
 2023-06-09  9:05 UTC  (2+ messages)

[PATCH 1/2] iommu/amd: Use BIT/BIT_ULL macro to define bit fields
 2023-06-09  9:06 UTC  (2+ messages)
` [PATCH 2/2] iommu/amd: Remove extern from function prototypes

Linux 5.15.116
 2023-06-09  9:05 UTC  (2+ messages)

Linux 6.1.33
 2023-06-09  9:05 UTC  (2+ messages)

Linux 5.10.183
 2023-06-09  9:05 UTC  (2+ messages)

[PATCH 1/2] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() in case of error
 2023-06-09  8:57 UTC  (3+ messages)
` [PATCH 2/2] tty: serial: samsung_tty: Fix a memory leak in s3c24xx_serial_getclk() when iterating clk
  ` AW: "

[PULL 00/17] Block patches
 2023-06-09  9:05 UTC  (6+ messages)
` [PULL 05/17] parallels: Out of image offset in BAT leads to image inflation

[PATCH 0/2] Fix sparse warnings
 2023-06-09  9:05 UTC  (3+ messages)
` [PATCH 1/2] arm64: versal: Add missing prototype for initialize_tcm
` [PATCH 2/2] arm64: versal: Add missing prototypes

Linux 4.14.317
 2023-06-09  9:05 UTC  (2+ messages)

Linux 4.19.285
 2023-06-09  9:05 UTC  (2+ messages)

Linux 5.4.246
 2023-06-09  9:05 UTC  (2+ messages)

[GIT PULL FOR v6.5] Venus updates
 2023-06-09  9:05 UTC  (2+ messages)
` [GIT PULL FOR v6.5] Venus updates (#92280)

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  9:05 UTC  (9+ messages)
` [PATCH v13 03/30] LoongArch: KVM: Implement kvm hardware enable, disable interface
` [PATCH v13 05/30] LoongArch: KVM: Add vcpu related header files
` [PATCH v13 07/30] LoongArch: KVM: Implement vcpu run interface
` [PATCH v13 08/30] LoongArch: KVM: Implement vcpu handle exit interface
` [PATCH v13 10/30] LoongArch: KVM: Implement vcpu ENABLE_CAP ioctl interface
` [PATCH v13 20/30] LoongArch: KVM: Implement handle csr excption
` [PATCH v13 29/30] LoongArch: KVM: Supplement kvm document about LoongArch-specific part
` [PATCH v13 30/30] LoongArch: KVM: Add maintainers for LoongArch KVM

[PATCH v2] app/test-pmd: fix not polling all queues without deferred starting
 2023-06-09  9:03 UTC  (5+ messages)
` [PATCH v3] "
  ` [PATCH v4] app/testpmd: fix primary process not polling all queues

[PATCH v2 0/2] crypto: starfive - Add RSA algo to drivers
 2023-06-09  9:04 UTC  (3+ messages)
` [PATCH v2 2/2] crypto: starfive - Add RSA algo support

Linux kernel 6.3.7 released
 2023-06-09  9:05 UTC 

[igt-dev] [i-g-t, 1/1] Uevent listener for fake gt reset failure
 2023-06-09  9:05 UTC  (2+ messages)

[PATCH v2 0/5] ASoC: add new trigger ordering method
 2023-06-09  9:03 UTC  (3+ messages)
` [PATCH v2 3/5] ASoC: atmel: use use "

[PATCH 0/3] Initial support for Power
 2023-06-09  9:04 UTC  (3+ messages)
` [PATCH 3/3] maintainers: Add PPC64 maintainer

[PATCH] net: cpsw: increase a delay before reading the ALIVE register
 2023-06-09  9:02 UTC 

[PATCH] drm/edid: Add quirk for OSVR HDK 2.0
 2023-06-09  9:03 UTC  (3+ messages)

[PATCH] iommu/amd: Fix DTE_IRQ_PHYS_ADDR_MASK macro
 2023-06-09  9:03 UTC 

[PATCH 0/9] regulator: mt6358: Remove bogus regulators and improvements
 2023-06-09  9:03 UTC  (7+ messages)
` [PATCH 3/9] regulator: mt6358: Merge VCN33_* regulators
` [PATCH 4/9] regulator: mt6358: Drop *_SSHUB regulators

[PATCH] watchdog/mm: Allow dumping memory info in pretimeout
 2023-06-09  9:01 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/../pm/legacy-dpm/si_dpm.c:7386:12: warning: stack frame size (2112) exceeds limit (2048) in 'si_dpm_init'
 2023-06-09  9:01 UTC 

[PATCH] erofs-utils: mkfs: twist calculation of shared_xattr_id
 2023-06-09  9:02 UTC 

[PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
 2023-06-09  9:02 UTC  (5+ messages)

[Intel-wired-lan] [PATCH iwl-next v3 00/10] Implement support for SRIOV + LAG
 2023-06-09  9:01 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH iwl-next v3 06/10] ice: Flesh out implementation of support for SRIOV on bonded interface
  `  "

[PATCH V3] kbd: Add ptest support
 2023-06-09  8:56 UTC  (5+ messages)
` [OE-core] "

[PATCH v4 0/3] Add support for HiSilicon SoC uncore PMU
 2023-06-09  9:00 UTC  (10+ messages)
` [PATCH v4 1/3] drivers/perf: hisi: Add support for HiSilicon H60PA and PAv3 PMU driver
` [PATCH v4 2/3] drivers/perf: hisi: Add support for HiSilicon UC "
` [PATCH v4 3/3] docs: perf: Add new description for HiSilicon UC PMU

Linux kernel 6.1.33 released
 2023-06-09  9:00 UTC 

[PATCH v5 00/14] ceph: support idmapped mounts
 2023-06-09  8:59 UTC  (3+ messages)

[PATCH] mmc: inline the first mmc_scan() on mmc_start_host()
 2023-06-09  8:58 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 00/12] mtd: rawnand: brcmnand: driver and doc updates
 2023-06-09  8:58 UTC  (6+ messages)
` [PATCH 05/12] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs

[PATCH 6.3 000/285] 6.3.7-rc2 review
 2023-06-09  8:59 UTC  (2+ messages)

[PATCH v5 00/14] Improve sbi_console
 2023-06-09  8:58 UTC  (6+ messages)
` [PATCH v5 14/14] lib: sbi: Fix invalid directive print

[PATCH 0/3] arm64: dts: qcom: sa8775p: Add interconnect to SMMU
 2023-06-09  8:56 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: arm-smmu: Add interconnect for qcom SMMUs
` [PATCH 3/3] iommu/arm-smmu-qcom: Add support for the interconnect

next/master baseline: 671 runs, 93 regressions (next-20230609)
 2023-06-09  8:55 UTC 

[GIT PULL] pin control fix for v6.4
 2023-06-09  8:54 UTC 

[PATCH] net/iavf: fix old GCC compilation warnings
 2023-06-09  9:02 UTC  (2+ messages)
` [PATCH v2] net/iavf: fix "

[PATCH v1 0/5] Fixes for Rockchip NAND controller driver
 2023-06-09  8:54 UTC  (8+ messages)
` [PATCH v1 3/5] mtd: nand: raw: rockchip-nand-controller: fix nand timing default
` [PATCH v1 5/5] mtd: nand: add support for the Sandisk SDTNQGAMA chip

Linux kernel 5.15.116 released
 2023-06-09  8:55 UTC 

[PATCH v4] drm/dp_mst: Clear MSG_RDY flag before sending new message
 2023-06-09  8:53 UTC  (5+ messages)

Xen reliance on non-standard GCC features
 2023-06-09  8:54 UTC  (6+ messages)

[Intel-gfx] [PATCH 0/3] Move stolen memory handling details into i915_gem_stolen
 2023-06-09  8:53 UTC  (4+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915: Move stolen memory handling "
` [Intel-gfx] [PATCH 2/3] drm/i915/fbc: Make FBC check stolen at use time
` [Intel-gfx] [PATCH 3/3] drm/i915/fbc: Moved fence related code away from intel_fbc

[PATCH v13 00/30] Add KVM LoongArch support
 2023-06-09  8:54 UTC 

[PATCH net-next 3/3] tools: ynl: Remove duplicated include in devlink-user.c
 2023-06-09  8:52 UTC  (3+ messages)
` [PATCH net-next 2/3] tools: ynl: Remove duplicated include in handshake-user.c
` [PATCH net-next 1/3] net: hv_netvsc: Remove duplicated include in rndis_filter.c

[PATCH v4] Add .editorconfig file for basic formatting
 2023-06-09  8:50 UTC  (4+ messages)

[RESEND 00/15] Rid W=1 warnings from GPU
 2023-06-09  8:51 UTC  (9+ messages)
` [RESEND 04/15] drm/mediatek/mtk_disp_aal: Remove half completed incorrect struct header
` [RESEND 05/15] drm/mediatek/mtk_disp_ccorr: "

[PATCH 1/2] runqemu-gen-tapdevs: Refactoring
 2023-06-09  8:51 UTC  (2+ messages)
` [PATCH 2/2] runqemu-ifupdown/get-tapdevs: Add support for ip tuntap

[PATCH 0/4] erofs-utils: code-refactoring for erofs compressor
 2023-06-09  8:50 UTC  (5+ messages)
` [PATCH 1/4] erofs-utils: lib: refactor erofs compressors init
` [PATCH 2/4] erofs-utils: lib: unify all identical compressor print function
` [PATCH 3/4] erofs-utils: simplify erofs compressor init and exit
` [PATCH 4/4] erofs-utils: dump: add some superblock fields


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.