messages from 2021-12-10 07:37:14 to 2021-12-10 08:10:44 UTC [more...]
[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 v11 00/77] support vector extension v1.0
2021-12-10 7:57 UTC (86+ 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 20/77] target/riscv: rvv-1.0: stride load and store instructions
` [PATCH v11 21/77] target/riscv: rvv-1.0: index "
` [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
[Intel-gfx] [PATCH v4 00/16] drm/i915/dg2: Enabling 64k page size and flat ccs
2021-12-10 8:08 UTC (7+ messages)
` [Intel-gfx] [PATCH v4 07/16] drm/i915/dg2: Tile 4 plane format support
` "
[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
[PATCH RFC] block, bfq: update pos_root for idle bfq_queue in bfq_bfqq_move()
2021-12-10 8:16 UTC
[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
[dm-devel] devirtualize kernel access to DAX
2021-12-09 21:03 UTC (3+ messages)
` [dm-devel] [PATCH 2/5] dax: simplify dax_synchronous and set_dax_synchronous
[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
[dm-devel] [PATCH V2] md: don't unregister sync_thread with reconfig_mutex held
2021-12-09 12:57 UTC (4+ messages)
[PATCH 0/6] Transition git-p4.py to support Python 3 only
2021-12-10 7:57 UTC (4+ messages)
` [PATCH 6/6] git-p4: Resolve RCS keywords in binary
[PATCH] clk: Emit a stern warning with writable debugfs enabled
2021-12-10 7:57 UTC (2+ messages)
[PATCH v3 0/4] media: si2157: rework firmware load logic
2021-12-10 7:56 UTC (5+ messages)
` [PATCH v3 1/4] media: si2157: move firmware load to a separate function
` [PATCH v3 2/4] media: si2157: Add optional firmware download
` [PATCH v3 3/4] media: si2157: rework the firmware load logic
` [PATCH v3 4/4] media: si2157: use a different namespace for firmware
[PATCH v2 00/18] crypto: dh - infrastructure for NVM in-band auth and FIPS conformance
2021-12-10 7:56 UTC (2+ messages)
[PATCH v6 0/8] target/riscv: support Zfh, Zfhmin extension v0.1
2021-12-10 7:43 UTC (18+ messages)
` [PATCH v6 1/8] target/riscv: zfh: half-precision load and store
` [PATCH v6 2/8] target/riscv: zfh: half-precision computational
` [PATCH v6 3/8] target/riscv: zfh: half-precision convert and move
` [PATCH v6 4/8] target/riscv: zfh: half-precision floating-point compare
` [PATCH v6 5/8] target/riscv: zfh: half-precision floating-point classify
` [PATCH v6 6/8] target/riscv: zfh: add Zfh cpu property
` [PATCH v6 7/8] target/riscv: zfh: implement zfhmin extension
` [PATCH v6 8/8] target/riscv: zfh: add Zfhmin cpu property
[PATCH] mailbox: add control_by_sw for mt8195
2021-12-10 7:53 UTC (4+ messages)
[RFC PATCH v2 0/7] Use pageblock_order for cma and alloc_contig_range alignment
2021-12-10 7:53 UTC (5+ messages)
` [RFC PATCH v2 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [RFC PATCH v2 3/7] mm: migrate: allocate the right size of non hugetlb or THP compound pages
[PATCH] net/batman-adv:remove unneeded variable
2021-12-10 7:52 UTC (5+ messages)
[RFC 00/19] fscache,erofs: fscache-based demand-read semantics
2021-12-10 7:36 UTC (20+ messages)
` [RFC 01/19] cachefiles: add mode command
` [RFC 02/19] cachefiles: implement key scheme for demand-read mode
` [RFC 03/19] cachefiles: refactor cachefiles_adjust_size()
` [RFC 04/19] netfs: make ops->init_rreq() optional
` [RFC 05/19] netfs: refactor netfs_alloc_read_request
` [RFC 06/19] netfs: add type field to struct netfs_read_request
` [RFC 07/19] netfs: add netfs_readpage_demand()
` [RFC 08/19] netfs: refactor netfs_clear_unread()
` [RFC 09/19] netfs: refactor netfs_rreq_unlock()
` [RFC 10/19] netfs: refactor netfs_rreq_prepare_read
` [RFC 11/19] cachefiles: refactor cachefiles_prepare_read
` [RFC 12/19] erofs: export erofs_map_blocks
` [RFC 13/19] erofs: add bootstrap_path mount option
` [RFC 14/19] erofs: introduce fscache support
` [RFC 15/19] erofs: implement fscache-based metadata read
` [RFC 16/19] erofs: implement fscache-based data read
` [RFC 18/19] cachefiles: support on demand read
` [RFC 19/19] erofs: "
[PATCH 1/2] drm/amdgpu: introduce a kind of halt state for amdgpu device
2021-12-10 7:49 UTC (8+ messages)
` [PATCH 2/2] drm/amdgpu: add support for SMU debug option
[PATCH] pwm: atmel: remove redundant initialization of variable timeout
2021-12-10 7:45 UTC (3+ messages)
[PATCH V2 net-next 0/6] net: netns refcount tracking, base series
2021-12-10 7:44 UTC (7+ messages)
` [PATCH V2 net-next 1/6] net: add networking namespace refcount tracker
` [PATCH V2 net-next 2/6] net: add netns refcount tracker to struct sock
` [PATCH V2 net-next 3/6] net: add netns refcount tracker to struct seq_net_private
` [PATCH V2 net-next 4/6] net: sched: add netns refcount tracker to struct tcf_exts
` [PATCH V2 net-next 5/6] l2tp: add netns refcount tracker to l2tp_dfs_seq_data
` [PATCH V2 net-next 6/6] ppp: add netns refcount tracker
[RFC PATCH v3 0/8] image: add a stage pre-load
2021-12-10 7:41 UTC (6+ messages)
` [RFC PATCH v3 8/8] tools: gen_pre_load_header.sh: initial import
[PATCH] media: c8sectpfe: fix double free in configure_channels()
2021-12-10 7:39 UTC (3+ messages)
arch/riscv/include/asm/atomic.h:204 arch_atomic_fetch_add_unless() warn: inconsistent indenting
2021-12-10 7:40 UTC (2+ messages)
[PATCH] ARM: dts: BCM5301X: Add USB GPIO and missing LEDs on Netgear R6300v2
2021-12-10 7:39 UTC (3+ messages)
[PATCH 1/2] fsl-layerscape: add dtb overlay feature
2021-12-10 7:38 UTC (7+ messages)
[PATCH v10 00/77] support vector extension v1.0
2021-12-10 7:35 UTC (3+ messages)
[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
2021-12-10 7:37 UTC (17+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.