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

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

[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 v3 00/32] Unified CPU type check
 2023-09-07  8:31 UTC  (6+ messages)
` [PATCH v3 12/32] target/ppc: Use generic helper to show CPU model names
` [PATCH v3 15/32] target/s390x: "

[Intel-xe] [PATCH 0/7] drm/xe: fdinfo memory stats
 2023-09-07  8:40 UTC  (4+ messages)
` [Intel-xe] [PATCH 5/7] drm/xe: Track page table memory usage for client

[PATCH v3 1/2] dt-bindings: arm64: dts: mediatek: add mt8395-evk board
 2023-09-07  8:39 UTC  (3+ messages)

[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 00/11] rework thread management
 2023-09-07  8:30 UTC  (6+ messages)
` [PATCH 01/11] devtools: warn when adding some pthread calls
` [PATCH 05/11] eal: force prefix for internal threads

[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 0/8] sysctl: Remove sentinel elements from arch
 2023-09-07  8:24 UTC  (10+ messages)
` [PATCH 3/8] arch/x86: Remove sentinel elem from ctl_table arrays

[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  (10+ messages)
` [dm-devel] [PATCH 04/21] libmultipath: never allocate an alias that's already taken
` [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)

[Nouveau] [PATCH drm-misc-next v2 0/7] [RFC] DRM GPUVA Manager GPU-VM features
 2023-09-07  8:16 UTC  (5+ 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
  `  "

[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] Revert "dma-contiguous: check for memory region overlap"
 2023-09-07  8:03 UTC 

[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: "

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

[PATCH 00/21] gpio: convert users to gpio_device_find() and remove gpiochip_find()
 2023-09-07  7:57 UTC  (32+ messages)
` [PATCH 07/21] gpiolib: provide gpio_device_get_base()
` [PATCH 09/21] gpiolib: reluctantly provide gpio_device_get_chip()
` [PATCH 10/21] gpiolib: replace find_chip_by_name() with gpio_device_find_by_label()
` [PATCH 12/21] hte: allow building modules with COMPILE_TEST enabled
` [PATCH 13/21] hte: tegra194: improve the GPIO-related comment
` [RFT PATCH 14/21] hte: tegra194: don't access struct gpio_chip
` [RFT PATCH 15/21] arm: omap1: ams-delta: stop using gpiochip_find()
` [PATCH 16/21] gpio: of: correct notifier return codes
` [PATCH 17/21] gpio: of: replace gpiochip_find_* with gpio_device_find_*
` [PATCH 18/21] gpio: acpi: replace gpiochip_find() with gpio_device_find()
` [PATCH 19/21] gpio: swnode: replace gpiochip_find() with gpio_device_find_by_label()
` [PATCH 20/21] gpio: sysfs: drop the mention of gpiochip_find() from sysfs code
` [PATCH 21/21] gpiolib: remove gpiochip_find()

[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)

[PATCH 0/2] tcg: Add gvec compare with immediate and scalar operand
 2023-09-07  7:39 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] lockdep: Fix static memory detection even more
 2023-09-07  7:40 UTC  (7+ messages)

[PATCH 4/4] mfd: eiois200: Add EIO-IS200 Series EC Core Driver
 2023-09-07  7:36 UTC  (2+ messages)

[PATCH] drm/amdgpu: Use default reset method handler
 2023-09-07  7:34 UTC  (2+ messages)

Rework flushing changes to the TLB
 2023-09-07  7:31 UTC  (6+ messages)
` [PATCH 04/11] drm/amdgpu: fix and cleanup gmc_v7_0_flush_gpu_tlb_pasid

[Intel-gfx] [PATCH] drm/i915: Added Wa_18022495364
 2023-09-07  7:27 UTC  (2+ messages)

[PATCH 1/2] accel/ivpu: Update debugfs to latest changes in DRM
 2023-09-07  7:26 UTC  (2+ messages)
` [PATCH 2/2] accel/ivpu: Compile ivpu_debugfs.c conditionally

[PATCH v8 0/3] Support pwm/tach driver for aspeed ast26xx
 2023-09-07  7:24 UTC  (9+ messages)
` [PATCH v8 1/3] dt-bindings: hwmon: fan: Add fan binding to schema
` [PATCH v8 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control

[PATCH] hw/riscv: split RAM into low and high memory
 2023-09-07  7:16 UTC  (4+ messages)

[XEN PATCH v2 0/2] xen: deviate asm-only function definitions for Rule 8.4
 2023-09-07  7:16 UTC  (4+ messages)
` [XEN PATCH v2 1/2] xen: apply deviation for Rule 8.4 (asm-only definitions)

[PATCH] iommu/omap: Use helper function IS_ERR_OR_NULL()
 2023-09-07  7:14 UTC 

[PATCH RESEND 00/10] iommu/amd: SVA Support (Part 4) - SVA and IOPF
 2023-09-07  7:15 UTC  (8+ messages)
` [PATCH RESEND 04/10] iommu/amd: Add support to enable/disable SVA feature

[PATCHv2 bpf-next 0/9] bpf: Add missed stats for kprobes
 2023-09-07  7:13 UTC  (4+ messages)
` [PATCHv2 bpf-next 7/9] selftests/bpf: Add test for missed counts of perf event link kprobe
` [PATCHv2 bpf-next 8/9] selftests/bpf: Add test for recursion "
` [PATCHv2 bpf-next 9/9] selftests/bpf: Add test for recursion counts of perf event link tracepoint


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.