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

[PATCH v5 00/11] drm/fb-helper: Move modesetting code to drm_client
 2019-05-06 18:01 UTC  (11+ messages)
` [PATCH v5 01/11] drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()
` [PATCH v5 02/11] drm/fb-helper: Avoid race with DRM userspace
` [PATCH v5 03/11] drm/fb-helper: No need to cache rotation and sw_rotations
` [PATCH v5 04/11] drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}
` [PATCH v5 05/11] drm/fb-helper: Remove drm_fb_helper_crtc
` [PATCH v5 06/11] drm/fb-helper: Prepare to move out commit code
` [PATCH v5 07/11] drm/fb-helper: Move "
` [PATCH v5 08/11] drm/fb-helper: Remove drm_fb_helper_connector
` [PATCH v5 09/11] drm/fb-helper: Prepare to move out modeset config code
` [PATCH v5 10/11] drm/fb-helper: Move "

[v5 0/3] "Hotremove" persistent memory
 2019-05-06 18:01 UTC  (6+ messages)
` [v5 2/3] mm/hotplug: make remove_memory() interface useable

[Qemu-devel] [PATCH v2 0/5] Remove bdrv_read() and bdrv_write()
 2019-05-06 17:39 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 3/5] vvfat: Replace bdrv_{read, write}() with bdrv_{pread, pwrite}()

[Qemu-devel] [PATCH v3 5/5] 9p: adds virtfs 'vii' device parameter
 2019-05-06 17:58 UTC  (2+ messages)
` [Qemu-devel] [libvirt patch] qemu: adds support for virtfs 9p argument 'vii'

gcc9.1 and f2fs
 2019-05-06 17:59 UTC  (4+ messages)

[PATCH v3 1/2] dt-bindings: leds: Add binding for spi-byte LED
 2019-05-06 17:59 UTC  (13+ messages)
` [PATCH v3 2/2] leds: spi-byte: add single byte SPI LED driver

[PATCH v2 00/19] Shared virtual address IOMMU and VT-d support
 2019-05-06 17:59 UTC  (8+ messages)
` [PATCH v2 08/19] ioasid: Add custom IOASID allocator

[Qemu-devel] [PATCH v1] hw/rdma: Add support for GID state changes for non-qmp frameworks
 2019-05-06 17:39 UTC  (2+ messages)

[Qemu-devel] Failing QEMU iotest 175
 2019-05-06 17:44 UTC  (6+ messages)

[PATCH v2 0/4] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2019-05-06 17:56 UTC  (10+ messages)
` [PATCH v2 3/4] iommu/dma-iommu: Use the dev->coherent_dma_mask

[PATCH 0/7] Add support for H6 thermal sensor
 2019-05-06 17:55 UTC  (9+ messages)
` [PATCH 1/7] iio: adc: sun4i-gpadc: rework for support multiple "

[Ocfs2-devel] [PATCH] fs/ocfs2: fix race in ocfs2_dentry_attach_lock
 2019-05-06 17:55 UTC  (3+ messages)

[U-Boot] [PATCH] arm: socfpga: Re-add support for Aries MCV SoM and MCVEVK board
 2019-05-06 17:55 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/24] Add qemu_getrandom and ARMv8.5-RNG etc
 2019-05-06 17:33 UTC  (25+ messages)
` [Qemu-devel] [PATCH v4 01/24] configure: Link test before auto-enabling gnutls
` [Qemu-devel] [PATCH v4 02/24] crypto: Merge crypto-obj-y into libqemuutil.a
` [Qemu-devel] [PATCH v4 03/24] crypto: Reverse code blocks in random-platform.c
` [Qemu-devel] [PATCH v4 04/24] crypto: Do not fail for EINTR during qcrypto_random_bytes
` [Qemu-devel] [PATCH v4 05/24] crypto: Use O_CLOEXEC in qcrypto_random_init
` [Qemu-devel] [PATCH v4 06/24] crypto: Use getrandom for qcrypto_random_bytes
` [Qemu-devel] [PATCH v4 07/24] crypto: Change the qcrypto_random_bytes buffer type to void*
` [Qemu-devel] [PATCH v4 08/24] ui/vnc: Split out authentication_failed
` [Qemu-devel] [PATCH v4 09/24] ui/vnc: Use gcrypto_random_bytes for start_auth_vnc
` [Qemu-devel] [PATCH v4 10/24] util: Add qemu_guest_getrandom and associated routines
` [Qemu-devel] [PATCH v4 11/24] cpus: Initialize pseudo-random seeds for all guest cpus
` [Qemu-devel] [PATCH v4 12/24] linux-user: "
` [Qemu-devel] [PATCH v4 13/24] linux-user: Call qcrypto_init if not using -seed
` [Qemu-devel] [PATCH v4 14/24] linux-user: Use qemu_guest_getrandom_nofail for AT_RANDOM
` [Qemu-devel] [PATCH v4 15/24] linux-user/aarch64: Use qemu_guest_getrandom for PAUTH keys
` [Qemu-devel] [PATCH v4 16/24] linux-user: Remove srand call
` [Qemu-devel] [PATCH v4 17/24] aspeed/scu: Use qemu_guest_getrandom_nofail
` [Qemu-devel] [PATCH v4 18/24] hw/misc/nrf51_rng: "
` [Qemu-devel] [PATCH v4 19/24] hw/misc/bcm2835_rng: "
` [Qemu-devel] [PATCH v4 20/24] hw/misc/exynos4210_rng: Use qemu_guest_getrandom
` [Qemu-devel] [PATCH v4 21/24] target/arm: Put all PAC keys into a structure
` [Qemu-devel] [PATCH v4 22/24] target/arm: Implement ARMv8.5-RNG
` [Qemu-devel] [PATCH v4 23/24] target/ppc: Use qemu_guest_getrandom for DARN
` [Qemu-devel] [PATCH v4 24/24] target/i386: Implement CPUID_EXT_RDRAND

[Qemu-devel] [PATCH] net: avoid to use variable length array in net_client_init()
 2019-05-06 17:42 UTC  (3+ messages)

[PATCH v1 v1 0/3] Add dt bindings to support I2C on sifive devices and a fix for polling mode i2c transfers
 2019-05-06 17:54 UTC  (9+ messages)
` [PATCH v1 v1 1/3] dt-bindings: i2c: add documentation for adding SiFive I2C driver
` [PATCH v1 v1 3/3] i2c-ocores: sifive: add polling mode workaround for FU540-C000 SoC

[PATCH net-next 0/4] net: mvpp2: cls: Add classification
 2019-05-06 17:54 UTC  (5+ messages)

Suspend/resume causes I2C issues
 2019-05-06 17:53 UTC  (2+ messages)

locality of extent status tree traversal
 2019-05-06 17:51 UTC 

[PATCH v3 0/7] LMU Common code intro
 2019-05-06 17:53 UTC  (5+ messages)
` [PATCH v3 2/7] dt-bindings: mfd: LMU: Add the ramp up/down property

[PATCH v3 00/27] Include linux x86 docs into Sphinx TOC tree
 2019-05-06 17:52 UTC  (29+ messages)
` [PATCH v3 01/27] Documentation: add Linux x86 docs to "
` [PATCH v3 02/27] Documentation: x86: convert boot.txt to reST
` [PATCH v3 03/27] Documentation: x86: convert topology.txt "
` [PATCH v3 04/27] Documentation: x86: convert exception-tables.txt "
` [PATCH v3 05/27] Documentation: x86: convert kernel-stacks "
` [PATCH v3 06/27] Documentation: x86: convert entry_64.txt "
` [PATCH v3 07/27] Documentation: x86: convert earlyprintk.txt "
` [PATCH v3 08/27] Documentation: x86: convert zero-page.txt "
` [PATCH v3 09/27] Documentation: x86: convert tlb.txt "
` [PATCH v3 10/27] Documentation: x86: convert mtrr.txt "
` [PATCH v3 11/27] Documentation: x86: convert pat.txt "
` [PATCH v3 12/27] Documentation: x86: convert protection-keys.txt "
` [PATCH v3 13/27] Documentation: x86: convert intel_mpx.txt "
` [PATCH v3 14/27] Documentation: x86: convert amd-memory-encryption.txt "
` [PATCH v3 15/27] Documentation: x86: convert pti.txt "
` [PATCH v3 16/27] Documentation: x86: convert microcode.txt "
` [PATCH v3 17/27] Documentation: x86: convert resctrl_ui.txt "
` [PATCH v3 18/27] Documentation: x86: convert orc-unwinder.txt "
` [PATCH v3 19/27] Documentation: x86: convert usb-legacy-support.txt "
` [PATCH v3 20/27] Documentation: x86: convert i386/IO-APIC.txt "
` [PATCH v3 21/27] Documentation: x86: convert x86_64/boot-options.txt "
` [PATCH v3 22/27] Documentation: x86: convert x86_64/uefi.txt "
` [PATCH v3 23/27] Documentation: x86: convert x86_64/mm.txt "
` [PATCH v3 24/27] Documentation: x86: convert x86_64/5level-paging.txt "
` [PATCH v3 25/27] Documentation: x86: convert x86_64/fake-numa-for-cpusets "
` [PATCH v3 26/27] Documentation: x86: convert x86_64/cpu-hotplug-spec "
` [PATCH v3 27/27] Documentation: x86: convert x86_64/machinecheck "

[igt-dev] [PATCH i-g-t] tests/kms_chamelium: Make sure we wait for each connectors' hotplug event
 2019-05-06 17:51 UTC 

[PATCH 1/2] systemd: Fix build with gcc9
 2019-05-06 17:51 UTC  (2+ messages)
` [PATCH 2/2] gcc-target: Do not set --with-sysroot and gxx-include-dir paths

Yocto Project Upcoming Conferences and Developer Days
 2019-05-06 17:50 UTC  (13+ messages)
` [Yocto-Advocacy] "

[PATCH 0/3] stream_open bits for Linux 5.2
 2019-05-06 17:34 UTC  (4+ messages)
` [PATCH 1/3] dtlk: remove double call to nonseekable_open
` [PATCH 3/3] vfs: pass ppos=NULL to .read()/.write() of FMODE_STREAM files

[PATCH 4.19 46/72] net: xilinx: fix possible object reference leak
 2019-05-06 17:48 UTC  (3+ messages)
  ` [PATCH 4.19 46/72] net: xilinx: fix possible object referenceleak

[PATCH 0/3] blktests: nvme: Fix pass data of nvmet TCs
 2019-05-06 17:47 UTC  (8+ messages)
` [PATCH 1/3] nvme: 002: fix nvmet pass data with loop

[PATCH v2 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-05-06 17:43 UTC  (17+ messages)
` [PATCH v2 12/17] kunit: tool: add Python wrappers for running KUnit tests

✅ PASS: Test report for kernel 5.0.14-rc1-508d4e4.cki (stable)
 2019-05-06 17:43 UTC 

[VMI] Possible race-condition in altp2m APIs
 2019-05-06 17:41 UTC  (7+ messages)
` [Xen-devel] "

[PATCH v6 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-05-06 15:16 UTC  (4+ messages)
` [PATCH v6 14/17] KVM: PPC: Book3S HV: XIVE: add passthrough support

[Bug 203525] New: brightness with function buttons Acer Aspire A315-41 notebook with AMD Ryzen 5 2500U
 2019-05-06 17:41 UTC  (2+ messages)
` [Bug 203525] "

[PATCH] serial: 8250: Add support for using platform_device resources
 2019-05-06 17:40 UTC  (9+ messages)

[PATCH] Remove MODULE_ALIAS() calls that take undefined macro
 2019-05-06 17:39 UTC  (5+ messages)

[RFC] rtlwifi: rtl8821ae: Use inline routines rather than macros for descriptor word 0
 2019-05-06 17:39 UTC 

[dpdk-dev] [PATCH] net/ice: set min and max MTU
 2019-05-06 17:39 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v3] lib/igt_edid: fix detailed pixel timing analog/digital
 2019-05-06 17:39 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for lib/igt_edid: fix detailed pixel timing analog/digital (rev3)

[GIT PULL] ktest: Updates for 5.2
 2019-05-06 17:38 UTC 

[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
 2019-05-06 17:36 UTC  (2+ messages)
  ` [Bug 100567] "

[PATCH v3 1/2] platform/chrome: wilco_ec: Remove 256 byte transfers
 2019-05-06 17:34 UTC  (2+ messages)
` [PATCH v3 2/2] platform/chrome: wilco_ec: Add telemetry char device interface

[PATCH][next] taprio: add null check on sched_nest to avoid potential null pointer dereference
 2019-05-06 17:34 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH] tests/qemu-iotests: re-format output to for make check-block
 2019-05-06 17:32 UTC  (6+ messages)

[PATCH 1/2] Use list.h instead of file_system_type next
 2019-05-06 17:33 UTC  (2+ messages)

[PATCH] hv: tools: fixed Python pep8/flake8 warnings for lsvmbus
 2019-05-06 17:33 UTC  (2+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH v2 0/2] configure: disallow spaces and colons in source path and build path
 2019-05-06 17:27 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 1/2] configure: set source_path only once and make its definition more robust
` [Qemu-devel] [PATCH v2 2/2] configure: disallow spaces and colons in source path and build path

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-06 16:31 UTC  (3+ messages)
` [PATCH v15 16/17] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

[Qemu-devel] [PATCH] iotests: Tweak 221 sizing for different hole granularities
 2019-05-06 17:21 UTC 

[Qemu-devel] [PATCH 00/10] block: AioContext management, part 1
 2019-05-06 17:18 UTC  (11+ messages)
` [Qemu-devel] [PATCH 01/10] block: Add bdrv_try_set_aio_context()
` [Qemu-devel] [PATCH 02/10] block: Make bdrv_attach/detach_aio_context() static
` [Qemu-devel] [PATCH 03/10] block: Move recursion to bdrv_set_aio_context()
` [Qemu-devel] [PATCH 04/10] block: Propagate AioContext change to parents
` [Qemu-devel] [PATCH 05/10] test-block-iothread: Test AioContext propagation through the tree
` [Qemu-devel] [PATCH 06/10] block: Implement .(can_)set_aio_ctx for BlockBackend
` [Qemu-devel] [PATCH 07/10] block: Add blk_set_allow_aio_context_change()
` [Qemu-devel] [PATCH 08/10] blockjob: Propagate AioContext change to all job nodes
` [Qemu-devel] [PATCH 09/10] blockjob: Remove AioContext notifiers
` [Qemu-devel] [PATCH 10/10] test-block-iothread: Test AioContext propagation for block jobs

[Qemu-devel] Failing QEMU iotest 221
 2019-05-06 17:22 UTC  (5+ messages)

[PATCH 01/18] x86 topology: Fix doc typo
 2019-05-06 17:28 UTC  (4+ messages)
` [PATCH 17/18] perf/x86/intel/rapl: Support multi-die/package

[PATCH] platform/x86: ideapad-laptop: Remove no_hw_rfkill_list
 2019-05-06 17:28 UTC  (3+ messages)

[PATCH v3 0/2] cpufreq: Add sunxi nvmem based CPU scaling driver
 2019-05-06 17:27 UTC  (9+ messages)
` [PATCH v3 2/2] dt-bindings: cpufreq: Document allwinner,cpu-operating-points-v2
            ` [PATCH v3 2/2] dt-bindings: cpufreq: Document allwinner, cpu-operating-points-v2

[U-Boot] [PATCH v5] ARM: am335x: Add phyCORE AM335x R2 support
 2019-05-06 17:24 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v11 0/5] DC states igt tests patch series v11
 2019-05-06 17:23 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for DC states igt tests patch series v11. (rev2)

[PATCH 0/7] Add new tracepoints required for EAS testing
 2019-05-06 17:23 UTC  (9+ messages)
` [PATCH 4/7] sched: Add sched_load_rq tracepoint

[PATCH v2 0/5] Fix PF/VF dependency issues
 2019-05-06 17:20 UTC  (6+ messages)
` [PATCH v2 1/5] PCI/ATS: Add PRI support for PCIe VF devices
` [PATCH v2 2/5] PCI/ATS: Add PASID "
` [PATCH v2 3/5] PCI/ATS: Skip VF ATS initialization if PF does not implement it
` [PATCH v2 4/5] PCI/ATS: Disable PF/VF ATS service independently
` [PATCH v2 5/5] PCI: Skip Enhanced Allocation (EA) initalization for VF device

[PATCH v2 1/2] net: phy: realtek: Add rtl8211e rx/tx delays config
 2019-05-06 17:21 UTC  (10+ messages)
` [PATCH v2 2/2] net: phy: realtek: Change TX-delay setting for RGMII modes only

[GIT PULL] compiler-based variable-init updates for v5.2-rc1
 2019-05-06 17:21 UTC 

[PATCH] mm/hugetlb: Don't put_page in lock of hugetlb_lock
 2019-05-06 17:19 UTC  (3+ messages)
` [PATCH v2] "

[Qemu-devel] [PATCH RFC] s390/css: handle CCW_FLAG_SKIP
 2019-05-06 17:17 UTC 

[PATCH 1/2] Btrfs: fix race between ranged fsync and writeback of adjacent ranges
 2019-05-06 17:18 UTC  (2+ messages)

[PATCH]powerpc/mobility: Serialize PRRN and LPM in device tree update
 2019-05-06 17:14 UTC  (2+ messages)

Possible regression test failure?
 2019-05-06 17:14 UTC  (3+ messages)

[RFC] Disable lockref on arm64
 2019-05-06 17:13 UTC  (9+ messages)
          ` [EXT] "

[PATCH 0/6] Zap SCIF2 DMA configuration in R-Car Gen3 DTS
 2019-05-06 17:12 UTC  (7+ messages)
` [PATCH 1/6] serial: sh-sci: Reveal ptrval in dev_dbg

[iproute PATCH v2] ip-xfrm: Respect family in deleteall and list commands
 2019-05-06 17:09 UTC 

[RFC v6 0/6] dmaengine: Add Synopsys eDMA IP driver (version 0)
 2019-05-06 17:09 UTC  (4+ messages)
` [RFC,v6,3/6] dmaengine: Add Synopsys eDMA IP version 0 debugfs support
  ` [RFC v6 3/6] "

[RFC][PATCH 1/2] x86: Allow breakpoints to emulate call functions
 2019-05-06 17:06 UTC  (16+ messages)


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.