All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-26 03:14:44 to 2023-01-26 05:04:56 UTC [more...]

[PATCH qemu 1/1] Remove a stray "@end table" marker
 2023-01-26  3:34 UTC  (2+ messages)

Best way to add support a USB audio device where only the second usb configuration works
 2023-01-26  5:03 UTC 

[PATCH v5 00/11] riscv: Allwinner D1/D1s platform support
 2023-01-26  4:57 UTC  (36+ messages)
` [PATCH v5 01/11] MAINTAINERS: Match the sun20i family of Allwinner SoCs
` [PATCH v5 02/11] dt-bindings: vendor-prefixes: Add Allwinner D1/D1s board vendors
` [PATCH v5 03/11] dt-bindings: riscv: Add Allwinner D1/D1s board compatibles
` [PATCH v5 04/11] riscv: dts: allwinner: Add the D1/D1s SoC devicetree
` [PATCH v5 05/11] riscv: dts: allwinner: Add MangoPi MQ devicetree
` [PATCH v5 06/11] riscv: dts: allwinner: Add Allwinner D1 Nezha devicetree
` [PATCH v5 07/11] riscv: dts: allwinner: Add Sipeed Lichee RV devicetrees
` [PATCH v5 08/11] riscv: dts: allwinner: Add MangoPi MQ Pro devicetree
` [PATCH v5 09/11] riscv: dts: allwinner: Add Dongshan Nezha STU devicetree
` [PATCH v5 10/11] riscv: Add the Allwinner SoC family Kconfig option
` [PATCH v5 11/11] riscv: defconfig: Enable the Allwinner D1 platform and drivers

RTT-PROBE: lore-subspace-rtt
 2023-01-26  5:03 UTC 

[virtio-comment] [PATCH v10] virtio-net: Clarify VLAN filter table configuration
 2023-01-26  5:01 UTC  (6+ messages)
        ` [virtio-dev] "

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2023-01-26  4:59 UTC  (2+ messages)

[PATCH] app/testpmd: expand noisy neighbour forward mode support
 2023-01-26  4:55 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] grub-shell: Add flexibility in QEMU firmware handling
 2023-01-26  4:53 UTC  (5+ messages)

[PATCH resend 0/3] Input: touchscreen - settings module-param support
 2023-01-26  4:53 UTC  (7+ messages)
` [PATCH resend 1/3] Input: touchscreen - Extend touchscreen_parse_properties() to allow overriding settings with a module option
` [PATCH resend 2/3] Input: silead - Add a settings module-parameter
` [PATCH resend 3/3] Input: goodix "

RTT-PROBE: lore-subspace-rtt
 2023-01-26  4:53 UTC 

[PATCH v5 0/8] Allow error capture without a request & fix locking issues
 2023-01-26  4:50 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Allow error capture without a request & fix locking issues (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v5 00/36] tcg: Support for Int128 with helpers
 2023-01-26  4:38 UTC  (37+ messages)
` [PATCH v5 01/36] tcg: Define TCG_TYPE_I128 and related helper macros
` [PATCH v5 02/36] tcg: Handle dh_typecode_i128 with TCG_CALL_{RET, ARG}_NORMAL
` [PATCH v5 03/36] tcg: Allocate objects contiguously in temp_allocate_frame
` [PATCH v5 04/36] tcg: Introduce tcg_out_addi_ptr
` [PATCH v5 05/36] tcg: Add TCG_CALL_{RET,ARG}_BY_REF
` [PATCH v5 06/36] tcg: Introduce tcg_target_call_oarg_reg
` [PATCH v5 07/36] tcg: Add TCG_CALL_RET_BY_VEC
` [PATCH v5 08/36] include/qemu/int128: Use Int128 structure for TCI
` [PATCH v5 09/36] tcg/i386: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v5 10/36] tcg/tci: Fix big-endian return register ordering
` [PATCH v5 11/36] tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128
` [PATCH v5 12/36] tcg: "
` [PATCH v5 13/36] tcg: Add temp allocation for TCGv_i128
` [PATCH v5 14/36] tcg: Add basic data movement "
` [PATCH v5 15/36] tcg: Add guest load/store primitives "
` [PATCH v5 16/36] tcg: Add tcg_gen_{non}atomic_cmpxchg_i128
` [PATCH v5 17/36] tcg: Split out tcg_gen_nonatomic_cmpxchg_i{32,64}
` [PATCH v5 18/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for STXP
` [PATCH v5 19/36] target/arm: Use tcg_gen_atomic_cmpxchg_i128 for CASP
` [PATCH v5 20/36] target/ppc: Use tcg_gen_atomic_cmpxchg_i128 for STQCX
` [PATCH v5 21/36] tests/tcg/s390x: Add div.c
` [PATCH v5 22/36] tests/tcg/s390x: Add clst.c
` [PATCH v5 23/36] tests/tcg/s390x: Add long-double.c
` [PATCH v5 24/36] target/s390x: Use a single return for helper_divs32/u32
` [PATCH v5 25/36] target/s390x: Use a single return for helper_divs64/u64
` [PATCH v5 26/36] target/s390x: Use Int128 for return from CLST
` [PATCH v5 27/36] target/s390x: Use Int128 for return from CKSM
` [PATCH v5 28/36] target/s390x: Use Int128 for return from TRE
` [PATCH v5 29/36] target/s390x: Copy wout_x1 to wout_x1_P
` [PATCH v5 30/36] target/s390x: Use Int128 for returning float128
` [PATCH v5 31/36] target/s390x: Use Int128 for passing float128
` [PATCH v5 32/36] target/s390x: Use tcg_gen_atomic_cmpxchg_i128 for CDSG
` [PATCH v5 33/36] target/s390x: Implement CC_OP_NZ in gen_op_calc_cc
` [PATCH v5 34/36] target/i386: Split out gen_cmpxchg8b, gen_cmpxchg16b
` [PATCH v5 35/36] target/i386: Inline cmpxchg8b
` [PATCH v5 36/36] target/i386: Inline cmpxchg16b

[PATCH v6 0/2]
 2023-01-26  4:43 UTC  (4+ messages)
` [PATCH v6 1/2] ptrace,syscall_user_dispatch: Implement Syscall User Dispatch Suspension

RTT-PROBE: lore-subspace-rtt
 2023-01-26  4:43 UTC 

[PATCH] dma-buf: system_heap: avoid reclaim for order 4
 2023-01-26  4:42 UTC  (8+ messages)
              `  "

[Intel-gfx] [PATCH] drm/i915/mtl/selftests: Flush all tiles on test exit
 2023-01-26  4:37 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[kernel PATCH v1 1/1] Bluetooth: Don't send HCI commands to remove adv if adapter is off
 2023-01-26  4:33 UTC  (4+ messages)
` Reason to disable adv during power off without clearing

RTT-PROBE: lore-subspace-rtt
 2023-01-26  4:33 UTC 

[PATCH] powerpc/vdso: Filter clang's auto var init zero enabler when linking
 2023-01-26  4:23 UTC  (3+ messages)

[PATCH v2 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-26  4:22 UTC  (7+ messages)
` [PATCH v2 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS

RTT-PROBE: lore-subspace-rtt
 2023-01-26  4:23 UTC 

[PATCH v4 0/3] memory: prevent dma-reentracy issues
 2023-01-26  4:18 UTC  (4+ messages)
` [PATCH v4 2/3] async: Add an optional reentrancy guard to the BH API

[PATCH v2] netrom: Fix use-after-free caused by accept on already connected socket
 2023-01-26  4:16 UTC  (3+ messages)

[PATCH v2 RESEND] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
 2023-01-26  4:16 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-26  4:13 UTC 

[PATCH v2 1/3] drm/i915/xehp: GAM registers don't need to be re-applied on engine resets
 2023-01-26  4:12 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for series starting with [v2,1/3] "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v4 00/36] tcg: Support for Int128 with helpers
 2023-01-26  4:11 UTC  (4+ messages)
` [PATCH v4 06/36] tcg: Introduce tcg_target_call_oarg_reg

Article pitch - please take a look
 2023-01-26  4:09 UTC 

ublk-nbd: ublk-nbd is avaialbe
 2023-01-26  4:08 UTC  (4+ messages)

[PATCH v1 0/7] hwmon: (it87) Complete handling multi-chip configuration
 2023-01-26  4:02 UTC  (8+ messages)
` [PATCH v1 1/7] hwmon: (it87) Allow disabling exiting of configuration mode
` [PATCH v1 2/7] hwmon: (it87) Disable configuration exit for certain chips
` [PATCH v1 3/7] hwmon: (it87) List full chip model name
` [PATCH v1 4/7] hwmon: (it87) Add chip_id in some info message
` [PATCH v1 5/7] hwmon: (it87) Allow multiple chip IDs for force_id
` [PATCH v1 6/7] hwmon: (it87) Add new chipset IT87952E
` [PATCH v1 7/7] hwmon: (it87) Updated documentation for recent updates to it87

RTT-PROBE: lore-subspace-rtt
 2023-01-26  4:03 UTC 

[PATCH 3/3] crypto: x86/blowfish - Eliminate use of SYM_TYPED_FUNC_START in asm
 2023-01-26  3:56 UTC 

[PATCH 2/3] crypto: x86/blowfish - Convert to use ECB/CBC helpers
 2023-01-26  3:56 UTC 

[PATCH 0/3] crypto: x86/blowfish - Cleanup and convert to ECB/CBC macros
 2023-01-26  3:54 UTC  (2+ messages)
` [PATCH 1/3] crypto: x86/blowfish - Remove unused encode parameter

RTT-PROBE: lore-subspace-rtt
 2023-01-26  3:53 UTC 

[Intel-gfx] [PATCH v2] drm/i915/display: Pass drm_i915_private as param to i915 funcs
 2023-01-26  3:52 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Pass drm_i915_private as param to i915 funcs (rev3)

[PATCH] tune2fs:check return value of ext2fs_mmp_update2 in rewrite_metadata_checksums
 2023-01-26  3:50 UTC  (2+ messages)

[PATCH] e2scrub_all: fix typo in manpage
 2023-01-26  3:50 UTC  (2+ messages)

[PATCH] e2fsck: optimize clone_file on large devices
 2023-01-26  3:50 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-26  3:43 UTC 

[Intel-gfx] [PATCH v2] drm/i915/gt: Add selftests for TLB invalidation
 2023-01-26  3:43 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/gt: Add selftests for TLB invalidation (rev3)

[PATCH 0/5] platform/x86/amd/pmf: Updates to PMF driver
 2023-01-26  3:39 UTC  (2+ messages)

[PATCH 0/4] Updates to amd_pmc driver
 2023-01-26  3:38 UTC  (6+ messages)
` [PATCH 2/4] platform/x86/amd: pmc: Write dummy postcode into the STB DRAM

[PATCH v5 0/3] add support for clocks on MT7981 SoC
 2023-01-26  3:34 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: clock: Add compatibles for MT7981
` [PATCH v5 2/3] dt-bindings: clock: mediatek: add mt7981 clock IDs
` [PATCH v5 3/3] clk: mediatek: add MT7981 clock support

[RFC PATCH 0/7] Allow race-free block device handling
 2023-01-26  3:33 UTC  (7+ messages)
` [RFC PATCH 1/7] block: Support creating a struct file from a block device
` [RFC PATCH 2/7] Allow userspace to get an FD to a newly-created DM device
` [RFC PATCH 3/7] Implement diskseq checks in blkback
` [RFC PATCH 4/7] Increment diskseq when releasing a loop device
` [RFC PATCH 6/7] Minor blkback cleanups
` [RFC PATCH 7/7] xen/blkback: Inform userspace that device has been opened

[PATCH] objtool: check that module init/exit function is an indirect call target
 2023-01-26  3:33 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-26  3:33 UTC 

[PATCH] btrfs/299: update kernel commit hash and subject
 2023-01-26  3:32 UTC  (2+ messages)

[PATCH] xfs: allow setting full range of panic tags
 2023-01-26  3:27 UTC  (3+ messages)

[RFC PATCH v2 00/22] Introduce QC USB SND audio offloading support
 2023-01-26  3:14 UTC  (45+ messages)
` [RFC PATCH v2 01/22] xhci: fix event ring segment table related masks and variables in header
` [RFC PATCH v2 02/22] xhci: remove xhci_test_trb_in_td_math early development check
` [RFC PATCH v2 03/22] xhci: Refactor interrupter code for initial multi interrupter support
` [RFC PATCH v2 04/22] xhci: Add support to allocate several interrupters
` [RFC PATCH v2 05/22] usb: xhci: Add XHCI APIs to support USB offloading
` [RFC PATCH v2 06/22] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [RFC PATCH v2 07/22] ASoC: Add SOC USB APIs for adding an USB backend
` [RFC PATCH v2 08/22] ASoC: dt-bindings: Add USB_RX port
` [RFC PATCH v2 09/22] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [RFC PATCH v2 10/22] ASoC: qdsp6: q6afe: Increase APR timeout
` [RFC PATCH v2 11/22] ASoC: qcom: Add USB backend ASoC driver for Q6
` [RFC PATCH v2 12/22] sound: usb: card: Introduce USB SND platform op callbacks
` [RFC PATCH v2 13/22] sound: usb: Export USB SND APIs for modules
` [RFC PATCH v2 14/22] dt-bindings: usb: dwc3: Add snps, num-hc-interrupters definition
  ` [RFC PATCH v2 14/22] dt-bindings: usb: dwc3: Add snps,num-hc-interrupters definition
` [RFC PATCH v2 15/22] usb: dwc3: Add DT parameter to specify maximum number of interrupters
` [RFC PATCH v2 16/22] sound: usb: Introduce QC USB SND offloading support
` [RFC PATCH v2 17/22] sound: usb: card: Check for support for requested audio format
` [RFC PATCH v2 18/22] sound: soc: soc-usb: Add PCM format check API for USB backend
` [RFC PATCH v2 19/22] sound: soc: qcom: qusb6: Ensure PCM format is supported by USB audio device
` [RFC PATCH v2 20/22] sound: usb: Prevent starting of audio stream if in use
` [RFC PATCH v2 21/22] ASoC: dt-bindings: Add Q6USB backend bindings
` [RFC PATCH v2 22/22] ASoC: dt-bindings: Update example for enabling USB offload on SM8250

[PATCH] ls-tree: add --sparse-filter-oid argument
 2023-01-26  3:25 UTC  (5+ messages)
` [PATCH v2] "

[RFC bpf-next 0/5] test_verifier tests migration to inline assembly
 2023-01-26  3:25 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-26  3:23 UTC 

[PATCH v4 0/3] add support for clocks on MT7981 SoC
 2023-01-26  3:21 UTC  (5+ messages)
` [PATCH v4 3/3] clk: mediatek: add MT7981 clock support

[PATCH] docs: leds: fix the following docu build warning
 2023-01-26  3:15 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.