All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-10 07:58:44 to 2021-12-10 08:36:40 UTC [more...]

[PATCH 00/32] KVM: s390: enable zPCI for interpretive execution
 2021-12-10  8:36 UTC  (5+ messages)
` [PATCH 14/32] KVM: s390: pci: do initial setup for AEN interpretation

[PATCH v11 00/77] support vector extension v1.0
 2021-12-10  7:57 UTC  (85+ messages)
` [PATCH v11 01/77] target/riscv: drop vector 0.7.1 and add 1.0 support
` [PATCH v11 02/77] target/riscv: Use FIELD_EX32() to extract wd field
` [PATCH v11 03/77] target/riscv: rvv-1.0: add mstatus VS field
` [PATCH v11 04/77] target/riscv: rvv-1.0: set mstatus.SD bit if mstatus.VS is dirty
` [PATCH v11 05/77] target/riscv: rvv-1.0: add sstatus VS field
` [PATCH v11 06/77] target/riscv: rvv-1.0: introduce writable misa.v field
` [PATCH v11 07/77] target/riscv: rvv-1.0: add translation-time vector context status
` [PATCH v11 08/77] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [PATCH v11 09/77] target/riscv: rvv-1.0: add vcsr register
` [PATCH v11 10/77] target/riscv: rvv-1.0: add vlenb register
` [PATCH v11 11/77] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [PATCH v11 12/77] target/riscv: rvv-1.0: remove MLEN calculations
` [PATCH v11 13/77] target/riscv: rvv-1.0: add fractional LMUL
` [PATCH v11 14/77] target/riscv: rvv-1.0: add VMA and VTA
` [PATCH v11 15/77] target/riscv: rvv-1.0: update check functions
` [PATCH v11 16/77] target/riscv: introduce more imm value modes in translator functions
` [PATCH v11 17/77] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [PATCH v11 18/77] target/riscv: rvv-1.0: remove amo operations instructions
` [PATCH v11 19/77] target/riscv: rvv-1.0: configure instructions
` [PATCH v11 22/77] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [PATCH v11 23/77] target/riscv: rvv-1.0: fault-only-first unit stride load
` [PATCH v11 24/77] target/riscv: rvv-1.0: load/store whole register instructions
` [PATCH v11 25/77] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns
` [PATCH v11 26/77] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [PATCH v11 27/77] target/riscv: rvv-1.0: floating-point square-root instruction
` [PATCH v11 28/77] target/riscv: rvv-1.0: floating-point classify instructions
` [PATCH v11 29/77] target/riscv: rvv-1.0: count population in mask instruction
` [PATCH v11 30/77] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [PATCH v11 31/77] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [PATCH v11 32/77] target/riscv: rvv-1.0: iota instruction
` [PATCH v11 33/77] target/riscv: rvv-1.0: element index instruction
` [PATCH v11 34/77] target/riscv: rvv-1.0: allow load element with sign-extended
` [PATCH v11 35/77] target/riscv: rvv-1.0: register gather instructions
` [PATCH v11 36/77] target/riscv: rvv-1.0: integer scalar move instructions
` [PATCH v11 37/77] target/riscv: rvv-1.0: floating-point move instruction
` [PATCH v11 38/77] target/riscv: rvv-1.0: floating-point scalar move instructions
` [PATCH v11 39/77] target/riscv: rvv-1.0: whole register "
` [PATCH v11 40/77] target/riscv: rvv-1.0: integer extension instructions
` [PATCH v11 41/77] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [PATCH v11 42/77] target/riscv: rvv-1.0: single-width bit shift instructions
` [PATCH v11 43/77] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [PATCH v11 44/77] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [PATCH v11 45/77] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [PATCH v11 46/77] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [PATCH v11 47/77] target/riscv: rvv-1.0: integer comparison instructions
` [PATCH v11 48/77] target/riscv: rvv-1.0: floating-point compare instructions
` [PATCH v11 49/77] target/riscv: rvv-1.0: mask-register logical instructions
` [PATCH v11 50/77] target/riscv: rvv-1.0: slide instructions
` [PATCH v11 51/77] target/riscv: rvv-1.0: floating-point "
` [PATCH v11 52/77] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [PATCH v11 53/77] target/riscv: rvv-1.0: single-width floating-point reduction
` [PATCH v11 54/77] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [PATCH v11 55/77] target/riscv: rvv-1.0: single-width scaling shift instructions
` [PATCH v11 56/77] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [PATCH v11 57/77] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [PATCH v11 58/77] target/riscv: rvv-1.0: remove integer extract instruction
` [PATCH v11 59/77] target/riscv: rvv-1.0: floating-point min/max instructions
` [PATCH v11 60/77] target/riscv: introduce floating-point rounding mode enum
` [PATCH v11 61/77] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [PATCH v11 62/77] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PATCH v11 63/77] target/riscv: add "set round to odd" rounding mode helper function
` [PATCH v11 64/77] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PATCH v11 65/77] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
` [PATCH v11 66/77] target/riscv: rvv-1.0: implement vstart CSR
` [PATCH v11 67/77] target/riscv: rvv-1.0: trigger illegal instruction exception if frm is not valid
` [PATCH v11 68/77] target/riscv: gdb: support vector registers for rv64 & rv32
` [PATCH v11 69/77] target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
` [PATCH v11 70/77] target/riscv: rvv-1.0: floating-point reciprocal "
` [PATCH v11 71/77] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PATCH v11 72/77] target/riscv: rvv-1.0: add vsetivli instruction
` [PATCH v11 73/77] target/riscv: rvv-1.0: add evl parameter to vext_ldst_us()
` [PATCH v11 74/77] target/riscv: rvv-1.0: add vector unit-stride mask load/store insns
` [PATCH v11 75/77] target/riscv: rvv-1.0: rename vmandnot.mm and vmornot.mm to vmandn.mm and vmorn.mm
` [PATCH v11 76/77] target/riscv: rvv-1.0: update opivv_vadc_check() comment
` [PATCH v11 77/77] target/riscv: rvv-1.0: Add ELEN checks for widening and narrowing instructions

[PATCH 0/2] checkout: introduce "--to-branch" option
 2021-12-10  8:34 UTC  (3+ messages)
` [PATCH 2/2] "

[PATCH] drm/i915/guc: Use correct context lock when callig clr_context_registered
 2021-12-10  8:34 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device
 2021-12-10  8:32 UTC  (5+ messages)
` [PATCH 2/2] ACPI: AGDI: Add driver for "

[igt-dev] [PATCH i-g-t] tests/i915/gem_ctx_engines: Added out fence for execute-one subtest
 2021-12-10  8:33 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/gem_ctx_engines: Added out fence for execute-one subtest (rev4)

ARM: mach-at91: how to stop U-Boot/SPL from disabling the watchdog timer on SAMAD3 Xplained
 2021-12-10  8:32 UTC  (3+ messages)

[tip:auto-latest] BUILD SUCCESS 9da622944c940e55caabd823dce0ce85df24b769
 2021-12-10  8:31 UTC 

[PATCH] drm: i915: display: intel_dmc: Fixes an unsigned subtraction which can never be negative
 2021-12-10  4:41 UTC 

[PATCH] drm/i915/selftests: Fix inconsistent object in IS_ERR and PTR_ERR
 2021-12-10  6:11 UTC 

[PATCH v5 0/2] cancel all throttled bios in del_gendisk()
 2021-12-10  8:31 UTC  (6+ messages)
` [PATCH v5 1/2] blk-throtl: move WARN_ON_ONCE() from throtl_rb_first() to it's caller
` [PATCH v5 2/2] block: cancel all throttled bios in del_gendisk()

[PATCH] staging: r8188eu: Use memdup_user instead of kmalloc/copy_from_user
 2021-12-10  8:30 UTC  (2+ messages)

[PATCH] blkmapd: fix coredump in bl_add_disk
 2021-12-10  8:30 UTC  (2+ messages)

Frame injection on ath9k
 2021-12-10  8:27 UTC  (2+ messages)

[LTP] [PATCH 1/3] swapping01: skip test if zram-swap is being used
 2021-12-10  8:27 UTC  (4+ messages)
` [LTP] [PATCH 2/3] zram/zram_lib.sh: Skip test if zram module can not be removed

[PATCH v1 7/7] vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()
 2021-12-10  8:26 UTC  (3+ messages)
  ` [PATCH v1 2/7] vdpa/mlx5: Distribute RX virtqueues in RQT object

[igt-dev] [i-g-t] tests/i915/exec_balancer: Added Skip Guc Submission
 2021-12-10  8:26 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/i915/exec_balancer: Added Skip Guc Submission (rev3)

[PATCH] mt76: mt7921: reduce log severity levels for informative messages
 2021-12-10  8:22 UTC  (3+ messages)

Reuse framebuffer after a kexec (amdgpu / efifb)
 2021-12-10  8:24 UTC  (7+ messages)

[PATCH 0/4] perf: Add new macros for mem_hops field
 2021-12-10  8:22 UTC  (8+ messages)
` [PATCH 1/4] "

[PATCH 0/3] amba: cleanup part2
 2021-12-10  8:31 UTC  (8+ messages)
` [PATCH 1/3] amba: Cleanup amba pclk operation
` [PATCH 2/3] amba: kill amba_find_match()
` [PATCH 3/3] amba: Move EXPORT_SYMBOL() closer to definition

[PATCH v2 2/2] net/ixgbe: fix spelling mistakes
 2021-12-10  8:22 UTC  (2+ messages)
` [PATCH v3] net/ixgbe: add vector Rx parameter check

[PATCH 0/9] drm/i915/gvt: Constify static structs
 2021-12-10  8:20 UTC  (33+ messages)
` [PATCH 2/9] drm/i915/gvt: Constify intel_gvt_gtt_pte_ops
    ` [Intel-gfx] "
` [PATCH 3/9] drm/i915/gvt: Constify intel_gvt_irq_ops
    ` [Intel-gfx] "
` [PATCH 4/9] drm/i915/gvt: Constify intel_gvt_sched_policy_ops
    ` [Intel-gfx] "
` [PATCH 5/9] drm/i915/gvt: Constify gvt_mmio_block
    ` [Intel-gfx] "
` [PATCH 6/9] drm/i915/gvt: Constify cmd_interrupt_events
    ` [Intel-gfx] "
` [PATCH 7/9] drm/i915/gvt: Constify formats
    ` [Intel-gfx] "
` [PATCH 8/9] drm/i915/gvt: Constify gtt_type_table_entry
  ` [Intel-gfx] "
` [PATCH 9/9] drm/i915/gvt: Constify vgpu_types
  ` [Intel-gfx] "

[PATCH RFC 0/9] support concurrent sync io for bfq on a specail occasion
 2021-12-10  8:20 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v3] lib/igt_fb: fix the plane_size array for yuv formats
 2021-12-10  8:20 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/igt_fb: fix the plane_size array for yuv formats (rev3)

[PATCH] rtw88: 8821c: disable the ASPM of RTL8821CE
 2021-12-10  8:17 UTC 

[PATCH V1 2/2] mm/damon: Modify the display form of damon tracepoint
 2021-12-10  8:18 UTC  (2+ messages)

[PATCH] fixup! can: do not increase tx_bytes statistics for RTR frames
 2021-12-10  8:18 UTC 

[PATCH] hwmon: (nct6775) add support for TSI temperature registers
 2021-12-10  8:16 UTC  (2+ messages)

[PATCH RFC] block, bfq: update pos_root for idle bfq_queue in bfq_bfqq_move()
 2021-12-10  8:16 UTC  (2+ messages)

[PATCH net] sch_cake: do not call cake_destroy() from cake_init()
 2021-12-10  8:15 UTC 

[PATCH v3] misc: Allow selective disabling of debug facility names
 2021-12-10  8:13 UTC 

[RFC PATCH v2 0/7] Use pageblock_order for cma and alloc_contig_range alignment
 2021-12-10  8:12 UTC  (3+ messages)
` [RFC PATCH v2 4/7] mm: make alloc_contig_range work at pageblock granularity

[PATCH] net/netfilter/x_tables.c: Use kvalloc to make your code better
 2021-12-10  8:12 UTC  (2+ messages)

[PATCH] powermac: low_i2c: Add missing of_node_put for loop iteration
 2021-12-10  8:11 UTC 

[jpirko-mlxsw:petrm_soft_counters 9/10] include/linux/kern_levels.h:5:25: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'size_t' {aka 'unsigned int'}
 2021-12-10  8:11 UTC  (2+ messages)

[superna9999:amlogic/v5.17/g12-dsi 5/7] drivers/gpu/drm/meson/meson_encoder_dsi.c:72:2: error: implicit declaration of function 'meson_vclk_setup'
 2021-12-10  8:11 UTC  (2+ messages)

[PATCH] optee: Suppress false positive kmemleak report in optee_handle_rpc()
 2021-12-10  8:10 UTC  (5+ messages)

[PATCH v16 0/4] Add SPMI support for Mediatek SoC IC
 2021-12-10  8:08 UTC  (5+ messages)

[PATCH] powerpc: Add set_memory_{p/np}() and remove set_memory_attr()
 2021-12-10  8:09 UTC  (2+ messages)

[PATCH v4 00/16] drm/i915/dg2: Enabling 64k page size and flat ccs
 2021-12-10  8:08 UTC  (5+ messages)
` [PATCH v4 07/16] drm/i915/dg2: Tile 4 plane format support
      ` [Intel-gfx] "

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-12-09
 2021-12-10  8:07 UTC 

[PATCH v3 0/5] aio: fix use-after-free and missing wakeups
 2021-12-10  8:07 UTC  (5+ messages)

[PATCH v6] can: kvaser_usb: make use of units.h in assignment of frequency
 2021-12-10  8:06 UTC  (2+ messages)

[PATCH v2 0/3] mmc: Add LiteSDCard mmc driver
 2021-12-10  8:04 UTC  (7+ messages)
` [PATCH v2 3/3] mmc: Add driver for LiteX's LiteSDCard interface

[RFC] perf record: Disable debuginfod by default
 2021-12-10  8:04 UTC  (2+ messages)

[PATCH v5 0/5] fix statistics and payload issues for error
 2021-12-10  8:02 UTC  (5+ messages)
` [PATCH v5 3/5] can: do not copy the payload of RTR frames

[song-md:md-next] BUILD SUCCESS 0e7fca2ac1b787243e419060e1766cc0eef5952f
 2021-12-10  8:01 UTC 

[tip:x86/mm] BUILD SUCCESS 35fa745286ac44ee26ed100c2bd2553368ad193b
 2021-12-10  8:01 UTC 

[jlayton:ceph-fscrypt-content 50/51] fs/ceph/file.c:1712:20: error: too many arguments to function call, expected 4, have 5
 2021-12-10  8:01 UTC  (2+ messages)

[tip:x86/cleanups] BUILD SUCCESS f529cc537b8e907c25f29eb00f50979e8e532cbc
 2021-12-10  8:01 UTC 

[android-common:android13-5.15 1/3] mm/memory_hotplug.c:1505:17: warning: format specifies type 'unsigned long' but the argument has type 'u64' (aka 'unsigned long long')
 2021-12-10  8:01 UTC 

[RFCv1 0/4] arm64: Use static key for PID in CONTEXTIDR
 2021-12-10  7:59 UTC  (11+ messages)
` [RFCv1 4/4] perf: arm_spe: Dynamically switch PID tracing to contextidr

[PATCH] ARM: dts: imx6qdl-dhcom: Add USB overcurrent pin on SoM layer
 2021-12-10  7:58 UTC  (5+ messages)

[PATCH 0/5] iommu/amd: fixes for suspend/resume
 2021-12-10  8:00 UTC  (4+ messages)

[PATCH RFC] media: si2157: get rid of chiptype data
 2021-12-10  7:59 UTC 

[Intel-gfx] [PATCH 0/3] drm/i915/fbc: More multi-FBC refactoring
 2021-12-10  7:59 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v3] net/ixgbe: add vector Rx parameter check
 2021-12-10  7:58 UTC 

devirtualize kernel access to DAX
 2021-12-09 21:03 UTC  (3+ messages)
` [PATCH 2/5] dax: simplify dax_synchronous and set_dax_synchronous
  ` [dm-devel] "

[PATCH 0/4] configure and meson.build improvements
 2021-12-10  7:53 UTC  (4+ messages)
` [PATCH 3/4] Move CONFIG_XFS handling to meson.build

[PATCH V2] md: don't unregister sync_thread with reconfig_mutex held
 2021-12-09 12:57 UTC  (3+ messages)
  ` [dm-devel] "


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.