All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-03 05:39:58 to 2023-05-03 07:07:27 UTC [more...]

[PATCH v4 00/57] tcg: Improve atomicity support
 2023-05-03  7:06 UTC  (2+ messages)
` [PATCH v4 01/57] include/exec/memop: Add bits describing atomicity

[PATCH 0/4] Add DSC v1.2 Support for DSI
 2023-05-03  7:07 UTC  (3+ messages)
` [PATCH 3/4] drm/msm/dpu: Add has_data_compress to dpu_caps

[PATCH 0/2] Input: tests - miscellaneous fixes
 2023-05-03  7:05 UTC  (6+ messages)

don't offload CRCs generation to helpers if it is fast v2
 2023-05-03  7:06 UTC  (4+ messages)
` [PATCH 1/3] btrfs: never defer I/O submission for fast CRC implementations
` [PATCH 2/3] btrfs: don't reinvent synchronous writer detection logic
` [PATCH 3/3] btrfs: remove hipri_workers workqueue

[PATCH] ethdev: add indirect list flow action
 2023-05-03  7:05 UTC  (4+ messages)
` [RFC PATCH v2] "

[PATCH 0/2] Bluetooth: fix debugfs registration
 2023-05-03  7:04 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH v4 00/54] tcg: Simplify calls to load/store helpers
 2023-05-03  6:57 UTC  (55+ messages)
` [PATCH v4 01/54] tcg/i386: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 02/54] tcg/i386: Generalize multi-part load overlap test
` [PATCH v4 03/54] tcg/i386: Introduce HostAddress
` [PATCH v4 04/54] tcg/i386: Drop r0+r1 local variables from tcg_out_tlb_load
` [PATCH v4 05/54] tcg/i386: Introduce tcg_out_testi
` [PATCH v4 06/54] tcg/i386: Introduce prepare_host_addr
` [PATCH v4 07/54] tcg/i386: Use indexed addressing for softmmu fast path
` [PATCH v4 08/54] tcg/aarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v4 09/54] tcg/aarch64: Introduce HostAddress
` [PATCH v4 10/54] tcg/aarch64: Introduce prepare_host_addr
` [PATCH v4 11/54] tcg/arm: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 12/54] tcg/arm: Introduce HostAddress
` [PATCH v4 13/54] tcg/arm: Introduce prepare_host_addr
` [PATCH v4 14/54] tcg/loongarch64: Rationalize args to tcg_out_qemu_{ld, st}
` [PATCH v4 15/54] tcg/loongarch64: Introduce HostAddress
` [PATCH v4 16/54] tcg/loongarch64: Introduce prepare_host_addr
` [PATCH v4 17/54] tcg/mips: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 18/54] tcg/mips: Introduce prepare_host_addr
` [PATCH v4 19/54] tcg/ppc: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 20/54] tcg/ppc: Introduce HostAddress
` [PATCH v4 21/54] tcg/ppc: Introduce prepare_host_addr
` [PATCH v4 22/54] tcg/riscv: Require TCG_TARGET_REG_BITS == 64
` [PATCH v4 23/54] tcg/riscv: Rationalize args to tcg_out_qemu_{ld,st}
` [PATCH v4 24/54] tcg/riscv: Introduce prepare_host_addr
` [PATCH v4 25/54] tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v4 26/54] tcg/s390x: Introduce HostAddress
` [PATCH v4 27/54] tcg/s390x: Introduce prepare_host_addr
` [PATCH v4 28/54] tcg/sparc64: Drop is_64 test from tcg_out_qemu_ld data return
` [PATCH v4 29/54] tcg/sparc64: Pass TCGType to tcg_out_qemu_{ld,st}
` [PATCH v4 30/54] tcg: Move TCGLabelQemuLdst to tcg.c
` [PATCH v4 31/54] tcg: Replace REG_P with arg_loc_reg_p
` [PATCH v4 32/54] tcg: Introduce arg_slot_stk_ofs
` [PATCH v4 33/54] tcg: Widen helper_*_st[bw]_mmu val arguments
` [PATCH v4 34/54] tcg: Add routines for calling slow-path helpers
` [PATCH v4 35/54] tcg/i386: Convert tcg_out_qemu_ld_slow_path
` [PATCH v4 36/54] tcg/i386: Convert tcg_out_qemu_st_slow_path
` [PATCH v4 37/54] tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v4 38/54] tcg/arm: "
` [PATCH v4 39/54] tcg/loongarch64: Convert tcg_out_qemu_{ld, st}_slow_path
` [PATCH v4 40/54] tcg/mips: Convert tcg_out_qemu_{ld,st}_slow_path
` [PATCH v4 41/54] tcg/ppc: "
` [PATCH v4 42/54] tcg/riscv: "
` [PATCH v4 43/54] tcg/s390x: "
` [PATCH v4 44/54] tcg/loongarch64: Simplify constraints on qemu_ld/st
` [PATCH v4 45/54] tcg/mips: Remove MO_BSWAP handling
` [PATCH v4 46/54] tcg/mips: Reorg tlb load within prepare_host_addr
` [PATCH v4 47/54] tcg/mips: Simplify constraints on qemu_ld/st
` [PATCH v4 48/54] tcg/ppc: Reorg tcg_out_tlb_read
` [PATCH v4 49/54] tcg/ppc: Adjust constraints on qemu_ld/st
` [PATCH v4 50/54] tcg/ppc: Remove unused constraints A, B, C, D
` [PATCH v4 51/54] tcg/ppc: Remove unused constraint J
` [PATCH v4 52/54] tcg/riscv: Simplify constraints on qemu_ld/st
` [PATCH v4 53/54] tcg/s390x: Use ALGFR in constructing softmmu host address
` [PATCH v4 54/54] tcg/s390x: Simplify constraints on qemu_ld/st

[PATCH v1 0/4] Enable IPQ9574 TSENS support
 2023-05-03  7:00 UTC  (6+ messages)
` [PATCH v1 1/4] dt-bindings: thermal: tsens: Add ipq9574 compatible
` [PATCH v1 2/4] thermal/drivers/tsens: Add IPQ9574 support

[PATCH] nfsd: use vfs setgid helper
 2023-05-03  7:00 UTC  (5+ messages)

[PATCH v3 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-03  6:58 UTC  (8+ messages)
` [PATCH v3 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>

[PATCH wireless-next] wifi: mt76: mt76x02: remove WEP support
 2023-05-03  6:59 UTC  (3+ messages)

[PATCH 0/3] cmd: tlv_eeprom: global variables and error cleanup
 2023-05-03  6:55 UTC  (8+ messages)
` [PATCH 1/3] cmd: tlv_eeprom: remove use of global variable has_been_read
` [PATCH 2/3] cmd: tlv_eeprom: handle -ENODEV error from read_eeprom function
` [PATCH 3/3] cmd: tlv_eeprom: enable 'dev' subcommand before 'read'

linux-6.4 alsa sound broken
 2023-05-03  6:06 UTC  (15+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41
 2023-05-01 23:13 UTC 

[PATCH] chore(util): minimal Rust build example
 2023-05-03  6:53 UTC 

[PATCH] ACP6x audio: Add board quirk for ASUSTeK COMPUTER INC. M3402RA
 2023-05-01 12:25 UTC 

[PATCH 1/2] dt-bindings: dma: ti: Add J721S2 BCDMA
 2023-05-03  6:53 UTC  (2+ messages)
` [PATCH 2/2] dmaengine: ti: k3-udma: Add support for J721S2 CSI BCDMA instance

[PATCH] ACP6x audio: Add board quirk for ASUSTeK COMPUTER INC. M3402RA
 2023-05-01 12:22 UTC 

[PATCH] ALSA: docs: Extend module parameters description
 2023-05-03  6:06 UTC  (4+ messages)

Question regarding ALSA modules parameters
 2023-05-01  8:36 UTC  (3+ messages)

[PATCH v6 0/3] Add sync object UAPI support to VirtIO-GPU driver
 2023-05-03  6:51 UTC  (5+ messages)

[PATCH] ASoC: dt-bindings: nau8540: Convert to dtschema
 2023-05-01  7:32 UTC 

[PATCH] scsi: ufs: core: Use readable 'return 0' in ufshcd_hba_capabilities()
 2023-05-03  6:50 UTC  (3+ messages)
    `  "

[PATCH v5 0/7] Re-enable IDXD kernel workqueue under DMA API
 2023-05-03  6:49 UTC  (8+ messages)
` [PATCH v5 3/7] iommu: Move global PASID allocation from SVA to core
` [PATCH v5 4/7] iommu/vt-d: Factoring out PASID set up helper function
` [PATCH v5 5/7] iommu/vt-d: Prepare PASID attachment beyond RID_PASID

[PATCH] media: venus: only set H264_TRANSFORM_8X8 on supported hfi versions
 2023-05-03  6:47 UTC  (5+ messages)

URGENT PRODUCTS NEEDED-QUOTE GZD23050
 2023-05-03  6:46 UTC 

[PATCH v2] LSM: SafeSetID: fix UID printed instead of GID
 2023-05-03  6:43 UTC 

[Intel-xe] [RFC PATCH 0/3] Add Render C state properties under gpu_idle
 2023-05-03  6:43 UTC  (5+ messages)
` [Intel-xe] [RFC PATCH 1/3] drm/xe: add a new sysfs directory for gpu idle properties
` [Intel-xe] [RFC PATCH 2/3] drm/xe : add rc6_residency in ms
` [Intel-xe] [RFC PATCH 3/3] drm/xe/guc_pc : Remove render c state files
` [Intel-xe] ✗ CI.Patch_applied: failure for Add Render C state properties under gpu_idle

[PATCH 1/2] lxcfs: fix build with newer linux-libc-headers
 2023-05-03  6:38 UTC  (2+ messages)
` [PATCH 2/2] ceph: fix build with gcc-13

system hang on start-up (mlx5?)
 2023-05-03  6:34 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v4 0/3] Testcases for dirtyfb ioctl
 2023-05-03  6:33 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Testcases for dirtyfb ioctl (rev6)

[PATCH v2 0/2] Qualcomm EUD: Some cleanups
 2023-05-03  6:33 UTC  (3+ messages)
` [PATCH v2 2/2] dt-bindings: soc: qcom: eud: Fix compatible string in the example

[PATCH net 0/3] Netfilter fixes for net
 2023-05-03  6:32 UTC  (4+ messages)
` [PATCH net 1/3] netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with missing attributes
` [PATCH net 2/3] selftests: netfilter: fix libmnl pkg-config usage
` [PATCH net 3/3] netfilter: nf_tables: deactivate anonymous set from preparation phase

[PATCH v4 0/1] Switchtec Switch DMA Engine Driver
 2023-05-03  6:31 UTC  (3+ messages)
` [PATCH v4 1/1] dmaengine: switchtec-dma: Introduce Switchtec DMA engine PCI driver

[PATCH 00/40] Memory allocation profiling
 2023-05-03  6:30 UTC  (12+ messages)
` [PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output

[PATCH v2 00/30] Allow building sandbox with MSYS2
 2023-05-03  6:30 UTC  (3+ messages)
` [PATCH v2 26/30] build: Disable weak symbols for MSYS2

[PATCH 1/2] dt-bindings: tegra: Document compatible for IGX
 2023-05-03  6:30 UTC  (2+ messages)

[PATCH 0/8] Add RK3588 OTP memory support
 2023-05-03  6:28 UTC  (9+ messages)
` [PATCH 1/8] dt-bindings: nvmem: Convert rockchip-otp.txt to dt-schema
` [PATCH 2/8] dt-bindings: nvmem: rockchip-otp: Add compatible for RK3588

[PATCH 0/6] stm32mp: soome changes and fixes for STM32MP13 and STM32MP15 boards
 2023-05-03  6:29 UTC  (13+ messages)
` [PATCH 1/6] stm32mp: add support of STM32MP15x Rev.Y
` [PATCH 2/6] stm32mp: bsec: add check on null size in misc ops
` [PATCH 3/6] configs: stm32mp1: reduce DDR_CACHEABLE_SIZE to supported 256MB DDR
` [PATCH 4/6] stm32mp: stm32prog: fix OTP read/write error management
` [PATCH 5/6] stm32mp: stm32prog: use the decimal format by default for offset parsing
` [PATCH 6/6] pmic: stpmic1: support new prefix node name for regulator

DPDK 22.11 Troubleshooting
 2023-05-01 22:27 UTC 

[PATCH 0/3] OpenRISC updates for user space FPU
 2023-05-03  6:29 UTC  (3+ messages)
` [PATCH 1/3] target/openrisc: Allow fpcsr access in user mode

[PULL v2 00/12] tcg patch queue
 2023-05-03  6:26 UTC  (2+ messages)

[PATCH RFC v2 0/9] Add loongarch kvm accel support
 2023-05-03  6:24 UTC  (5+ messages)
` [PATCH RFC v2 7/9] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH RFC v2 9/9] target/loongarch: Add loongarch kvm into meson build

[PATCH] remoteproc: qcom: Add NOTIFY_FATAL event type to SSR subdevice
 2023-05-03  6:21 UTC 

[PATCH v1 1/2] dt-bindings: tegra: Document compatible for IGX
 2023-05-03  6:22 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: deactivate anonymous set from preparation phase
 2023-05-03  6:22 UTC 

ct state vmap no longer works on 6.3 kernel
 2023-05-03  6:19 UTC  (2+ messages)

[PATCH v4 00/13] tools/xenstore: rework internal accounting
 2023-05-03  6:15 UTC  (4+ messages)
` [PATCH v4 10/13] tools/xenstore: switch transaction accounting to generic accounting

[PATCH 0/2] EDAC/altera: Check previous DDR DBE during driver probe
 2023-05-03  6:10 UTC  (3+ messages)
` [PATCH 1/2] firmware: stratix10-svc: Add command to get SEU error info
` [PATCH 2/2] EDAC/altera: Check previous DDR DBE during driver probe

[PATCH v3 0/2] arm: dts: sunxi: Add ICnova A20 ADB4006 board support
 2023-05-03  6:11 UTC  (4+ messages)

[PATCH v4 0/5] PCI: brcmstb: Configure appropriate HW CLKREQ# mode
 2023-05-03  6:09 UTC  (7+ messages)
` [PATCH v4 2/5] PCI: brcmstb: Configure HW CLKREQ# mode appropriate for downstream device
` [PATCH v4 3/5] PCI: brcmstb: Set PCIe transaction completion timeout

[PATCH] ALSA: docs: Fix code block indentation in ALSA driver example
 2023-05-03  6:09 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for 2nd ASUS GU603
 2023-05-03  6:08 UTC  (3+ messages)

[PATCH 0/2] doc: git-checkout: trivial style improvements
 2023-05-03  6:09 UTC  (9+ messages)
` [PATCH 1/2] doc: git-checkout: trivial callout cleanup

[PATCH] arm: dts: Add am335x-boneblack-pps.dts
 2023-05-03  6:07 UTC  (4+ messages)

[6.4-current oops] null ptr deref in blk_mq_sched_bio_merge() from blkdev readahead
 2023-05-03  6:04 UTC 

[PATCH v2 0/7] btrfs-progs: fix -Wmissing-prototypes warnings and enable that warning option
 2023-05-03  6:03 UTC  (8+ messages)
` [PATCH v2 1/7] btrfs-progs: remove function btrfs_check_allocatable_zones()
` [PATCH v2 2/7] btrfs-progs: libbtrfs: remove the support for fs without uuid tree
` [PATCH v2 3/7] btrfs-progs: crypto/blake2: remove blake2 simple API
` [PATCH v2 4/7] btrfs-progs: crypto/blake2: move optimized declarations to blake2b.h
` [PATCH v2 5/7] btrfs-progs: crypto/sha: declare the x86 optimized implementation
` [PATCH v2 6/7] btrfs-progs: fix -Wmissing-prototypes warnings
` [PATCH v2 7/7] btrfs-progs: Makefile: enable -Wmissing-prototypes

[PATCH v2] i2c: omap: Fix standard mode false ACK readings
 2023-05-03  6:03 UTC  (5+ messages)

[POC 0/5] SFrame based stack tracer for user space in the kernel
 2023-05-03  6:03 UTC  (4+ messages)
` [POC 3/5] sframe: add new SFrame library

[PATCH v2] musl: Update to 1.2.4 release
 2023-05-03  6:03 UTC 

[RFC PATCH 0/1] Categorize ARM dts directory
 2023-05-03  5:57 UTC  (13+ messages)

Atish is looking at the excessive bouncing
 2023-05-03  5:55 UTC  (4+ messages)

[PATCH v3 01/19] binman: ti-board-config: Add support for TI board config binaries
 2023-05-03  5:57 UTC  (4+ messages)
` [PATCH 1/2] buildman: Create a requirements.txt file
  ` [PATCH 2/2] CI: Make use of buildman requirements.txt

[igt-dev] [PATCH i-g-t 1/2] tests/kms_display_modes: Add negative test for extended display
 2023-05-03  5:55 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 2/2] lib/igt_kms: bandwidth failure should return ENOSPC

[PATCH RFC 0/2] 68020/030 signal handling following exceptions
 2023-05-03  5:50 UTC  (5+ messages)
` [PATCH RFC 2/2] m68k: Make allowance for signal delivery following an address error

[virtio-comment] [PATCH v1 0/2] transport-pci: Introduce legacy registers access using AQ
 2023-05-03  5:50 UTC  (9+ messages)
` [virtio-comment] [PATCH v1 1/2] transport-pci: Introduce legacy registers access commands
  ` [virtio-comment] "
    ` [virtio-dev] "
` [virtio-comment] [PATCH v1 2/2] transport-pci: Add legacy register access conformance section
  ` [virtio-dev] "
    ` [virtio-comment] "

[dpdk-dev] [PATCH v2] ring: fix use after free in ring release
 2023-05-03  5:44 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/uapi: Add DRM_I915_QUERY_GEM_CREATE_EXTENSIONS query item
 2023-05-03  5:41 UTC  (2+ messages)

[PATCH v5 0/3] Add pinctrl support for SDX75
 2023-05-03  5:39 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: pinctrl: qcom: Add SDX75 pinctrl devicetree compatible
` [PATCH v5 2/3] pinctrl: qcom: Refactor target specific pinctrl driver
` [PATCH v5 3/3] pinctrl: qcom: Add SDX75 pincontrol driver


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.