All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-02 12:33:24 to 2020-10-02 13:05:47 UTC [more...]

[PATCH] drm/atomic: Make the kerneldoc a bit clearer
 2020-10-02 12:37 UTC  (3+ messages)

[PATCH v3 0/7] Support GEM object mappings from I/O memory
 2020-10-02 13:05 UTC  (20+ messages)
` [PATCH v3 3/7] drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
` [PATCH v3 4/7] drm/gem: Update internal GEM vmap/vunmap interfaces to use struct dma_buf_map
` [PATCH v3 5/7] drm/gem: Store client buffer mappings as "

[linux-lvm] thin: pool target too small
 2020-10-02 13:05 UTC  (13+ messages)

[PATCH] ARM: dts: stm32mp1: DT alignment with Linux kernel v5.9-rc4
 2020-10-02 13:04 UTC  (2+ messages)

[PATCH] meson.build: Don't look for libudev for static builds
 2020-10-02 13:01 UTC  (6+ messages)

[PATCH] perf inject: Flush ordered events on FINISHED_ROUND
 2020-10-02 13:03 UTC 

[PATCH v2] drivers:tty:pty: Fix a race causing data loss on close
 2020-10-02 13:03 UTC 

[PATCH 0/1] Block snapshot module and block layer filter API
 2020-10-02 12:56 UTC  (2+ messages)
` [PATCH 1/1] blk-snap - Block snapshot module This module implements snapshot and changed block tracking functionality. It is intended to create backup copies of any block devices without usage of device-mapper

[PATCH v1] acpi: processor_throttling: Add supprt for System Memory
 2020-10-02 13:00 UTC  (3+ messages)

[Intel-gfx] [PATCH 00/61] drm/i915: Remove obj->mm.lock!
 2020-10-02 12:59 UTC  (62+ messages)
` [Intel-gfx] [PATCH 01/61] drm/i915: Move cmd parser pinning to execbuffer
` [Intel-gfx] [PATCH 02/61] drm/i915: Add missing -EDEADLK handling to execbuf pinning
` [Intel-gfx] [PATCH 03/61] drm/i915: Do not share hwsp across contexts any more, v2
` [Intel-gfx] [PATCH 04/61] drm/i915: Ensure we hold the object mutex in pin correctly
` [Intel-gfx] [PATCH 05/61] drm/i915: Add gem object locking to madvise
` [Intel-gfx] [PATCH 06/61] drm/i915: Move HAS_STRUCT_PAGE to obj->flags
` [Intel-gfx] [PATCH 07/61] drm/i915: Rework struct phys attachment handling
` [Intel-gfx] [PATCH 08/61] drm/i915: Convert i915_gem_object_attach_phys() to ww locking
` [Intel-gfx] [PATCH 09/61] drm/i915: make lockdep slightly happier about execbuf
` [Intel-gfx] [PATCH 10/61] drm/i915: Disable userptr pread/pwrite support
` [Intel-gfx] [PATCH 11/61] drm/i915: No longer allow exporting userptr through dma-buf
` [Intel-gfx] [PATCH 12/61] drm/i915: Reject more ioctls for userptr
` [Intel-gfx] [PATCH 13/61] drm/i915: Reject UNSYNCHRONIZED "
` [Intel-gfx] [PATCH 14/61] drm/i915: Fix userptr so we do not have to worry about obj->mm.lock
` [Intel-gfx] [PATCH 15/61] drm/i915: Flatten obj->mm.lock
` [Intel-gfx] [PATCH 16/61] drm/i915: Pin timeline map after first timeline pin
` [Intel-gfx] [PATCH 17/61] drm/i915: Populate logical context during first pin
` [Intel-gfx] [PATCH 18/61] drm/i915: Make ring submission compatible with obj->mm.lock removal
` [Intel-gfx] [PATCH 19/61] drm/i915: Handle ww locking in init_status_page
` [Intel-gfx] [PATCH 20/61] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [Intel-gfx] [PATCH 21/61] drm/i915: Pass ww ctx to intel_pin_to_display_plane
` [Intel-gfx] [PATCH 22/61] drm/i915: Add object locking to vm_fault_cpu
` [Intel-gfx] [PATCH 23/61] drm/i915: Move pinning to inside engine_wa_list_verify()
` [Intel-gfx] [PATCH 24/61] drm/i915: Take reservation lock around i915_vma_pin
` [Intel-gfx] [PATCH 25/61] drm/i915: Make intel_init_workaround_bb more compatible with ww locking
` [Intel-gfx] [PATCH 26/61] drm/i915: Make __engine_unpark() "
` [Intel-gfx] [PATCH 27/61] drm/i915: Take obj lock around set_domain ioctl
` [Intel-gfx] [PATCH 28/61] drm/i915: Defer pin calls in buffer pool until first use by caller
` [Intel-gfx] [PATCH 29/61] drm/i915: Fix pread/pwrite to work with new locking rules
` [Intel-gfx] [PATCH 30/61] drm/i915: Fix workarounds selftest, part 1
` [Intel-gfx] [PATCH 31/61] drm/i915: Prepare for obj->mm.lock removal
` [Intel-gfx] [PATCH 32/61] drm/i915: Add igt_spinner_pin() to allow for ww locking around spinner
` [Intel-gfx] [PATCH 33/61] drm/i915: Add ww locking around vm_access()
` [Intel-gfx] [PATCH 34/61] drm/i915: Increase ww locking for perf
` [Intel-gfx] [PATCH 35/61] drm/i915: Lock ww in ucode objects correctly
` [Intel-gfx] [PATCH 36/61] drm/i915: Add ww locking to dma-buf ops
` [Intel-gfx] [PATCH 37/61] drm/i915: Add missing ww lock in intel_dsb_prepare
` [Intel-gfx] [PATCH 38/61] drm/i915: Fix ww locking in shmem_create_from_object
` [Intel-gfx] [PATCH 39/61] drm/i915: Use a single page table lock for each gtt
` [Intel-gfx] [PATCH 40/61] drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal
` [Intel-gfx] [PATCH 41/61] drm/i915/selftests: Prepare client blit "
` [Intel-gfx] [PATCH 42/61] drm/i915/selftests: Prepare coherency tests "
` [Intel-gfx] [PATCH 43/61] drm/i915/selftests: Prepare context "
` [Intel-gfx] [PATCH 44/61] drm/i915/selftests: Prepare dma-buf "
` [Intel-gfx] [PATCH 45/61] drm/i915/selftests: Prepare execbuf "
` [Intel-gfx] [PATCH 46/61] drm/i915/selftests: Prepare mman testcases "
` [Intel-gfx] [PATCH 47/61] drm/i915/selftests: Prepare object tests "
` [Intel-gfx] [PATCH 48/61] drm/i915/selftests: Prepare object blit "
` [Intel-gfx] [PATCH 49/61] drm/i915/selftests: Prepare igt_gem_utils "
` [Intel-gfx] [PATCH 50/61] drm/i915/selftests: Prepare context selftest "
` [Intel-gfx] [PATCH 51/61] drm/i915/selftests: Prepare hangcheck "
` [Intel-gfx] [PATCH 52/61] drm/i915/selftests: Prepare execlists "
` [Intel-gfx] [PATCH 53/61] drm/i915/selftests: Prepare mocs tests "
` [Intel-gfx] [PATCH 54/61] drm/i915/selftests: Prepare ring submission "
` [Intel-gfx] [PATCH 55/61] drm/i915/selftests: Prepare timeline tests "
` [Intel-gfx] [PATCH 56/61] drm/i915/selftests: Prepare i915_request "
` [Intel-gfx] [PATCH 57/61] drm/i915/selftests: Prepare memory region "
` [Intel-gfx] [PATCH 58/61] drm/i915/selftests: Prepare cs engine "
` [Intel-gfx] [PATCH 59/61] drm/i915/selftests: Prepare gtt "
` [Intel-gfx] [PATCH 60/61] drm/i915: Finally remove obj->mm.lock
` [Intel-gfx] [PATCH 61/61] drm/i915: Keep userpointer bindings if seqcount is unchanged

[PATCH] locking/atomics: Check atomic-arch-fallback.h too
 2020-10-02 13:00 UTC  (2+ messages)

[PATCH v2 00/11] 9pfs: add tests using local fs driver
 2020-10-02 12:56 UTC  (12+ messages)
` [PATCH v2 09/11] tests/9pfs: wipe local 9pfs test directory
` [PATCH v2 02/11] libqos/qgraph: add qos_node_create_driver_named()
` [PATCH v2 04/11] tests/qtest/qos-test: dump qos graph if verbose
` [PATCH v2 06/11] tests/qtest/qos-test: dump QEMU command "
` [PATCH v2 03/11] libqos/qgraph: add qos_dump_graph()
` [PATCH v2 08/11] tests/9pfs: introduce local tests
` [PATCH v2 05/11] tests/qtest/qos-test: dump environment variables if verbose
` [PATCH v2 01/11] libqos/qgraph: add qemu_name to QOSGraphNode
` [PATCH v2 07/11] tests/9pfs: change qtest name prefix to synth
` [PATCH v2 11/11] tests/9pfs: add local Tmkdir test

remove alloc_vm_area v4
 2020-10-02 12:59 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [01/11] mm: update the documentation for vfree
` [Intel-gfx] ✗ Fi.CI.BAT: failure "

[PATCH -next] ASoC: qcom: fix SDM845 & QDSP6 dependencies more
 2020-10-02 12:57 UTC  (3+ messages)

[PATCH v2 00/13] iommu/amd: Add Generic IO Page Table Framework Support
 2020-10-02 12:28 UTC  (6+ messages)
` [PATCH v2 01/13] iommu/amd: Re-define amd_iommu_domain_encode_pgtable as inline
` [PATCH v2 02/13] iommu/amd: Prepare for generic IO page table framework
` [PATCH v2 03/13] iommu/amd: Move pt_root to to struct amd_io_pgtable
` [PATCH v2 04/13] iommu/amd: Convert to using amd_io_pgtable
` [PATCH v2 05/13] iommu/amd: Declare functions as extern

[PATCH] ARM: dts: stm32: Add missing dm-spl props for SPI NOR on AV96
 2020-10-02 12:58 UTC  (5+ messages)

Patchwork housekeeping for: spi-devel-general
 2020-10-02 12:57 UTC 

[PATCH rdma-next v3 0/9] Track memory allocation with restrack DB help
 2020-10-02 12:57 UTC  (6+ messages)
` [PATCH rdma-next v3 6/9] RDMA/restrack: Add error handling while adding restrack object
` [PATCH rdma-next v3 9/9] RDMA/restrack: Drop valid restrack field as source of ambiguity

[PATCH v4] mmc: core: don't set limits.discard_granularity as 0
 2020-10-02 12:57 UTC  (2+ messages)

[PATCH v2 0/7] clone: allow configurable default for -o/--origin
 2020-10-02 12:56 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v3 00/21] spi: dw: Add full Baikal-T1 SPI Controllers support
 2020-10-02 12:55 UTC  (3+ messages)

[PATCH v3 0/2] Add configurable handler to execute a compound action
 2020-10-02 12:55 UTC  (12+ messages)
` [PATCH v3 2/2] tty/sysrq: "

[PATCH] mmc: stm32_sdmmc2: Use mmc_of_parse() to read host capabilities
 2020-10-02 12:54 UTC  (4+ messages)
` [PATCH 1/2] mmc: mmc_of_parse: Enable 52 MHz support with "cap-mmc-highspeed"

[dpdk-dev] [PATCH v9 00/11] adding support for python 3 only
 2020-10-02 12:54 UTC  (3+ messages)
` [dpdk-dev] [PATCH v10 "

Patching kthread functions
 2020-10-02 12:52 UTC  (5+ messages)

[Buildroot] [PATCH v2, 1/2] package/live555: fix static build with openssl
 2020-10-02 12:51 UTC  (2+ messages)

[PATCH] ARM: multi_v7_defconfig: ti: Enable networking options for nfs boot
 2020-10-02 12:50 UTC  (3+ messages)

[RFC PATCH net-next v2 0/2] driver/net/ethernet W=1 by default
 2020-10-02 12:51 UTC  (6+ messages)
` [PATCH net-next v2 1/2] Makefile.extrawarn: Add symbol for W=1 warnings for today

[PATCH] crypto: talitos - Fix sparse warnings
 2020-10-02 12:43 UTC  (4+ messages)

[PATCH 0/8] Add support for UHS modes in TI's J721e and J7200 boards
 2020-10-02 12:49 UTC  (5+ messages)

[PATCH v6 0/4] Fixes curses on msys2/mingw
 2020-10-02 12:47 UTC  (3+ messages)

[PATCH] quectel: Possibility to switch power by gpio level
 2020-10-02 12:49 UTC 

[iptables PATCH] iptables-nft: fix basechain policy configuration
 2020-10-02 12:47 UTC  (5+ messages)

How to use an ACPI declared GPIO in a userspace 
 2020-10-02 12:48 UTC  (14+ messages)

[PATCH 0/3] drm/msm: support for host-cached BOs
 2020-10-02 12:46 UTC  (4+ messages)
` [PATCH 2/3] drm/msm: add DRM_MSM_GEM_SYNC_CACHE for non-coherent cache maintenance

[PATCH] dt-bindings: serial: fsl-imx-uart: fix i.MX 53 and 6 compatible matching
 2020-10-02 12:45 UTC  (5+ messages)

[chrome-os:chromeos-5.4 9/28] mtk_vcodec_fw.c:undefined reference to `scp_ipi_send'
 2020-10-02 12:47 UTC  (2+ messages)

[PATCH v2 0/5] usb: dwc-meson-g12a: Add support for USB on S400 board
 2020-10-02 12:45 UTC  (4+ messages)

[PATCH 1/2] pwm: sysfs: Set class on pwm devices
 2020-10-02 12:46 UTC  (3+ messages)

[PATCH v2] gitlab: move linux-user plugins test across to gitlab
 2020-10-02 12:43 UTC  (3+ messages)

[PATCH] media: venus: core: Drop local dma_parms
 2020-10-02 12:45 UTC  (4+ messages)

[PATCH] Documentation: i2c: add testunit docs to index
 2020-10-02 12:44 UTC 

[PATCH] build: always use BASEDIR for xen sub-directory
 2020-10-02 12:44 UTC  (5+ messages)

[RFC PATCH 0/7] RAS/CEC: Extend CEC for errors count check on short time period
 2020-10-02 12:43 UTC  (2+ messages)

[PATCH] arm64L: zynqmp: Add missing support for 9cg version
 2020-10-02 12:43 UTC 

[PATCH v9 0/4] Introduce Xilinx ZynqMP CAN controller
 2020-10-02 12:40 UTC  (5+ messages)

[p2pmem:p2pdma_user_cmb_x4 16/24] drivers/iommu/dma-iommu.c:1069:11: error: implicit declaration of function 'pci_p2pdma_should_map_bus'
 2020-10-02 12:42 UTC 

[PATCH 1/3] auxdisplay: Make charlcd.[ch] more general
 2020-10-02 12:42 UTC  (4+ messages)
` [PATCH v2 00/33] Make charlcd device independent
  ` [PATCH v2 33/33] auxdisplay: add a driver for lcd2s character display

Any other ways to debug GPIO interrupt controller (pinctrl-amd) for broken touchpads of a new laptop model?
 2020-10-02 12:42 UTC  (5+ messages)
    ` [Linux-kernel-mentees] "

[PATCH 0/2] scsi: ufs: Add DeepSleep feature
 2020-10-02 12:40 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] scsi: ufs: Workaround UFS devices that object to DeepSleep IMMED

[PATCH] virtiofsd: Call qemu_init_exec_dir
 2020-10-02 12:40 UTC 

[PATCH] serial: max310x: rework RX interrupt handling
 2020-10-02 12:40 UTC  (5+ messages)

two small vmalloc cleanups
 2020-10-02 12:40 UTC  (3+ messages)
` [PATCH 1/2] mm: cleanup the gfp_mask handling in __vmalloc_area_node
` [PATCH 2/2] mm: remove the filename in the top of file comment in vmalloc.c

[RFC][POC PATCH] Supporting >255 guest CPUs without interrupt remapping
 2020-10-02 12:36 UTC 

arch/arm/boot/compressed/../../../../lib/lz4/lz4_decompress.c:480:5: warning: no previous prototype for function 'LZ4_decompress_safe_withPrefix64k'
 2020-10-02 12:39 UTC  (2+ messages)

[dpdk-dev] [PATCH] ethdev: add VLAN attributes to ETH and VLAN items
 2020-10-02 12:39 UTC  (2+ messages)

[DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
 2020-10-02 12:38 UTC  (2+ messages)

[dpdk-dev] vhost/crypto: fix initialization
 2020-10-02 12:38 UTC  (3+ messages)

[PATCH v2 0/4] qemu-storage-daemon: Remove QemuOpts from --object parser
 2020-10-02 12:36 UTC  (8+ messages)
` [PATCH v2 2/4] qom: Factor out helpers from user_creatable_print_help()
` [PATCH v2 3/4] qom: Add user_creatable_print_help_from_qdict()
` [PATCH v2 4/4] qemu-storage-daemon: Remove QemuOpts from --object parser

[PULL] Pull request: u-boot-stm32 for v2020.10= u-boot-stm32-20201002
 2020-10-02 12:36 UTC 

[PATCH v3] media: atomisp: fixes build breakage for ISP2400 due to a cleanup
 2020-10-02 12:36 UTC  (5+ messages)

lockdep null-ptr-deref
 2020-10-02 12:36 UTC  (7+ messages)

[PATCH V3] MIPS: make userspace mapping young by default
 2020-10-02 12:35 UTC  (2+ messages)

b4 diff -m: max() arg is an empty sequence
 2020-10-02 12:35 UTC  (2+ messages)
` [tools] "

xen-swiotlb vs phys_to_dma
 2020-10-02 12:34 UTC  (2+ messages)

[PULL 00/19] s390x changes
 2020-10-02 12:11 UTC  (2+ messages)
` [PULL 19/19] s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA)

[PATCH v3 0/9] Some fixes for spi-s3c64xx
 2020-10-02 12:31 UTC  (3+ messages)
  ` [PATCH v3 7/9] spi: spi-s3c64xx: Ensure cur_speed holds actual clock value


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.