All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-01-05 15:30:36 to 2021-01-05 15:46:13 UTC [more...]

[Intel-gfx] [PATCH v6 00/64] drm/i915: Remove obj->mm.lock!
 2021-01-05 15:35 UTC  (29+ messages)
` [Intel-gfx] [PATCH v6 01/64] drm/i915: Do not share hwsp across contexts any more, v6
` [Intel-gfx] [PATCH v6 02/64] drm/i915: Pin timeline map after first timeline pin, v3
` [Intel-gfx] [PATCH v6 07/64] drm/i915: Move HAS_STRUCT_PAGE to obj->flags
` [Intel-gfx] [PATCH v6 12/64] drm/i915: No longer allow exporting userptr through dma-buf
` [Intel-gfx] [PATCH v6 14/64] drm/i915: Reject UNSYNCHRONIZED for userptr, v2
` [Intel-gfx] [PATCH v6 15/64] drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER
` [Intel-gfx] [PATCH v6 21/64] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [Intel-gfx] [PATCH v6 23/64] drm/i915: Add object locking to vm_fault_cpu
` [Intel-gfx] [PATCH v6 28/64] drm/i915: Take obj lock around set_domain ioctl
` [Intel-gfx] [PATCH v6 30/64] drm/i915: Fix pread/pwrite to work with new locking rules
` [Intel-gfx] [PATCH v6 31/64] drm/i915: Fix workarounds selftest, part 1
` [Intel-gfx] [PATCH v6 32/64] drm/i915: Prepare for obj->mm.lock removal
` [Intel-gfx] [PATCH v6 34/64] drm/i915: Add ww locking around vm_access()
` [Intel-gfx] [PATCH v6 36/64] drm/i915: Lock ww in ucode objects correctly
` [Intel-gfx] [PATCH v6 39/64] drm/i915: Fix ww locking in shmem_create_from_object
` [Intel-gfx] [PATCH v6 40/64] drm/i915: Use a single page table lock for each gtt
` [Intel-gfx] [PATCH v6 41/64] drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal
` [Intel-gfx] [PATCH v6 42/64] drm/i915/selftests: Prepare client blit "
` [Intel-gfx] [PATCH v6 45/64] drm/i915/selftests: Prepare dma-buf tests "
` [Intel-gfx] [PATCH v6 46/64] drm/i915/selftests: Prepare execbuf "
` [Intel-gfx] [PATCH v6 47/64] drm/i915/selftests: Prepare mman testcases "
` [Intel-gfx] [PATCH v6 48/64] drm/i915/selftests: Prepare object tests "
` [Intel-gfx] [PATCH v6 50/64] drm/i915/selftests: Prepare igt_gem_utils "
` [Intel-gfx] [PATCH v6 51/64] drm/i915/selftests: Prepare context selftest "
` [Intel-gfx] [PATCH v6 53/64] drm/i915/selftests: Prepare execlists and lrc selftests "
` [Intel-gfx] [PATCH v6 55/64] drm/i915/selftests: Prepare ring submission "
` [Intel-gfx] [PATCH v6 56/64] drm/i915/selftests: Prepare timeline tests "
` [Intel-gfx] [PATCH v6 62/64] drm/i915: Keep userpointer bindings if seqcount is unchanged, v2

[PATCH] mtd: rawnand: qcom: update last code word register
 2021-01-05 15:45 UTC  (4+ messages)

Some performance numbers for virtiofs, DAX and virtio-9p
 2021-01-05 15:45 UTC  (7+ messages)
          ` [Virtio-fs] "

[PATCH 1/6] thermal/core: Remove the 'forced_passive' option
 2021-01-05 15:44 UTC  (3+ messages)
` [PATCH 4/6] acpi/drivers/thermal: Remove TRIPS_NONE cooling device binding

[PATCH] ALSA: hda: fix SND_INTEL_DSP_CONFIG dependency
 2021-01-05 15:39 UTC  (6+ messages)

[PATCH 00/75] media: imx: Miscellaneous fixes and cleanups for i.MX7
 2021-01-05 15:43 UTC  (77+ messages)
` [PATCH 01/75] media: imx: Drop dependency on I2C
` [PATCH 02/75] media: imx: Move dependency on VIDEO_DEV to common Kconfig symbol
` [PATCH 03/75] media: imx: Drop manual dependency on VIDEO_IMX_MEDIA
` [PATCH 04/75] media: imx: Move IMX_IPUV3_CORE dependency to VIDEO_IMX_CSI
` [PATCH 05/75] media: imx: Compile imx6-media-objs only for CONFIG_VIDEO_IMX_CSI
` [PATCH 06/75] media: imx: Set default sizes through macros in all drivers
` [PATCH 07/75] media: imx: utils: Add ability to filter pixel formats by mbus code
` [PATCH 08/75] media: imx: capture: Use dev_* instead of v4l2_* to log messages
` [PATCH 09/75] media: imx: capture: Use device name to construct bus_info
` [PATCH 10/75] media: imx: capture: Remove forward declaration of capture_qops
` [PATCH 11/75] media: imx: capture: Handle errors from v4l2_fh_open()
` [PATCH 12/75] media: imx: capture: Clean up capture_priv structure
` [PATCH 13/75] media: imx: capture: Remove capture_priv stop field
` [PATCH 14/75] media: imx: capture: Move queue and ctrl handler init to init function
` [PATCH 15/75] media: imx: capture: Initialize video_device programmatically
` [PATCH 16/75] media: imx: capture: Register the video device after completing init
` [PATCH 17/75] media: imx: capture: Store v4l2_pix_format in imx_media_video_dev
` [PATCH 18/75] media: imx: capture: Move default format init to a separate function
` [PATCH 19/75] media: imx: capture: Rename querycap handler to capture_querycap
` [PATCH 20/75] media: imx: capture: Rename ioctl operations with legacy prefix
` [PATCH 21/75] media: imx: capture: Add a mechanism to disable control inheritance
` [PATCH 22/75] media: imx: capture: Remove unneeded variable in __capture_legacy_try_fmt
` [PATCH 23/75] media: imx: capture: Pass v4l2_pix_format to __capture_legacy_try_fmt()
` [PATCH 24/75] media: imx: capture: Return -EPIPE from __capture_legacy_try_fmt()
` [PATCH 25/75] media: imx: capture: Extract format lookup from __capture_legacy_try_fmt
` [PATCH 26/75] media: imx: capture: Simplify capture_validate_fmt() implementation
` [PATCH 27/75] media: imx: capture: Simplify __capture_legacy_try_fmt()
` [PATCH 28/75] media: imx: capture: Decouple video node from source with MC-centric API
` [PATCH 29/75] media: imx: capture: Expose V4L2_CAP_IO_MC for the "
` [PATCH 30/75] media: imx: imx7-media-csi: Disable legacy video node API
` [PATCH 31/75] media: imx: capture: Support creating immutable link to capture device
` [PATCH 32/75] media: imx: imx7-media-csi: Remove control handler
` [PATCH 33/75] media: imx: imx7-media-csi: Move (de)init from link setup to .s_stream()
` [PATCH 34/75] media: imx: imx7-media-csi: Create immutable link to capture device
` [PATCH 35/75] media: imx: imx7-media-csi: Replace CSICR*_RESET_VAL with values
` [PATCH 36/75] media: imx: imx7-media-csi: Tidy up register fields macros
` [PATCH 37/75] media: imx: imx7-media-csi: Reorganize code in sections
` [PATCH 38/75] media: imx: imx7-media-csi: Validate capture format in .link_validate()
` [PATCH 39/75] media: imx: imx7-media-csi: Rename imx7_csi_dma_start() to *_setup()
` [PATCH 40/75] media: imx: imx7-media-csi: Split imx7_csi_dma_stop()
` [PATCH 41/75] media: imx: imx7-media-csi: Move CSI configuration before source start
` [PATCH 42/75] media: imx: imx7-media-csi: Merge streaming_start() with csi_enable()
` [PATCH 43/75] media: imx: imx7-media-csi: Merge hw_reset() with init_interface()
` [PATCH 44/75] media: imx: imx7-media-csi: Set the MIPI data type based on the bus code
` [PATCH 45/75] media: imx: imx7-media-csi: Don't set the buffer stride when disabling
` [PATCH 46/75] media: imx: imx7-media-csi: Merge all config in imx7_csi_configure()
` [PATCH 47/75] media: imx: imx7-media-csi: Clear all configurable CSICR18 fields
` [PATCH 48/75] media: imx: imx7-media-csi: Set RFF burst type in imx7_csi_configure()
` [PATCH 49/75] media: imx: imx7-media-csi: Simplify imx7_csi_rx_fifo_clear()
` [PATCH 50/75] media: imx: imx7-media-csi: Don't double-enable the CSI
` [PATCH 51/75] media: imx: imx7-media-csi: Don't double-enable the RxFIFO
` [PATCH 52/75] media: imx: imx7-media-csi: Remove double reflash of DMA controller
` [PATCH 53/75] media: imx: imx7-media-csi: Don't enable SOF and EOF interrupts
` [PATCH 54/75] media: imx: imx7_media-csi: Add support for additional Bayer patterns
` [PATCH 55/75] media: v4l2-mc: Add link flags to v4l2_create_fwnode_links_to_pad()
` [PATCH 56/75] media: imx: imx7_media-csi: Create immutable link to source device
` [PATCH 57/75] dt-bindings: media: Convert i.MX7 MIPI CSI-2 receiver binding to YAML
` [PATCH 58/75] dt-bindings: media: fsl,imx7-mipi-csi2: Drop the reset-names property
` [PATCH 59/75] dt-bindings: media: fsl,imx7-mipi-csi2: Drop fsl,csis-hs-settle property
` [PATCH 60/75] media: imx: imx7_mipi_csis: Acquire reset control without naming it
` [PATCH 61/75] media: imx: imx7_mipi_csis: Fix input size alignment
` [PATCH 62/75] media: imx: imx7_mipi_csis: Make source .s_power() optional
` [PATCH 63/75] media: imx: imx7_mipi_csis: Avoid double get of wrap clock
` [PATCH 64/75] media: imx: imx7_mipi_csis: Drop 10-bit YUV support
` [PATCH 65/75] media: imx: imx7_mipi_csis: Fix UYVY8 media bus format
` [PATCH 66/75] media: imx: imx7_mipi_csis: Inline mipi_csis_set_hsync_settle()
` [PATCH 67/75] media: imx: imx7_mipi_csis: Move link setup check out of locked section
` [PATCH 68/75] media: imx: imx7_mipi_csis: Calculate Ths_settle from source pixel rate
` [PATCH 69/75] media: imx: imx7_mipi_csis: Turn register access macros into functions
` [PATCH 70/75] media: imx: imx7_mipi_csis: Fully initialize MIPI_CSIS_DPHYCTRL register
` [PATCH 71/75] media: imx: imx7_mipi_csis: Define macros for DPHY_BCTRL_L fields
` [PATCH 72/75] media: imx: imx7_mipi_csis: Make ISP registers macros take channel ID
` [PATCH 73/75] media: imx: imx7_mipi_csis: Rename register macros to match datasheet
` [PATCH 74/75] media: imx: imx7_mipi_csis: Use register macros in mipi_csis_dump_regs()
` [PATCH 75/75] media: imx: imx7_mipi_csis: Print shadow registers "

[dpdk-dev] [RFC PATCH] lpm: add sve support for lookup on Arm platform
 2021-01-05 15:44 UTC  (2+ messages)

What's cooking in git.git (Dec 2020, #05; Mon, 28)
 2021-01-05 15:41 UTC  (2+ messages)
` ss/submodule-add-in-c, was "

[PATCH v3 1/1] ASoC: dpcm: acquire dpcm_lock in dpcm_do_trigger()
 2021-01-05 15:41 UTC  (2+ messages)

[Virtio-fs] 'FORGET' ordering semantics (vs unlink & NFS)
 2021-01-05 15:42 UTC  (5+ messages)
    ` [Virtio-fs] [fuse-devel] "

[igt-dev] [PATCH i-g-t 1/2] tests/kms_rotation_crc: avoid recalculating refecence crcs
 2021-01-05 15:42 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [i-g-t,1/2] tests/kms_rotation_crc: avoid recalculating refecence crcs (rev2)

imx6ull capture from OV5640
 2021-01-05 15:40 UTC  (8+ messages)

[PATCH V2 0/6] block: improvement on bioset & bvec allocation
 2021-01-05 15:41 UTC  (5+ messages)
` [PATCH V2 1/6] block: manage bio slab cache by xarray
` [PATCH V2 3/6] block: don't allocate inline bvecs if this bioset needn't bvecs

[PATCH] habanalabs: Use 'dma_set_mask_and_coherent()' instead of hand-writing it
 2021-01-05 15:39 UTC  (3+ messages)

[PATCH v3 1/2] dt-bindings: gpio: 74x164: Introduce the 'registers-default' property
 2021-01-05 15:40 UTC  (4+ messages)
` [PATCH v3 2/2] "

5.11-rc1 TTM list corruption
 2021-01-05 15:40 UTC  (10+ messages)

[PATCH v1] mfd: intel-lpss: Add Intel Alder Lake PCH-P PCI IDs
 2021-01-05 15:39 UTC 

[PATCH] x86/mm: Fix leak of pmd ptlock
 2021-01-05 15:40 UTC  (3+ messages)

[PATCH bpf-next] tools/resolve_btfids: Warn when having multiple IDs for single type
 2021-01-05 15:39 UTC 

[PATCH] software_node: Add kernel-doc comments to exported symbols
 2021-01-05 15:39 UTC  (3+ messages)

NC-SI driver: Detect OCP module power down!
 2021-01-05 15:38 UTC  (2+ messages)

[PATCH 1/4] media: vidtv: Add media controller support
 2021-01-05 15:39 UTC  (4+ messages)
  ` [Linux-kernel-mentees] "

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2021-01-05 15:37 UTC  (11+ messages)

[PATCH v1] tools: create libxensaverestore
 2021-01-05 15:37 UTC 

[RFC 0/2] kbuild: Add support to build overlays (%.dtbo)
 2021-01-05 15:37 UTC  (3+ messages)
` [RFC 2/2] scripts: dtc: Handle outform dtbo

[Patch v3 0/2] cgroup: KVM: New Encryption IDs cgroup controller
 2021-01-05 15:36 UTC  (7+ messages)

[PATCH] ia64: fix xchg() warning
 2021-01-05 15:36 UTC  (7+ messages)

[PATCH 0/4] i2c: rcar: handle Gen2 and Gen3 V3U quirks better
 2021-01-05 15:35 UTC  (9+ messages)
` [PATCH 1/4] i2c: rcar: faster irq code to minimize HW race condition
` [PATCH 2/4] i2c: rcar: optimize cacheline "
` [PATCH 3/4] i2c: rcar: make sure irq is not threaded on Gen2 and earlier
` [PATCH 4/4] i2c: rcar: protect against supurious interrupts on V3U

Question about btrfs and XOR offloading
 2021-01-05 15:33 UTC  (4+ messages)

[PATCH v2 0/6] brcmstb: add EP regulators and panic handler
 2021-01-05 15:33 UTC  (8+ messages)
` [PATCH v2 1/6] dt-bindings: PCI: Add bindings for Brcmstb EP voltage regulators

[PATCH] MAINTAINERS: Update ARM SCMI entry
 2021-01-05 15:34 UTC  (2+ messages)

[PATCH] selftests: netfilter: Pass family parameter "-f" to conntrack tool
 2021-01-05 15:31 UTC 

[PATCH 0/2] Improvements to nfsd stats
 2021-01-05 15:34 UTC  (5+ messages)
` [PATCH 2/2] nfsd: report per-export stats

[dpdk-dev] [PATCH v2] net/virtio: improve logs in Vhost-vDPA DMA mapping
 2021-01-05 15:34 UTC 

[PATCH] dt-bindings: Add missing array size constraints
 2021-01-05 13:55 UTC  (2+ messages)

[PATCH v1 00/42] Update NFSD XDR functions
 2021-01-05 15:33 UTC  (43+ messages)
` [PATCH v1 01/42] SUNRPC: Make trace_svc_process() display the RPC procedure symbolically
` [PATCH v1 02/42] SUNRPC: Display RPC procedure names instead of proc numbers
` [PATCH v1 03/42] SUNRPC: Move definition of XDR_UNIT
` [PATCH v1 04/42] NFSD: Update GETATTR3args decoder to use struct xdr_stream
` [PATCH v1 05/42] NFSD: Update ACCESS3arg "
` [PATCH v1 06/42] NFSD: Update READ3arg "
` [PATCH v1 07/42] NFSD: Update WRITE3arg "
` [PATCH v1 08/42] NFSD: Update READLINK3arg "
` [PATCH v1 09/42] NFSD: Fix returned READDIR offset cookie
` [PATCH v1 10/42] NFSD: Add helper to set up the pages where the dirlist is encoded
` [PATCH v1 11/42] NFSD: Update READDIR3args decoders to use struct xdr_stream
` [PATCH v1 12/42] NFSD: Update COMMIT3arg decoder "
` [PATCH v1 13/42] NFSD: Update the NFSv3 DIROPargs "
` [PATCH v1 14/42] NFSD: Update the RENAME3args "
` [PATCH v1 15/42] NFSD: Update the LINK3args "
` [PATCH v1 16/42] NFSD: Update the SETATTR3args "
` [PATCH v1 17/42] NFSD: Update the CREATE3args "
` [PATCH v1 18/42] NFSD: Update the MKDIR3args "
` [PATCH v1 19/42] NFSD: Update the SYMLINK3args "
` [PATCH v1 20/42] NFSD: Update the MKNOD3args "
` [PATCH v1 21/42] NFSD: Update the NFSv2 GETATTR argument "
` [PATCH v1 22/42] NFSD: Update the NFSv2 READ "
` [PATCH v1 23/42] NFSD: Update the NFSv2 WRITE "
` [PATCH v1 24/42] NFSD: Update the NFSv2 READLINK "
` [PATCH v1 25/42] NFSD: Add helper to set up the pages where the dirlist is encoded
` [PATCH v1 26/42] NFSD: Update the NFSv2 READDIR argument decoder to use struct xdr_stream
` [PATCH v1 27/42] NFSD: Update NFSv2 diropargs decoding "
` [PATCH v1 28/42] NFSD: Update the NFSv2 RENAME argument decoder "
` [PATCH v1 29/42] NFSD: Update the NFSv2 LINK "
` [PATCH v1 30/42] NFSD: Update the NFSv2 SETATTR "
` [PATCH v1 31/42] NFSD: Update the NFSv2 CREATE "
` [PATCH v1 32/42] NFSD: Update the NFSv2 SYMLINK "
` [PATCH v1 33/42] NFSD: Remove argument length checking in nfsd_dispatch()
` [PATCH v1 34/42] NFSD: Update the NFSv2 GETACL argument decoder to use struct xdr_stream
` [PATCH v1 35/42] NFSD: Add an xdr_stream-based decoder for NFSv2/3 ACLs
` [PATCH v1 36/42] NFSD: Update the NFSv2 SETACL argument decoder to use struct xdr_stream
` [PATCH v1 37/42] NFSD: Update the NFSv2 ACL GETATTR "
` [PATCH v1 38/42] NFSD: Update the NFSv2 ACL ACCESS "
` [PATCH v1 39/42] NFSD: Clean up after updating NFSv2 ACL decoders
` [PATCH v1 40/42] NFSD: Update the NFSv3 GETACL argument decoder to use struct xdr_stream
` [PATCH v1 41/42] NFSD: Update the NFSv2 SETACL "
` [PATCH v1 42/42] NFSD: Clean up after updating NFSv3 ACL decoders

Help with harmony remote
 2021-01-05 15:33 UTC  (7+ messages)

[PATCH 0/5] v3u: add support for RAVB
 2021-01-05 15:31 UTC  (3+ messages)
` [PATCH 3/5] arm64: dts: renesas: r8a779a0: Add Ethernet-AVB support

[PATCH v15 00/13] Apply COR-filter to the block-stream permanently
 2021-01-05 15:30 UTC  (3+ messages)
` [PATCH v15 13/13] block: apply COR-filter to block-stream jobs

[dpdk-dev] [PATCH] net/virtio: improve logs in Vhost-vDPA DMA mapping
 2021-01-05 15:31 UTC  (3+ messages)

[PATCH 1/2] mhi: unconstify mhi_event_config
 2021-01-05 15:29 UTC  (3+ messages)
` [PATCH 2/2] mhi: pci_generic: Fix shared MSI vector support


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.