All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-03 20:13:27 to 2019-09-03 20:54:59 UTC [more...]

[PATCH 00/10] drm/msm: async commit support (v2)
 2019-09-03 20:54 UTC  (17+ messages)
` [PATCH 05/10] drm/msm: convert kms->complete_commit() to crtc_mask
` [PATCH 06/10] drm/msm: add kms->flush_commit()
` [PATCH 07/10] drm/msm: split power control from prepare/complete_commit
` [PATCH 08/10] drm/msm: async commit support
` [PATCH 09/10] drm/msm/dpu: "
` [PATCH 10/10] drm/msm: add atomic traces

[Qemu-devel] [RFC v3 PATCH 00/45] Initial support of multi-process qemu
 2019-09-03 20:37 UTC  (16+ messages)
` [Qemu-devel] [RFC v3 PATCH 02/45] multi-process: util: Add qemu_thread_cancel() to cancel running thread
` [Qemu-devel] [RFC v3 PATCH 04/45] multi-process: Add stub functions to facilate build of multi-process
` [Qemu-devel] [RFC v3 PATCH 05/45] multi-process: Add config option for multi-process QEMU
` [Qemu-devel] [RFC v3 PATCH 06/45] multi-process: build system for remote device process
` [Qemu-devel] [RFC v3 PATCH 07/45] multi-process: define proxy-link object
` [Qemu-devel] [RFC v3 PATCH 08/45] multi-process: add functions to synchronize proxy and remote endpoints
` [Qemu-devel] [RFC v3 PATCH 11/45] multi-process: setup memory manager for remote device
` [Qemu-devel] [RFC v3 PATCH 13/45] multi-process: introduce proxy object
` [Qemu-devel] [RFC v3 PATCH 14/45] mutli-process: build remote command line args
` [Qemu-devel] [RFC v3 PATCH 15/45] multi-process: add support of device id to communication channel
` [Qemu-devel] [RFC v3 PATCH 17/45] multi-process: modify BARs read/write to support dev_id
` [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 25/45] multi-process: remote: use fd for socket from parent process

[RFC PATCH 1/2] Fix: sched/membarrier: p->mm->membarrier_state racy load
 2019-09-03 20:53 UTC  (6+ 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)

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

[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  (6+ 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] "

[PATCH v2 0/4] Have TTM support SEV encryption with coherent memory
 2019-09-03 20:51 UTC  (13+ messages)
` [PATCH v2 1/4] x86/mm: Export force_dma_unencrypted
` [PATCH v2 3/4] drm/ttm, drm/vmwgfx: Correctly support support AMD memory encryption

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

[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  (43+ messages)
` [PATCH v2 01/27] drm/dp_mst: Move link address dumping into a function
` [PATCH v2 02/27] drm/dp_mst: Get rid of list clear in destroy_connector_work
` [PATCH v2 03/27] drm/dp_mst: Destroy MSTBs asynchronously
` [PATCH v2 04/27] drm/dp_mst: Move test_calc_pbn_mode() into an actual selftest
` [PATCH v2 05/27] drm/print: Add drm_err_printer()
` [PATCH v2 06/27] drm/dp_mst: Combine redundant cases in drm_dp_encode_sideband_req()
` [PATCH v2 07/27] drm/dp_mst: Add sideband down request tracing + selftests
` [PATCH v2 08/27] drm/dp_mst: Remove PDT teardown in drm_dp_destroy_port() and refactor
` [PATCH v2 09/27] drm/dp_mst: Refactor drm_dp_send_enum_path_resources
` [PATCH v2 10/27] drm/dp_mst: Remove huge conditional in drm_dp_mst_handle_up_req()
` [PATCH v2 11/27] drm/dp_mst: Constify guid in drm_dp_get_mst_branch_by_guid()
` [PATCH v2 12/27] drm/dp_mst: Refactor drm_dp_mst_handle_up_req()
` [PATCH v2 13/27] drm/dp_mst: Refactor drm_dp_mst_handle_down_rep()
` [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 16/27] drm/dp_mst: Refactor pdt setup/teardown, add more locking
` [PATCH v2 17/27] drm/dp_mst: Rename drm_dp_add_port and drm_dp_update_port
` [PATCH v2 18/27] drm/dp_mst: Remove lies in {up,down}_rep_recv documentation
` [PATCH v2 19/27] drm/dp_mst: Handle UP requests asynchronously
` [PATCH v2 20/27] drm/dp_mst: Protect drm_dp_mst_port members with connection_mutex
` [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

[Buildroot] [PATCH 1/1] package/libvips: remove unrecognized --enable-cxx
 2019-09-03 20:48 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/micropython: remove unneeded patch
 2019-09-03 20:48 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/giflib: drop unneeded patches
 2019-09-03 20:48 UTC  (2+ messages)

[Buildroot] [PATCH] package/qemu: fixup patches after 3.1.1 bump
 2019-09-03 20:47 UTC  (2+ messages)

[PATCH] MIPS: Drop Loongson _CACHE_* definitions
 2019-09-03 20:47 UTC  (2+ messages)

[Buildroot] [git commit] package/libvips: remove unrecognized --enable-cxx
 2019-09-03 20:46 UTC 

[U-Boot] [PATCH] cmd: env: extend "env [set|print] -e" to manage UEFI variables
 2019-09-03 20:46 UTC  (2+ messages)

[Buildroot] [git commit] package/micropython: remove unneeded patch
 2019-09-03 20:46 UTC 

[Buildroot] [git commit] package/giflib: drop unneeded patches
 2019-09-03 20:45 UTC 

[PATCH] python-glanceclient: upgrade 2.8.0 -> 2.16.0
 2019-09-03 20:45 UTC  (2+ messages)

[Buildroot] [git commit] package/qemu: fixup patches after 3.1.1 bump
 2019-09-03 20:45 UTC 

FAILED: patch "[PATCH] mmc: sdhci-sprd: add get_ro hook function" failed to apply to 5.2-stable tree
 2019-09-03 20:44 UTC  (2+ messages)

[PATCH RFC v4 00/16] new cgroup controller for gpu/drm subsystem
 2019-09-03 20:43 UTC  (6+ messages)
` [PATCH RFC v4 01/16] drm: Add drm_minor_for_each

[Bug 110659] pageflipping seems to cause jittering on mouse input when running Hitman 2 in Wine/DXVK with amdgpu.dc=1
 2019-09-03 20:43 UTC 

FAILED: patch "[PATCH] mmc: sdhci-sprd: clear the UHS-I modes read from registers" failed to apply to 5.2-stable tree
 2019-09-03 20:41 UTC  (2+ messages)

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

[GIT PULL] soc: amlogic: updates for v5.4 (round 2)
 2019-09-03 20:40 UTC  (4+ messages)

[PATCH] pci: endpoint: functions: Add a virtnet EP function
 2019-09-03 20:39 UTC  (2+ messages)

FAILED: patch "[PATCH] KVM: arm/arm64: vgic-v2: Handle SGI bits in GICD_I{S,C}PENDR0" failed to apply to 4.19-stable tree
 2019-09-03 20:39 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: use moving fence instead of exclusive for VM updates
 2019-09-03 20:37 UTC  (2+ messages)

[PATCH bpf-next V9 0/3] BPF: New helper to obtain namespace data from current task
 2019-09-03 20:36 UTC  (10+ messages)
` [PATCH bpf-next V9 1/3] bpf: new "

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

[conntrack-tools PATCH] conntrack: Fix CIDR to mask conversion on Big Endian
 2019-09-03 20:34 UTC  (2+ messages)

[PATCH net-next] net: Fail explicit bind to local reserved ports
 2019-09-03 20:34 UTC  (3+ messages)

[alsa-devel] [PATCH] drm: bridge/dw_hdmi: add audio sample channel status setting
 2019-09-03 20:33 UTC  (8+ messages)
        `  "

[PATCH v2 00/26] nfs: Mount API conversion
 2019-09-03 20:32 UTC  (27+ messages)
` [PATCH v2 01/26] saner calling conventions for nfs_fs_mount_common()
` [PATCH v2 02/26] nfs: stash server into struct nfs_mount_info
` [PATCH v2 03/26] nfs: lift setting mount_info from nfs4_remote{,_referral}_mount
` [PATCH v2 04/26] nfs: fold nfs4_remote_fs_type and nfs4_remote_referral_fs_type
` [PATCH v2 05/26] nfs: don't bother setting/restoring export_path around do_nfs_root_mount()
` [PATCH v2 06/26] nfs4: fold nfs_do_root_mount/nfs_follow_remote_path
` [PATCH v2 07/26] nfs: lift setting mount_info from nfs_xdev_mount()
` [PATCH v2 08/26] nfs: stash nfs_subversion reference into nfs_mount_info
` [PATCH v2 09/26] nfs: don't bother passing nfs_subversion to ->try_mount() and nfs_fs_mount_common()
` [PATCH v2 10/26] nfs: merge xdev and remote file_system_type
` [PATCH v2 11/26] nfs: unexport nfs_fs_mount_common()
` [PATCH v2 12/26] nfs: don't pass nfs_subversion to ->create_server()
` [PATCH v2 13/26] nfs: get rid of mount_info ->fill_super()
` [PATCH v2 14/26] nfs_clone_sb_security(): simplify the check for server bogosity
` [PATCH v2 15/26] nfs: get rid of ->set_security()
` [PATCH v2 16/26] NFS: Move mount parameterisation bits into their own file
` [PATCH v2 17/26] NFS: Constify mount argument match tables
` [PATCH v2 18/26] NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
` [PATCH v2 19/26] NFS: Split nfs_parse_mount_options()
` [PATCH v2 20/26] NFS: Deindent nfs_fs_context_parse_option()
` [PATCH v2 21/26] NFS: Add a small buffer in nfs_fs_context to avoid string dup
` [PATCH v2 22/26] NFS: Do some tidying of the parsing code
` [PATCH v2 23/26] NFS: rename nfs_fs_context pointer arg in a few functions
` [PATCH v2 24/26] NFS: Convert mount option parsing to use functionality from fs_parser.h
` [PATCH v2 25/26] NFS: Add fs_context support
` [PATCH v2 26/26] NFS: Attach supplementary error information to fs_context

[U-Boot] [PATCH] spl: mmc: Add option to set eMMC HW boot partition
 2019-09-03 20:34 UTC  (6+ messages)

[PATCH] kvm: Nested KVM MMUs need PAE root too
 2019-09-03 20:33 UTC  (4+ messages)

[U-Boot] [PATCH] efi_loader: variable: support APPEND_WRITE
 2019-09-03 20:31 UTC  (2+ messages)

FAILED: patch "[PATCH] KVM: arm/arm64: vgic: Fix potential deadlock when ap_list is" failed to apply to 4.19-stable tree
 2019-09-03 20:31 UTC  (2+ messages)

[PATCH] leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger
 2019-09-03 20:30 UTC  (7+ messages)

[Xen-devel] [xen-unstable-smoke test] 140980: tolerable all pass - PUSHED
 2019-09-03 20:29 UTC 

[PULL v3] Second set of new device support, cleanups etc for IIO in the 5.4 cycle
 2019-09-03 20:28 UTC  (2+ messages)

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

[PATCH RFC v4 0/15] sched,fair: flatten CPU controller runqueues
 2019-09-03 20:27 UTC  (4+ messages)
` [PATCH 09/15] sched,fair: refactor enqueue/dequeue_entity

[PATCH] drm/virtio: Use vmalloc for command buffer allocations
 2019-09-03 20:27 UTC  (8+ messages)

[alsa-devel] snd_usb_audio - ALSA woke us up to write...was actually nothing to write
 2019-09-03 20:24 UTC 

[net PATCH] net: sock_map, fix missing ulp check in sock hash case
 2019-09-03 20:24 UTC 

[PATCH v2 0/6] powerpc: convert cache asm to C
 2019-09-03 20:11 UTC  (9+ messages)
` [PATCH v2 3/6] powerpc: Convert flush_icache_range & friends "

[PATCH] nvme: include admin_q sync with nvme_sync_queues
 2019-09-03 20:22 UTC  (3+ messages)

[Tech-board-discuss] Nomination for Tim Bird
 2019-09-03 20:21 UTC  (5+ messages)

[PATCH 1/5] rcu/rcuperf: Add kfree_rcu() performance Tests
 2019-09-03 20:21 UTC  (5+ messages)

FAILED: patch "[PATCH] KVM: PPC: Book3S: Fix incorrect guest-to-user-translation" failed to apply to 4.19-stable tree
 2019-09-03 20:21 UTC  (2+ messages)

[thud/master][PATCH] rng-tools: remove duplicate initscript and wait for module load
 2019-09-03 20:20 UTC 

[GIT PULL] arm: mediatek: soc driver updates for v5.4
 2019-09-03 20:20 UTC  (3+ messages)

Unmountable degraded BTRFS RAID6 filesystem
 2019-09-03 22:20 UTC 

net/mlx5e: bind() always returns EINVAL with XDP_ZEROCOPY
 2019-09-03 20:19 UTC  (4+ messages)

[PULL v2] Second set of new device support, cleanups etc for IIO in the 5.4 cycle
 2019-09-03 20:18 UTC  (3+ messages)

[dpdk-dev] [PATCH 00/51] ethdev: change rte_eth_dev_info_get() return value to int
 2019-09-03 20:18 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 00/54] "

gnome-shell stuck because of amdgpu driver [5.3 RC5]
 2019-09-03 20:18 UTC  (4+ messages)

[GIT PULL] Allwinner Drivers Changes for 5.4
 2019-09-03 20:18 UTC  (2+ messages)

Weekly Meeting 2019-09-03 #minutes
 2019-09-03 20:18 UTC 

[PULL 0/5] Renesas SoC updates for v5.4 (take two)
 2019-09-03 20:16 UTC  (4+ messages)
` [PULL 4/5] Renesas driver "

[PATCH AUTOSEL 4.19 001/167] drm/i915: Re-apply "Perform link quality check, unconditionally during long pulse"
 2019-09-03 20:16 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 044/167] drm/amdgpu: validate user pitch alignment

[GIT PULL] soc: amlogic: driver updates for v5.4
 2019-09-03 20:14 UTC  (3+ messages)

[U-Boot] [PATCH v2] patman: Use the Change-Id, version, and prefix in the Message-Id
 2019-09-03 20:15 UTC 

[PATCH v3 0/9] media: ov6650: A collection of fixes
 2019-09-03 20:11 UTC  (8+ messages)
` [PATCH v3 1/9] media: ov6650: Fix MODULE_DESCRIPTION
` [PATCH v3 2/9] media: ov6650: Fix control handler not freed on init error
` [PATCH v3 3/9] media: ov6650: Fix crop rectangle alignment not passed back
` [PATCH v3 4/9] media: ov6650: Fix incorrect use of JPEG colorspace
` [PATCH v3 6/9] media: ov6650: Fix .get_fmt() V4L2_SUBDEV_FORMAT_TRY support
` [PATCH v3 7/9] media: ov6650: Fix default format not applied on device probe
` [PATCH v3 8/9] media: ov6650: Fix stored frame format not in sync with hardware


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.