messages from 2021-10-15 07:37:13 to 2021-10-15 08:02:52 UTC [more...]
[PATCH 0/7] drm/meson: rework encoders to pass ATTACH_NO_CONNECTOR
2021-10-15 8:01 UTC (19+ messages)
` [PATCH 2/7] drm/meson: remove useless recursive components matching
` [PATCH 3/7] drm/meson: split out encoder from meson_dw_hdmi
` [PATCH 4/7] drm/bridge: synopsys: dw-hdmi: also allow interlace on bridge
` [PATCH 7/7] drm/meson: encoder_cvbs: switch to bridge with ATTACH_NO_CONNECTOR
[PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC
2021-10-15 8:02 UTC (6+ messages)
` [PATCH v2 06/13] asm-generic: Use HAVE_FUNCTION_DESCRIPTORS to define associated stubs
[PATCH v8 00/78] support vector extension v1.0
2021-10-15 7:46 UTC (102+ messages)
` [PATCH v8 01/78] target/riscv: fix TB_FLAGS bits overlapping bug for rvv/rvh
` [PATCH v8 02/78] target/riscv: drop vector 0.7.1 and add 1.0 support
` [PATCH v8 03/78] target/riscv: Use FIELD_EX32() to extract wd field
` [PATCH v8 04/78] target/riscv: rvv-1.0: add mstatus VS field
` [PATCH v8 05/78] target/riscv: rvv-1.0: add sstatus "
` [PATCH v8 06/78] target/riscv: rvv-1.0: introduce writable misa.v field
` [PATCH v8 07/78] target/riscv: rvv-1.0: add translation-time vector context status
` [PATCH v8 08/78] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [PATCH v8 09/78] target/riscv: rvv-1.0: add vcsr register
` [PATCH v8 10/78] target/riscv: rvv-1.0: add vlenb register
` [PATCH v8 11/78] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [PATCH v8 12/78] target/riscv: rvv-1.0: remove MLEN calculations
` [PATCH v8 13/78] target/riscv: rvv-1.0: add fractional LMUL
` [PATCH v8 14/78] target/riscv: rvv-1.0: add VMA and VTA
` [PATCH v8 15/78] target/riscv: rvv-1.0: update check functions
` [PATCH v8 16/78] target/riscv: introduce more imm value modes in translator functions
` [PATCH v8 17/78] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [PATCH 18/76] target/riscv: rvv-1.0: configure instructions
` [PATCH v8 18/78] target/riscv: rvv-1.0: remove amo operations instructions
` [PATCH v8 19/78] target/riscv: rvv-1.0: configure instructions
` [PATCH 19/76] target/riscv: rvv-1.0: stride load and store instructions
` [PATCH 20/76] target/riscv: rvv-1.0: index "
` [PATCH v8 20/78] target/riscv: rvv-1.0: stride "
` [PATCH 21/76] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [PATCH v8 21/78] target/riscv: rvv-1.0: index load and store instructions
` [PATCH 22/76] target/riscv: rvv-1.0: fault-only-first unit stride load
` [PATCH v8 22/78] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [PATCH 23/76] target/riscv: rvv-1.0: amo operations
` [PATCH v8 23/78] target/riscv: rvv-1.0: fault-only-first unit stride load
` [PATCH v8 24/78] target/riscv: rvv-1.0: load/store whole register instructions
` [PATCH v8 25/78] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns
` [PATCH v8 26/78] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [PATCH v8 27/78] target/riscv: rvv-1.0: floating-point square-root instruction
` [PATCH v8 28/78] target/riscv: rvv-1.0: floating-point classify instructions
` [PATCH v8 29/78] target/riscv: rvv-1.0: count population in mask instruction
` [PATCH 29/76] target/riscv: rvv-1.0: mask population count instruction
` [PATCH v8 30/78] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [PATCH v8 31/78] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [PATCH v8 32/78] target/riscv: rvv-1.0: iota instruction
` [PATCH v8 33/78] target/riscv: rvv-1.0: element index instruction
` [PATCH v8 34/78] target/riscv: rvv-1.0: allow load element with sign-extended
` [PATCH v8 35/78] target/riscv: rvv-1.0: register gather instructions
` [PATCH v8 36/78] target/riscv: rvv-1.0: integer scalar move instructions
` [PATCH v8 37/78] target/riscv: rvv-1.0: floating-point move instruction
` [PATCH v8 38/78] target/riscv: rvv-1.0: floating-point scalar move instructions
` [PATCH v8 39/78] target/riscv: rvv-1.0: whole register "
` [PATCH v8 40/78] target/riscv: rvv-1.0: integer extension instructions
` [PATCH v8 41/78] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [PATCH v8 42/78] target/riscv: rvv-1.0: single-width bit shift instructions
` [PATCH v8 43/78] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [PATCH v8 44/78] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [PATCH v8 45/78] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [PATCH v8 46/78] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [PATCH v8 47/78] target/riscv: rvv-1.0: integer comparison instructions
` [PATCH v8 48/78] target/riscv: rvv-1.0: floating-point compare instructions
` [PATCH v8 49/78] target/riscv: rvv-1.0: mask-register logical instructions
` [PATCH v8 50/78] target/riscv: rvv-1.0: slide instructions
` [PATCH v8 51/78] target/riscv: rvv-1.0: floating-point "
` [PATCH v8 52/78] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [PATCH v8 53/78] target/riscv: rvv-1.0: single-width floating-point reduction
` [PATCH v8 54/78] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [PATCH v8 55/78] target/riscv: rvv-1.0: single-width scaling shift instructions
` [PATCH v8 56/78] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [PATCH v8 57/78] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [PATCH v8 58/78] target/riscv: rvv-1.0: remove integer extract instruction
` [PATCH v8 59/78] target/riscv: rvv-1.0: floating-point min/max instructions
` [PATCH v8 60/78] target/riscv: introduce floating-point rounding mode enum
` [PATCH v8 61/78] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [PATCH v8 62/78] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PATCH v8 63/78] target/riscv: add "set round to odd" rounding mode helper function
` [PATCH v8 64/78] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PATCH v8 65/78] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
` [PATCH v8 66/78] target/riscv: rvv-1.0: implement vstart CSR
` [PATCH v8 67/78] target/riscv: rvv-1.0: trigger illegal instruction exception if frm is not valid
` [PATCH v8 68/78] target/riscv: rvv-1.0: set mstatus.SD bit when writing vector CSRs
` [PATCH v8 69/78] target/riscv: gdb: support vector registers for rv64 & rv32
` [PATCH v8 70/78] target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
` [PATCH v8 71/78] target/riscv: rvv-1.0: floating-point reciprocal "
` [PATCH v8 72/78] target/riscv: set mstatus.SD bit when writing fp CSRs
` [PATCH v8 73/78] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PATCH v8 74/78] target/riscv: rvv-1.0: add vsetivli instruction
` [PATCH v8 75/78] target/riscv: rvv-1.0: add evl parameter to vext_ldst_us()
` [PATCH v8 76/78] target/riscv: rvv-1.0: add vector unit-stride mask load/store insns
` [PATCH v8 77/78] target/riscv: rvv-1.0: rename vmandnot.mm and vmornot.mm to vmandn.mm and vmorn.mm
` [PATCH v8 78/78] target/riscv: rvv-1.0: update opivv_vadc_check() comment
[Intel-gfx] [PATCH 0/9] drm/i915: Move PCH modeset code into its own file
2021-10-15 8:02 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
[LTP] [PATCH v2 1/1] creat09: Run on all_filesystems
2021-10-15 8:01 UTC (3+ messages)
[dpdk-dev] [Bug 828] [dpdk-21.11] zuc unit test is failing
2021-10-15 8:02 UTC
[PATCH v5 00/15] clk: at91: updates for power management and dvfs
2021-10-15 7:58 UTC (26+ messages)
` [PATCH v5 01/15] clk: at91: re-factor clocks suspend/resume
` [PATCH v5 02/15] clk: at91: pmc: execute suspend/resume only for backup mode
` [PATCH v5 04/15] clk: at91: clk-master: add register definition for sama7g5's master clock
` [PATCH v5 05/15] clk: at91: clk-master: improve readability by using local variables
` [PATCH v5 06/15] clk: at91: pmc: add sama7g5 to the list of available pmcs
` [PATCH v5 07/15] clk: at91: sam9x60-pll: use DIV_ROUND_CLOSEST_ULL
` [PATCH v5 08/15] clk: at91: clk-master: check if div or pres is zero
` [PATCH v5 09/15] clk: at91: clk-master: mask mckr against layout->mask
` [PATCH v5 10/15] clk: at91: clk-master: fix prescaler logic
[PATCH v5 00/11] PCI devices passthrough on Arm
2021-10-15 8:00 UTC (21+ messages)
` [PATCH v5 10/11] arm/libxl: Emulated PCI device tree node in libxl
` [PATCH v6 0/3] PCI devices passthrough on Arm
` [PATCH v6 1/3] xen/vpci: Move ecam access functions to common code
` [PATCH v6 2/3] xen/arm: Enable the existing x86 virtual PCI support for ARM
` [PATCH v6 3/3] arm/libxl: Emulated PCI device tree node in libxl
` [PATCH v6 3/3] arm/libxl: Emulated PCI device tree node in libxl [and 1 more messages]
[PATCH] scsi: sd: fix crashes in sd_resume_runtime
2021-10-15 7:55 UTC (6+ messages)
[PATCH 1/2] checkpatch: Add check item for RFC tags is outside the subject prefix
2021-10-15 7:58 UTC (2+ messages)
` [PATCH 2/2] docs: checkpatch: Add the description for RFC_TAG_PREFIX waining messsage
[PATCH] bpf, sockmap: Do not read sk_receive_queue in tcp_bpf_recvmsg if strparser enabled
2021-10-15 8:01 UTC
[RFC 0/7] rt-tests: cyclictest: Add support to report standard deviation
2021-10-15 7:58 UTC (4+ messages)
` [RFC 7/7] "
Source IP for multihomed peer
2021-10-15 7:57 UTC (3+ messages)
[PATCH] dt-bindings: memory-controllers: correct path to LPDDR3 bindings
2021-10-15 7:54 UTC (3+ messages)
[PATCH] pinctrl: renesas: r8a779[56]x: add MediaLB pins
2021-10-15 7:57 UTC (6+ messages)
` [PATCH v2] "
Patchwork housekeeping for: spi-devel-general
2021-10-15 7:56 UTC
[PATCH v7 00/28] file system-wide error monitoring
2021-10-15 7:56 UTC (3+ messages)
` [PATCH v7 23/28] fanotify: Report fid info for file related file system errors
[PATCH] compiler_types: mark __compiletime_assert failure as __noreturn
2021-10-15 7:55 UTC (7+ messages)
[PATCH] staging: r8188eu: remove MSG_88E calls from hal/usb_halinit.c
2021-10-15 7:55 UTC (2+ messages)
[PATCH v2 0/13] net: phy: Add qca8081 ethernet phy driver
2021-10-15 7:54 UTC (5+ messages)
` [PATCH v2 05/13] net: phy: add "
` [PATCH v2 08/13] net: phy: add qca8081 config_aneg
` [PATCH v2 10/13] net: phy: add qca8081 config_init
[PATCH] usb-storage: Add compatibility quirk flags for iODD 2531/2541
2021-10-15 7:54 UTC (4+ messages)
[dpdk-dev] [RFC 0/7] make rte_intr_handle internal
2021-10-15 7:53 UTC (4+ messages)
` [dpdk-dev] [EXT] Re: [PATCH v2 1/6] eal/interrupts: implement get set APIs
[geert-renesas-devel:next] BUILD SUCCESS f9d9ae67a71d1c68b9961af72940aae2685f838b
2021-10-15 7:53 UTC
[PATCH v4 0/1] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
2021-10-15 7:53 UTC (2+ messages)
[PATCH 0/4] dmaengine: at_xdmac: fixes and code enhancements
2021-10-15 7:50 UTC (7+ messages)
` [PATCH 1/4] dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path
` [PATCH 2/4] dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro
[PATCH v3 1/3] soc: samsung: exynos-chipid: Pass revision reg offsets
2021-10-15 7:49 UTC (3+ messages)
[PATCH v6 00/16] Add MediaTek SoC DRM (vdosys1) support for mt8195
2021-10-15 7:49 UTC (5+ messages)
` [PATCH v6 14/16] drm/mediatek: add ovl_adaptor support for MT8195
[RFC v1 0/6] drm: Add support for DRM_CAP_RELEASE_FENCE capability
2021-10-15 7:50 UTC (5+ messages)
` [RFC v1 3/6] drm: Add a capability flag to support additional flip completion signalling
[PATCH] drm/amdgpu: load PSP RL in resume path
2021-10-15 7:50 UTC (2+ messages)
[PATCH] net: phy: Add of_node_put() before return
2021-10-15 7:49 UTC
[dpdk-dev] [PATCH v4 0/5] Implement rte_power_monitor API in virtio/vhost PMD
2021-10-15 15:12 UTC (8+ messages)
` [dpdk-dev] [PATCH v5 "
` [dpdk-dev] [PATCH v5 2/5] vhost: implement rte_power_monitor API
` [dpdk-dev] [PATCH v5 3/5] net/vhost: "
` [dpdk-dev] [PATCH v5 4/5] power: modify return of queue_stopped
[PATCH 1/2] mtd: nand: raw: gpmi: new bch geometry settings
2021-10-15 7:44 UTC (10+ messages)
[PATCH] powerpc/mce: check if event info is valid
2021-10-15 7:44 UTC (4+ messages)
[PATCH] sound/usb: Provide quirk for Sennheiser GSP670 Headset
2021-10-15 2:53 UTC
[PATCH 1/1] efi_loader: efi_dp_from_lo() should skip VenMedia node
2021-10-15 7:44 UTC (2+ messages)
[PATCH v6 0/4] usb: Linking ports to their Type-C connectors
2021-10-15 7:44 UTC (6+ messages)
` [PATCH v6 2/4] usb: Link the ports to the connectors they are attached to
Performance regression: thread wakeup time (latency) increased up to 3x
2021-10-15 7:43 UTC
[PATCH v2] Fixes HP Spectre x360 15-eb1xxx speakers
2021-10-15 7:42 UTC (2+ messages)
[Intel-gfx] [RFC v2 00/22] Add Support for Plane Color Lut and CSC features
2021-10-15 7:42 UTC (8+ messages)
` [Intel-gfx] [RFC v2 01/22] drm: RFC for Plane Color Hardware Pipeline
` "
[PATCH 0/1] Convert nfs_readpages() to nfs_readahead()
2021-10-15 7:42 UTC (4+ messages)
` [PATCH 1/1] NFS: Convert from readpages() to readahead()
[PATCH 0/8] q800: GLUE updates for A/UX mode
2021-10-15 7:17 UTC (3+ messages)
` [PATCH 4/8] mac_via: add GPIO "
[PATCH v3 0/3] disable building of pv-grub and qemu-trad per default
2021-10-15 7:40 UTC (5+ messages)
[PATCH] crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
2021-10-15 7:39 UTC
[syzbot] KASAN: use-after-free Read in usb_anchor_resume_wakeups (3)
2021-10-15 7:40 UTC
[PATCH v8 10/11] KVM: arm64: Trap access to pVM restricted features
2021-10-15 7:40 UTC (3+ messages)
[RFC PATCH v3 00/13] ASoC : soc-pcm: fix trigger race conditions with shared BE
2021-10-15 7:39 UTC (5+ messages)
` [RFC PATCH v3 05/13] ASoC: soc-pcm: align BE 'atomicity' with that of the FE
[PATCH 0/6] Misc pegasos2 patches
2021-10-15 3:19 UTC (3+ messages)
` [PATCH 5/6] ppc/pegasos2: Add constants for PCI config addresses
[RFC PATCH v4 00/20] vDPA shadow virtqueue
2021-10-15 7:37 UTC (6+ messages)
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ
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.