All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-07 07:41:39 to 2023-09-07 08:57:29 UTC [more...]

[PATCH] drm/tegra: Remove existing framebuffer only if we support display
 2023-09-07  8:11 UTC  (8+ messages)

[PATCH 00/21] gpio: convert users to gpio_device_find() and remove gpiochip_find()
 2023-09-07  7:57 UTC  (11+ messages)
` [PATCH 07/21] gpiolib: provide gpio_device_get_base()
` [RFT PATCH 15/21] arm: omap1: ams-delta: stop using gpiochip_find()
` [PATCH 20/21] gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
` [PATCH 21/21] gpiolib: remove gpiochip_find()

[PATCH 1/3] decompressors: Update xz to include ARM64 BCJ decoder
 2023-09-07  8:56 UTC  (5+ messages)
` [PATCH 2/3] scripts: Select XZ --arm64 BCJ filter for 64-bit arm
` [PATCH 3/3] kbuild: remove duplicated xz compressions target

[PATCH] Revert "dma-contiguous: check for memory region overlap"
 2023-09-07  8:57 UTC  (2+ messages)

[Buildroot] [PATCH 0/5] package/petitboot: misc enhancement
 2023-09-07  8:55 UTC  (9+ messages)
` [Buildroot] [PATCH 1/5] package/petitboot: fix HOST_PROG_SHUTDOWN value
` [Buildroot] [PATCH 2/5] package/petitboot: run pb-console at boot
` [Buildroot] [PATCH 4/5] package/petitboot: enable discovery of software RAID devices
` [Buildroot] [PATCH 5/5] package/petitboot: enable discovery of SCSI devices

[PATCH v3 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-09-07  8:55 UTC  (2+ messages)

[PATCH] slab: kmalloc_size_roundup() must not return 0 for non-zero size
 2023-09-07  8:55 UTC  (3+ messages)

[PATCH 00/11] rework thread management
 2023-09-07  8:55 UTC  (9+ messages)
` [PATCH 01/11] devtools: warn when adding some pthread calls
` [PATCH 05/11] eal: force prefix for internal threads

[PATCH v3 00/32] Unified CPU type check
 2023-09-07  8:54 UTC  (8+ messages)
` [PATCH v3 01/32] cpu: Add helper cpu_model_from_type()
` [PATCH v3 12/32] target/ppc: Use generic helper to show CPU model names
` [PATCH v3 15/32] target/s390x: "

[Nouveau] [PATCH drm-misc-next v2 0/7] [RFC] DRM GPUVA Manager GPU-VM features
 2023-09-07  8:54 UTC  (11+ messages)
` [Nouveau] [PATCH drm-misc-next v2 2/7] drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm
  `  "
` [Nouveau] [PATCH drm-misc-next v2 5/7] drm/gpuvm: add an abstraction for a VM / BO combination
  `  "

[igt-dev] [PATCH i-g-t] tests/kms_atomic_transition: Reduce the execution time on modest-transition
 2023-09-07  8:54 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t] tests/kms_atomic_transition: Reduce the number of iterations on modeset-transition

[PATCH 0/8] sysctl: Remove sentinel elements from arch
 2023-09-07  8:51 UTC  (12+ messages)
` [PATCH 1/8] S390: Remove sentinel elem from ctl_table arrays
` [PATCH 3/8] arch/x86: "

[Intel-xe] [PATCH 0/7] drm/xe: fdinfo memory stats
 2023-09-07  8:52 UTC  (10+ messages)
` [Intel-xe] [PATCH 3/7] drm/xe: Add tracking support for bos per client
` [Intel-xe] [PATCH 4/7] drm/xe: Record each drm client with its VM
` [Intel-xe] [PATCH 5/7] drm/xe: Track page table memory usage for client

[PATCH 00/10] RISC-V: Refactor instructions
 2023-09-07  8:51 UTC  (6+ messages)

[OE-core][kirkstone][PATCH 1/2] qemu: fix CVE-2023-0330
 2023-09-07  8:50 UTC  (2+ messages)
` [OE-core][kirkstone][PATCH 2/2] qemu: fix CVE-2021-3638

[OE-core] [PATCH v2] librepo: upgrade 1.15.2 -> 1.16.0
 2023-09-07  8:49 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: arm64: dts: mediatek: add mt8395-evk board
 2023-09-07  8:48 UTC  (6+ messages)
` [PATCH v3 2/2] arm64: dts: mediatek: add device-tree for Genio 1200 EVK board

[PATCH] docs/devel: Add cross-compiling doc
 2023-09-07  8:48 UTC  (3+ messages)

[LTP] [PATCH] syscalls/paging: Remove empty directory
 2023-09-07  8:48 UTC 

[PATCH v2] docs/devel: Add cross-compiling doc
 2023-09-07  8:46 UTC 

[PATCH] disas/riscv: Fix the typo of inverted order of pmpaddr13 and pmpaddr14
 2023-09-07  8:45 UTC 

[ovmf test] 182715: all pass - PUSHED
 2023-09-07  8:45 UTC 

[PATCH RESEND v5 00/57] Add LoongArch LASX instructions
 2023-09-07  8:31 UTC  (58+ messages)
` [PATCH RESEND v5 01/57] target/loongarch: Renamed lsx*.c to vec* .c
` [PATCH RESEND v5 02/57] target/loongarch: Implement gvec_*_vl functions
` [PATCH RESEND v5 03/57] target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions
` [PATCH RESEND v5 04/57] target/loongarch: Use gen_helper_gvec_4 for 4OP "
` [PATCH RESEND v5 05/57] target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env "
` [PATCH RESEND v5 06/57] target/loongarch: Use gen_helper_gvec_3 for 3OP "
` [PATCH RESEND v5 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env "
` [PATCH RESEND v5 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP "
` [PATCH RESEND v5 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm "
` [PATCH RESEND v5 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)
` [PATCH RESEND v5 11/57] target/loongarch: Add LASX data support
` [PATCH RESEND v5 12/57] target/loongarch: check_vec support check LASX instructions
` [PATCH RESEND v5 13/57] target/loongarch: Add avail_LASX to "
` [PATCH RESEND v5 14/57] target/loongarch: Implement xvadd/xvsub
` [PATCH RESEND v5 15/57] target/loongarch: Implement xvreplgr2vr
` [PATCH RESEND v5 16/57] target/loongarch: Implement xvaddi/xvsubi
` [PATCH RESEND v5 17/57] target/loongarch: Implement xvneg
` [PATCH RESEND v5 18/57] target/loongarch: Implement xvsadd/xvssub
` [PATCH RESEND v5 19/57] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH RESEND v5 20/57] target/loongarch: Implement xvaddw/xvsubw
` [PATCH RESEND v5 21/57] target/loongarch: Implement xavg/xvagr
` [PATCH RESEND v5 22/57] target/loongarch: Implement xvabsd
` [PATCH RESEND v5 23/57] target/loongarch: Implement xvadda
` [PATCH RESEND v5 24/57] target/loongarch: Implement xvmax/xvmin
` [PATCH RESEND v5 25/57] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH RESEND v5 26/57] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PATCH RESEND v5 27/57] target/loongarch; Implement xvdiv/xvmod
` [PATCH RESEND v5 28/57] target/loongarch: Implement xvsat
` [PATCH RESEND v5 29/57] target/loongarch: Implement xvexth
` [PATCH RESEND v5 30/57] target/loongarch: Implement vext2xv
` [PATCH RESEND v5 31/57] target/loongarch: Implement xvsigncov
` [PATCH RESEND v5 32/57] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH RESEND v5 33/57] target/loognarch: Implement xvldi
` [PATCH RESEND v5 34/57] target/loongarch: Implement LASX logic instructions
` [PATCH RESEND v5 35/57] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH RESEND v5 36/57] target/loongarch: Implement xvsllwil xvextl
` [PATCH RESEND v5 37/57] target/loongarch: Implement xvsrlr xvsrar
` [PATCH RESEND v5 38/57] target/loongarch: Implement xvsrln xvsran
` [PATCH RESEND v5 39/57] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH RESEND v5 40/57] target/loongarch: Implement xvssrln xvssran
` [PATCH RESEND v5 41/57] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH RESEND v5 42/57] target/loongarch: Implement xvclo xvclz
` [PATCH RESEND v5 43/57] target/loongarch: Implement xvpcnt
` [PATCH RESEND v5 44/57] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH RESEND v5 45/57] target/loongarch: Implement xvfrstp
` [PATCH RESEND v5 46/57] target/loongarch: Implement LASX fpu arith instructions
` [PATCH RESEND v5 47/57] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH RESEND v5 48/57] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH RESEND v5 49/57] target/loongarch: Implement xvfcmp
` [PATCH RESEND v5 50/57] target/loongarch: Implement xvbitsel xvset
` [PATCH RESEND v5 51/57] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH RESEND v5 52/57] target/loongarch: Implement xvreplve xvinsve0 xvpickve
` [PATCH RESEND v5 53/57] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH RESEND v5 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i
` [PATCH RESEND v5 55/57] target/loongarch: Implement xvld xvst
` [PATCH RESEND v5 56/57] target/loongarch: Move simply DO_XX marcos togther
` [PATCH RESEND v5 57/57] target/loongarch: CPUCFG support LASX

[android-common:android14-5.15 2/7] arch/arm64/kvm/hyp/nvhe/switch.c:337:5: warning: no previous prototype for '__pkvm_register_hyp_panic_notifier'
 2023-09-07  8:41 UTC 

[freescale-fslc:5.15-2.2.x-imx 3830/24606] drivers/soc/fsl/dpio/qbman-portal.c:1140: Error: no such instruction: `dc cvac,%ecx'
 2023-09-07  8:41 UTC 

[PATCH] wifi: ath11k: drop NULL pointer check in ath11k_dp_rx_mon_dest_process()
 2023-09-07  8:38 UTC 

[PATCH 0/9] Improve CS35l41 ALSA SoC audio driver
 2023-09-07  8:37 UTC  (7+ messages)
` [PATCH 9/9] ASoC: cs35l41: Use devm_pm_runtime_enable()

[kirkstone][PATCH] manuals: add new contributor guide
 2023-09-07  8:37 UTC 

[oe-core][PATCHv2] mesa: add intel raytracing support to opencl build
 2023-09-07  8:35 UTC 

ALC287 I2S speaker support
 2023-09-07  8:33 UTC  (2+ messages)

Porting barebox to a new SoC
 2023-09-07  8:32 UTC  (15+ messages)
` [PATCH v2] "

[oe-core][PATCHv2] mesa: add intel raytracing support to opencl build
 2023-09-07  8:33 UTC 

[oe] [meta-oe] [PATCH] freerdp: upgrade 2.10.0 -> 2.11.0
 2023-09-07  8:33 UTC  (3+ messages)

ARM: mmu_early_enable
 2023-09-07  8:31 UTC  (6+ messages)

ARM: aarch64: lowlevel: potential bug in arm_cpu_lowlevel_init
 2023-09-07  8:30 UTC  (4+ messages)

[PATCH] arm64: dts: mediatek: mt7622: fix memory node warning check
 2023-09-07  8:30 UTC  (3+ messages)

[PATCH v22 00/20] s390x: CPU Topology
 2023-09-07  8:27 UTC  (5+ messages)
` [PATCH v22 13/20] docs/s390x/cpu topology: document s390x cpu topology
` [PATCH v22 14/20] tests/avocado: s390x cpu topology core

[PATCH v5 00/57] Add LoongArch LASX instructions
 2023-09-07  8:27 UTC  (12+ messages)
` [PATCH v5 01/57] target/loongarch: Renamed lsx*.c to vec* .c
` [PATCH v5 02/57] target/loongarch: Implement gvec_*_vl functions
` [PATCH v5 03/57] target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions
` [PATCH v5 04/57] target/loongarch: Use gen_helper_gvec_4 for 4OP "
` [PATCH v5 05/57] target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env "
` [PATCH v5 06/57] target/loongarch: Use gen_helper_gvec_3 for 3OP "
` [PATCH v5 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env "
` [PATCH v5 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP "
` [PATCH v5 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm "
` [PATCH v5 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)

[PATCH] net/iavf: unregister intr handler before FD close
 2023-09-07  3:15 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v4] net/iavf: unregister intr handler before FD close
 2023-09-06 16:04 UTC 

[PATCH v3] net/iavf: unregister intr handler before FD close
 2023-09-06 13:23 UTC 

[PATCH v1] dma/cnxk: offload source buffer free
 2023-09-07  8:24 UTC 

[PATCH 0/2] console: pbl: correctly handle relocate_to_adr after pbl_set_putc
 2023-09-07  8:21 UTC  (3+ messages)
` [PATCH 1/2] ARM: mmu64: mark barebox text section executable during early init
` [PATCH 2/2] console: pbl: correctly handle relocate_to_adr after pbl_set_putc

[dm-devel] [PATCH 00/21] multipath-tools: user-friendly names rework
 2023-09-07  8:22 UTC  (7+ messages)
` [dm-devel] [PATCH 05/21] libmultipath: lookup_binding: add comment about the algorithm
` [dm-devel] [PATCH 07/21] multipath-tools tests: add tests for get_user_friendly_alias()

[PATCH] iommu/mediatek: Fix share pgtable for iova over 4GB
 2023-09-07  8:22 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 0/2] Add freq_power test
 2023-09-07  8:20 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 0/5] drm/bridge: samsung-dsim: fix various modes with ADV7535 bridge
 2023-09-07  8:20 UTC  (5+ messages)

[PATCH v7 0/4] Virtio shared dma-buf
 2023-09-07  8:19 UTC  (6+ messages)
` [PATCH v7 1/4] uuid: add a hash function
` [PATCH v7 2/4] virtio-dmabuf: introduce virtio-dmabuf
` [PATCH v7 3/4] vhost-user: add shared_object msg
` [PATCH v7 4/4] libvhost-user: handle "

[PATCH v3 RFC 2/4] net: dsa: Extend ksz9477 TAG setup to support HSR frames duplication
 2023-09-07  8:18 UTC  (2+ messages)

[PULL 00/14] Block layer patches
 2023-09-07  8:17 UTC  (3+ messages)

[PATCH v2 00/41] mtd: spi-nor: clean the flash_info database up
 2023-09-07  8:14 UTC  (7+ messages)
` [PATCH v2 17/41] mtd: spi-nor: atmel: convert flash_info to new format
` [PATCH v2 39/41] mtd: spi-nor: winbond: sort flash_info entries

[PATCH RFC] nvmet-tcp: add new workqueue to surpress lockdep warning
 2023-09-07  8:12 UTC  (3+ messages)

[LTP] Seeking help with LTP testing issues
 2023-09-07  3:06 UTC  (4+ messages)
  ` [LTP] 回复: "
    ` [LTP] 回复: 回复: "

[PATCH v1 0/2] offload support to free dma source buffer
 2023-09-07  8:10 UTC  (3+ messages)
` [PATCH v1 1/2] dmadev: offload to free "
` [PATCH v1 2/2] test/dma: add source buffer offload free test

[virtio-comment] [RFC PATCH 0/5] virtio: introduce SUSPEND bit and vq state
 2023-09-07  8:09 UTC  (10+ messages)
` [virtio-comment] [RFC PATCH 4/5] virtqueue: constraints for virtqueue state
  ` [virtio-comment] "
              ` [virtio-dev] "

[dm-devel] [PATCH v15 00/12] Implement copy offload support
 2023-09-07  7:16 UTC  (7+ messages)
  ` [dm-devel] [PATCH v15 02/12] Add infrastructure for copy offload in block and request layer
  ` [dm-devel] [PATCH v15 03/12] block: add copy offload support

[PATCH v3 0/5] configfs-tsm: Attestation Report ABI
 2023-09-07  8:04 UTC  (4+ messages)

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-09-07  8:04 UTC  (8+ messages)

[Intel-xe] [PATCH] drm/xe/uapi: Separate VM_BIND's operation and flag
 2023-09-07  8:03 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/uapi: Separate VM_BIND's operation and flag (rev2)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[PATCH v2 00/34] drm/amd/display: add AMD driver-specific properties for color mgmt
 2023-09-07  7:57 UTC  (9+ messages)
` [PATCH v2 07/34] drm/amd/display: explicitly define EOTF and inverse EOTF
` [PATCH v2 10/34] drm/amd/display: add plane 3D LUT driver-specific properties

[PATCH 1/1] timer: document the unit of the timer rate
 2023-09-07  7:54 UTC 

CIP IRC weekly meeting today on libera.chat
 2023-09-07  7:53 UTC  (2+ messages)
` [cip-dev] "

[PATCH v2] net/ice: fix tm configuration cannot be cleared
 2023-09-07  7:51 UTC  (4+ messages)
` [PATCH v3] "

[xen-unstable test] 182650: tolerable FAIL - PUSHED
 2023-09-07  7:50 UTC 

[PATCH v2] RDMA/cma: prevent rdma id destroy during cma_iw_handler
 2023-09-07  7:47 UTC  (12+ messages)

[PATCH v3] MAINTAINERS: generalize vm-event/monitor entry
 2023-09-07  7:45 UTC 

[Intel-gfx] [PULL] drm-misc-fixes
 2023-09-07  7:44 UTC  (2+ messages)
`  "

[PATCH v2] iommu/tegra-smmu: Drop unnecessary error check for for debugfs_create_dir()
 2023-09-07  7:44 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.