All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-12 09:42:37 to 2021-01-12 10:07:38 UTC [more...]

[PATCH v3 0/2] Add support for ADS131E0x ADC family
 2021-01-12  9:51 UTC  (2+ messages)
` [PATCH v3 1/2] iio: adc: Add driver for Texas Instruments "

[PATCH][next] drm/amdgpu: Add missing BOOTUP_DEFAULT to profile_name[]
 2021-01-12 10:07 UTC  (4+ messages)

[PATCH v3 1/2] regulator: mt6358: Add OF match table
 2021-01-12 10:06 UTC 

[PATCH v2 0/4] Add random IR and AUD encoder controls
 2021-01-12 10:06 UTC  (5+ messages)
` [PATCH v2 1/4] media: v4l2-ctrls: Add intra-refresh period control
` [PATCH v2 3/4] media: v4l2-ctrls: Add control for AUD generation

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

[PATCH v4] perf stat: Fix wrong skipping for per-die aggregation
 2021-01-12 10:04 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] toolchain: CodeSourcery AArch64 2014.11 does not contain libatomic
 2021-01-12 10:06 UTC  (2+ messages)

[PATCH v3 0/6] Fix some bugs about HugeTLB code
 2021-01-12 10:06 UTC  (13+ messages)
` [PATCH v3 1/6] mm: migrate: do not migrate HugeTLB page whose refcount is one
    ` [External] "
` [PATCH v3 2/6] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
` [PATCH v3 3/6] mm: hugetlb: fix a race between freeing and dissolving the page
` [PATCH v3 4/6] mm: hugetlb: add return -EAGAIN for dissolve_free_huge_page
      ` [External] "

[PATCH v2 00/10] allow unprivileged overlay mounts
 2021-01-12 10:04 UTC  (7+ messages)
` [PATCH v2 01/10] vfs: move cap_convert_nscap() call into vfs_setxattr()

[PATCH V6 00/10] remoteproc: imx_rproc: support iMX8MQ/M
 2021-01-12  9:39 UTC  (22+ messages)
` [PATCH V6 01/10] dt-bindings: remoteproc: convert imx rproc bindings to json-schema
` [PATCH V6 02/10] dt-bindings: remoteproc: imx_rproc: add i.MX8MQ/M support
` [PATCH V6 03/10] remoteproc: introduce is_iomem to rproc_mem_entry
` [PATCH V6 04/10] remoteproc: add is_iomem to da_to_va
` [PATCH V6 05/10] remoteproc: imx_rproc: correct err message
` [PATCH V6 06/10] remoteproc: imx_rproc: use devm_ioremap
` [PATCH V6 07/10] remoteproc: imx_rproc: add i.MX specific parse fw hook
` [PATCH V6 08/10] remoteproc: imx_rproc: support i.MX8MQ/M
` [PATCH V6 09/10] remoteproc: imx_rproc: ignore mapping vdev regions
` [PATCH V6 10/10] remoteproc: imx_proc: enable virtio/mailbox

[Buildroot] [git commit branch/2020.02.x] toolchain: CodeSourcery AArch64 2014.11 does not contain libatomic
 2021-01-12 10:05 UTC 

[PATCH 0/7] STM32 uart cleanup and improvements
 2021-01-12 10:02 UTC  (5+ messages)
` [PATCH v2 2/8] serial: stm32: fix code cleaning warnings and checks

[PATCH v4 0/1] Add software TX timestamps to the CAN devices
 2021-01-12 10:03 UTC  (3+ messages)
` [PATCH v4 1/1] can: dev: add software tx timestamps

[PATCH] xen/privcmd: allow fetching resource sizes
 2021-01-12 10:03 UTC  (3+ messages)

[PATCH] char_dev: replace cdev_map with an xarray
 2021-01-12 10:00 UTC  (4+ messages)

Wireguard not available for CentOS Stream
 2021-01-12  9:57 UTC  (3+ messages)

[PATCH v2 0/5] mm: Fix pfn_to_online_page() with respect to ZONE_DEVICE
 2021-01-12 10:01 UTC  (13+ messages)
` [PATCH v2 1/5] mm: Move pfn_to_online_page() out of line
` [PATCH v2 2/5] mm: Teach pfn_to_online_page() to consider subsection validity
` [PATCH v2 3/5] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions
` [PATCH v2 4/5] mm: Fix page reference leak in soft_offline_page()

[dpdk-dev] [PATCH 0/3] Add RSS action support in the sample sub-actions list
 2021-01-12 10:01 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/4] "
  ` [dpdk-dev] [PATCH v2 1/4] app/testpmd: add RSS support in sample action
  ` [dpdk-dev] [PATCH v2 2/4] net/mlx5: fix the unnecessary checking for RSS action
  ` [dpdk-dev] [PATCH v2 3/4] net/mlx5: handle the RSS action in the sample
  ` [dpdk-dev] [PATCH v2 4/4] doc: update RSS support in sample action

[GIT FIXES FOR v5.11] Revert "media: videobuf2: Fix length check for single plane dmabuf queueing"
 2021-01-12 10:04 UTC  (2+ messages)
` [GIT FIXES FOR v5.11] Revert "media: videobuf2: Fix length check for (#70669)

[PATCH v2 1/3] regulator: mt6360: Add OF match table
 2021-01-12  9:54 UTC  (5+ messages)

[PATCH v6 0/5] media: i2c: Add RDACM21 camera module
 2021-01-12 10:00 UTC  (10+ messages)
` [PATCH v6 5/5] media: i2c: max9286: Configure reverse channel amplitude

[PATCH 0/9] Config and devicetree updates for the Librem 5 phone
 2021-01-12  9:51 UTC  (20+ messages)
` [PATCH 1/9] arm64: defconfig: Enable vibra-pwm
` [PATCH 2/9] arm64: dts: imx8mq-librem5: Mark charger IRQ as High-Z
` [PATCH 3/9] arm64: dts: imx8mq-librem5: Don't mark buck3 as always on
` [PATCH 4/9] arm64: dts: imx8mq-librem5: Add usb-c chip as supplier for the charger
` [PATCH 5/9] arm64: dts: imx8mq-librem5: Add LCD_1V8 regulator
` [PATCH 6/9] arm64: dts: imx8mq-librem5: enable the LCD panel
` [PATCH 7/9] arm64: dts: imx8mq-librem5: set regulators boot-on
` [PATCH 8/9] arm64: dts: Add Librem5 Evergreen
` [PATCH 9/9] dt-bindings: arm: fsl: Add the librem 5 Evergreen revision

[PATCH v3 0/1] Add software TX timestamps to the CAN devices
 2021-01-12  9:58 UTC  (6+ messages)
` [PATCH v3 1/1] can: dev: add software tx timestamps

mmotm 2021-01-12-01-57 uploaded
 2021-01-12  9:58 UTC 

[PATCH v6 00/13] Generalize memory encryption models
 2021-01-12  9:56 UTC  (8+ messages)
` [PATCH v6 02/13] confidential guest support: Introduce new confidential guest support class
` [PATCH v6 10/13] spapr: Add PEF based confidential guest support
` [PATCH v6 13/13] s390: Recognize confidential-guest-support option

[LTP] [PATCH v6 1/3] Add tst_kconfig_get() helper function
 2021-01-12  9:57 UTC  (3+ messages)
` [LTP] [PATCH v6 2/3] Add tst_secureboot_enabled() "
` [LTP] [PATCH v6 3/3] syscalls/iopl02, ioperm02: Skip when kernel is locked down

[igt-dev] [PATCH i-g-t v2] tests/kms_rotation_crc: reduce execution time
 2021-01-12  9:58 UTC 

[LTP] [PATCH v5 1/3] Add tst_kconfig_get() helper function
 2021-01-12  9:57 UTC  (4+ messages)
` [LTP] [PATCH v5 2/3] Add tst_secureboot_enabled() "

[PATCH] rootfs_ipk: allow do_populate_sdk in parallel to do_rootfs
 2021-01-12  9:57 UTC  (3+ messages)
` [OE-core] "

[PATCH 0/6] Move struct drm_device.hose to legacy section
 2021-01-12  9:56 UTC  (5+ messages)
` [PATCH 1/6] drm: Inline AGP wrappers into their only callers

[PATCH] drivers: core: Detach device from power domain on shutdown
 2021-01-12  9:55 UTC  (2+ messages)

[RFC PATCH v2 00/26] KVM/arm64: A stage 2 for the host
 2021-01-12  9:51 UTC  (6+ messages)
` [RFC PATCH v2 15/26] of/fdt: Introduce early_init_dt_add_memory_hyp()

How to replace set_fs(KERNEL_DS) for a kernel 5.10.x module driver version
 2021-01-12  9:55 UTC  (9+ messages)

[PATCH net-next 0/5] skbuff: introduce skbuff_heads bulking and reusing
 2021-01-12  9:54 UTC  (2+ messages)

UBSAN: object-size-mismatch in wg_xmit
 2021-01-12  9:54 UTC  (13+ messages)

[PATCH v4 00/13] drm: Support short-term vmap via vmap_local
 2021-01-12  9:53 UTC  (8+ messages)
` [PATCH v4 11/13] drm/vboxvideo: Use drm_gem_vram_vmap_local() in cursor update

[PATCH] cpufreq: qcom-hw: add missing devm_release_mem_region() call
 2021-01-12  9:52 UTC 

[PATCH] mhi: Add tracepoints
 2021-01-12 10:00 UTC 

[PATCH v2] rtw88: Simplify bool comparison
 2021-01-12  9:50 UTC 

[ath6kl:master] BUILD SUCCESS 1be843168729315e93b692056a2800b68ffd8a77
 2021-01-12  9:48 UTC 

[ath6kl:master-pending] BUILD SUCCESS 8413cb5e330b4babe7d734aba4f5c22e3430bd70
 2021-01-12  9:49 UTC 

[PATCH] iommu/arm: ipmmu-vmsa: Use 1U << 31 rather than 1 << 31
 2021-01-12  9:51 UTC  (2+ messages)

[ath6kl:pending] BUILD SUCCESS 16d78d798324c162176b1946269d2ed973590509
 2021-01-12  9:49 UTC 

[ath6kl:ath-qca] BUILD SUCCESS 5ece5f4163934ec4dad89c85e9103e11d55c8532
 2021-01-12  9:48 UTC 

[PATCH v3 0/4] update xenon controller properties in CN913X
 2021-01-12  9:46 UTC  (10+ messages)
` [PATCH v3 1/4] dt-bindings: mmc: xenon: add AP807 compatible string
` [PATCH v3 2/4] "
` [PATCH v3 3/4] arm64: dts: change AP807 SDHCI compatibility string
` [PATCH v3 4/4] arm64: dts: cn913x-db: enable MMC HS400

[PATCH] mm, compaction: make sure we isolate a valid freepage when high_pfn is used
 2021-01-12  9:47 UTC  (2+ messages)
` [PATCH] mm, compaction: move high_pfn to the for loop scope

[PATCH v4 0/3] Add new controls for QP and layer bitrate
 2021-01-12  9:45 UTC  (3+ messages)
` [PATCH v4 3/3] venus: venc: Add support for frame-specific min/max qp controls

[PATCH 00/20] pack-revindex: prepare for on-disk reverse index
 2021-01-12  9:45 UTC  (5+ messages)
` [PATCH 01/20] pack-revindex: introduce a new API

[dpdk-dev] 18.11.11 (LTS) patches review and test
 2021-01-12  9:45 UTC  (2+ messages)

[PATCH v4 0/2] Add base layer priority id control
 2021-01-12  9:44 UTC  (3+ messages)
` [PATCH v4 2/2] venus: venc : Add support for priority ID control

[PATCH] mm: Teach pfn_to_online_page() about ZONE_DEVICE section collisions
 2021-01-12  9:44 UTC  (8+ messages)

[PATCH V5 0/8] remoteproc: imx_rproc: support iMX8MQ/M
 2021-01-12  9:41 UTC  (4+ messages)
` [PATCH V5 7/8] remoteproc: imx_rproc: ignore mapping vdev regions


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.