All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-03 06:32:43 to 2023-05-03 07:14:35 UTC [more...]

[PATCH net] pds_core: add AUXILIARY_BUS and NET_DEVLINK to Kconfig
 2023-05-03  7:13 UTC  (2+ messages)

[PATCH 01/40] lib/string_helpers: Drop space in string_get_size's output
 2023-05-03  7:12 UTC  (12+ messages)

[PATCH] test/crypto: add cryptodev reconfig test
 2023-05-03  7:13 UTC  (3+ messages)

[net PATCH v5 00/11] octeontx2: Miscellaneous fixes
 2023-05-03  7:09 UTC  (12+ messages)
` [net PATCH v5 01/11] octeontx2-af: Secure APR table update with the lock
` [net PATCH v5 02/11] octeontx2-af: Fix start and end bit for scan config
` [net PATCH v5 03/11] octeontx2-af: Fix depth of cam and mem table
` [net PATCH v5 04/11] octeontx2-pf: Increase the size of dmac filter flows
` [net PATCH v5 05/11] octeontx2-af: Add validation for lmac type
` [net PATCH v5 06/11] octeontx2-af: Update correct mask to filter IPv4 fragments
` [net PATCH v5 07/11] octeontx2-af: Update/Fix NPC field hash extract feature
` [net PATCH v5 08/11] octeontx2-af: Fix issues with NPC field hash extract
` [net PATCH v5 09/11] octeontx2-af: Skip PFs if not enabled
` [net PATCH v5 10/11] octeontx2-pf: Disable packet I/O for graceful exit
` [net PATCH v5 11/11] octeontx2-vf: Detach LF resources on probe cleanup

[PATCH v4 00/57] tcg: Improve atomicity support
 2023-05-03  7:06 UTC  (58+ messages)
` [PATCH v4 01/57] include/exec/memop: Add bits describing atomicity
` [PATCH v4 02/57] accel/tcg: Add cpu_in_serial_context
` [PATCH v4 03/57] accel/tcg: Introduce tlb_read_idx
` [PATCH v4 04/57] accel/tcg: Reorg system mode load helpers
` [PATCH v4 05/57] accel/tcg: Reorg system mode store helpers
` [PATCH v4 06/57] accel/tcg: Honor atomicity of loads
` [PATCH v4 07/57] accel/tcg: Honor atomicity of stores
` [PATCH v4 08/57] target/loongarch: Do not include tcg-ldst.h
` [PATCH v4 09/57] tcg: Unify helper_{be,le}_{ld,st}*
` [PATCH v4 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-only
` [PATCH v4 11/57] tcg/tci: Use helper_{ld,st}*_mmu "
` [PATCH v4 12/57] tcg: Add 128-bit guest memory primitives
` [PATCH v4 13/57] meson: Detect atomic128 support with optimization
` [PATCH v4 14/57] tcg/i386: Add have_atomic16
` [PATCH v4 15/57] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc
` [PATCH v4 16/57] accel/tcg: Add aarch64 specific support in ldst_atomicity
` [PATCH v4 17/57] tcg/aarch64: Detect have_lse, have_lse2 for linux
` [PATCH v4 18/57] tcg/aarch64: Detect have_lse, have_lse2 for darwin
` [PATCH v4 19/57] accel/tcg: Add have_lse2 support in ldst_atomicity
` [PATCH v4 20/57] tcg: Introduce TCG_OPF_TYPE_MASK
` [PATCH v4 21/57] tcg/i386: Use full load/store helpers in user-only mode
` [PATCH v4 22/57] tcg/aarch64: "
` [PATCH v4 23/57] tcg/ppc: "
` [PATCH v4 24/57] tcg/loongarch64: "
` [PATCH v4 25/57] tcg/riscv: "
` [PATCH v4 26/57] tcg/arm: Adjust constraints on qemu_ld/st
` [PATCH v4 27/57] tcg/arm: Use full load/store helpers in user-only mode
` [PATCH v4 28/57] tcg/mips: "
` [PATCH v4 29/57] tcg/s390x: "
` [PATCH v4 30/57] tcg/sparc64: Allocate %g2 as a third temporary
` [PATCH v4 31/57] tcg/sparc64: Rename tcg_out_movi_imm13 to tcg_out_movi_s13
` [PATCH v4 32/57] tcg/sparc64: Rename tcg_out_movi_imm32 to tcg_out_movi_u32
` [PATCH v4 33/57] tcg/sparc64: Split out tcg_out_movi_s32
` [PATCH v4 34/57] tcg/sparc64: Use standard slow path for softmmu
` [PATCH v4 35/57] accel/tcg: Remove helper_unaligned_{ld,st}
` [PATCH v4 36/57] tcg/loongarch64: Assert the host supports unaligned accesses
` [PATCH v4 37/57] tcg/loongarch64: Support softmmu "
` [PATCH v4 38/57] tcg/riscv: "
` [PATCH v4 39/57] tcg: Introduce tcg_target_has_memory_bswap
` [PATCH v4 40/57] tcg: Add INDEX_op_qemu_{ld,st}_i128
` [PATCH v4 41/57] tcg: Support TCG_TYPE_I128 in tcg_out_{ld, st}_helper_{args, ret}
` [PATCH v4 42/57] tcg: Introduce atom_and_align_for_opc
` [PATCH v4 43/57] tcg/i386: Use atom_and_align_for_opc
` [PATCH v4 44/57] tcg/aarch64: "
` [PATCH v4 45/57] tcg/arm: "
` [PATCH v4 46/57] tcg/loongarch64: "
` [PATCH v4 47/57] tcg/mips: "
` [PATCH v4 48/57] tcg/ppc: "
` [PATCH v4 49/57] tcg/riscv: "
` [PATCH v4 50/57] tcg/s390x: "
` [PATCH v4 51/57] tcg/sparc64: "
` [PATCH v4 52/57] tcg/i386: Honor 64-bit atomicity in 32-bit mode
` [PATCH v4 53/57] tcg/i386: Support 128-bit load/store with have_atomic16
` [PATCH v4 54/57] tcg/aarch64: Rename temporaries
` [PATCH v4 55/57] tcg/aarch64: Support 128-bit load/store
` [PATCH v4 56/57] tcg/ppc: "
` [PATCH v4 57/57] tcg/s390x: "

[PATCH v3 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-03  7:09 UTC  (15+ messages)
` [PATCH v3 4/6] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH v3 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>

[PATCH v8 0/3] mm/gup: disallow GUP writing to file-backed mappings by default
 2023-05-03  7:08 UTC  (3+ messages)

[PATCH v3 0/2] acpi: Make TPM version configurable
 2023-05-03  7:08 UTC  (5+ messages)
` [PATCH v3 1/2] "

[PATCH] clk: imx: clk-imx8mp: improve error handling in imx8mp_clocks_probe()
 2023-05-03  7:06 UTC  (2+ messages)

[PATCH v2 00/30] Allow building sandbox with MSYS2
 2023-05-03  7:07 UTC  (4+ messages)
` [PATCH v2 22/30] Makefile: Correct the ans1_compiler rule for MSYS2

[PATCH 0/4] Add DSC v1.2 Support for DSI
 2023-05-03  7:07 UTC  (4+ 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 wireless-next] wifi: mt76: mt76x02: remove WEP support
 2023-05-03  6:59 UTC  (2+ 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  5:42 UTC  (9+ 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-01 10:16 UTC 

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


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.