All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-25 07:08:42 to 2023-02-25 09:36:22 UTC [more...]

[PATCH v3 00/30] tcg: Simplify temporary usage
 2023-02-25  9:35 UTC  (33+ messages)
` [PATCH v3 01/30] tcg: Adjust TCGContext.temps_in_use check
` [PATCH v3 02/30] accel/tcg: Pass max_insn to gen_intermediate_code by pointer
` [PATCH v3 03/30] accel/tcg: Use more accurate max_insns for tb_overflow
` [PATCH v3 04/30] tcg: Remove branch-to-next regardless of reference count
` [PATCH v3 05/30] tcg: Rename TEMP_LOCAL to TEMP_TB
` [PATCH v3 06/30] tcg: Use noinline for major tcg_gen_code subroutines
` [PATCH v3 07/30] tcg: Add liveness_pass_0
` [PATCH v3 08/30] tcg: Remove TEMP_NORMAL
` [PATCH v3 09/30] tcg: Pass TCGTempKind to tcg_temp_new_internal
` [PATCH v3 10/30] tcg: Use tcg_constant_i32 in tcg_gen_io_start
` [PATCH v3 11/30] tcg: Add tcg_gen_movi_ptr
` [PATCH v3 12/30] tcg: Add tcg_temp_ebb_new_{i32,i64,ptr}
` [PATCH v3 13/30] tcg: Use tcg_temp_ebb_new_* in tcg/
` [PATCH v3 14/30] tcg: Use tcg_constant_ptr in do_dup
` [PATCH v3 15/30] accel/tcg/plugin: Use tcg_temp_ebb_*
` [PATCH v3 16/30] accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers
` [PATCH v3 17/30] tcg: Don't re-use TEMP_TB temporaries
` [PATCH v3 18/30] tcg: Change default temp lifetime to TEMP_TB
` [PATCH v3 19/30] target/arm: Drop copies in gen_sve_{ldr,str}
` [PATCH v3 20/30] target/arm: Don't use tcg_temp_local_new_*
` [PATCH v3 21/30] target/cris: Don't use tcg_temp_local_new
` [PATCH v3 22/30] target/hexagon: Don't use tcg_temp_local_new_*
` [PATCH v3 23/30] target/hppa: Don't use tcg_temp_local_new
` [PATCH v3 24/30] target/i386: "
` [PATCH v3 25/30] target/mips: "
` [PATCH v3 26/30] target/ppc: "
` [PATCH v3 27/30] target/xtensa: Don't use tcg_temp_local_new_*
` [PATCH v3 28/30] exec/gen-icount: Don't use tcg_temp_local_new_i32
` [PATCH v3 29/30] tcg: Remove tcg_temp_local_new_*, tcg_const_local_*
` [PATCH v3 30/30] tcg: Update docs/devel/tcg-ops.rst for temporary changes

[Buildroot] [PATCH 1/1] package/postgresql: add host-pkgconf dependency
 2023-02-25  9:35 UTC 

OpenBSD (and maybe other *BSDs) support (2)
 2023-02-25  9:33 UTC 

ROHM ALS, integration time
 2023-02-25  9:35 UTC  (6+ messages)
        ` [low prio, just pondering] About the light sensor "sensitivity area"

[ANNOUNCE] 5.10.168-cip27-rt11 (rt83)
 2023-02-25  9:30 UTC 

[PATCH v1] docs: describe how to quickly build Linux
 2023-02-25  9:29 UTC  (3+ messages)

[PATCH v4 00/11] Fixes for Rockchip NFC driver part 1
 2023-02-25  9:26 UTC  (8+ messages)
` [PATCH v4 01/11] include: fdtdec: decouple fdt_addr_t and phys_addr_t size
    ` [PATCH v1] spi: spi-aspeed-smc: convert devfdt_get_addr_index output to phys_addr_t

[tip:irq/urgent] BUILD SUCCESS ea9a78c3a7a44e36fa690e1cc90dc2a758c8eb9a
 2023-02-25  9:22 UTC 

[Buildroot] [PATCH 1/1] utils/genrandconfig: add ti-k3-r5-loader handling
 2023-02-25  9:22 UTC 

4-port ASMedia/RealTek RTL8125 2.5Gbps NIC freezes whole system
 2023-02-25  9:22 UTC  (5+ messages)

[PATCH 00/76] tcg: Drop tcg_temp_free from translators
 2023-02-25  9:18 UTC  (79+ messages)
` [PATCH 01/76] tcg: Remove tcg_check_temp_count, tcg_clear_temp_count
` [PATCH 02/76] accel/tcg: Remove translator_loop_temp_check
` [PATCH 03/76] target/alpha: Drop tcg_temp_free
` [PATCH 04/76] target/arm: Remove arm_free_cc, a64_free_cc
` [PATCH 05/76] target/arm: Remove value_global from DisasCompare
` [PATCH 06/76] target/arm: Drop tcg_temp_free from translator.c
` [PATCH 07/76] target/arm: Drop DisasContext.tmp_a64
` [PATCH 08/76] target/arm: Drop new_tmp_a64
` [PATCH 09/76] target/arm: Drop new_tmp_a64_zero
` [PATCH 10/76] target/arm: Drop tcg_temp_free from translator-a64.c
` [PATCH 11/76] target/arm: Drop tcg_temp_free from translator-m-nocp.c
` [PATCH 12/76] target/arm: Drop tcg_temp_free from translator-mve.c
` [PATCH 13/76] target/arm: Drop tcg_temp_free from translator-neon.c
` [PATCH 14/76] target/arm: Drop tcg_temp_free from translator-sme.c
` [PATCH 15/76] target/arm: Drop tcg_temp_free from translator-sve.c
` [PATCH 16/76] target/arm: Drop tcg_temp_free from translator-vfp.c
` [PATCH 17/76] target/arm: Drop tcg_temp_free from translator.h
` [PATCH 18/76] target/avr: Drop DisasContext.free_skip_var0
` [PATCH 19/76] target/avr: Drop R from trans_COM
` [PATCH 20/76] target/avr: Drop tcg_temp_free
` [PATCH 21/76] target/cris: Drop cris_alu_free_temps
` [PATCH 22/76] target/cris: Drop cris_alu_m_free_temps
` [PATCH 23/76] target/cris: Drop addr from dec10_ind_move_m_pr
` [PATCH 24/76] target/cris: Drop tcg_temp_free
` [PATCH 25/76] target/cris: Drop tcg_temp_free from C code
` [PATCH 26/76] target/cris: Drop tcg_temp_free from gen_tcg_funcs.py
` [PATCH 27/76] target/hexagon/idef-parser: Drop tcg_temp_free
` [PATCH 28/76] target/hexagon/idef-parser: Drop HexValue.is_manual
` [PATCH 29/76] target/hppa: Drop tcg_temp_free
` [PATCH 30/76] target/i386: "
` [PATCH 31/76] target/loongarch: Drop temp_new
` [PATCH 32/76] target/loongarch: Drop tcg_temp_free
` [PATCH 33/76] target/m68k: Drop mark_to_release
` [PATCH 34/76] target/m68k: Drop free_cond
` [PATCH 35/76] target/m68k: Drop tcg_temp_free
` [PATCH 36/76] target/microblaze: "
` [PATCH 37/76] target/mips: Drop tcg_temp_free from micromips_translate.c.inc
` [PATCH 38/76] target/mips: Drop tcg_temp_free from mips16e_translate.c.inc
` [PATCH 39/76] target/mips: Drop tcg_temp_free from msa_translate.c
` [PATCH 40/76] target/mips: Drop tcg_temp_free from mxu_translate.c
` [PATCH 41/76] target/mips: Drop tcg_temp_free from nanomips_translate.c.inc
` [PATCH 42/76] target/mips: Drop tcg_temp_free from octeon_translate.c
` [PATCH 43/76] target/mips: Drop tcg_temp_free from translate_addr_const.c
` [PATCH 44/76] target/mips: Drop tcg_temp_free from tx79_translate.c
` [PATCH 45/76] target/mips: Fix trans_mult_acc return
` [PATCH 46/76] target/mips: Drop tcg_temp_free from vr54xx_translate.c
` [PATCH 47/76] target/mips: Drop tcg_temp_free from translate.c
` [PATCH 48/76] target/nios2: Drop tcg_temp_free
` [PATCH 49/76] target/openrisc: "
` [PATCH 50/76] target/ppc: "
` [PATCH 51/76] target/riscv: Drop ftemp_new
` [PATCH 52/76] target/riscv: Drop temp_new
` [PATCH 53/76] target/riscv: Drop tcg_temp_free
` [PATCH 54/76] target/rx: "
` [PATCH 55/76] target/s390x: Use tcg_constant_* in local contexts
` [PATCH 56/76] target/s390x: Use tcg_constant_* for DisasCompare
` [PATCH 57/76] target/s390x: Use tcg_constant_i32 for fpinst_extract_m34
` [PATCH 58/76] target/s390x: Use tcg_constant_* in translate_vx.c.inc
` [PATCH 59/76] target/s390x: Drop free_compare
` [PATCH 60/76] target/s390x: Drop tcg_temp_free from translate_vx.c.inc
` [PATCH 61/76] target/s390x: Drop tcg_temp_free from translate.c
` [PATCH 62/76] target/s390x: Remove assert vs g_in2
` [PATCH 63/76] target/s390x: Remove g_out, g_out2, g_in1, g_in2 from DisasContext
` [PATCH 64/76] target/sh4: Drop tcg_temp_free
` [PATCH 65/76] target/sparc: Drop get_temp_tl
` [PATCH 66/76] target/sparc: Drop get_temp_i32
` [PATCH 67/76] target/sparc: Remove egress label in disas_sparc_context
` [PATCH 68/76] target/sparc: Drop free_compare
` [PATCH 69/76] target/sparc: Drop tcg_temp_free
` [PATCH 70/76] target/tricore: "
` [PATCH 71/76] target/sparc: Drop reset_sar_tracker
` [PATCH 72/76] target/xtensa: Drop tcg_temp_free
` [PATCH 73/76] include/exec/gen-icount: Drop tcg_temp_free in gen_tb_start
` [PATCH 74/76] tracing: remove transform.py
` [PATCH 75/76] tcg: Create tcg/tcg-temp-internal.h
` [PATCH 76/76] docs/devel/tcg-ops: Drop recommendation to free temps

[PATCH 0/2] Drop unused helpers from <linux/ata.h>
 2023-02-25  9:18 UTC  (2+ messages)

[Intel-wired-lan] [tnguy-net-queue:master] BUILD SUCCESS 766d1bdceb3290f83ecadd949cc0cd3ef08f8146
 2023-02-25  9:16 UTC 

[bluetooth-next:master] BUILD SUCCESS fbfd2d6d43f8e701f89692e05fcb34e904b087b4
 2023-02-25  9:16 UTC 

[PATCH v3 0/6] scripts/resulttool/regression: add metadata filtering
 2023-02-25  9:15 UTC  (2+ messages)
  ` [OE-core] "

[PATCH] btrfs: add a test case to check btrfs won't crash on certain corruption
 2023-02-25  9:14 UTC 

next/master baseline: 646 runs, 138 regressions (next-20230225)
 2023-02-25  9:14 UTC 

linux-6.1-rt ?
 2023-02-25  9:13 UTC  (4+ messages)

[PATCH] target/ppc/translate: Add dummy implementation for dcblc instruction
 2023-02-25  9:01 UTC  (2+ messages)

s390-linux-ld: arc-rimi.c:undefined reference to `iounmap'
 2023-02-25  8:59 UTC 

[ammarfaizi2-block:viro/vfs/fixes 5/10] arch/microblaze/mm/fault.c:224:25: error: label 'no_context' used but not defined
 2023-02-25  8:59 UTC 

[intel-tdx:kvm-upstream-workaround 96/371] usr/include/asm/kvm.h:599:22: warning: field 'cpuid' with variable sized type 'struct kvm_cpuid2' not at the end of a struct or class is a GNU extension
 2023-02-25  8:59 UTC 

[PATCH 0/5] Pegasos2 fixes and audio output support
 2023-02-25  8:58 UTC  (8+ messages)
` [PATCH 5/5] hw/audio/via-ac97: Basic implementation of audio playback

[PATCH v6 01/12] kbuild: add a tool to list files ignored by git
 2023-02-25  8:54 UTC  (4+ messages)
` [PATCH v6 07/12] kbuild: deb-pkg: switch over to source format 3.0 (quilt)

[rafael-pm:bleeding-edge] BUILD SUCCESS 243d50840e68a096cfe5e136232898cddacb4e9f
 2023-02-25  8:52 UTC 

[ammarfaizi2-block:af/dev.btrfs 10/11] fs/btrfs/super.c:352:26: error: assignment to expression with array type
 2023-02-25  8:48 UTC 

Do you want to get free shares worth up to £100?
 2023-02-25  8:46 UTC 

[PATCH] btrfs: fix the mount crash caused by confusing return value
 2023-02-25  8:44 UTC 

[PATCHv3 0/8] Fix the problem that rxe can not work in net namespace
 2023-02-25  8:43 UTC  (3+ messages)

[PATCH] docs: kbuild: remove description of KBUILD_LDS_MODULE
 2023-02-25  8:41 UTC  (3+ messages)
  ` [PATCH v2] "

[ammarfaizi2-block:af/dev.btrfs 10/11] fs/btrfs/fs.h:173:56: warning: left shift count >= width of type
 2023-02-25  8:40 UTC  (2+ messages)

[PATCH 0/3] imx6: clock: add support to get LCD pixel clock rate
 2023-02-25  8:38 UTC  (4+ messages)
` [PATCH 1/3] imx6: clock: improve calculations to get the PLL video rate
` [PATCH 2/3] imx6: clock: add support to get LCD pixel clock rate
` [PATCH 3/3] imx6: clock: print real "

[zen:6.1/prjc 284/376] kernel/sched/cputime.c:252:31: error: 'paravirt_steal_enabled' undeclared
 2023-02-25  8:38 UTC 

[RFC 0/2] RISC-V: enable rust
 2023-02-25  8:37 UTC  (4+ messages)

[PATCH] can: esd_usb: Improve code readability by means of replacing struct esd_usb_msg with a union
 2023-02-25  8:34 UTC  (2+ messages)

[PATCH -next v14 19/19] riscv: Enable Vector code to be built
 2023-02-25  8:28 UTC  (4+ messages)

[ammarfaizi2-block:af/dev.btrfs 10/11] fs/btrfs/super.c:352:19: error: array type 'cpumask_var_t' (aka 'struct cpumask[1]') is not assignable
 2023-02-25  8:27 UTC  (2+ messages)

[RFC 0/2] RISC-V: enable rust
 2023-02-25  8:20 UTC  (7+ messages)

[PATCH v2 0/7] make slab shrink lockless
 2023-02-25  8:18 UTC  (9+ messages)
` [PATCH v2 1/7] mm: vmscan: add a map_nr_max field to shrinker_info
` [PATCH v2 2/7] mm: vmscan: make global slab shrink lockless

[PATCH net-next v13 0/8] net/sched: cls_api: Support hardware miss to tc action
 2023-02-25  8:14 UTC  (5+ messages)
` [PATCH net-next v13 3/8] net/sched: flower: Move filter handle initialization earlier

[Intel-gfx] [PATCH] drm/i915/adlp: Restoring ADL-P/RPL-U IDs
 2023-02-25  8:14 UTC  (2+ messages)

[PATCH v7 0/2]Adds status interface for zynqmp-fpga
 2023-02-25  8:01 UTC  (7+ messages)
` [PATCH v7 1/2] firmware: xilinx: Add pm api function for PL config reg readback
` [PATCH v7 2/2] fpga: zynqmp-fpga: Adds status interface

[paulmck-rcu:dev.2023.02.22a] BUILD REGRESSION edc9d419ee8c22821ffd664466a5cf19208c3f02
 2023-02-25  8:07 UTC 

[PATCH 0/4] ACPI: SBS: Fix various issues
 2023-02-25  8:04 UTC  (5+ messages)
` [PATCH 1/4] ACPI: EC: Add query notifier support
` [PATCH 2/4] ACPI: sbshc: Use ec query notifier call chain
` [PATCH 3/4] ACPI: EC: Make query handlers private
` [PATCH 4/4] ACPI: SBS: Fix handling of Smart Battery Selectors

[LTP] [PATCH v1] pcrypt_aead01: Should be related to CVE-2017-18075
 2023-02-25  8:04 UTC  (2+ messages)

[RFC PATCH] iio: Add some kerneldoc for channel types
 2023-02-25  7:56 UTC  (4+ messages)

[RFC PATCH 76/76] introduce SSDFS file system
 2023-02-25  7:47 UTC  (2+ messages)

[intel-tdx:tdx-mig-wip 104/625] ld: Unexpected GOT/PLT entries detected!
 2023-02-25  7:47 UTC 

[PATCH RFC u-boot-mvebu 00/59] arm: mvebu: Various fixes
 2023-02-25  7:41 UTC  (4+ messages)
` [PATCH 0/2] arm: mvebu: clearfog: defconfig updates
  ` [PATCH 2/2] arm: mvebu: clearfog: Add defconfig for SPI booting

[RFC PATCH 0/4] Remove some e300/MPC83xx evaluation platforms
 2023-02-25  7:40 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2023-02-24
 2023-02-25  7:39 UTC 

[RFC DELUGE v9r2d1] xfs: Parent Pointers
 2023-02-25  7:34 UTC  (4+ messages)

[PATCHSET v24.0 00/14] xfs: design documentation for online fsck
 2023-02-25  7:33 UTC  (16+ messages)
` [PATCH 07/14] xfs: document pageable kernel memory
` [PATCH 12/14] xfs: document directory tree repairs
  ` [PATCH v24.3 "
` [PATCH 11/14] xfs: document metadata file repair
` [PATCH 10/14] xfs: document full filesystem scans for online fsck

[PATCHSET v23.3 00/14] xfs: design documentation for online fsck
 2023-02-25  7:32 UTC  (5+ messages)
` [PATCH 09/14] xfs: document online file metadata repair code

[PATCH v2 0/1] Documentation: gpu: add acceleration node section
 2023-02-25  7:28 UTC  (2+ messages)
` [PATCH v2 1/1] "

[ammarfaizi2-block:paulmck/linux-rcu/dev.2023.02.22a 85/86] arch/powerpc/kernel/smp.c:1768:1: error: function declared 'noreturn' should not return
 2023-02-25  7:25 UTC 

[intel-tdx:tdx-mig-wip 104/625] drivers/firmware/efi/libstub/x86-stub.c:790:14: warning: implicit declaration of function 'efi_is_64bit' is invalid in C99
 2023-02-25  7:23 UTC 

[PATCH net v1 1/1] net: phy: c45: fix network interface initialization failures on xtensa, arm:cubieboard
 2023-02-25  7:16 UTC 

Does python_poetry_core installs dependencies? #devtool #python
 2023-02-25  7:14 UTC 

linux-next: manual merge of the mm tree with Linus' tree
 2023-02-25  7:13 UTC  (3+ messages)

[PATCH 1/2] drivers: video: logo: fix code style issues in pnmtologo.c
 2023-02-25  7:12 UTC  (2+ messages)
` [PATCH 2/2] drivers: video: logo: add SPDX comment, remove GPL notice "

drivers/pinctrl/cirrus/pinctrl-lochnagar.c:200:1: error: call to undeclared function 'LOCHNAGAR1_'; ISO C99 and later do not support implicit function declarations
 2023-02-25  7:11 UTC 

Bug: Completion-Wait loop timed out with vfio
 2023-02-25  6:25 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.