All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-27 03:58:19 to 2023-02-27 05:38:45 UTC [more...]

[PATCH v4 00/31] tcg: Simplify temporary usage
 2023-02-27  5:36 UTC  (15+ messages)
` [PATCH v4 01/31] tcg: Adjust TCGContext.temps_in_use check
` [PATCH v4 02/31] accel/tcg: Pass max_insn to gen_intermediate_code by pointer
` [PATCH v4 03/31] accel/tcg: Use more accurate max_insns for tb_overflow
` [PATCH v4 04/31] tcg: Remove branch-to-next regardless of reference count
` [PATCH v4 05/31] tcg: Rename TEMP_LOCAL to TEMP_TB
` [PATCH v4 06/31] tcg: Use noinline for major tcg_gen_code subroutines
` [PATCH v4 07/31] tcg: Add liveness_pass_0
` [PATCH v4 08/31] tcg: Remove TEMP_NORMAL
` [PATCH v4 09/31] tcg: Pass TCGTempKind to tcg_temp_new_internal
` [PATCH v4 10/31] tcg: Use tcg_constant_i32 in tcg_gen_io_start
` [PATCH v4 11/31] tcg: Add tcg_gen_movi_ptr
` [PATCH v4 13/31] tcg: Use tcg_temp_ebb_new_* in tcg/
` [PATCH v4 14/31] tcg: Use tcg_constant_ptr in do_dup
` [PATCH v4 16/31] accel/tcg/plugin: Tidy plugin_gen_disable_mem_helpers

[PATCH v1] net/idpf: fix datapath function configuration
 2023-02-27  5:36 UTC 

[PATCH] platform/x86: ISST: Increase range of valid mail box commands
 2023-02-27  5:35 UTC 

Bug: Completion-Wait loop timed out with vfio
 2023-02-27  5:33 UTC  (2+ messages)

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

[RFC PATCH 0/2] minor cleanup of usage of flush_dcache_folio()
 2023-02-27  5:31 UTC  (3+ messages)
` [RFC PATCH 2/2] mm: add zero_user_folio_segments()

[RFC][PATCH v2] GSoC 2023 proposal: more sparse index integration
 2023-02-27  5:29 UTC  (2+ messages)

Possible bug in linux-6.2/tools/testing/selftests/powerpc/pmu/sampling_tests/mmcra_thresh_marked_sample_test.c
 2023-02-27  5:26 UTC  (2+ messages)

[PATCH] docs: fix typo in fw.md
 2023-02-27  5:26 UTC  (2+ messages)

[Intel-gfx] drm/i915/selftests: Fix live_requests for all engines
 2023-02-27  5:24 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "

[syzbot] [keyrings?] [lsm?] WARNING in __mod_timer
 2023-02-27  5:22 UTC  (2+ messages)

[PATCH v4] lib: utils: fdt_fixup: Fix compile error
 2023-02-27  5:22 UTC  (2+ messages)

[PATCH] HID: intel-ish-hid: ipc: Fix potential use-after-free in work function
 2023-02-27  5:18 UTC  (2+ messages)

[PATCH 0/10] crypto: Driver conversions for DMA alignment
 2023-02-27  5:20 UTC  (9+ messages)
        ` [PATCH] crypto: sun8i-ss - Remove GFP_DMA and add DMA alignment padding
          ` [PATCH] crypto: caam "
              ` [PATCH] crypto: caam - Fix edesc/iv ordering mixup

[Intel-gfx] [PATCH v10 00/13] Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes
 2023-02-27  5:13 UTC  (15+ messages)
` [Intel-gfx] [PATCH v10 01/13] drm/i915/display: Add new member to configure PCON color conversion
` [Intel-gfx] [PATCH v10 02/13] drm/i915/display: Add new member in intel_dp to store ycbcr420 passthrough cap
` [Intel-gfx] [PATCH v10 03/13] drm/i915/dp: Add Scaler constraint for YCbCr420 output
` [Intel-gfx] [PATCH v10 04/13] drm/i915/dp: Replace intel_dp.dfp members with the new crtc_state sink_format
` [Intel-gfx] [PATCH v10 05/13] drm/i915/dp: Compute output format with/without DSC
` [Intel-gfx] [PATCH v10 06/13] drm/i915/display: Use sink_format instead of ycbcr420_output flag
` [Intel-gfx] [PATCH v10 07/13] drm/i915/dp: Rearrange check for illegal mode and comments in mode_valid
` [Intel-gfx] [PATCH v10 08/13] drm/i915/dp: Consider output_format while computing dsc bpp for mode_valid
` [Intel-gfx] [PATCH v10 09/13] drm/i915/display: Add helper function to check if sink_format is 420
` [Intel-gfx] [PATCH v10 10/13] drm/i915/dp: Avoid DSC with output_format YCBCR420
` [Intel-gfx] [PATCH v10 11/13] drm/i915/dp: Handle BPP where HDMI2.1 DFP doesn't support DSC
` [Intel-gfx] [PATCH v10 12/13] drm/i915/dp: Fix FRL BW check for HDMI2.1 DFP
` [Intel-gfx] [PATCH v10 13/13] drm/i915/dp: Add a wrapper to check frl/tmds downstream constraints
` [Intel-gfx] ✓ Fi.CI.BAT: success for Handle BPC for HDMI2.1 PCON without DSC1.2 sink and other fixes (rev11)

[Buildroot] [PATCH 1/1] package/postgresql: add host-pkgconf dependency
 2023-02-27  5:12 UTC  (2+ messages)

drivers/media/platform/renesas/rcar_fdp1.c:691:9: warning: use of NULL 'job' where non-null expected [CWE-476]
 2023-02-27  5:11 UTC 

[Intel-gfx] [PATCH v4 00/19] Add vfio_device cdev for iommufd support
 2023-02-27  4:46 UTC  (9+ messages)
` [Intel-gfx] [PATCH v4 16/19] vfio: Add VFIO_DEVICE_BIND_IOMMUFD
              `  "

[PATCH] Input: libps2 - add support for lenovo xiaoxin keyboard
 2023-02-27  5:08 UTC 

[RFC PATCH 0/1] check-attr: integrate with sparse-index
 2023-02-27  5:05 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2023-02-27  5:03 UTC  (4+ messages)
` [PATCH v2 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
` [PATCH v2 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
` [PATCH v2 2/2] ACPI: APEI: handle synchronous exceptions in task work

sound/soc/codecs/sma1303.c:1517:28: sparse: sparse: symbol 'sma_i2c_regmap' was not declared. Should it be static?
 2023-02-27  5:00 UTC 

[PATCH] VOLATILE_TMP_DIR: add
 2023-02-27  5:00 UTC 

[PATCH v4 0/3] imx7d-remarkable2: Enable cyttsp5 and rohm,bd71815
 2023-02-27  4:50 UTC  (8+ messages)
` [PATCH v4 1/3] ARM: dts: imx7d-remarkable2: Enable the cyttsp5
` [PATCH v4 2/3] ARM: imx_v6_v7_defconfig: Enable rohm,bd71815
` [PATCH v4 3/3] ARM: dts: imx7d-remarkable2: Enable the rohm,bd71815

[PATCH 0/3 V2] Bluetooth: Add support for RTL8821CS
 2023-02-27  4:49 UTC  (4+ messages)
` [PATCH 1/3 V2] dt-bindings: net: realtek-bluetooth: Add RTL8821CS

[PATCHv3 00/10] SVM: virtual NMI
 2023-02-27  4:47 UTC  (4+ messages)
` [PATCHv3 09/10] KVM: x86: add support for delayed virtual NMI injection interface
` [PATCHv3 10/10] KVM: nSVM: implement support for nested VNMI

[PATCH] staging: r8188eu: add a null check of kzalloc in go_add_group_info_attr
 2023-02-27  4:47 UTC  (2+ messages)

[PATCH] hw/riscv: Fix the bug of maximum size limit when put initrd to RAM
 2023-02-27  2:39 UTC 

[PATCH v3 1/4] lib: utils/fdt: Fix fdt_pmu.c header dependency
 2023-02-27  4:46 UTC  (8+ messages)
` [PATCH v3 2/4] platform: generic/allwinner: Fix sun20i-d1.c "
` [PATCH v3 3/4] platform: generic/andes: Fix ae350.c "
` [PATCH v3 4/4] include: fdt/fdt_helper: Change fdt_get_address() to return root.next_arg1

[PATCH] staging: rtl8712: Fixes the problem of irregular indentation
 2023-02-27  4:45 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/../display/dc/link/link_factory.c:365 dc_link_construct_phy() warn: variable dereferenced before check 'link->link_enc' (see line 362)
 2023-02-27  4:35 UTC  (2+ messages)

[PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-02-27  4:34 UTC  (13+ messages)
` [PATCH v10 01/11] drm/msm/gem: Prevent blocking within shrinker loop
` [PATCH v10 08/11] drm/shmem-helper: Add memory shrinker

drivers/crypto/aspeed/aspeed-acry.c:295 aspeed_acry_rsa_ctx_copy() error: uninitialized symbol 'idx'
 2023-02-27  4:31 UTC  (2+ messages)

[PATCH v2 0/4] hw/arm/virt: Support dirty ring
 2023-02-27  4:26 UTC  (5+ messages)
` [PATCH v2 1/4] migration: Add last stage indicator to global dirty log synchronization
` [PATCH v2 2/4] kvm: Synchronize the backup bitmap in the last stage
` [PATCH v2 3/4] kvm: Add helper kvm_dirty_ring_init()
` [PATCH v2 4/4] kvm: Enable dirty ring for arm64

cron job: media_tree daily build: WARNINGS
 2023-02-27  4:29 UTC 

[PATCH] ARM: dts: spear320-hmi: correct STMPE GPIO compatible
 2023-02-27  4:28 UTC  (3+ messages)

[PATCH v2] lib: sbi_domain: Avoid overwriting coldboot hart's scratch->arg1
 2023-02-27  4:27 UTC  (4+ messages)

arch/powerpc/perf/mpc7450-pmu.c:422 init_mpc7450_pmu() warn: masked condition '((pvr >> 16) & 65535) != 2147483648' is always true
 2023-02-27  4:25 UTC  (2+ messages)

[PATCH] wifi: ath11k: Optimize 6 GHz scan time
 2023-02-27  4:23 UTC  (10+ messages)

[PATCH 0/3] OPP: Simplify set_required_opp handling
 2023-02-27  4:23 UTC  (5+ messages)

[PATCH] hwmon: add a check of devm_add_action
 2023-02-27  4:21 UTC  (4+ messages)
` [PATCH v2 1/2] hwmon: g762: add a check of devm_add_action in g762_of_clock_enable
  ` [PATCH v2 2/2] hwmon: nzxt-smart2: add a check of devm_add_action in nzxt_smart2_hid_probe

[linux-next:master 13863/14003] net/bluetooth/hci_sync.c:2403 hci_pause_addr_resolution() warn: missing error code? 'err'
 2023-02-27  4:21 UTC  (2+ messages)

[PATCH v2] generic/020: fix really long attr test failure for ceph
 2023-02-27  4:16 UTC  (2+ messages)

[PATCH] generic/020: fix really long attr test failure for ceph
 2023-02-27  4:14 UTC  (6+ messages)

[PATCH v6 0/2] Add ASPEED AST2600 I2Cv2 controller driver
 2023-02-27  4:12 UTC  (6+ messages)
` [PATCH v6 1/2] dt-bindings: i2c: aspeed: support for AST2600-i2cv2

[PATCH v2] virtio-net: Fix probe of virtio-net on kvmtool
 2023-02-27  4:12 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v2] tests/kms_color: Limit the execution to two pipes
 2023-02-27  4:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH 0/5] eBPF RSS Helper support
 2023-02-27  3:50 UTC  (7+ messages)
` [PATCH 3/5] qmp: Added the helper stamp check
` [PATCH 4/5] ebpf_rss_helper: Added helper for eBPF RSS

[PATCH 2/3] exfat: don't print error log in normal case
 2023-02-27  4:07 UTC  (5+ messages)

[PATCH v9] virtio-net: support inner header hash
 2023-02-27  4:07 UTC  (11+ messages)
            ` [virtio-dev] "

[PATCH v3 0/2] GDB: Support getting current task struct in UML
 2023-02-27  4:06 UTC  (6+ messages)
` [PATCH v3 1/2] scripts/gdb: Correct indentation in get_current_task
` [PATCH v3 2/2] scripts/gdb: Support getting current task struct in UML

[PATCH bpf-next] riscv, bpf: fix patch_text implicit declaration
 2023-02-27  4:02 UTC  (2+ messages)

[PATCH] kconfig: Proposed language extension for multiple builds
 2023-02-27  3:59 UTC  (11+ messages)

[PATCH v2 1/2] docs/system/loongarch: update loongson3.rst and rename it to virt.rst
 2023-02-27  3:59 UTC  (2+ messages)
` [PATCH v2 2/2] loongarch: Add smbios command line option


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.