All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-02 18:05:29 to 2025-01-02 18:33:02 UTC [more...]

[PATCH v2 0/3] gpio: 74HC595 / 74x164 shift register improvements
 2025-01-02 18:33 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: gpio: fairchild,74hc595: Add On Semi MC74HC595A compat

[PATCH] tests/intel/xe_drm_fdinfo: Do not end NULL xe_cork
 2025-01-02 18:32 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 00/19] powerpc: MPC83xx cleanup and LANCOM NWAPP2 board
 2025-01-02 18:32 UTC  (40+ messages)
` [PATCH 01/19] powerpc: Generalize MPC831x platform support
` [PATCH 02/19] powerpc: dts: Extract mpc8315e.dtsi from mpc8315erdb.dts
` [PATCH 03/19] powerpc: dts: mpc8315e: Use IRQ_TYPE_* macros
` [PATCH 04/19] powerpc: dts: mpc8315e: Add labels to peripherals
` [PATCH 05/19] powerpc: dts: mpc8315e: Disable peripherals by default
` [PATCH 06/19] powerpc: dts: mpc8315e: Add missing #cells properties to SPI bus
` [PATCH 07/19] powerpc: dts: mpc8315erdb: Add missing model property
` [PATCH 08/19] powerpc: boot: Enable FIT image generation
` [PATCH 09/19] powerpc: boot: Build devicetrees when CONFIG_MPC831x=y
` [PATCH 10/19] powerpc: dts: Add MPC8314E devicetree
` [PATCH 11/19] dt-bindings: gpio: fsl,qoriq-gpio: Add compatible string fsl,mpc8314-gpio
` [PATCH 12/19] powerpc: dts: mpc8315e: Add GPIO controller node
` [PATCH 13/19] gpio: mpc8xxx: Add MPC8314 support
` [PATCH 14/19] powerpc: mpc83xx: Switch to of_platform_populate
` [PATCH 15/19] dt-bindings: vendor-prefixes: Add LANCOM Systems GmbH
` [PATCH 16/19] powerpc: dts: Add LANCOM NWAPP2 board devicetree
` [PATCH 17/19] powerpc: Regenerate mpc83xx_defconfig
` [PATCH 18/19] powerpc: mpc83xx_defconfig: Enable NWAPP2 board features
` [PATCH 19/19] MAINTAINERS: Add entry for LANCOM board support

[pali:cifs 66/68] fs/smb/client/smb1ops.c:994:66: sparse: sparse: restricted __le32 degrades to integer
 2025-01-02 18:30 UTC 

[PATCH 0/3] dt-bindings: clock: xilinx: Update VCU bindings
 2025-01-02 18:30 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: clock: xilinx: move xlnx_vcu dt-binding to clock from soc
` [PATCH 2/3] dt-bindings: clock: xilinx: Convert VCU bindings to dtschema
` [PATCH 3/3] dt-bindings: clock: xilinx: Update VCU bindings for reset GPIO

[Buildroot] [PATCH] package/usbip: add missing kernel options
 2025-01-02 18:30 UTC  (2+ messages)

[PATCH v5 00/10] raid1 balancing methods
 2025-01-02 18:29 UTC  (3+ messages)
` [PATCH v5 04/10] btrfs: handle value associated with raid1 balancing parameter

[Buildroot] [git commit] package/usbip: add missing kernel options
 2025-01-02 18:10 UTC 

[PATCH net-next v1 1/1] net: phy: Move callback comments from struct to kernel-doc section
 2025-01-02 18:28 UTC  (10+ messages)

[PATCH 00/73] tcg: Merge *_i32 and *_i64 opcodes
 2025-01-02 18:06 UTC  (74+ messages)
` [PATCH 01/73] tcg: Add TCGOp.type
` [PATCH 02/73] tcg: Add TCGHelperInfo.out_type
` [PATCH 03/73] tcg: Add TCGType argument to tcg_emit_op, tcg_op_insert_*
` [PATCH 04/73] tcg: Add TCGType argument to tcg_gen_op*
` [PATCH 05/73] tcg: Remove TCGOP_VECL
` [PATCH 06/73] tcg: Move call abi parameters from tcg-target.h to tcg-target.c.inc
` [PATCH 07/73] tcg: Add TCGType argument to tcg_op_supported
` [PATCH 08/73] target/arm: Do not test TCG_TARGET_HAS_bitsel_vec
` [PATCH 09/73] target/arm: Use tcg_op_supported
` [PATCH 10/73] target/tricore: "
` [PATCH 11/73] tcg: Add tcg_op_deposit_valid
` [PATCH 12/73] target/i386: Remove TCG_TARGET_extract_tl_valid
` [PATCH 13/73] target/i386: Use tcg_op_deposit_valid
` [PATCH 14/73] target/i386: Use tcg_op_supported
` [PATCH 15/73] tcg: Remove TCG_TARGET_NEED_LDST_LABELS and TCG_TARGET_NEED_POOL_LABELS
` [PATCH 16/73] tcg: Rename tcg-target.opc.h to tcg-target-opc.h.inc
` [PATCH 17/73] tcg/tci: Move TCI specific opcodes "
` [PATCH 18/73] tcg: Move fallback tcg_can_emit_vec_op out of line
` [PATCH 19/73] tcg: Split out tcg-target-has.h and tcg-has.h
` [PATCH 20/73] tcg: Split out tcg-target-mo.h
` [PATCH 21/73] tcg: Merge TCG_TARGET_HAS_{div,rem,div2}
` [PATCH 22/73] tcg: Merge TCG_TARGET_HAS_{andc,orc,nand,nor,eqv,not}
` [PATCH 23/73] tcg/mips: Expand bswap unconditionally
` [PATCH 24/73] tcg: Merge TCG_TARGET_HAS_bswap*
` [PATCH 25/73] tcg: Merge TCG_TARGET_HAS_rot_{i32,i64}
` [PATCH 26/73] tcg: Merge TCG_TARGET_HAS_{clz,ctz,ctpop}
` [PATCH 27/73] tcg: Merge TCG_TARGET_HAS_{muls2,mulu2,mulsh,muluh}
` [PATCH 28/73] tcg: Merge TCG_TARGET_HAS_{add2,sub2}
` [PATCH 29/73] tcg: Merge TCG_TARGET_HAS_negsetcond_{i32,i64}
` [PATCH 30/73] tcg/i386: Handle all 8-bit extensions for i686
` [PATCH 31/73] tcg/i386: Fold the ext{8, 16, 32}[us] cases into {s}extract
` [PATCH 32/73] tcg/aarch64: Provide TCG_TARGET_{s}extract_valid
` [PATCH 33/73] tcg/aarch64: Expand extract with offset 0 with andi
` [PATCH 34/73] tcg/arm: Add full [US]XT[BH] into {s}extract
` [PATCH 35/73] tcg/loongarch64: Fold the ext{8, 16, 32}[us] cases "
` [PATCH 36/73] tcg/mips: "
` [PATCH 37/73] tcg/ppc: "
` [PATCH 38/73] tcg/riscv64: "
` [PATCH 39/73] tcg/riscv: Use SRAIW, SRLIW for {s}extract_i64
` [PATCH 40/73] tcg/s390x: Fold the ext{8, 16, 32}[us] cases into {s}extract
` [PATCH 41/73] tcg/sparc64: Use SRA, SRL for {s}extract_i64
` [PATCH 42/73] tcg/tci: Provide TCG_TARGET_{s}extract_valid
` [PATCH 43/73] tcg/tci: Remove assertions for deposit and extract
` [PATCH 44/73] tcg: Remove TCG_TARGET_HAS_{s}extract_{i32,i64}
` [PATCH 45/73] tcg: Remove TCG_TARGET_HAS_deposit_{i32,i64}
` [PATCH 46/73] tcg: Merge TCG_TARGET_HAS_extract2_{i32,i64}
` [PATCH 47/73] tcg: Make INDEX_op_extrh_i64_i32 mandatory
` [PATCH 48/73] tcg: Remove INDEX_op_ext{8,16,32}{us}
` [PATCH 49/73] tcg: Reorg process_op_defs
` [PATCH 50/73] tcg: Remove args_ct from TCGOpDef
` [PATCH 51/73] tcg: Constify tcg_op_defs
` [PATCH 52/73] tcg: Use tcg_op_supported in process_op_defs
` [PATCH 53/73] tcg: Use C_NotImplemented in tcg_target_op_def
` [PATCH 54/73] tcg: Pass TCGOp to tcg_target_op_def
` [PATCH 55/73] tcg: Merge INDEX_op_{ld,st}*_{i32_i64}
` [PATCH 56/73] tcg: Remove INDEX_op_qemu_st8_*_i32
` [PATCH 57/73] tcg: Add TCGType argument to tcg_out_op
` [PATCH 58/73] tcg/optimize: Remove OptContext.type
` [PATCH 59/73] tcg: Remove TCG_OPF_64BIT
` [PATCH 60/73] tcg: Change have_vec to has_type in tcg_op_supported
` [PATCH 61/73] tcg: Merge INDEX_op_mov_{i32,i64}
` [PATCH 62/73] tcg: Merge integer logical operations
` [PATCH 63/73] tcg: Merge integer add, sub, neg operations
` [PATCH 64/73] tcg: Merge integer add2, sub2 operations
` [PATCH 65/73] tcg: Merge integer mul, div operations
` [PATCH 66/73] tcg: Merge brcond, setcond, negsetcond, movcond operations
` [PATCH 67/73] tcg: Merge extract, sextract operations
` [PATCH 68/73] tcg: Merge integer shift operations
` [PATCH 69/73] tcg: Merge deposit operations
` [PATCH 70/73] tcg: Merge extract2 operations
` [PATCH 71/73] tcg: Merge host integer load/store operations
` [PATCH 72/73] tcg: Merge bswap operations
` [PATCH 73/73] tcg: Merge clz, ctz, ctpop operations

[PATCH 0/2] tcg/riscv: Use BEXTI for single-bit extractions
 2025-01-02 18:16 UTC  (3+ messages)
` [PATCH 1/2] util/cpuinfo-riscv: Detect Zbs
` [PATCH 2/2] tcg/riscv: Use BEXTI for single-bit extractions

[PATCH 0/3] linux-user: Call tcg_flush_jmp_cache() before re-using threads
 2025-01-02 18:25 UTC  (4+ messages)
` [PATCH 1/3] linux-user: Only include 'exec/tb-flush.h' header when necessary
` [PATCH 2/3] accel/tcg: Factor out common tcg_exec_reset() helper
` [PATCH 3/3] accel/tcg: Implement cpu_exec_reset_hold() on user emulation

[PATCH 00/10] TPM2 key protector follow-up patches
 2025-01-02 18:20 UTC  (9+ messages)
` [PATCH 02/10] tpm2_key_protector: Add 'tpm2_dump_pcr' command
` [PATCH 03/10] docs: Document tpm2_dump_pcr
` [PATCH 04/10] tss2: Fix the missing authCommand
` [PATCH 05/10] tss2: Add TPM 2.0 NV index commands

[PATCH v2 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
 2025-01-02 18:27 UTC  (3+ messages)

[PATCH 3/3] ARM: dts: sunxi: add support for NetCube Systems Kumquat
 2025-01-02 18:24 UTC  (5+ messages)
` (no subject)
  ` [PATCH v2 1/3] dt-bindings: vendor-prefixes: Add NetCube Systems Austria name

[PATCH for-next] io_uring: ensure io_queue_deferred() is out-of-line
 2025-01-02 18:25 UTC  (3+ messages)
` 答复: "

Errors compiling BPF programs from Linux selftests/bpf with GCC
 2025-01-02 18:24 UTC  (4+ messages)

[PATCH v4 0/5] EDAC: Versal NET: Add support for error notification
 2025-01-02 18:23 UTC  (3+ messages)
` [PATCH v4 4/5] dt-bindings: memory-controllers: Add support for Versal NET EDAC

[PATCH 1/2] dt-bindings: hwmon: pwm-fan: Document default-pwm property
 2025-01-02 18:22 UTC  (2+ messages)

[PATCH] scsi: isci: remote_device: Remove unused isci_remote_device_reset_complete
 2025-01-02 18:22 UTC  (2+ messages)

[PATCH] tcg/s390x: Use ARK and AGRK
 2025-01-02 18:17 UTC 

[PATCH] scsi: iscsi: Remove unused iscsi_create_session
 2025-01-02 18:20 UTC  (2+ messages)

[PATCH] scsi: target: Remove unused functions
 2025-01-02 18:20 UTC  (2+ messages)

[PATCH 0/3] Input/omap1: fix touchscreen functionality on Nokia 770
 2025-01-02 18:19 UTC  (4+ messages)
` [PATCH 1/3] fbdev: omap: use threaded IRQ for LCD DMA
` [PATCH 2/3] Input: ads7846 - fix up the pendown GPIO setup on Nokia 770
` [PATCH 3/3] Input: ads7846 - restore half-duplex support

Perf doesn't display kernel symbols anymore (bisected commit 659ad3492b91 ("perf maps: Switch from rbtree to lazily sorted array for addresses"))
 2025-01-02 18:19 UTC  (6+ messages)

[PATCH 0/2] iio: adc: ad4695: add oversampling support
 2025-01-02 18:19 UTC  (4+ messages)
` [PATCH 1/2] iio: adc: ad4695: add offload-based "

Errno codes from symlink() syscall
 2025-01-02 18:18 UTC  (4+ messages)

[PATCH v3 0/6] Fix MSTOP handling and add SYS/GIC clock entries for RZ/V2H(P) SoC
 2025-01-02 18:18 UTC  (7+ messages)
` [PATCH v3 1/6] clk: renesas: rzv2h: Fix use-after-free in MSTOP refcount handling
` [PATCH v3 2/6] clk: renesas: rzv2h: Relocate MSTOP-related macros to the family driver
` [PATCH v3 3/6] clk: renesas: rzv2h: Simplify BUS_MSTOP macros and field extraction
` [PATCH v3 4/6] clk: renesas: rzv2h: Switch MSTOP configuration to per-bit basis
` [PATCH v3 5/6] clk: renesas: r9a09g057: Add reset entry for SYS
` [PATCH v3 6/6] clk: renesas: r9a09g057: Add clock and reset entries for GIC

[PATCH RFC net-next 0/7] net: dsa: cleanup EEE (part 2)
 2025-01-02 18:18 UTC  (3+ messages)

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2025-01-02 18:17 UTC  (3+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()

[PATCH] Revert "drm/amd/display: Optimize cursor position updates"
 2025-01-02 18:16 UTC 

[PATCH net-next 00/15] mlx5 Hardware Steering part 2
 2025-01-02 18:14 UTC  (16+ messages)
` [PATCH net-next 01/15] net/mlx5: HWS, remove the use of duplicated structs
` [PATCH net-next 02/15] net/mlx5: HWS, remove implementation of unused FW commands
` [PATCH net-next 03/15] net/mlx5: HWS, denote how refcounts are protected
` [PATCH net-next 04/15] net/mlx5: HWS, simplify allocations as we support only FDB
` [PATCH net-next 05/15] net/mlx5: HWS, add error message on failure to move rules
` [PATCH net-next 06/15] net/mlx5: HWS, change error flow on matcher disconnect
` [PATCH net-next 07/15] net/mlx5: HWS, remove wrong deletion of the miss table list
` [PATCH net-next 08/15] net/mlx5: HWS, reduce memory consumption of a matcher struct
` [PATCH net-next 09/15] net/mlx5: HWS, num_of_rules counter on matcher should be atomic
` [PATCH net-next 10/15] net/mlx5: HWS, separate SQ that HWS uses from the usual traffic SQs
` [PATCH net-next 11/15] net/mlx5: HWS, fix definer's HWS_SET32 macro for negative offset
` [PATCH net-next 12/15] net/mlx5: HWS, handle returned error value in pool alloc
` [PATCH net-next 13/15] net/mlx5: HWS, use the right size when writing arg data
` [PATCH net-next 14/15] net/mlx5: HWS, support flow sampler destination
` [PATCH net-next 15/15] net/mlx5: HWS, set timeout on polling for completion

[PATCH v2 0/2] Fix subsection vmemmap_populate logic
 2025-01-02 18:12 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: mm: implement vmemmap_check_pmd for arm64

[PATCH] scsi: documentation: scsi_eh: updates for EH changes
 2025-01-02 18:12 UTC  (2+ messages)

Immutable vs read-only for Windows compatibility
 2025-01-02 18:12 UTC  (4+ messages)

[PATCH 0/4] efi_loader: enable running the debug UEFI shell
 2025-01-02 18:11 UTC  (5+ messages)
` [PATCH 1/4] efi_loader: implement a HOB list
` [PATCH 2/4] efi_loader: build with HII configuration protocol
` [PATCH 3/4] efi_loader: install DXE services table
` [PATCH 4/4] efi_loader: print image load address in StartImage

6.12.7 stable new error: event xe_bo_move has unsafe dereference of argument 4
 2024-12-30 21:07 UTC  (8+ messages)
` [REGRESSION][BISECTED] "

[recipe build #3836246] of ~linux-rdma rdma-core-daily in xenial: Dependency wait
 2025-01-02 18:03 UTC 

WARN: event xe_bo_move has unsafe dereference of argument 4
 2024-12-22 12:05 UTC 

[REGRESSION] Brightness control does not work after waking up from suspend
 2025-01-02 18:10 UTC  (3+ messages)

[PATCH] drm/amdgpu: fix backport of commit 73dae652dcac
 2025-01-02 18:08 UTC  (3+ messages)

[PATCH] x86/of: Restore possibility to use both ACPI and FDT from bootloader
 2025-01-02 18:08 UTC  (2+ messages)

[PATCH] firmware_loader: Constify 'struct bin_attribute'
 2025-01-02 18:07 UTC  (2+ messages)

[PATCH 0/2] bpf: Allow bpf_for/bpf_repeat while holding spin
 2025-01-02 18:05 UTC  (3+ messages)
` [PATCH 2/2] selftests/bpf: test bpf_for within spin lock section

[PATCH] Add NMEA GPS character device for PCIe MHI Quectel Module to read NMEA statements
 2025-01-02 18:05 UTC  (4+ 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.