All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-05 16:47:01 to 2020-06-05 17:43:16 UTC [more...]

[PATCH v2 00/13] Add Thread Sanitizer support to QEMU
 2020-06-05 17:34 UTC  (12+ messages)
` [PATCH v2 01/13] configure: add --enable-tsan flag + fiber annotations for coroutine-ucontext
` [PATCH v2 02/13] cpu: convert queued work to a QSIMPLEQ
` [PATCH v2 03/13] thread: add qemu_spin_destroy
` [PATCH v2 04/13] cputlb: destroy CPUTLB with tlb_destroy
` [PATCH v2 05/13] qht: call qemu_spin_destroy for head buckets
` [PATCH v2 06/13] tcg: call qemu_spin_destroy for tb->jmp_lock
` [PATCH v2 07/13] translate-all: call qemu_spin_destroy for PageDesc
` [PATCH v2 10/13] include/qemu: Added tsan.h for annotations
` [PATCH v2 11/13] util: Added tsan annotate for thread name
` [PATCH v2 12/13] docs: Added details on TSan to testing.rst
` [PATCH v2 13/13] tests: Disable select tests under TSan, which hit TSan issue

[linux-next:master 10774/15793] kernel/kcsan/core.c:829:1: warning: no previous prototype for function '__tsan_volatile_read1'
 2020-06-05 17:42 UTC 

[PATCHv2 0/7] Support inhibiting input devices
 2020-06-05 17:41 UTC  (28+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] Input: add input_device_enabled()
  ` [PATCH v3 2/7] Input: use input_device_enabled()
  ` [PATCH v3 3/7] ACPI: button: Access input device's users under appropriate mutex
  ` [PATCH v3 4/7] ACPI: button: Use input_device_enabled() helper
  ` [PATCH v3 5/7] iio: adc: exynos: Use input_device_enabled()
  ` [PATCH v3 6/7] platform/x86: thinkpad_acpi: "
  ` [PATCH v3 7/7] Input: Add "inhibited" property

PATCH: ARM: am33xx.dtsi ti,sysc-mask wrong softreset flag
 2020-06-05 17:51 UTC 

[PATCH net] esp: select CRYPTO_SEQIV
 2020-06-05 17:39 UTC  (2+ messages)
` [PATCH net v2] esp: select CRYPTO_SEQIV when useful

[PATCH] KVM: selftests: delete some dead code
 2020-06-05 17:39 UTC  (7+ messages)

[PATCH] blktrace: put bounds on BLKTRACESETUP buf_size and buf_nr
 2020-06-05 17:39 UTC  (5+ messages)

random(3) and RAND_MAX
 2020-06-05 17:21 UTC 

[PATCH 1/2] drm/amd/display: Use kvfree() to free coeff in build_regamma()
 2020-06-05 17:37 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()

[PATCH 1/3] drm/dsi: use stack buffer in mipi_dsi_dcs_write()
 2020-06-05 17:37 UTC  (6+ messages)
` [PATCH 3/3] drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline

[PATCH] x86/Intel: insert Ice Lake and Comet Lake model numbers
 2020-06-05 17:37 UTC  (2+ messages)

[patch V9 00/39] x86/entry: Rework leftovers (was part V)
 2020-06-05 17:36 UTC  (4+ messages)
` [patch V9 10/39] x86/entry: Provide helpers for execute on irqstack

✅ PASS: Test report for kernel 5.6.16-deb6830.cki (stable-queue)
 2020-06-05 17:34 UTC 

[PATCH v2 1/2] KVM: nVMX: Properly handle kvm_read/write_guest_virt*() result
 2020-06-05 17:33 UTC  (3+ messages)
` [PATCH v2 2/2] Revert "KVM: x86: work around leak of uninitialized stack contents"

[MPTCP] [PATCH mptcp-next v2] [DO-NOT-MERGE] mptcp: use kmalloc on kasan build
 2020-06-05 17:32 UTC 

[meta-python][PATCH 1/2] python3-jsonpatch: Consolidate in a single file
 2020-06-05 17:31 UTC  (2+ messages)
` [meta-python][PATCH 2/2] python3-jsonschema: "

[PATCH] pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPIOD_OUT_HIGH)
 2020-06-05 17:31 UTC  (7+ messages)
    ` [Intel-gfx] "

ppc64le and 32-bit LE userland compatibility
 2020-06-05 17:27 UTC  (11+ messages)
    ` [musl] "

[PATCH v3 00/13] PCI: brcmstb: enable PCIe for STB chips
 2020-06-05 17:27 UTC  (8+ messages)
` [PATCH v3 09/13] device core: Introduce multiple dma pfn offsets

[RFC v4 0/8] v4l2: add support for colorspace conversion API (CSC) for video capture and subdevices
 2020-06-05 17:26 UTC  (9+ messages)
` [RFC v4 1/8] media: staging: rkisp1: rsz: supported formats are the isp's src formats, not sink formats
` [RFC v4 2/8] media: staging: rkisp1: rsz: set default format if the given format is not RKISP1_DIR_SRC
` [RFC v4 3/8] media: Documentation: v4l: move table of v4l2_pix_format(_mplane) flags to pixfmt-v4l2.rst
` [RFC v4 4/8] v4l2: add support for colorspace conversion API (CSC) for video capture and subdevices
` [RFC v4 5/8] media: staging: rkisp1: allow quantization conversion from userspace for isp source pad
` [RFC v4 6/8] media: staging: rkisp1: validate quantization matching in link_validate callbacks
` [RFC v4 7/8] media: vivid: Add support to the CSC API
` [RFC v4 8/8] media: v4l2: add support for the CSC API for hsv_enc on mediabus

[PATCH 0/3] media: uapi: cedrus: Fix decoding interlaced H264 content
 2020-06-05 17:26 UTC  (18+ messages)
` [PATCH 1/3] media: uapi: h264: update reference lists
` [PATCH 2/3] media: cedrus: h264: Properly configure reference field

[meta-python][PATCH 1/6] python3-dateutil: Consolidate in a single file
 2020-06-05 17:26 UTC  (10+ messages)
` [meta-python][PATCH 2/6] python3-dnspython: "
  ` [oe] "
` [meta-python][PATCH 3/6] python3-future: "
  ` [oe] "
` [meta-python][PATCH 4/6] python3-requests-futures: Upgrade 0.9.5 -> 1.0.0
  ` [oe] "
` [meta-python][PATCH 5/6] python3-greenlet: Consolidate in a single file
  ` [oe] "
` [oe] [meta-python][PATCH 1/6] python3-dateutil: "

[Intel-gfx] [CI] drm/i915: Discard a misplaced GGTT vma
 2020-06-05 17:26 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Discard a misplaced GGTT vma (rev2)

[meta-python][PATCH 1/3] python3-editor: Consolidate in a single file
 2020-06-05 17:25 UTC  (6+ messages)
` [meta-python][PATCH 2/3] python3-engineio: Upgrade 3.12.1 -> 3.13.0
  ` [oe] "
` [meta-python][PATCH 3/3] python3-feedformatter: Consolidate in a single file
  ` [oe] "
` [oe] [meta-python][PATCH 1/3] python3-editor: "

[PATCH 00/13] i386: hvf: Remove HVFX86EmulatorState
 2020-06-05 17:24 UTC  (4+ messages)
` [PATCH 12/13] i386: hvf: Move mmio_buf into CPUX86State

handle_pio looping during domain shutdown, with qemu 4.2.0 in stubdom
 2020-06-05 17:24 UTC  (12+ messages)

[oe] [meta-networking][PATCH] opensaf: upgrade 5.19.10 -> 5.20.05
 2020-06-05 17:24 UTC  (3+ messages)
` [oe] [meta-python][PATCH] python3-pycodestyle: upgrade 2.5.0 -> 2.6.0

[meta-python][PATCH] python3-isort: Consolidate in a single file
 2020-06-05 17:24 UTC  (2+ messages)
` [oe] "

[meta-python][PATCH] python-pyaudio: Consolidate in a single file
 2020-06-05 17:23 UTC  (2+ messages)
` [oe] "

[PATCH 00/14] drm/mgag200: Use managed interfaces for auto-cleanup
 2020-06-05 17:23 UTC  (4+ messages)
` [PATCH 10/14] drm/mgag200: Move device init and cleanup to mgag200_drv.c

[PATCH V2 1/2] btp: Update connect event structure
 2020-06-05 17:22 UTC  (4+ messages)
` [PATCH V2 2/2] tools/btpclient: Use mgmt api for limited discovery

[PATCH v6 00/13] glibc port to ARC processors
 2020-06-05 17:22 UTC  (7+ messages)
` [PATCH v6 06/13] ARC: hardware floating point support

[PATCH][v6] KVM: X86: support APERF/MPERF registers
 2020-06-05 17:22 UTC  (5+ messages)

[PATCH] ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch table
 2020-06-05 17:17 UTC  (2+ messages)

[PATCH v1 0/6] drm: add a few simple panels
 2020-06-05 17:19 UTC  (9+ messages)
` [PATCH v1 2/6] drm: panel-simple: add Seiko 70WVW2T 7" simple panel
` [PATCH v1 4/6] drm: panel-simple: add Hitachi 3.5" QVGA panel

[PATCH] bluetoothctl: Add support for discover characteristic by uuid
 2020-06-05 17:16 UTC  (7+ messages)
` [PATCH] bluetoothctl:Add support for read characteristics value
` [PATCH 1/2] bluez:load Generic access service
` [PATCH] bluez:update handle for large database

[Cluster-devel] [GFS2 PATCH v3] gfs2: new slab for transactions
 2020-06-05 17:16 UTC 

[tpm2] Re: Sharing TPM 2.0 between containers with access policy
 2020-06-05 17:16 UTC 

name-ref on annotated-tags is null terminated, but lightweight tags arent
 2020-06-05 17:16 UTC  (3+ messages)

[PATCH] drm/i915: Fix comments mentioning typo in IS_ENABLED()
 2020-06-05 17:15 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH v10 0/6] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-06-05 17:13 UTC  (5+ messages)
` [PATCH v10 4/6] powerpc/papr_scm: Improve error logging and handling papr_scm_ndctl()

[PATCH] gpio:asm28xx-18xx: new driver
 2020-06-05 17:12 UTC  (2+ messages)

[PATCH 0/7] python: create installable package
 2020-06-05 17:11 UTC  (4+ messages)
` [PATCH 4/7] python/qemu: Add pipenv support

[PATCH net-next 0/8] net: Add support for Synopsys DesignWare XPCS
 2020-06-05 17:10 UTC  (4+ messages)
` [PATCH net-next 7/8] net: phy: Add Synopsys DesignWare XPCS MDIO module

[GIT PULL] SMB3 updates for 5.8
 2020-06-05 17:10 UTC 

[dpdk-dev] [RFC] doc: change to diverse and inclusive language
 2020-06-05 17:10 UTC  (6+ messages)
` [dpdk-dev] [RFC] replace master/slave with primary/secondary

[Intel-wired-lan] [PATCH 1/4] iavf: fix speed reporting over virtchnl
 2020-06-05 17:09 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH 2/4] iavf: use appropriate enum for comparison
` [Intel-wired-lan] [PATCH 3/4] iavf: Fix reporting 2.5 Gb and 5Gb speeds
` [Intel-wired-lan] [PATCH 4/4] iavf: increase reset complete wait time

[PATCH] nand: raw: use write_oob_raw for MTD_OPS_AUTO_OOB mode
 2020-06-05 17:09 UTC  (8+ messages)

[PATCH v2] ACPI: Drop rcu usage for MMIO mappings
 2020-06-05 17:08 UTC  (10+ messages)
` [RFT][PATCH] ACPI: OSL: Use rwlock instead of RCU for memory management

[PATCH] mtd: rawnand: brcmnand: force raw OOB writes
 2020-06-05 17:07 UTC  (2+ messages)

[PATCH] KVM: let kvm_destroy_vm_debugfs clean up vCPU debugfs directories
 2020-06-05 17:06 UTC 

[PULL 00/29] target-arm queue
 2020-06-05 16:50 UTC  (30+ messages)
` [PULL 01/29] hw/ssi/imx_spi: changed while statement to prevent underflow
` [PULL 02/29] hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slave
` [PULL 03/29] hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask()
` [PULL 04/29] hw/arm/pxa2xx: Replace printf() call "
` [PULL 05/29] target/arm: Convert aes and sm4 to gvec helpers
` [PULL 06/29] target/arm: Convert rax1 "
` [PULL 07/29] target/arm: Convert sha512 and sm3 "
` [PULL 08/29] target/arm: Convert sha1 and sha256 "
` [PULL 09/29] target/arm: Split helper_crypto_sha1_3reg
` [PULL 10/29] target/arm: Split helper_crypto_sm3tt
` [PULL 11/29] hw/adc/stm32f2xx_adc: Correct memory region size and access size
` [PULL 12/29] tests/acceptance: Add a boot test for the xlnx-versal-virt machine
` [PULL 13/29] docs/system: Document Aspeed boards
` [PULL 14/29] raspi: add BCM2835 SOC MPHI emulation
` [PULL 15/29] dwc-hsotg (dwc2) USB host controller register definitions
` [PULL 16/29] dwc-hsotg (dwc2) USB host controller state definitions
` [PULL 17/29] dwc-hsotg (dwc2) USB host controller emulation
` [PULL 18/29] usb: add short-packet handling to usb-storage driver
` [PULL 19/29] wire in the dwc-hsotg (dwc2) USB host controller emulation
` [PULL 20/29] raspi2 acceptance test: add test for dwc-hsotg (dwc2) USB host
` [PULL 21/29] target/arm: Convert Neon VSHL and VSLI 2-reg-shift insn to decodetree
` [PULL 22/29] target/arm: Convert Neon VSHR 2-reg-shift insns "
` [PULL 23/29] target/arm: Convert Neon VSRA, VSRI, VRSHR, VRSRA "
` [PULL 24/29] target/arm: Convert VQSHLU, VQSHL "
` [PULL 25/29] target/arm: Convert Neon narrowing shifts with op==8 "
` [PULL 26/29] target/arm: Convert Neon narrowing shifts with op==9 "
` [PULL 27/29] target/arm: Convert Neon VSHLL, VMOVL "
` [PULL 28/29] target/arm: Convert VCVT fixed-point ops "
` [PULL 29/29] target/arm: Convert Neon one-register-and-immediate insns "

[PATCH] MAINTAINERS: Add an entry to review Avocado based acceptance tests
 2020-06-05 16:56 UTC 

[GIT PULL] integrity subsystem updates for v5.8
 2020-06-05 17:02 UTC 

[bitbake-devel] [master][dunfell] prserv/serv: Avoid exception with newer versions of Python
 2020-06-05 17:01 UTC  (2+ messages)

[PATCH bpf-next V1] bpf: devmap dynamic map-value area based on BTF
 2020-06-05 17:01 UTC  (9+ messages)

[PATCH RFC v3 00/41] scsi: enable reserved commands for LLDDs
 2020-06-05 17:01 UTC  (4+ messages)

[PATCH v6 1/2] phy: qualcomm: add qcom ipq806x dwc usb phy driver
 2020-06-05 17:00 UTC  (3+ messages)
  ` R: "

[Intel-gfx] [PATCH 1/5] drm/i915: Add list_for_each_entry_safe_continue_reverse
 2020-06-05 16:58 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/5] drm/i915: Add list_for_each_entry_safe_continue_reverse (rev2)

kprobes string reading broken on s390
 2020-06-05 16:58 UTC  (3+ messages)

slub freelist issue / BUG: unable to handle page fault for address: 000000003ffe0018
 2020-06-05 16:55 UTC  (12+ messages)

[f2fs:dev-test 48/48] fs/f2fs/super.c:3303:12: warning: stack frame size of 2064 bytes in function 'f2fs_fill_super'
 2020-06-05 16:45 UTC  (4+ messages)
` [f2fs-dev] "

schedutil issue with serial workloads
 2020-06-05 16:51 UTC  (2+ messages)

[PATCH -tip v3 1/2] kcov: Make runtime functions noinstr-compatible
 2020-06-05 16:50 UTC  (3+ messages)
` [PATCH -tip v3 2/2] kcov: Unconditionally add -fno-stack-protector to compiler options

[PATCH 0/5] NVMe cleanups for 5.8
 2020-06-05 16:49 UTC  (3+ messages)
` [PATCH 3/5] nvme: replace transport name with trtype enum for ops

[PATCH] wlcore: mesh: handle failure case of pm_runtime_get_sync
 2020-06-05 16:49 UTC  (2+ messages)

[PATCH v3] numa: forbid '-numa node, mem' for 5.1 and newer machine types
 2020-06-05 16:47 UTC  (2+ messages)

TCP_DEFER_ACCEPT wakes up without data
 2020-06-05 16:48 UTC  (7+ messages)

[PATCH v2] hwmon:(adm1275) Enable adm1278 ADM1278_TEMP1_EN
 2020-06-05 16:48 UTC  (3+ messages)

[Cluster-devel] [GFS2 PATCH 0/6 v2] Misc Patch Collection
 2020-06-05 16:47 UTC  (2+ messages)
` [Cluster-devel] [GFS2 PATCH 6/6] gfs2: fix use-after-free on transaction ail lists


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.