All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-03 20:48:45 to 2019-09-03 21:33:02 UTC [more...]

[Qemu-devel] [PULL v2 00/13] Machine + x86 queue, 2019-09-03
 2019-09-03 21:01 UTC  (3+ messages)
` [Qemu-devel] [PULL v2 01/13] includes: remove stale [smp|max]_cpus externs
` [Qemu-devel] [PULL v2 04/13] numa: move numa global variable have_numa_distance into MachineState

iomap_dio_rw ->end_io improvements
 2019-09-03 21:32 UTC  (2+ messages)

[Qemu-devel] [RFC v3 PATCH 00/45] Initial support of multi-process qemu
 2019-09-03 20:38 UTC  (39+ messages)
` [Qemu-devel] [RFC v3 PATCH 01/45] multi-process: memory: alloc RAM from file at offset
` [Qemu-devel] [RFC v3 PATCH 03/45] multi-process: add a command line option for debug file
` [Qemu-devel] [RFC v3 PATCH 06/45] multi-process: build system for remote device process
` [Qemu-devel] [RFC v3 PATCH 09/45] multi-process: setup PCI host bridge for remote device
` [Qemu-devel] [RFC v3 PATCH 10/45] multi-process: setup a machine object for remote device process
` [Qemu-devel] [RFC v3 PATCH 11/45] multi-process: setup memory manager for remote device
` [Qemu-devel] [RFC v3 PATCH 12/45] multi-process: remote process initialization
` [Qemu-devel] [RFC v3 PATCH 14/45] mutli-process: build remote command line args
` [Qemu-devel] [RFC v3 PATCH 16/45] multi-process: PCI BAR read/write handling for proxy & remote endpoints
` [Qemu-devel] [RFC v3 PATCH 17/45] multi-process: modify BARs read/write to support dev_id
` [Qemu-devel] [RFC v3 PATCH 18/45] multi-process: support dev id in config read/write
` [Qemu-devel] [RFC v3 PATCH 19/45] multi-process: Add LSI device proxy object
` [Qemu-devel] [RFC v3 PATCH 20/45] multi-process: Synchronize remote memory
` [Qemu-devel] [RFC v3 PATCH 21/45] multi-process: create IOHUB object to handle irq
` [Qemu-devel] [RFC v3 PATCH 22/45] multi-process: configure remote side devices
` [Qemu-devel] [RFC v3 PATCH 23/45] multi-process: add qdev_proxy_add to create proxy devices
` [Qemu-devel] [RFC v3 PATCH 24/45] multi-process: remote: add setup_devices and setup_drive msg processing
` [Qemu-devel] [RFC v3 PATCH 25/45] multi-process: remote: use fd for socket from parent process
` [Qemu-devel] [RFC v3 PATCH 26/45] multi-process: remote: add create_done condition
` [Qemu-devel] [RFC v3 PATCH 27/45] multi-process: add processing of remote drive and device command line
` [Qemu-devel] [RFC v3 PATCH 28/45] multi-process: Introduce build flags to separate remote process code
` [Qemu-devel] [RFC v3 PATCH 29/45] multi-process: refractor vl.c code to re-use in remote
` [Qemu-devel] [RFC v3 PATCH 30/45] multi-process: add remote option
` [Qemu-devel] [RFC v3 PATCH 31/45] multi-process: add remote options parser
` [Qemu-devel] [RFC v3 PATCH 32/45] multi-process: add parse_cmdline in remote process
` [Qemu-devel] [RFC v3 PATCH 33/45] multi-process: add support for multiple devices
` [Qemu-devel] [RFC v3 PATCH 34/45] multi-process: add heartbeat timer and signal handler
` [Qemu-devel] [RFC v3 PATCH 35/45] multi-process: handle heartbeat messages in remote process
` [Qemu-devel] [RFC v3 PATCH 36/45] multi-process: Use separate MMIO communication channel
` [Qemu-devel] [RFC v3 PATCH 37/45] multi-process: perform device reset in the remote process
` [Qemu-devel] [RFC v3 PATCH 38/45] multi-process/mon: stub functions to enable QMP module for "
` [Qemu-devel] [RFC v3 PATCH 39/45] multi-process/mon: build system for QMP module in "
` [Qemu-devel] [RFC v3 PATCH 40/45] multi-process/mon: Refactor monitor/chardev functions out of vl.c
` [Qemu-devel] [RFC v3 PATCH 41/45] multi-process/mon: trim HMP command set for remote storage processes
` [Qemu-devel] [RFC v3 PATCH 42/45] multi-process/mon: Initialize QMP module for remote processes
` [Qemu-devel] [RFC v3 PATCH 43/45] multi-process: prevent duplicate memory initialization in remote
` [Qemu-devel] [RFC v3 PATCH 44/45] multi-process: add the concept description to docs/devel/qemu-multiprocess
` [Qemu-devel] [RFC v3 PATCH 45/45] multi-process: add configure and usage information

[U-Boot] [BUG] net: nfs: -Werror=address-of-packed-member
 2019-09-03 21:32 UTC  (2+ messages)

Proposal: r8152 firmware patching framework
 2019-09-03 21:32 UTC  (6+ messages)

[PATCH 1/2] drm/amdgpu: cleanup mtype mapping
 2019-09-03 21:32 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: cleanup PTE flag generation

[PATCH v2 0/8] KVM: VMX: Add full nested support for IA32_PERF_GLOBAL_CTRL
 2019-09-03 21:30 UTC  (9+ messages)
` [PATCH v2 1/8] KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on vmexit
` [PATCH v2 2/8] KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on vm-entry
` [PATCH v2 3/8] KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRL
` [PATCH v2 4/8] KVM: nVMX: check GUEST_IA32_PERF_GLOBAL_CTRL on VM-Entry
` [PATCH v2 5/8] KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL on VM-entry
` [PATCH v2 6/8] KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL vm control if supported
` [kvm-unit-tests PATCH v2 7/8] x86: VMX: Make guest_state_test_main() check state from nested VM
` [kvm-unit-tests PATCH v2 8/8] x86: VMX: Add tests for nested "load IA32_PERF_GLOBAL_CTRL"

"beyond 2038" warnings from loopback mount is noisy
 2019-09-03 21:31 UTC  (9+ messages)

[Bug 109389] memory leak in `amdgpu_bo_create()`
 2019-09-03 21:31 UTC  (4+ messages)

[PATCH 0/6] podman: add initial recipe
 2019-09-03 21:29 UTC  (8+ messages)
` [PATCH 4/6] skopeo: add skopeo

"fs/namei.c: keep track of nd->root refcount status" causes boot panic
 2019-09-03 21:30 UTC  (6+ messages)

[Bug 204725] New: black screen
 2019-09-03 21:30 UTC  (6+ messages)
` [Bug 204725] "

Retrieve version-string on shallow clone
 2019-09-03 21:30 UTC  (2+ messages)

FAILED: patch "[PATCH] drm/i915: Do not create a new max_bpc prop for MST connectors" failed to apply to 5.2-stable tree
 2019-09-03 21:29 UTC  (2+ messages)

[PATCH] Revert "drm/i915: Fix DP-MST crtc_mask"
 2019-09-03 21:29 UTC  (2+ messages)
` ✗ Fi.CI.IGT: failure for "

[Buildroot] [PATCH/next v10 01/12] package/python3-mako: new package
 2019-09-03 21:29 UTC  (2+ messages)

Help with audit syscall event output
 2019-09-03 21:28 UTC  (3+ messages)

How to use huge pages in drivers?
 2019-09-03 21:28 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/systemd-bootchart: enable systemd-bootchart.service
 2019-09-03 21:28 UTC 

[PATCH v2] mm/hugetlb: avoid looping to the same hugepage if !pages and !vmas
 2019-09-03 21:26 UTC  (2+ messages)

[PATCH] net: sched: taprio: Fix potential integer overflow in taprio_set_picos_per_byte
 2019-09-03 21:26 UTC  (4+ messages)

[Qemu-devel] cross-project patches: Add NBD Fast Zero support
 2019-09-03 20:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH 0/1] NBD protocol change to add fast zero support
  ` [Qemu-devel] [Libguestfs] "

[PATCH v2 0/4] Warn about git-filter-branch usage and avoid it
 2019-09-03 21:26 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/4] t6006: simplify and optimize empty message test
  ` [PATCH v5 2/4] t3427: accelerate this test by using fast-export and fast-import

[tpm2] tpm2-tools/pkcs11: maintainer out
 2019-09-03 21:25 UTC 

[U-Boot] [PATCH 1/1] net: nfs: remove superfluous conversions
 2019-09-03 21:25 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/python-bluezero: new package
 2019-09-03 21:24 UTC  (2+ messages)
` [Buildroot] [PATCH v2] "

[thud/master][PATCH] rng-tools: remove duplicate initscript and wait for module load
 2019-09-03 21:22 UTC  (2+ messages)
` [EXTERNAL] "

FAILED: patch "[PATCH] NFS: Ensure O_DIRECT reports an error if the bytes" failed to apply to 4.19-stable tree
 2019-09-03 21:22 UTC  (2+ messages)

daxctl fails to reconfigure to system-ram when DAX modules built-in?
 2019-09-03 21:20 UTC 

[PATCH] runqemu: Fix typo in help text
 2019-09-03 21:21 UTC 

[PATCH] iputils: fix a usrmerge build issue
 2019-09-03 21:21 UTC  (2+ messages)

[PATCH v2] nvme: Treat discovery subsystems as unique subsystems
 2019-09-03 21:20 UTC 

[U-Boot] [PATCH 1/1] env: net: U_BOOT_ENV_CALLBACKs should not depend on CMD_NET
 2019-09-03 21:19 UTC  (2+ messages)

[PATCH] led: triggers: Fix dereferencing of null pointer
 2019-09-03 21:18 UTC 

[GIT PULL] arm64: dts: Amlogic updates for v5.4 (round 2)
 2019-09-03 21:17 UTC  (4+ messages)

[PATCH] mailmap: Update email address for Quentin Perret
 2019-09-03 21:17 UTC  (3+ messages)

Build break in the latest openbmc tree
 2019-09-03 21:16 UTC  (6+ messages)
    ` [yocto] "

[Printing-architecture] OpenPrinting News
 2019-09-03 21:16 UTC 

[PULL 0/5] Renesas SoC updates for v5.4 (take two)
 2019-09-03 21:14 UTC  (4+ messages)
` [PULL 2/5] Renesas ARM SoC updates for v5.4

[Buildroot] [PATCH 01/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: rename variable 'm'
 2019-09-03 21:13 UTC  (18+ messages)
` [Buildroot] [PATCH 02/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: change the type of variable 'level'
` [Buildroot] [PATCH 03/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: get value "
` [Buildroot] [PATCH 04/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: add functions to initialize arrays elements
` [Buildroot] [PATCH 05/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: change the type of variable 'new_package'
` [Buildroot] [PATCH 06/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: remove '-comment' state before the '-menu' one
` [Buildroot] [PATCH 07/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: separate the lines support
` [Buildroot] [PATCH 08/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: use '-' to describe state
` [Buildroot] [PATCH 09/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: drop function get_line
` [Buildroot] [PATCH 10/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: initialize 'menu_of_packages' array
` [Buildroot] [PATCH 11/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: add more Config.in files to check
` [Buildroot] [PATCH 12/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: check package ordering just before 'if ' statement
` [Buildroot] [PATCH 13/18] package/Config.in: fix packages ordering
` [Buildroot] [PATCH 14/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: check the order of comments menu
` [Buildroot] [PATCH 15/18] checkpackagelib/lib_config.py: CommentsMenusPackagesOrder: check the order of menu of menus
` [Buildroot] [PATCH 16/18] package/Config.in: fix menus ordering
` [Buildroot] [PATCH 17/18] package/kodi/Config.in: "
` [Buildroot] [PATCH 18/18] "

[PATCH RESEND] fs/epoll: fix the edge-triggered mode for nested epoll
 2019-09-03 21:08 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in usb_reset_and_verify_device
 2019-09-03 21:13 UTC  (3+ messages)

[GIT PULL] ARM: soc: Xilinx SoC changes for v5.4
 2019-09-03 21:11 UTC  (2+ messages)

[PATCH] t: use LF variable defined in the test harness
 2019-09-03 21:11 UTC 

[meta-realtime][PATCH] layer.conf: add openembedded-layer to LAYERDEPENDS
 2019-09-03 21:11 UTC  (3+ messages)

[PATCH] python-oslo.i18n: upgrade 3.20.0 -> 3.23.1
 2019-09-03 21:09 UTC  (2+ messages)

[PATCH] python-croniter: Add python3 version
 2019-09-03 21:08 UTC  (2+ messages)

[PATCH] python-contextlib2: Add python3 version
 2019-09-03 21:08 UTC  (2+ messages)

[PATCH v2 1/3] fuse: on 64-bit store time in d_fsdata directly
 2019-09-03 21:08 UTC  (2+ messages)

[PATCH 0/3] src/locktest: 3 fixes for locktest
 2019-09-03 21:08 UTC  (4+ messages)
` [PATCH 1/3] src/locktest: Remove D_flag
` [PATCH 2/3] src/locktest: Update test header comment
` [PATCH 3/3] src/locktest: Remove unused buf allocation

remove various dma_declare_coherent related exports
 2019-09-03 21:07 UTC  (5+ messages)
` [PATCH 3/4] remoteproc: don't allow modular build

[PATCH v3 0/6] pwm: ensure pwm_apply_state() doesn't modify the state argument
 2019-09-03 21:07 UTC  (10+ messages)
` [PATCH v3 5/6] pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state()

FAILED: patch "[PATCH] NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()" failed to apply to 4.4-stable tree
 2019-09-03 21:06 UTC  (2+ messages)

[GIT PULL] ARM: mvebu: dt64 for v5.4 (#2)
 2019-09-03 21:05 UTC  (2+ messages)

[RFC PATCH 0/2] Add lease testing
 2019-09-03 21:05 UTC  (3+ messages)
` [RFC PATCH 1/2] src/leasetest: Add lease test executable
` [RFC PATCH 2/2] generic: Add Lease testing

[PATCH v2 0/4] Have TTM support SEV encryption with coherent memory
 2019-09-03 21:05 UTC  (8+ messages)
` [PATCH v2 3/4] drm/ttm, drm/vmwgfx: Correctly support support AMD memory encryption

[PATCH] staging: exfat: cleanup explicit comparisons to NULL
 2019-09-03 20:56 UTC  (3+ messages)
` [PATCH v2] "

SRR response handling
 2019-09-03 20:38 UTC 

[Buildroot] [PATCH 00/18] Improve alphabetical order checking of Config.in files
 2019-09-03 21:03 UTC 

[PATCH 1/2] leds: mlxreg: Fix possible buffer overflow
 2019-09-03 21:02 UTC  (6+ messages)
` [PATCH 2/2] leds: ns2: Fix wrong boolean expression

[PATCH] lttng: babeltrace: Fix negative clock offset
 2019-09-03 20:56 UTC  (3+ messages)

Yocto Project Status WW36’19
 2019-09-03 21:02 UTC 

[PATCH bpf-next 00/13] bpf: adding map batch processing support
 2019-09-03 21:01 UTC  (8+ messages)

[PATCH v2 3/8] mips: compat: vdso: Use legacy syscalls as fallback
 2019-09-03 21:00 UTC  (4+ messages)

[GIT PULL 1/7] i.MX drivers update for 5.4
 2019-09-03 20:58 UTC  (2+ messages)

[Buildroot] clang tool-chain support?
 2019-09-03 20:58 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/unzip: add security patch from Debian
 2019-09-03 20:58 UTC  (2+ messages)

[Buildroot] [git commit] package/unzip: add security patch from Debian
 2019-09-03 20:57 UTC 

[PATCH] Smack: Move request_buffer from stack to smack_audit_data
 2019-09-03 20:56 UTC  (2+ messages)

[PATCH v4 0/2] Drop IPV6 packets if IPv6 is disabled on boot
 2019-09-03 20:55 UTC  (14+ messages)
` [PATCH v4 1/2] netfilter: Terminate rule eval if protocol=IPv6 and ipv6 module is disabled
                    ` [Bridge] "

[Buildroot] [PATCH v2] DEVELOPERS: add Giulio Benetti to libnspr and libnss package
 2019-09-03 20:55 UTC  (2+ messages)

[Buildroot] [git commit] DEVELOPERS: add Giulio Benetti to libnspr and libnss package
 2019-09-03 20:55 UTC 

[PATCH 1/3] drm/amdgpu: use moving fence instead of exclusive for VM updates
 2019-09-03 20:55 UTC  (3+ messages)
` [PATCH 2/3] drm/amdgpu: reserve at least 4MB of VRAM for page tables v2

[PATCH 00/10] drm/msm: async commit support (v2)
 2019-09-03 20:54 UTC  (10+ messages)
` [PATCH 08/10] drm/msm: async commit support
` [PATCH 09/10] drm/msm/dpu: "
` [PATCH 10/10] drm/msm: add atomic traces

[RFC PATCH 1/2] Fix: sched/membarrier: p->mm->membarrier_state racy load
 2019-09-03 20:53 UTC  (3+ messages)

[RFC PATCH] mm, oom: disable dump_tasks by default
 2019-09-03 20:52 UTC  (2+ messages)

FAILED: patch "[PATCH] iwlwifi: pcie: handle switching killer Qu B0 NICs to C0" failed to apply to 5.2-stable tree
 2019-09-03 20:53 UTC  (2+ messages)

[PATCH v2 0/2] guarantee natural alignment for kmalloc()
 2019-09-03 20:53 UTC  (9+ messages)
` [PATCH v2 2/2] mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)

[Buildroot] [git commit] package/axel: bump to version 2.17.6
 2019-09-03 20:51 UTC 

[PATCH] drm/amd/powerplay: replace smu->table_count with SMU_TABLE_COUNT in smu
 2019-09-03 20:51 UTC  (2+ messages)

[Buildroot] [PATCH] package/axel: bump to version 2.17.6
 2019-09-03 20:51 UTC  (2+ messages)

[PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
 2019-09-03 20:51 UTC  (7+ messages)
` [PATCH v13 5/6] md: dm-crypt: switch to ESSIV crypto API template

[PATCH 1/3] drm/atomic: Take the atomic toys away from X
 2019-09-03 20:51 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for series starting with [1/3] "

[Buildroot] [PATCH 1/1] package/logrotate: bump to version 3.15.1
 2019-09-03 20:49 UTC  (2+ messages)

[Buildroot] [git commit] package/logrotate: bump to version 3.15.1
 2019-09-03 20:49 UTC 

[PATCH v2 00/27] DP MST Refactors + debugging tools + suspend/resume reprobing
 2019-09-03 20:46 UTC  (12+ messages)
` [PATCH v2 14/27] drm/dp_mst: Destroy topology_mgr mutexes
` [PATCH v2 15/27] drm/dp_mst: Cleanup drm_dp_send_link_address() a bit
` [PATCH v2 17/27] drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_port
` [PATCH v2 19/27] drm/dp_mst: Handle UP requests asynchronously
` [PATCH v2 21/27] drm/dp_mst: Don't forget to update port->input in drm_dp_mst_handle_conn_stat()
` [PATCH v2 22/27] drm/nouveau: Don't grab runtime PM refs for HPD IRQs
` [PATCH v2 23/27] drm/amdgpu: Iterate through DRM connectors correctly
` [PATCH v2 24/27] drm/amdgpu/dm: Resume short HPD IRQs before resuming MST topology
` [PATCH v2 25/27] drm/dp_mst: Add basic topology reprobing when resuming
` [PATCH v2 26/27] drm/dp_mst: Also print unhashed pointers for malloc/topology references
` [PATCH v2 27/27] drm/dp_mst: Add topology ref history tracking for debugging


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.