All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-03 06:51:53 to 2023-05-03 07:23:53 UTC [more...]

[PATCH 00/84] tcg: Build once for system, once for user
 2023-05-03  7:20 UTC  (2+ messages)
` [PULL v2 04/12] qemu/host-utils.h: Add clz and ctz functions for lower-bit integers

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

[PATCH v2 0/6] sched/deadline: cpuset: Rework DEADLINE bandwidth restoration
 2023-05-03  7:22 UTC  (7+ messages)
  ` [PATCH v2 1/6] cgroup/cpuset: Rename functions dealing with DEADLINE accounting
  ` [PATCH v2 2/6] sched/cpuset: Bring back cpuset_mutex
  ` [PATCH v2 3/6] sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
  ` [PATCH v2 4/6] cgroup/cpuset: Iterate only if DEADLINE tasks are present
  ` [PATCH v2 5/6] sched/deadline: Create DL BW alloc, free & check overflow interface
` [PATCH v2 6/6] cgroup/cpuset: Free DL BW in case can_attach() fails

[PATCH v20 00/21] s390x: CPU Topology
 2023-05-03  7:21 UTC  (4+ messages)
` [PATCH v20 02/21] s390x/cpu topology: add topology entries on CPU hotplug

[PATCH v3 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-03  7:19 UTC  (20+ 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>

[Intel-gfx] [PATCH 00/11] drm/i915: MST+DSC nukage and state stuff
 2023-05-03  7:17 UTC  (5+ messages)
` [Intel-gfx] [PATCH 02/11] drm/i915/mst: Remove broken MST DSC support
  `  "

[PATCH 0/5] Fix scan-build warnings
 2023-05-03  7:17 UTC  (5+ messages)
` [PATCH 1/5] 9p: fix ignored return value in v9fs_dir_release

[PATCH 0/4] SCSI core patches
 2023-05-03  7:16 UTC  (7+ messages)
` [PATCH 4/4] scsi: Trace SCSI sense data

[PATCH v2 00/10] extend octeon ep driver functionality
 2023-05-03  7:16 UTC  (4+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 05/11] devtools: add acronym in dictionary for commit checks

[PATCH v2 net-next 0/6] Brcm ASP 2.0 Ethernet controller
 2023-05-03  7:15 UTC  (6+ messages)
` [PATCH v2 net-next 3/6] net: bcmasp: Add support for ASP2.0 "

[PATCH] docs: clarify KVM related kernel parameters' descriptions
 2023-05-03  7:15 UTC  (3+ messages)

[PATCH] sequencer: rectify empty hint in call of require_clean_work_tree()
 2023-05-03  7:15 UTC  (6+ messages)

[bug report] net/handshake: Create a NETLINK service for handling handshake requests
 2023-05-03  7:14 UTC  (3+ messages)

Slow RTL8822CE 802.11ac PCIe Wireless Network Adapter
 2023-05-03  7:13 UTC 

[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 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  (4+ messages)
` [PATCH v1 1/4] dt-bindings: thermal: tsens: Add ipq9574 compatible

[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  (3+ messages)
` [PATCH 1/3] cmd: tlv_eeprom: remove use of global variable has_been_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  (4+ messages)

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


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.