All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-31 09:59:18 to 2020-03-31 10:45:17 UTC [more...]

[PATCH v4] qcow2: Forbid discard in qcow2 v2 images with backing files
 2020-03-31 10:44 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t v4 0/6] lpsp platform agnostic support
 2020-03-31 10:33 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v4 1/6] tests/i915_pm_lpsp: rename non-edp test to non-edp-lpsp
` [igt-dev] [PATCH i-g-t v4 2/6] tests/i915_pm_lpsp: Nuke the panel-fitter test
` [igt-dev] [PATCH i-g-t v4 3/6] lib/igt_pm: Add lib func to get lpsp capability
` [igt-dev] [PATCH i-g-t v4 4/6] tests/i915_pm_lpsp: lpsp platform agnostic support
` [igt-dev] [PATCH i-g-t v4 5/6] tests/i915_pm_lpsp: screens-disabled subtest use igt_wait
` [igt-dev] [PATCH i-g-t v4 6/6] tests/i915_pm_rpm: lpsp/non-lpsp screen mode_set_data

[PATCH v6 00/42] nvme: support NVMe v1.3d, SGLs and multiple namespaces
 2020-03-31 10:43 UTC  (9+ messages)
` [PATCH v6 04/42] nvme: bump spec data structures to v1.3
` [PATCH v6 07/42] nvme: refactor nvme_addr_read

[PATCH v19 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-03-31  9:58 UTC  (35+ messages)
` [PATCH v19 01/24] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v19 02/24] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v19 03/24] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v19 04/24] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v19 05/24] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v19 06/24] selftests: vm: pkeys: Use sane types for pkey register
` [PATCH v19 07/24] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v19 08/24] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v19 09/24] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v19 10/24] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v19 11/24] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v19 12/24] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v19 13/24] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v19 14/24] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v19 15/24] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v19 16/24] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v19 17/24] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v19 18/24] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v19 19/24] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v19 20/24] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v19 21/24] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v19 22/24] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v19 23/24] selftests: vm: pkeys: Use the correct page size "
` [PATCH v19 24/24] selftests: vm: pkeys: Fix multilib builds for x86

[LTP] [PATCH 0/1] Added Refrence for Linux Asynchronous IO APIs in LTP
 2020-03-31 10:42 UTC  (3+ messages)
` [LTP] [PATCH 1/1] "

[Intel-gfx] [PATCH 01/23] Revert "drm/i915/gem: Drop relocation slowpath"
 2020-03-31 10:42 UTC  (23+ messages)
` [Intel-gfx] [PATCH 02/23] perf/core: Only copy-to-user after completely unlocking all locks
` [Intel-gfx] [PATCH 03/23] drm/i915: Add an implementation for i915_gem_ww_ctx locking, v2
` [Intel-gfx] [PATCH 04/23] drm/i915: Remove locking from i915_gem_object_prepare_read/write
` [Intel-gfx] [PATCH 05/23] drm/i915: Parse command buffer earlier in eb_relocate(slow)
` [Intel-gfx] [PATCH 06/23] Revert "drm/i915/gem: Split eb_vma into its own allocation"
` [Intel-gfx] [PATCH 07/23] drm/i915: Use per object locking in execbuf, v7
` [Intel-gfx] [PATCH 08/23] drm/i915: Use ww locking in intel_renderstate
` [Intel-gfx] [PATCH 09/23] drm/i915: Add ww context handling to context_barrier_task
` [Intel-gfx] [PATCH 10/23] drm/i915: Nuke arguments to eb_pin_engine
` [Intel-gfx] [PATCH 11/23] drm/i915: Pin engine before pinning all objects, v3
` [Intel-gfx] [PATCH 12/23] drm/i915: Rework intel_context pinning to do everything outside of pin_mutex
` [Intel-gfx] [PATCH 13/23] drm/i915: Make sure execbuffer always passes ww state to i915_vma_pin
` [Intel-gfx] [PATCH 14/23] drm/i915: Convert i915_gem_object/client_blt.c to use ww locking as well, v2
` [Intel-gfx] [PATCH 15/23] drm/i915: Kill last user of intel_context_create_request outside of selftests
` [Intel-gfx] [PATCH 16/23] drm/i915: Convert i915_perf to ww locking as well
` [Intel-gfx] [PATCH 17/23] drm/i915: Dirty hack to fix selftests locking inversion
` [Intel-gfx] [PATCH 18/23] drm/i915/selftests: Fix locking inversion in lrc selftest
` [Intel-gfx] [PATCH 19/23] drm/i915: Use ww pinning for intel_context_create_request()
` [Intel-gfx] [PATCH 20/23] drm/i915: Move i915_vma_lock in the selftests to avoid lock inversion, v2
` [Intel-gfx] [PATCH 21/23] drm/i915: Add ww locking to vm_fault_gtt
` [Intel-gfx] [PATCH 22/23] drm/i915: Add ww locking to pin_to_display_plane
` [Intel-gfx] [PATCH 23/23] drm/i915: Ensure we hold the pin mutex

[PATCH v4] mtd: clear cache_state to avoid writing to bad blocks repeatedly
 2020-03-31 10:05 UTC  (3+ messages)

[PATCH 0/6] Add shared workqueue support for idxd driver
 2020-03-31 10:04 UTC  (3+ messages)
` [PATCH 2/6] device/pci: add cmdmem cap to pci_dev

[PATCH 5.5 000/170] 5.5.14-rc1 review
 2020-03-31 10:16 UTC  (6+ messages)
` [PATCH 5.5 102/170] scripts/dtc: Remove redundant YYLOC global declaration
` [PATCH 5.5 138/170] netfilter: nft_fwd_netdev: allow to redirect to ifb via ingress

[PATCH] vt: don't use kmalloc() for the unicode screen buffer
 2020-03-31  9:30 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] staging: vt6656: Use BIT() macro in vnt_mac_reg_bits_* functions
 2020-03-31 10:41 UTC  (5+ messages)

[PATCH v10 00/14] iotests: use python logging
 2020-03-31 10:40 UTC  (5+ messages)
` [PATCH v10 10/14] iotests: add hmp helper with logging
` [PATCH v10 13/14] iotests: Mark verify functions as private

NVMe support
 2020-03-31 10:41 UTC  (3+ messages)
` Native NVMe driver

[Intel-gfx] [PATCH v2 1/3] drm/i915/dp: Return the right vswing tables
 2020-03-31 10:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [v2,1/3] "

[PATCH v3 0/3] qla2xxx: Updates for the driver
 2020-03-31 10:40 UTC  (4+ messages)
` [PATCH v3 1/3] qla2xxx: Fix MPI failure AEN (8200) handling
` [PATCH v3 2/3] qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV
` [PATCH v3 3/3] qla2xxx: delete all sessions before unregister local nvme port

[PATCH] s390x: kvm: Fix number of cpu reports for stsi 3.2.2
 2020-03-31 10:38 UTC  (4+ messages)

deprecation of in-tree builds
 2020-03-31 10:38 UTC  (9+ messages)

[PATCH] drm/mm: revert "Break long searches in fragmented address spaces"
 2020-03-31 10:38 UTC  (5+ messages)

[PATCH] configure: warn if not using a separate build directory
 2020-03-31 10:37 UTC 

[PATCH u-boot-marvell 1/4] arm: mvebu: turris_mox: Fix early SPI communication
 2020-03-31 10:38 UTC  (8+ messages)
` [PATCH u-boot-marvell 2/4] arm: mvebu: dts: turris_mox: update sdhci properties
` [PATCH u-boot-marvell 3/4] arm: mvebu: turris_mox: Setup Linux's device tree before boot
` [PATCH u-boot-marvell 4/4] arm: mvebu: dts: turris_mox: fix USB3 regulator

nvme: Duplicate cntlid error
 2020-03-31 10:37 UTC  (3+ messages)

[PATCH v1] version: add a module to get GRUB version
 2020-03-31 10:37 UTC 

[Intel-gfx] [PATCH i-g-t] i915/gem_exec_balancer: Check for bonding support before exercising
 2020-03-31 10:36 UTC  (2+ messages)
` [igt-dev] "

[RFC for Linux] virtio_balloon: Add VIRTIO_BALLOON_F_THP_ORDER to handle THP spilt issue
 2020-03-31 10:35 UTC  (5+ messages)

[PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms
 2020-03-31 10:30 UTC  (14+ messages)

[MPTCP] Re: [syzkaller] general protection fault in __mptcp_flush_join_list
 2020-03-31 10:35 UTC 

[PATCH V2 1/3] soc/tegra: fuse: Add custom SoC attributes
 2020-03-31 10:33 UTC  (6+ messages)
` [PATCH V2 2/3] soc/tegra: fuse: Correct Tegra194 revision
` [PATCH V2 3/3] soc/tegra: fuse: Trivial clean-up of tegra_init_revision()

[GIT PULL] scheduler changes for v5.7
 2020-03-31 10:33 UTC  (2+ messages)

[PATCH 0/3] KVM: x86: sync SPTEs on page/EPT fault injection
 2020-03-31 10:33 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: introduce kvm_mmu_invalidate_gva

[RFC PATCH v5 0/9] Add Tegra driver for video capture
 2020-03-31 10:32 UTC  (6+ messages)
` [RFC PATCH v5 6/9] media: tegra: Add Tegra210 Video input driver

[PATCH v2] drm/todo: Add todo to make i915 WARN* calls drm device specific
 2020-03-31 10:32 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/todo: Add todo to make i915 WARN* calls drm device specific (rev2)

[PATCH] staging: vt6656: Define EnCFG_BBType_MASK as OR between previous defines
 2020-03-31 10:29 UTC  (3+ messages)

[XEN PATCH v4 00/18] xen: Build system improvements
 2020-03-31 10:30 UTC  (10+ messages)
` [XEN PATCH v4 01/18] xen/arm: Rename all early printk macro
` [XEN PATCH v4 02/18] xen/arm: Configure early printk via Kconfig
` [XEN PATCH v4 03/18] build,arm: Fix deps check of head.o
` [XEN PATCH v4 04/18] xen/build: include include/config/auto.conf in main Makefile
` [XEN PATCH v4 05/18] xen/build: use new $(c_flags) and $(a_flags) instead of $(CFLAGS)
` [XEN PATCH v4 06/18] xen/build: have the root Makefile generates the CFLAGS
` [XEN PATCH v4 07/18] build: Introduce documentation for xen Makefiles
` [XEN PATCH v4 08/18] xen/build: introduce if_changed and if_changed_rule
` [XEN PATCH v4 09/18] xen/build: Start using if_changed

[PATCH] spapr: Don't allow unplug of NVLink2 devices
 2020-03-31 10:30 UTC  (3+ messages)

[Xen-devel] [PATCH] Revert "domctl: improve locking during domain destruction"
 2020-03-31 10:31 UTC  (6+ messages)
        `  "

[PATCH 0/4] spapr: Get rid of CAS reboot flag
 2020-03-31 10:29 UTC  (5+ messages)

[PATCH 0/4] ASoC: Intel: boards: Remove ignore_suspend flag from SSP0 dai link
 2020-03-31 10:28 UTC  (5+ messages)
` [PATCH 3/4] ASoC: Intel: bdw-rt5677: "

[PATCH] staging: vt6656: Use defines in vnt_mac_reg_bits_* functions
 2020-03-31 10:29 UTC  (3+ messages)

[PATCH v3 1/6] dt-bindings: dma: uniphier-xdmac: Consolidate register region description
 2020-03-31 10:28 UTC  (4+ messages)

[PATCHv2 0/2] Add helper functions to print a fourcc
 2020-03-31 10:27 UTC  (6+ messages)

[PATCH v5 0/4] Add support Weighted Round Robin for blkcg and nvme
 2020-03-31 10:29 UTC  (6+ messages)

[PATCH v1] usb: Add read support for HCIVERSION register to XHCI
 2020-03-31 10:24 UTC  (4+ messages)

[dpdk-dev] [PATCH] net/mlx5: remove unnecessary NULL check
 2020-03-31 10:24 UTC 

[dpdk-dev] [PATCH] examples/l2fwd-event: add option to configure port pairs
 2020-03-31 10:23 UTC  (3+ messages)
` [dpdk-dev] [dpdk-dev v2] "

[dpdk-dev] [PATCH] crypto/dpaa2_sec: remove unnecessary NULL check
 2020-03-31 10:22 UTC 

[Cocci] linux: bad logic in repetitive tests
 2020-03-31  9:02 UTC  (3+ messages)

[PATCH v7 00/11] media: Report camera sensor properties
 2020-03-31 10:21 UTC  (3+ messages)
` [PATCH v7 03/11] dt-bindings: video-interface: Replace 'rotation' description

[PATCH v3 0/5] Introduce drm scaling filter property
 2020-03-31 10:20 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Introduce drm scaling filter property (rev4)

INFO: trying to register non-static key in try_to_wake_up
 2020-03-31 10:18 UTC  (4+ messages)

[PATCH] x86/perf: Add hardware performance events support for Zhaoxin CPU
 2020-03-31 10:18 UTC  (2+ messages)

[PATCH 00/11] x86/ucode: Cleanup and fixes - Part 4/n (AMD)
 2020-03-31 10:05 UTC  (12+ messages)
` [PATCH 01/11] x86/ucode/amd: Fix more potential buffer overruns with microcode parsing
` [PATCH 02/11] x86/ucode/amd: Move check_final_patch_levels() to apply_microcode()
` [PATCH 03/11] x86/ucode/amd: Don't use void * for microcode_patch->mpb
` [PATCH 04/11] x86/ucode/amd: Collect CPUID.1.EAX in collect_cpu_info()
` [PATCH 05/11] x86/ucode/amd: Overhaul the equivalent cpu table handling completely
` [PATCH 06/11] x86/ucode/amd: Move verify_patch_size() into get_ucode_from_buffer_amd()
` [PATCH 07/11] x86/ucode/amd: Alter API for microcode_fits()
` [PATCH 08/11] x86/ucode/amd: Rename bufsize to size in cpu_request_microcode()
` [PATCH 09/11] x86/ucode/amd: Remove gratuitous memory allocations from cpu_request_microcode()
` [PATCH 10/11] x86/ucode/amd: Fold structures together
` [PATCH 11/11] x86/ucode/amd: Rework parsing logic in cpu_request_microcode()

[kvm-unit-tests PATCH v2] s390x: Add stsi 3.2.2 tests
 2020-03-31 10:16 UTC  (5+ messages)
` [kvm-unit-tests PATCH v3] "

[Intel-gfx] [PATCH 1/2] drm/i915/selftests: Add request throughput measurement to perf
 2020-03-31 10:16 UTC  (2+ messages)
` [Intel-gfx] [PATCH 2/2] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore

[V4, 0/2] media: i2c: add support for DW9768 VCM driver
 2020-03-31 10:14 UTC  (7+ messages)
` [V4, 2/2] media: i2c: Add "

[Fuego] Jenkins build history Issue
 2020-03-31 10:15 UTC 

[RFC PATCH v1 44/50] arm64: ptr auth: Use get_random_u64 instead of _bytes
 2020-03-31 10:14 UTC  (5+ messages)

[PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP
 2020-03-31 10:13 UTC  (16+ messages)

[igt-dev] [PATCH i-g-t v3] tests/kms_concurrent: Move bandwidth calculation to igt_fixture
 2020-03-31 10:12 UTC  (5+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_concurrent: Move bandwidth calculation to igt_fixture (rev4)

[RFC PATCH v2 0/3] KASAN/KUnit Integration
 2020-03-31 10:12 UTC  (9+ messages)
` [RFC PATCH v2 3/3] KASAN: Port KASAN Tests to KUnit

[PATCH v2] kbuild: Enable -Wtautological-compare
 2020-03-31 10:11 UTC  (3+ messages)

[PATCH bpf] riscv: remove BPF JIT for nommu builds
 2020-03-31 10:10 UTC  (2+ messages)

[PATCH 00/23] Floppy driver cleanups
 2020-03-31 10:10 UTC  (2+ messages)

[PATCH] drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK for DPM states consist of three entities :FCLK, UCLK, MEMCLK all these three clk change together , MEMCLK from FCLK
 2020-03-31 10:10 UTC 

[Xen-devel] [PATCH v13 0/3] VM forking
 2020-03-31 10:09 UTC  (3+ messages)
` [Xen-devel] [PATCH v13 1/3] xen/mem_sharing: "
  `  "

[PATCH] xfs: move trace_xfs_dquot_dqalloc() to proper place
 2020-03-31 10:09 UTC 

Raid-6 won't boot
 2020-03-31 10:08 UTC  (12+ messages)

[PATCH v2 0/2] gpio: pca953x: fix handling of automatic address incrementing
 2020-03-31 10:07 UTC  (5+ messages)
` [PATCH v2 1/2] "

[PATCH] [ARC] Allow more ABIs in GLIBC_DYNAMIC_LINKER
 2020-03-31 10:06 UTC  (2+ messages)

[PATCH v11 00/26] RTRS (former IBTRS) RDMA Transport Library and RNBD (former IBNBD) RDMA Network Block Device
 2020-03-31 10:06 UTC  (4+ messages)
` [PATCH v11 22/26] block/rnbd: server: functionality for IO submission to file or block dev

[RFC] Add more inode fields to inode metadata signature
 2020-03-31 10:05 UTC 

[PATCH v2 0/2] psi: enhance psi with the help of ebpf
 2020-03-31 10:04 UTC  (3+ messages)
` [PATCH v2 1/2] psi: introduce various types of memstall
` [PATCH v2 2/2] psi, tracepoint: introduce tracepoints for psi_memstall_{enter, leave}

[GIT PULL] x86/vmware changes for v5.7
 2020-03-31 10:03 UTC 

[PATCH v7 0/7] set_memory() routines and STRICT_MODULE_RWX
 2020-03-31  9:56 UTC  (3+ messages)
` [PATCH v7 7/7] powerpc/32: use set_memory_attr()

[dm-crypt] unbound keys
 2020-03-31 10:03 UTC  (3+ messages)

[PATCH net-next] pppoe: new ioctl to extract per-channel stats
 2020-03-31 10:03 UTC  (5+ messages)

Emulate ppc64le builds on x86/x64 machine
 2020-03-31  8:17 UTC 

[Intel-gfx] [PATCH v2] drm/i915/hdcp: Update CP as per the kernel internal state
 2020-03-31 10:00 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/hdcp: Update CP as per the kernel internal state (rev3)

[PATCH][next] bpf: Test_verifier: fix spelling mistake "arithmatic" -> "arithmetic"
 2020-03-31 10:00 UTC  (2+ messages)

[PATCH] mtd: spi: Add Macronix MX25U3235F device
 2020-03-31 10:00 UTC  (2+ 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.