All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-06 12:11:14 to 2020-08-06 12:26:40 UTC [more...]

[PATCH] mmc: sdhci-pci-o2micro: fix spelling mistake "unsupport" -> "unsupported"
 2020-08-06 12:21 UTC  (2+ messages)

[PATCH v3 0/9] mfd: mt6360: Merge different sub-devices I2C read/write
 2020-08-06 12:13 UTC  (6+ messages)
` [PATCH 9/9] "

[PATCH v7 00/25] coresight: allow to build coresight as modules
 2020-08-06 11:23 UTC  (12+ messages)
` [PATCH v7 09/25] coresight: etm3x: allow etm3x to be built as a module
` [PATCH v7 11/25] coresight: etb: allow etb "

[LTP] [PATCH V2 1/2] libs: sigwait: Fix compilation warning around sigprocmask()
 2020-08-06 12:26 UTC  (3+ messages)
` [LTP] [PATCH V3 2/2] libs: sigwait: Get rid of REPORT_SUCCESS() macro

[PATCH v3 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-06 11:14 UTC  (14+ messages)
` [PATCH v3 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v3 3/6] mm: introduce memfd_secret system call to create "secret" memory areas

[PATCH 0/1] media: change media_device_request_alloc to match media_ioctl_info
 2020-08-06  7:42 UTC  (4+ messages)
` [PATCH V1] media: mc-device.c: "

[PATCH v7 00/13] Add support for Kontron sl28cpld
 2020-08-06  8:40 UTC  (3+ messages)
` [PATCH v7 06/13] pwm: add support for sl28cpld PWM controller

[PATCH v17 00/12] Mediatek MT8183 scpsys support
 2020-08-06  9:21 UTC  (21+ messages)
` [PATCH v17 01/12] dt-bindings: mediatek: Add property to mt8183 smi-common
` [PATCH v17 02/12] soc: mediatek: Add basic_clk_name to scp_power_data
` [PATCH v17 03/12] soc: mediatek: Remove infracfg misc driver support
` [PATCH v17 04/12] soc: mediatek: Add multiple step bus protection control
` [PATCH v17 05/12] dt-bindings: soc: Add MT8183 power dt-bindings
` [PATCH v17 06/12] soc: mediatek: Add support for hierarchical scpsys device node
` [PATCH v17 07/12] soc: mediatek: Add subsys clock control for bus protection
` [PATCH v17 08/12] soc: mediatek: Add extra sram control
` [PATCH v17 10/12] soc: mediatek: Add a comma at the end
` [PATCH v17 11/12] arm64: dts: Add power controller device node of MT8183
` [PATCH v17 12/12] arm64: dts: Add power-domains property to mfgcfg

[PATCH] nvme-core: fix io interrupt when work with dm-multipah
 2020-08-06  5:52 UTC  (8+ messages)

[dpdk-dev] [PATCH] doc: announce change in ETH item struct
 2020-08-06 12:25 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] doc: announce change in ETH and VLAN item structs

[RFC v3 00/71] target/riscv: support vector extension v1.0
 2020-08-06 10:47 UTC  (35+ messages)
` [RFC v3 05/71] target/riscv: rvv-1.0: introduce writable misa.v field
` [RFC v3 07/71] target/riscv: rvv-1.0: remove vxrm and vxsat fields from fcsr register
` [RFC v3 09/71] target/riscv: rvv-1.0: add vlenb register
` [RFC v3 10/71] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [RFC v3 13/71] target/riscv: rvv-1.0: add VMA and VTA
` [RFC v3 14/71] target/riscv: rvv-1.0: update check functions
` [RFC v3 17/71] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [RFC v3 19/71] target/riscv: rvv-1.0: configure instructions
` [RFC v3 21/71] target/riscv: rvv-1.0: index load and store instructions
` [RFC v3 24/71] target/riscv: rvv-1.0: amo operations
` [RFC v3 27/71] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [RFC v3 33/71] target/riscv: rvv-1.0: iota instruction
` [RFC v3 34/71] target/riscv: rvv-1.0: element index instruction
` [RFC v3 38/71] target/riscv: rvv-1.0: floating-point move instruction
` [RFC v3 39/71] target/riscv: rvv-1.0: floating-point scalar move instructions
` [RFC v3 43/71] target/riscv: rvv-1.0: single-width bit shift instructions
` [RFC v3 44/71] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [RFC v3 46/71] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [RFC v3 47/71] target/riscv: rvv-1.0: add Zvqmac extension
` [RFC v3 48/71] target/riscv: rvv-1.0: quad-widening integer multiply-add instructions
` [RFC v3 49/71] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [RFC v3 52/71] target/riscv: rvv-1.0: floating-point compare instructions
` [RFC v3 53/71] target/riscv: rvv-1.0: mask-register logical instructions
` [RFC v3 54/71] target/riscv: rvv-1.0: slide instructions
` [RFC v3 59/71] target/riscv: rvv-1.0: single-width scaling shift instructions
` [RFC v3 60/71] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [RFC v3 62/71] target/riscv: rvv-1.0: remove integer extract instruction
` [RFC v3 64/71] target/riscv: introduce floating-point rounding mode enum
` [RFC v3 65/71] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [RFC v3 66/71] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [RFC v3 67/71] target/riscv: add "set round to odd" rounding mode helper function
` [RFC v3 68/71] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [RFC v3 69/71] target/riscv: gdb: modify gdb csr xml file to align with csr register map
` [RFC v3 71/71] target/riscv: gdb: support vector registers for rv32

[PATCH 1/1] arm64: kexec: no need to do irq_chip->irq_mask if it already masked
 2020-08-06 10:09 UTC  (6+ messages)

vhost-user protocol feature negotiation
 2020-08-06  9:49 UTC  (4+ messages)

[PATCH v1 00/21] accel/tcg: remove implied BQL from cpu_handle_interrupt/exception path
 2020-08-06  9:22 UTC  (7+ messages)
` [PATCH v1 01/21] accel/tcg: Change interrupt/exception handling to remove implied BQL
` [PATCH v1 17/21] target/s390x: add BQL to do_interrupt and cpu_exec_interrupt

[PATCH for-5.2 v2 0/9] Continue booting in case the first device is not bootable
 2020-08-06 11:21 UTC  (6+ messages)
` [PATCH for-5.2 v2 1/9] pc-bios/s390-ccw/Makefile: Compile with -std=gnu99, -fwrapv and -fno-common
` [PATCH for-5.2 v2 5/9] pc-bios/s390-ccw: Do not bail out early if not finding a SCSI disk
` [PATCH for-5.2 v2 7/9] pc-bios/s390-ccw: Allow booting in case the first virtio-blk disk is bad
` [PATCH for-5.2 v2 8/9] pc-bios/s390-ccw/main: Remove superfluous call to enable_subchannel()

[PATCH-for-5.2 0/7] hw/block/fdc: Cleanups trying to make sense of the floppy controllers
 2020-08-06  8:08 UTC  (4+ messages)
` [PATCH-for-5.2 1/7] hw/block/fdc: Let sector count be unsigned
` [PATCH-for-5.2 3/7] hw/block/fdc: Use warn_report() instead of debug FLOPPY_DPRINTF() calls
` [PATCH-for-5.2 6/7] hw/block/fdc: Use more descriptive TypeInfo names

[PATCH v6 00/13] irqchip: ti,sci-intr/inta: Update the dt bindings to accept different interrupt parents
 2020-08-06  7:48 UTC  (13+ messages)
` [PATCH v6 01/13] firmware: ti_sci: Drop the device id to resource type translation
` [PATCH v6 02/13] firmware: ti_sci: Drop unused structure ti_sci_rm_type_map
` [PATCH v6 03/13] firmware: ti_sci: Add support for getting resource with subtype
` [PATCH v6 04/13] dt-bindings: irqchip: ti, sci-intr: Update bindings to drop the usage of gic as parent
` [PATCH v6 05/13] dt-bindings: irqchip: Convert ti, sci-intr bindings to yaml
` [PATCH v6 06/13] irqchip/ti-sci-intr: Add support for INTR being a parent to INTR
` [PATCH v6 07/13] dt-bindings: irqchip: ti, sci-inta: Update docs to support different parent
` [PATCH v6 08/13] dt-bindings: irqchip: Convert ti, sci-inta bindings to yaml
` [PATCH v6 09/13] irqchip/ti-sci-inta: Do not store TISCI device id in platform device id field
` [PATCH v6 11/13] arm64: dts: k3-j721e: ti-sci-inta/intr: Update to latest bindings
` [PATCH v6 12/13] arm64: dts: k3-am65: "
` [PATCH v6 13/13] arm64: dts: k3-am65: Update the RM resource types

[PATCH] powerpc/irq: Drop forward declaration of struct irqaction
 2020-08-06 12:19 UTC 

[PATCH v2 0/7] target/riscv: NaN-boxing for multiple precison
 2020-08-06 10:02 UTC  (13+ messages)
` [PATCH v2 1/7] target/riscv: Generate nanboxed results from fp helpers
` [PATCH v2 2/7] target/riscv: Generalize gen_nanbox_fpr to gen_nanbox_s
` [PATCH v2 5/7] target/riscv: Check nanboxed inputs in trans_rvf.inc.c

[PATCH] qcow2: flush qcow2 l2 meta for new allocated clusters
 2020-08-06  9:04 UTC  (3+ messages)

[PATCH for-5.2 0/5] spapr: Cleanups for XIVE and PHB
 2020-08-06  9:23 UTC  (10+ messages)
` [PATCH for-5.2 2/5] spapr/xive: Simplify kvmppc_xive_disconnect()
` [PATCH for-5.2 3/5] ppc/xive: Introduce dedicated kvm_irqchip_in_kernel() wrappers
` [PATCH for-5.2 4/5] spapr/xive: Convert KVM device fd checks to assert()
` [PATCH for-5.2 5/5] spapr: Simplify error handling in spapr_phb_realize()

[PATCH v2 0/3] aio-posix: keep aio_notify_me disabled during polling
 2020-08-06 10:52 UTC  (4+ messages)
` [PATCH v2 3/3] "

[PATCH v3 0/8] Generalize start-powered-off property from ARM
 2020-08-06  5:13 UTC  (8+ messages)

[PATCH] ARM: dts: stm32: Fill GPIO line names on AV96
 2020-08-06  7:29 UTC  (3+ messages)

[PATCH v8 00/14] Rockchip ISP1 Driver
 2020-08-06 12:22 UTC  (9+ messages)
` [PATCH v8 05/14] media: rkisp1: add Rockchip ISP1 subdev driver

[PATCH] arm: Add support for ZSTD compressed kernel
 2020-08-06 10:12 UTC  (2+ messages)
` [PATCH 1/2] ARM: add TEXT_OFFSET to decompressor kexec image structure

[PATCH] docs/qdev-device-use: Clean up the sentences related to -usbdevice
 2020-08-06  8:15 UTC  (3+ messages)

[PATCH 0/5] log: Add logs for some modules
 2020-08-06  9:37 UTC  (2+ messages)
` [PATCH 1/5] log: Add logs for vm start and destroy

[dpdk-dev] [PATCH] doc: announce remove of unused enum in ACL library
 2020-08-06 12:23 UTC 

[PATCH v4 00/14] IOMMU cleanup
 2020-08-06 12:23 UTC  (5+ messages)
` [PATCH v4 10/14] iommu: remove the share_p2m operation
` [PATCH v4 11/14] iommu: stop calling IOMMU page tables 'p2m tables'

[PATCH 0/2] migration: add vsock channel support
 2020-08-06  7:40 UTC  (2+ messages)
` [PATCH 1/2] migration: unify the framework of socket-type channel

[PATCH v3 0/4] add i2c support for mt8192
 2020-08-06  6:30 UTC  (3+ messages)

[PATCH v10 0/9] Fix up and simplify error recovery mechanism
 2020-08-06  5:06 UTC  (5+ messages)
` [PATCH 1/9] scsi: ufs: Add checks before setting clk-gating states
` [PATCH 4/9] scsi: ufs: Add some debug infos to ufshcd_print_host_state

[PATCH 0/2] nvmet: couple of passthru fixes
 2020-08-06  7:31 UTC  (3+ messages)
` [PATCH 1/2] nvmet: fix oops in nvmet_execute_passthru_cmd()
` [PATCH 2/2] nvmet: call blk_mq_free_request() directly

Qemu web site down?
 2020-08-06 10:47 UTC  (3+ messages)

[PATCH 0/1] qga: add command guest-get-disk
 2020-08-06  9:03 UTC  (2+ messages)
` [PATCH 1/1] qga: add command guest-get-disks

Adding VHOST_USER_PROTOCOL_F_CONFIG_MEM_SLOTS to 5.1 release notes
 2020-08-06 12:22 UTC  (5+ messages)

[PATCH] staging: Add Mediatek High Frequency Manager Framework
 2020-08-06 10:53 UTC  (6+ messages)

[drm-tip:drm-tip 6/10] drivers/gpu/drm/nouveau/nouveau_bo.c:750:25: error: incompatible function pointer types initializing 'int nouveau_channel struct ttm_buffer_object struct ttm_resource struct ttm_resource with an expression of type 'int (struct nouv
 2020-08-06 12:22 UTC  (3+ messages)
` [Intel-gfx] "

[igt-dev] [PATCH i-g-t] lib/i915_perf: drop dependency on libigt
 2020-08-06 12:22 UTC  (3+ messages)

[PATCH] powerpc/hwirq: Remove stale forward irq_chip declaration
 2020-08-06 12:19 UTC 

[PATCH] arm64/relocate_kernel: remove redundant but misleading code
 2020-08-06 12:20 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: Add doc for FriendlyARM NanoPi R2S
 2020-08-06  6:57 UTC  (4+ messages)
` [PATCH v2 2/2] rockchip: rk3328: Add support "

[RFC PATCH] arm64: defconfig: Disable fine-grained task level IRQ time accounting
 2020-08-06  9:41 UTC  (15+ messages)

[PATCH] arm64: tlb: fix ARM64_TLB_RANGE with LLVM's integrated assembler
 2020-08-06  7:17 UTC  (2+ messages)

[boot-wrapper][PATCH] aarch64: Enable SPE for the non-secure world
 2020-08-06 10:42 UTC  (2+ messages)

[PATCH] i2c: mediatek: Fix i2c_spec_values description
 2020-08-06 11:06 UTC  (2+ messages)

[PATCH 0/2] irqchip: irq-mt58xx: Add mt58xx series interrupt
 2020-08-06 10:12 UTC  (2+ messages)

[PATCH v1 01/12] fbdev: gxfb: use generic power management
 2020-08-06  5:59 UTC  (3+ messages)

[PATCH v6] dmaengine: mediatek-cqdma: add dt-bindings and remove redundant queue
 2020-08-06  6:27 UTC  (7+ messages)
` [PATCH v6 2/4] dmaengine: mediatek-cqdma: remove redundant queue structure

[PATCH] ide: Get rid of IDEDrive struct
 2020-08-06  8:58 UTC  (5+ messages)

[PATCH] ath6kl: fix spelling mistake "initilisation" -> "initialization"
 2020-08-06 12:19 UTC 

[for-5.2 v4 00/10] Generalize memory encryption models
 2020-08-06  7:18 UTC  (5+ messages)
` [for-5.2 v4 10/10] s390: Recognize host-trust-limitation option

[PATCH 0/3] A few doc fixes
 2020-08-06  8:11 UTC  (3+ messages)
` [PATCH 1/3] docs/interop/qmp-spec: Point to the QEMU QMP reference manual
` [PATCH 3/3] docs/qdev-device-use: Don't suggest -drive and -net can do USB

[PATCH] mtd: rawnand: vf610: disable clk on error handling path in probe
 2020-08-06  7:26 UTC 

[PATCH] s390/Kconfig: add missing ZCRYPT dependency to VFIO_AP
 2020-08-06 11:00 UTC  (2+ messages)

[PATCH] mtd: spi-nor: spansion: Add support for s25hl-t/s25hs-t
 2020-08-06  6:21 UTC  (3+ messages)

[PATCH] ARM: shmobile: Enable TOUCHSCREEN_STMPE in shmobile_defconfig
 2020-08-06 12:17 UTC 

[PATCH 1/8] drm/atomic-helper: reset vblank on crtc reset
 2020-08-06  6:57 UTC  (5+ messages)

[PATCH] schemas: Add vim modeline
 2020-08-06  5:44 UTC  (28+ messages)
            ` cleanups with long-term benefits (was Re: [PATCH] schemas: Add vim modeline)
                                        ` cleanups with long-term benefits

[PATCH v2] fcntl: Add 32bit filesystem mode
 2020-08-06 10:47 UTC  (5+ messages)

[PATCH] dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handling
 2020-08-06 10:49 UTC 

[RFC PATCH 0/1] Add LTR controls
 2020-08-06 11:05 UTC  (8+ messages)

[RFC PATCH 0/8] *** A Method for evaluating dirty page rate ***
 2020-08-06  7:37 UTC  (7+ messages)
` [RFC PATCH 1/8] migration/dirtyrate: Add get_dirtyrate_thread() function
` [RFC PATCH 8/8] migration/dirtyrate: Implement qmp_cal_dirty_rate()/qmp_get_dirty_rate() function

[PATCH v2 00/13] clk/watchdog/ARM: Cleanup of various S3C bits
 2020-08-06 12:16 UTC  (3+ messages)

[PATCH] block/vhdx: Support vhdx image only with 512 bytes logical sector size
 2020-08-06  7:06 UTC  (2+ messages)

[PATCH 0/4] Refactor get_fpstatus_ptr() ready for AArch32 fp16
 2020-08-06 10:44 UTC  (3+ messages)
` [PATCH 1/4] target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()
` [PATCH 4/4] target/arm: Use correct FPST for VCMLA, VCADD on fp16

[dpdk-dev] [PATCH] doc: update RSS action with best effort
 2020-08-06 12:14 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

Why QEMU should move from C to Rust (clickbait alert ;))
 2020-08-06 11:08 UTC  (2+ messages)

[PATCH v3 0/4] irqchip: Add IRQCHIP_PLATFORM_DRIVER helper macros
 2020-08-06  8:49 UTC  (7+ messages)
` [PATCH v3 2/4] irqchip/qcom-pdc: Switch to using "

[cip-dev] [cip-kernel-config PATCH] qemu_cip_defconfig: Add EFI_STUB to config
 2020-08-06  6:46 UTC  (2+ messages)

[dpdk-dev] [PATCH] doc: announce Vhost dequeue zero-copy removal
 2020-08-06 12:12 UTC  (2+ messages)

[PATCH v5 0/2] add new options to set smbios type 4 fields
 2020-08-06  6:01 UTC  (2+ messages)

[ovmf test] 152495: all pass - PUSHED
 2020-08-06 12:10 UTC 


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.