All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-13 12:37:28 to 2019-08-13 13:14:41 UTC [more...]

[Qemu-devel] [PATCH v3 00/13] softfloat updates (include tweaks, rm LIT64)
 2019-08-13 13:13 UTC  (21+ messages)
` [Qemu-devel] [PATCH v3 01/13] fpu: replace LIT64 usage with UINT64_C for specialize constants
` [Qemu-devel] [PATCH v3 02/13] fpu: convert float[16/32/64]_squash_denormal to new modern style
` [Qemu-devel] [PATCH v3 03/13] fpu: optimise float[16/32/64]_squash_denormal (HACK?)
` [Qemu-devel] [PATCH v3 04/13] fpu: use min/max values from stdint.h for integral overflow
` [Qemu-devel] [PATCH v3 05/13] fpu: replace LIT64 with UINT64_C macros
` [Qemu-devel] [PATCH v3 06/13] target/m68k: "
` [Qemu-devel] [PATCH v3 07/13] fpu: remove the LIT64 macro
` [Qemu-devel] [PATCH v3 08/13] fpu: move inline helpers into a separate header
` [Qemu-devel] [PATCH v3 09/13] fpu: make softfloat-macros "self-contained"
` [Qemu-devel] [PATCH v3 10/13] fpu: rename softfloat-specialize.h -> .inc.c
` [Qemu-devel] [PATCH v3 11/13] target/mips: rationalise softfloat includes
` [Qemu-riscv] [PATCH v3 12/13] target/riscv: "
  ` [Qemu-devel] "
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v3 13/13] targets (various): use softfloat-helpers.h where we can

[Buildroot] [PATCH] package/qt5/qt5enginio: switch to a depends on for SSL support
 2019-08-13 13:14 UTC  (2+ messages)

[PATCH] scsi: sym53c8xx_2: remove redundant assignment to retv
 2019-08-13 13:14 UTC  (3+ messages)

[PATCH] KVM: nVMX: Check that HLT activity state is supported
 2019-08-13 13:13 UTC 

[PATCH 0/4] nbd: cmd timeout fixes
 2019-08-13 13:13 UTC  (9+ messages)
` [PATCH 1/4] nbd: add set cmd timeout helper
` [PATCH 2/4] nbd: add function to convert blk req op to nbd cmd
` [PATCH 3/4] nbd: add missing config put
` [PATCH 4/4] nbd: fix zero cmd timeout handling

[Qemu-devel] [PATCH v2] block: posix: Handle undetectable alignment
 2019-08-13 13:12 UTC  (5+ messages)

[Buildroot] [git commit] package/qt5/qt5enginio: switch to a depends on for SSL support
 2019-08-13 13:13 UTC 

[virtio-dev] [PATCH v6 0/2] virtio-fs: add virtio file system device
 2019-08-13 13:13 UTC  (3+ messages)
` [virtio-dev] [PATCH v6 1/2] content: "
` [virtio-dev] [PATCH v6 2/2] virtio-fs: add DAX window

[Buildroot] [PATCH buildroot-test v3 0/3] allows to filter autobuild results by configuration symbols
 2019-08-13 13:13 UTC  (4+ messages)
` [Buildroot] [PATCH buildroot-test v3 1/3] web/db.inc.php: add support to test if the database supports a feature
` [Buildroot] [PATCH buildroot-test v3 2/3] web/funcs.inc.php: add support for filtering autobuild results by configuration options
` [Buildroot] [PATCH buildroot-test v3 3/3] web/index.php: add support for configuration symbols via GET

[PATCH] mm/hotplug: prevent memory leak when reuse pgdat
 2019-08-13 13:13 UTC  (3+ messages)

[LTP] [PATCH v2 1/2] clock_getres01: drop case which is passing NULL res parameter
 2019-08-13 13:13 UTC  (4+ messages)

[PATCH 0/6] Symbol namespaces
 2019-08-13 13:12 UTC  (16+ messages)
` [Cocci] [PATCH v2 0/10] Symbol namespaces - RFC
  ` [PATCH v2 01/10] module: support reading multiple values per modinfo tag
  ` [PATCH v2 02/10] export: explicitly align struct kernel_symbol
  ` [Cocci] [PATCH v2 08/10] scripts: Coccinelle script for namespace dependencies
    `  "
  ` [PATCH v2 09/10] usb-storage: remove single-use define for debugging
  ` [PATCH v2 10/10] RFC: usb-storage: export symbols in USB_STORAGE namespace

WARNING in usbtouch_reset_resume
 2019-08-13 13:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-brotli: new package
 2019-08-13 13:12 UTC  (2+ messages)

INFO: trying to register non-static key in usbtouch_open
 2019-08-13 13:12 UTC  (2+ messages)

INFO: trying to register non-static key in usbtouch_reset_resume
 2019-08-13 13:11 UTC  (3+ messages)

[Qemu-devel] qemu-iotests 069 and 111 are failing on NetBSD
 2019-08-13 13:10 UTC  (7+ messages)
    ` [Qemu-devel] [Qemu-block] "

[Buildroot] [git commit branch/next] package/python-brotli: new package
 2019-08-13 13:10 UTC 

[PATCH] xhci: wait CNR when doing xhci resume
 2019-08-13 13:12 UTC  (6+ messages)

[PATCH V5 00/12] 52-bit kernel + user VAs
 2019-08-13 13:10 UTC  (6+ messages)

[v2 0/2] Add Q6SSTOP clock controller for QCS404
 2019-08-13 13:09 UTC  (3+ messages)
` [v2 1/2] dt-bindings: clock: qcom: Add QCOM Q6SSTOP clock controller bindings
` [v2 2/2] clk: qcom: Add Q6SSTOP clock controller for QCS404

[RFC bpf-next 0/3] tools: bpftool: add subcommand to count map entries
 2019-08-13 13:09 UTC  (4+ messages)
` [RFC bpf-next 1/3] tools: bpftool: clean up dump_map_elem() return value
` [RFC bpf-next 2/3] tools: bpftool: make comment more explicit for count of dumped entries
` [RFC bpf-next 3/3] tools: bpftool: add "bpftool map count" to count entries in map

[RT PATCH] sched/deadline: Make inactive timer run in hardirq context
 2019-08-13 13:09 UTC  (2+ messages)

[PATCH v2 0/9] DRM panel drivers for omapdrm
 2019-08-13 13:09 UTC  (4+ messages)
` [PATCH v2 3/9] dt-bindings: display: panel: Add bindings for NEC NL8048HL11 panel

[PATCH] net: ethernet: mediatek: Add MT7628/88 SoC support
 2019-08-13 13:09 UTC  (3+ messages)

next/pending-fixes build: 222 builds: 3 failed, 219 passed, 3 errors, 425 warnings (v5.3-rc4-185-g260510fdbaa7)
 2019-08-13 13:08 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/python-aiomonitor: bump to version 0.4.4
 2019-08-13 13:07 UTC  (2+ messages)

[PATCH] drm/panfrost: Remove completed features still in TODO
 2019-08-13 13:07 UTC  (2+ messages)

[PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-08-13 13:07 UTC  (9+ messages)

[PATCHv2 00/59] Intel MKTME enabling
 2019-08-13 13:07 UTC  (11+ messages)
` [PATCHv2 25/59] keys/mktme: Preparse the MKTME key payload
` [PATCHv2 57/59] x86/mktme: Document the MKTME Key Service API

USB fuzzing with syzbot
 2019-08-13 13:06 UTC  (2+ messages)

[Buildroot] [git commit branch/next] package/python-aiomonitor: bump to version 0.4.4
 2019-08-13 13:06 UTC 

[Virtio-fs] issues with accessing 2 directory trees
 2019-08-13 13:06 UTC  (2+ messages)

[PATCH] tpm/tpm_ftpm_tee: trivial checkpatch fixes
 2019-08-13 13:05 UTC 

[Bug 110674] Crashes / Resets From AMDGPU / Radeon VII
 2019-08-13 13:05 UTC  (2+ messages)

each thread writing to own dir/file
 2019-08-13 13:04 UTC 

[patch net-next] selftests: netdevsim: add devlink params tests
 2019-08-13 13:04 UTC 

[PATCH 00/26] DP MST Refactors + debugging tools + suspend/resume reprobing
 2019-08-13 13:04 UTC  (8+ messages)
` [PATCH 02/26] drm/dp_mst: Destroy mstbs from destroy_connector_work
` [PATCH 03/26] drm/dp_mst: Move test_calc_pbn_mode() into an actual selftest
` [PATCH 04/26] drm/print: Add drm_err_printer()

[GIT PULL FOR v5.4] Fixes and i2c conversions
 2019-08-13 13:03 UTC  (3+ messages)

[PATCH next v9 00/11] add USB GPIO based connection detection driver
 2019-08-13 13:01 UTC  (4+ messages)
` [PATCH next v9 07/11] usb: roles: Add fwnode_usb_role_switch_get() function

[Qemu-devel] [PATCH 0/2] deal with BDRV_BLOCK_RAW
 2019-08-13 13:00 UTC  (9+ messages)

general protection fault in cdev_del
 2019-08-13 13:03 UTC  (2+ messages)

[patch] mm, page_alloc: move_freepages should not examine struct page of reserved memory
 2019-08-13 13:03 UTC  (2+ messages)

[PATCH] media: vimc: add configfs API to configure the topology
 2019-08-13 13:02 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] vmdk: Misc fixes
 2019-08-13 12:58 UTC  (6+ messages)
` [Qemu-devel] [PATCH 4/7] vmdk: Reject invalid compressed writes
  ` [Qemu-devel] [Qemu-block] "

next/master build: 230 builds: 7 failed, 223 passed, 8 errors, 752 warnings (next-20190813)
 2019-08-13 13:02 UTC 

[PATCH v4] mfd: Add support for Merrifield Basin Cove PMIC
 2019-08-13 13:01 UTC  (3+ messages)

[Qemu-riscv] [FOR 4.1 PATCH] riscv: roms: Fix make rules for building sifive_u bios
 2019-08-13 13:00 UTC  (6+ messages)
` [Qemu-riscv] [Qemu-devel] "
        `  "

[Qemu-devel] [PATCH 0/2] Fix MemoryRegionSection alignment and comparison
 2019-08-13 12:58 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] memory: Align and add helper for comparing MemoryRegionSections

[PATCH] PCI: hv: Fix build error without CONFIG_SYSFS
 2019-08-13 12:43 UTC  (6+ messages)

[Qemu-devel] qemu-iotest 059 fails with vmdk
 2019-08-13 12:53 UTC  (5+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH v3] ext4: fix potential use after free in system zone via remount with noblock_validity
 2019-08-13 13:05 UTC 

KASAN: use-after-free Read in v4l2_fh_del
 2019-08-13 12:58 UTC  (2+ messages)

[PATCH 0/5] ext4: direct IO via iomap infrastructure
 2019-08-13 12:58 UTC  (4+ messages)
` [PATCH 4/5] ext4: introduce direct IO write code path using "

[dpdk-dev] [PATCH] version: 19.11-rc0
 2019-08-13 12:58 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[Qemu-devel] [PATCH-for-4.2 v1 0/6] s390x/mmu: Storage key reference and change bit handling
 2019-08-13 12:53 UTC  (7+ messages)
` [Qemu-devel] [PATCH-for-4.2 v1 1/6] s390x/mmu: ASC selection in s390_cpu_get_phys_page_debug()
` [Qemu-devel] [PATCH-for-4.2 v1 2/6] s390x/tcg: Rework MMU selection for instruction fetches

KVM Arm64 and Linux-RT issues
 2019-08-13 12:58 UTC  (7+ messages)

KASAN: use-after-free Write in v4l2_device_release
 2019-08-13 12:58 UTC  (2+ messages)

KASAN: use-after-free Write in v4l2_prio_close
 2019-08-13 12:57 UTC  (2+ messages)

[PATCH v3] PCI: hv: Detect and fix Hyper-V PCI domain number collision
 2019-08-13 12:55 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in hex_string
 2019-08-13 12:55 UTC  (3+ messages)

[U-Boot] [RFC PATCH v1] common: fix building image.c
 2019-08-13 12:55 UTC  (3+ messages)

KASAN: use-after-free Read in ds_probe
 2019-08-13 12:54 UTC  (2+ messages)

[PATCH] microblaze: switch to generic version of pte allocation
 2019-08-13 12:52 UTC  (3+ messages)

[PATCH v3 2/2] arm64: dts: imx: Add i.mx8mq nitrogen8m basic dts support
 2019-08-13 12:51 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: arm: imx: add imx8mq nitrogen support

[virtio-dev] [PATCH] content: document console vq detach buffer
 2019-08-13 12:51 UTC 

[dpdk-dev] [RFC v2 0/3] show the Rx/Tx burst description field
 2019-08-13 12:51 UTC  (4+ messages)
` [dpdk-dev] [RFC v2 1/3] ethdev: add the API for getting trace information

[RFC PATCH v6 00/92] VM introspection
 2019-08-13 12:51 UTC  (5+ messages)
` [RFC PATCH v6 64/92] kvm: introspection: add single-stepping

[Buildroot] [PATCH] igt-gpu-tools: add new package
 2019-08-13 12:51 UTC  (3+ messages)

[PATCH 1/5] dt-bindings: mfd: Convert Allwinner GPADC bindings to a schema
 2019-08-13 12:47 UTC  (10+ messages)
` [PATCH 2/5] dt-bindings: watchdog: Convert Allwinner watchdog "
` [PATCH 3/5] dt-bindings: watchdog: sun4i: Add the watchdog interrupts
` [PATCH 4/5] ARM: dts: sun8i: a83t: Remove the watchdog clock
` [PATCH 5/5] ARM: dts: sunxi: Add missing watchdog interrupts

[PATCH] staging: rtl8723bs: remove redundant assignment to ret
 2019-08-13 12:48 UTC  (2+ messages)

[PATCH 0/7] Add definition for the number of standard PCI BARs
 2019-08-13 12:48 UTC  (4+ messages)
  ` [PATCH 6/7] efifb: Use PCI_STD_NUM_BARS in loops instead of PCI_STD_RESOURCE_END

[PATCH net-next] net: can: Fix compiling warning
 2019-08-13 12:48 UTC  (8+ messages)

[Buildroot] Buildroot raspberrypi3_qt5we_defconfig no longer builds
 2019-08-13 12:48 UTC  (2+ messages)

[Cluster-devel] GFS2 deadlock in 4.19 (iomap/writeback?)
 2019-08-13 12:47 UTC  (2+ messages)

[PATCH 0/7] pwm: jz4740: Driver update
 2019-08-13 12:47 UTC  (12+ messages)
` [PATCH 4/7] pwm: jz4740: Improve algorithm of clock calculation

[PATCH] drm/i915: Remove i915 ggtt WA since GT E
 2019-08-13 12:46 UTC  (2+ messages)

[PATCH] apply: reload .gitattributes after patching it
 2019-08-13  2:43 UTC  (4+ messages)
` [PATCH v3 0/2] Honor .gitattributes with rebase --am
  ` [PATCH v3 1/2] path: add a function to check for path suffix
  ` [PATCH v3 2/2] apply: reload .gitattributes after patching it

[PATCH 1/2] dt-bindings: media: Add YAML schemas for the generic RC bindings
 2019-08-13 12:45 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: media: Convert Allwinner A10 IR to a schema

[PATCH] Makefile: Convert -Wimplicit-fallthrough=3 to just -Wimplicit-fallthrough for clang
 2019-08-13 12:44 UTC  (8+ messages)

[PATCH 1/4] cni: add 0.7.1 for cni and 0.7.5 for plugins
 2019-08-13 12:44 UTC  (4+ messages)
` [PATCH 3/4] cni: upgrade git version to latest master

[PATCH] ocfs2: need to check return value from kobject_set_name()
 2019-08-13 12:50 UTC 

[PATCH v3 00/10] staging: fsl-dpaa2/ethsw: code cleanup
 2019-08-13 12:43 UTC  (11+ messages)
` [PATCH v3 01/10] staging: fsl-dpaa2/ethsw: remove IGMP default address
` [PATCH v3 02/10] staging: fsl-dpaa2/ethsw: enable switch ports only on dev_open
` [PATCH v3 03/10] staging: fsl-dpaa2/ethsw: add line terminator to all formats
` [PATCH v3 04/10] staging: fsl-dpaa2/ethsw: remove debug message
` [PATCH v3 05/10] staging: fsl-dpaa2/ethsw: use bool when encoding learning/flooding state
` [PATCH v3 06/10] staging: fsl-dpaa2/ethsw: remove unnecessary memset
` [PATCH v3 07/10] staging: fsl-dpaa2/ethsw: remove redundant VLAN check
` [PATCH v3 08/10] staging: fsl-dpaa2/ethsw: reword error message
` [PATCH v3 09/10] staging: fsl-dpaa2/ethsw: register_netdev only when ready
` [PATCH v3 10/10] staging: fsl-dpaa2/ethsw: do not force user to bring interface down

KMSAN: uninit-value in smsc75xx_bind
 2019-08-13 12:43 UTC  (2+ messages)

KASAN: use-after-free Read in device_release_driver_internal
 2019-08-13 12:42 UTC  (3+ messages)

[PATCH v2 1/2] drm/i915/guc: keep breadcrumb irq always enabled
 2019-08-13 12:42 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [v2,1/2] "

linux-next: Tree for Aug 13
 2019-08-13 12:41 UTC  (2+ messages)

[PATCH v7 00/24] erofs: promote erofs from staging
 2019-08-13 12:41 UTC  (5+ messages)
` [PATCH v7 08/24] erofs: add namei functions

[PATCH v8 0/4] mtd: spi-nor: add support for is25wp256 spi-nor flash
 2019-08-13 12:38 UTC  (15+ messages)
` [PATCH v8 1/4] mtd: spi-nor: add support for is25wp256
` [PATCH v8 2/4] mtd: spi-nor: fix nor->addr_width "
` [PATCH v8 3/4] mtd: spi-nor: add support to unlock the flash device
` [PATCH v8 4/4] mtd: spi-nor: add locking support for is25wp256 device

[Xen-devel] [PATCH V2 0/6] iommu/arm: Add Renesas IPMMU-VMSA support + Linux's iommu_fwspec
 2019-08-13 12:39 UTC  (3+ messages)
` [Xen-devel] [PATCH V2 4/6] iommu/arm: Add lightweight iommu_fwspec support

[PATCH 0/3] Reduce the number of Valgrind reports in unit tests
 2019-08-13 12:19 UTC  (3+ messages)
` [PATCH 1/3] test-throttle: Fix uninitialized use of burst_length


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.