All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-15 08:16:40 to 2021-10-15 08:42:20 UTC [more...]

[PATCH v2 1/4] arm64: dts: qcom: SMxxxx: drop msg-size property from ramoops
 2021-10-12 18:14 UTC  (2+ messages)
` [PATCH v2 2/4] arm64: dts: qcom: sm6350: fix typo in ecc-size property

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-15  8:37 UTC  (7+ messages)
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ

[PATCH v3 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
 2021-10-15  8:33 UTC  (11+ messages)
` [PATCH v3 1/2] numa: Require distance map when empty node exists

[PATCH v2] Add device reset timeout field
 2021-10-15  8:42 UTC  (19+ messages)
    ` [virtio-dev] "

[PATCH v8 00/78] support vector extension v1.0
 2021-10-15  7:46 UTC  (33+ messages)
` [PATCH v8 21/78] target/riscv: rvv-1.0: index load and store instructions
` [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 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 32/78] target/riscv: rvv-1.0: iota 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 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 57/78] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [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 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 v11 00/13] amphion video decoder/encoder driver
 2021-10-15  8:22 UTC  (21+ messages)
` [PATCH v11 01/13] dt-bindings: media: amphion: add amphion video codec bindings
` [PATCH v11 02/13] media:Add nv12mt_8l128 and nv12mt_10be_8l128 video format
` [PATCH v11 03/13] media: amphion: add amphion vpu device driver
` [PATCH v11 04/13] media: amphion: add vpu core driver
` [PATCH v11 05/13] media: amphion: implement vpu core communication based on mailbox
` [PATCH v11 06/13] media: amphion: add vpu v4l2 m2m support
` [PATCH v11 07/13] media: amphion: add v4l2 m2m vpu encoder stateful driver
` [PATCH v11 08/13] media: amphion: add v4l2 m2m vpu decoder "
` [PATCH v11 09/13] media: amphion: implement windsor encoder rpc interface
` [PATCH v11 10/13] media: amphion: implement malone decoder "
` [PATCH v11 11/13] ARM64: dts: freescale: imx8q: add imx vpu codec entries
` [PATCH v11 12/13] firmware: imx: scu-pd: imx8q: add vpu mu resources
` [PATCH v11 13/13] MAINTAINERS: add AMPHION VPU CODEC V4L2 driver entry

[PATCH v3 00/10] drm/gma500: Refactor GEM code
 2021-10-15  8:40 UTC  (11+ messages)
` [PATCH v3 01/10] drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.c
` [PATCH v3 02/10] drm/gma500: Use to_gtt_range() everywhere
` [PATCH v3 03/10] drm/gma500: Reimplement psb_gem_create()
` [PATCH v3 04/10] drm/gma500: Allocate GTT ranges in stolen memory with psb_gem_create()
` [PATCH v3 05/10] drm/gma500: Rename psb_gtt_{pin, unpin}() to psb_gem_{pin, unpin}()
` [PATCH v3 06/10] drm/gma500: Inline psb_gtt_attach_pages() and psb_gtt_detach_pages()
` [PATCH v3 07/10] drm/gma500: Inline psb_gtt_{alloc, free}_range() into rsp callers
` [PATCH v3 08/10] drm/gma500: Set page-caching flags in GEM pin/unpin
` [PATCH v3 09/10] drm/gma500: Rewrite GTT page insert/remove without struct gtt_range
` [PATCH v3 10/10] drm/gma500: Rename struct gtt_range to struct psb_gem_object

[PATCH] input&tty: Fix the keyboard led light display problem
 2021-10-15  8:41 UTC 

[dpdk-dev] [PATCH] doc: fix default mempool option
 2021-10-15  8:39 UTC 

[PATCH 0/3] mtd: Ingenic NAND fix for JZ4740
 2021-10-15  8:38 UTC  (4+ messages)
` [PATCH 2/3] mtd: rawnand: Export nand_read_page_hwecc_oob_first()

[Buildroot] [PATCH] package/softhsm2: new package
 2021-10-15  8:38 UTC 

[LTP] [PATCH v4 1/1] creat09: Run on all_filesystems
 2021-10-15  8:38 UTC 

[PATCH v7 00/28] file system-wide error monitoring
 2021-10-15  8:38 UTC  (4+ messages)
` [PATCH v7 25/28] fanotify: Allow users to request FAN_FS_ERROR events

[PATCH] input&tty: Fix the keyboard led light display problem
 2021-10-15  8:37 UTC 

[Intel-wired-lan] [PATCH net-next] ice: Forbid trusted VFs in switchdev mode
 2021-10-15  8:37 UTC  (3+ messages)

[PATCH] selftests/tls: add SM4 GCM/CCM to tls selftests
 2021-10-15  8:37 UTC  (2+ messages)

[RFC PATCH v1 0/4] support the Librem 5 front camera
 2021-10-15  8:35 UTC  (5+ messages)
` [RFC PATCH v1 1/4] arm64: dts: split out a shared imx8mq-librem5-r3.dtsi description
` [RFC PATCH v1 2/4] arm64: dts: imx8mq-librem5: describe power supply for cameras
` [RFC PATCH v1 3/4] arm64: dts: imx8mq-librem5: describe the selfie cam
` [RFC PATCH v1 4/4] arm64: dts: imx8mq-librem5-r3.dtsi: describe selfie cam XSHUTDOWN pin

[PATCH v8 00/12] syfs: generic deadlock fix with module removal
 2021-10-15  8:36 UTC  (8+ messages)
` [PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate

[LTP] [PATCH v3 1/1] creat09: Run on all_filesystems
 2021-10-15  8:35 UTC 

[dm-crypt] veritysetup and CentOS 8
 2021-10-15  8:32 UTC  (2+ messages)
` [dm-crypt] "

Undelivered Mail Returned to Sender
 2021-10-15  8:31 UTC 

Git submodule update remote keeps using previous default branch
 2021-10-15  8:34 UTC 

[PATCH] tracing: use %ps format string to print symbols
 2021-10-15  8:34 UTC 

[PATCH v6 0/3] PCI devices passthrough on Arm
 2021-10-15  8:32 UTC  (11+ messages)
` [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 v5 00/15] clk: at91: updates for power management and dvfs
 2021-10-15  8:33 UTC  (4+ messages)
` [PATCH v5 15/15] clk: use clk_core_get_rate_recalc() in clk_rate_get()

[dpdk-dev] [PATCH] net/virtio: handle Tx checksums correctly for tunnel packets
 2021-10-15  8:32 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] staging: r8188eu: remove MSG_88E calls from hal/usb_halinit.c
 2021-10-15  8:32 UTC  (2+ messages)

[PATCH] staging: vt6655: Rename byPreambleType field
 2021-10-15  8:32 UTC  (5+ messages)

[PATCH] tools: compiler.h: remove duplicate #ifndef noinline block
 2021-10-15  8:31 UTC 

switch block layer polling to a bio based model v4
 2021-10-15  8:30 UTC  (3+ messages)
` [PATCH 14/16] block: switch polling to be bio based

[PATCH v4 0/7] vDPA driver for Alibaba ENI
 2021-10-15  8:30 UTC  (17+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] virtio-pci: introduce legacy device module
  ` [PATCH v5 4/8] vdpa: add new callback get_vq_num_min in vdpa_config_ops
  ` [PATCH v5 5/8] vdpa: min vq num of vdpa device cannot be greater than max vq num
  ` [PATCH v5 6/8] virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}
  ` [PATCH v5 8/8] eni_vdpa: add vDPA driver for Alibaba ENI

linux-next: Signed-off-by missing for commit in the arm-soc tree
 2021-10-15  8:21 UTC  (4+ messages)

[PATCH] dt-bindings: gpio: zynq: Add power-domains
 2021-10-15  8:29 UTC 

[PATCH] dt-bindings: timer: cadence_ttc: Add power-domains
 2021-10-15  8:29 UTC 

[dpdk-dev] [PATCH] dmadev: introduce DMA device library
 2021-10-15  8:29 UTC  (4+ messages)
` [dpdk-dev] [PATCH v25 1/6] "

[PATCH 0/6] add aspeed-jpeg support for aspeed-video
 2021-10-15  8:29 UTC  (5+ messages)
` [PATCH 2/6] media: aspeed: add dprintk for more detailed log control

[RFC PATCH 00/10] Macronix ECC engine
 2021-10-15  8:29 UTC  (4+ messages)
` [RFC PATCH 09/10] spi: mxic: Add support for direct mapping
  ` 回信: "

[dpdk-dev] [PATCH] eal: add telemetry callbacks for memory info
 2021-10-15  8:28 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v2] tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
 2021-10-15  8:25 UTC  (4+ messages)
` [PATCH 0/2] Fix clobber list and startup code bug
  ` [PATCH 1/2] tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list
  ` [PATCH 2/2] tools/nolibc: x86-64: Fix startup code bug

[dpdk-dev] [PATCH] mbuf: enforce no option for dynamic fields and flags
 2021-10-15  8:28 UTC  (4+ messages)

[dhowells-fs:fscache-rewrite-indexing 72/75] fs/9p/vfs_addr.c:365: undefined reference to `fscache_set_page_dirty'
 2021-10-15  8:27 UTC  (2+ messages)

[PATCH v2 0/3] Add driver for lan966x Serdes driver
 2021-10-15  8:29 UTC  (4+ messages)
` [PATCH v2 2/3] dt-bindings: phy: Add binding includes for lan966x serdes

[PATCH] fs: inode: use queue_rcu_work() instead of call_rcu()
 2021-10-15  8:28 UTC  (3+ messages)

[PATCH] of/unittest: Add of_node_put() before return
 2021-10-15  8:26 UTC 

nvmem: Defining cells on mtd created by mtdparts
 2021-10-15  8:20 UTC  (4+ messages)

[gustavoars:for-next/clang-fallthrough] BUILD SUCCESS 9bed5200e04d2a3dcd3a420d249e947eac7ec7c1
 2021-10-15  8:26 UTC 

[lib/stackdepot] 1cd8ce52c5: BUG:unable_to_handle_page_fault_for_address
 2021-10-15  8:27 UTC  (6+ messages)
      ` [Intel-gfx] "

[dpdk-dev] [PATCH] memzone: enforce valid flags when reserving
 2021-10-15  8:27 UTC  (4+ messages)

[tglx-devel:x86/fpu 74/82] arch/x86/kernel/fpu/xstate.c:1314:14: warning: comparison between pointer and integer
 2021-10-15  8:24 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v2] ice: Forbid trusted VFs in switchdev mode
 2021-10-15  8:27 UTC 

[dpdk-dev] [PATCH 0/5] Flow entites behavior on port restart
 2021-10-15  8:26 UTC  (5+ messages)
` [dpdk-dev] [PATCH 2/5] ethdev: add capability to keep shared objects on restart

[dpdk-dev] [PATCH] mempool: enforce valid flags at creation
 2021-10-15  8:26 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] mm/damon/vaddr: Include 'highmem.h' to fix a build failure
 2021-10-15  8:25 UTC  (2+ messages)

[PATCH] colibri-imx6ull: fix setup of nand gpmi clock
 2021-10-15  8:25 UTC 

[PATCH] input&tty: Fix the keyboard led light display problem
 2021-10-15  8:25 UTC 

[PATCH] staging: vchiq_arm: Add 36-bit address support
 2021-10-15  8:19 UTC  (3+ messages)

[PATCH] uapi: futex: Add a futex syscall
 2021-10-15  8:23 UTC  (2+ messages)

Source IP for multihomed peer
 2021-10-15  8:25 UTC  (4+ messages)

[stable regression] 5.14.12 breaks graphics on an Intel GM45 laptop
 2021-10-15  8:23 UTC  (2+ messages)

[linusw-nomadik:ux500-href-charging-v5.15-rc1] BUILD SUCCESS 7a17f3e5648fc740c04bc3e5c75bda8e75f26202
 2021-10-15  8:17 UTC 

[PATCH v2 0/6] DRAM devfreq support for Allwinner A64/H5
 2021-10-15  8:37 UTC  (9+ messages)
  ` [PATCH v2 6/6] PM / devfreq: Add a driver for the sun8i/sun50i MBUS
  ` [PATCH v2 5/6] arm64: dts: allwinner: a64: Update MBUS node
  ` [PATCH v2 4/6] ARM: dts: sunxi: h3/h5: "
  ` [PATCH v2 2/6] dt-bindings: arm: sunxi: Expand MBUS binding

[PATCH 1/5] mm: Make free_area->nr_free per migratetype
 2021-10-15  8:24 UTC  (2+ messages)
` [mm] 1609369623: BUG:kernel_NULL_pointer_dereference,address

[RFC 0/7] rt-tests: cyclictest: Add support to report standard deviation
 2021-10-15  8:22 UTC  (8+ messages)
` [RFC 5/7] rt-tests: cyclictest: Move signal handler to avoid function declaration
` [RFC 7/7] rt-tests: cyclictest: Add support to report standard deviation

[PATCH v8 0/5] Initial support for multi-actuator HDDs
 2021-10-15  8:20 UTC  (3+ messages)

[PATCH] hid: replace snprintf in show functions with sysfs_emit
 2021-10-15  8:13 UTC  (2+ messages)

[PATCH 1/1] xen/include/xen/byteorder: Re-implement bswap/swab with compiler builtin functions
 2021-10-15  8:22 UTC  (2+ messages)

[PATCH v7 0/2] Update ASUS WMI supported boards
 2021-10-15  8:21 UTC  (3+ messages)
` [PATCH v7 1/2] hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI

[shawnguo:imx/drivers 10/12] drivers/soc/imx/imx8m-blk-ctrl.c:401:3: error: use of undeclared identifier 'IMX8MM_VPUBLK_PD_G1'
 2021-10-15  8:10 UTC 

[dpdk-dev] [PATCH] examples/vhost: change the default value of NIC's max queues
 2021-10-15 20:01 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v2] xen/arm: vgic to ignore GICD ICPENRn registers access
 2021-10-15  8:20 UTC  (5+ messages)

[patch v8 0/7] handle unexpected message from server
 2021-10-15  8:19 UTC  (5+ messages)

[PATCH -next] Fix null pointer dereference in thermal_release()
 2021-10-15  8:32 UTC 

[PATCH v2 00/52] ARM: dts: Last round of DT schema fixes
 2021-10-15  8:08 UTC  (3+ messages)
` [PATCH v2 25/52] dt-bindings: interconnect: sunxi: Add R40 MBUS compatible
  ` (subset) "

[dpdk-dev] [PATCH] telemetry: fix "in-memory" process socket conflicts
 2021-10-15  8:18 UTC  (4+ messages)
` [dpdk-dev] [PATCH v9 0/4] improve telemetry support with in-memory mode

[PATCH v6 00/48] TI AM437X ADC1
 2021-10-15  8:15 UTC  (29+ messages)
` [PATCH v6 15/48] mfd: ti_am335x_tscadc: Simplify divisor calculation
` [PATCH v6 22/48] mfd: ti_am335x_tscadc: Gather the ctrl register logic in one place
` [PATCH v6 23/48] mfd: ti_am335x_tscadc: Replace the header license text with SPDX tag
` [PATCH v6 24/48] mfd: ti_am335x_tscadc: Fix header spacing
` [PATCH v6 25/48] mfd: ti_am335x_tscadc: Use the new HZ_PER_MHZ macro
` [PATCH v6 26/48] mfd: ti_am335x_tscadc: Drop unused definitions from the header
` [PATCH v6 27/48] mfd: ti_am335x_tscadc: Use BIT(), GENMASK() and FIELD_PREP() when relevant
` [PATCH v6 28/48] mfd: ti_am335x_tscadc: Clarify the maximum values for DT entries
` [PATCH v6 29/48] mfd: ti_am335x_tscadc: Drop useless definitions from the header
` [PATCH v6 30/48] mfd: ti_am335x_tscadc: Rename the subsystem enable macro
` [PATCH v6 31/48] mfd: ti_am335x_tscadc: Add TSC prefix in certain macros
` [PATCH v6 32/48] mfd: ti_am335x_tscadc: Rename a variable
` [PATCH v6 33/48] mfd: ti_am335x_tscadc: Fix an error message
` [PATCH v6 34/48] mfd: ti_am335x_tscadc: Add a boolean to clarify the presence of a touchscreen
` [PATCH v6 35/48] mfd: ti_am335x_tscadc: Introduce a helper to deal with the type of hardware
` [PATCH v6 36/48] mfd: ti_am335x_tscadc: Add ADC1/magnetic reader support
` [PATCH v6 37/48] mfd: ti_am335x_tscadc: Support the correctly spelled DT property
` [PATCH v6 38/48] iio: adc: ti_am335x_adc: Wait the idle state to avoid stalls
` [PATCH v6 39/48] iio: adc: ti_am335x_adc: Replace license text with SPDX tag
` [PATCH v6 40/48] iio: adc: ti_am335x_adc: Fix style
` [PATCH v6 41/48] iio: adc: ti_am335x_adc: Get rid of useless gotos
` [PATCH v6 42/48] iio: adc: ti_am335x_adc: Gather the checks on the delays
` [PATCH v6 43/48] iio: adc: ti_am335x_adc: Add a unit to the timeout delay
` [PATCH v6 44/48] iio: adc: ti_am335x_adc: Add the scale information
` [PATCH v6 45/48] iio: adc: ti_am335x_adc: Add the am437x compatible
` [PATCH v6 46/48] ARM: dts: am437x-cm-t43: Use a correctly spelled DT property
` [PATCH v6 47/48] ARM: dts: am43xx: Describe the magnetic reader/ADC1 hardware module
` [PATCH v6 48/48] ARM: dts: am437x-gp-evm: enable ADC1

[PATCH v6 00/16] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-10-15  8:08 UTC  (4+ messages)
` [PATCH v6 02/16] dt-bindings: mediatek: add vdosys1 MERGE property "

[dpdk-dev] [PATCH v13 0/5] Add PIE support for HQoS library
 2021-10-15  8:16 UTC  (6+ messages)
` [dpdk-dev] [PATCH v14 "
  ` [dpdk-dev] [PATCH v14 2/5] example/qos_sched: add PIE support
  ` [dpdk-dev] [PATCH v14 3/5] example/ip_pipeline: "
  ` [dpdk-dev] [PATCH v14 4/5] doc/guides/prog_guide: added PIE
  ` [dpdk-dev] [PATCH v14 5/5] app/test: add tests for PIE


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.