All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-23 17:30:47 to 2021-07-23 17:56:34 UTC [more...]

[PATCH 0/3] small 5.13 cleanups
 2021-07-23 17:56 UTC  (12+ messages)
` [PATCH 3/3] io_uring: refactor io_sq_offload_create()

[PATCH v2 00/21] .map_sg() error cleanup
 2021-07-23 17:50 UTC  (103+ messages)
` [PATCH v2 01/21] dma-mapping: Allow map_sg() ops to return negative error codes
` [PATCH v2 02/21] dma-direct: Return appropriate error code from dma_direct_map_sg()
` [PATCH v2 03/21] iommu: Return full error code from iommu_map_sg[_atomic]()
` [PATCH v2 04/21] dma-iommu: Return error code from iommu_dma_map_sg()
` [PATCH v2 05/21] alpha: return error code from alpha_pci_map_sg()
` [PATCH v2 06/21] ARM/dma-mapping: return error code from .map_sg() ops
` [PATCH v2 07/21] ARM/dma-mapping: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 08/21] ia64/sba_iommu: return error code from sba_map_sg_attrs()
` [PATCH v2 09/21] MIPS/jazzdma: return error code from jazz_dma_map_sg()
` [PATCH v2 10/21] powerpc/iommu: return error code from .map_sg() ops
` [PATCH v2 11/21] powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 12/21] s390/pci: return error code from s390_dma_map_sg()
` [PATCH v2 13/21] s390/pci: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 14/21] sparc/iommu: return error codes from .map_sg() ops
` [PATCH v2 15/21] sparc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 16/21] parisc: return error code from .map_sg() ops
` [PATCH v2 17/21] xen: swiotlb: return error code from xen_swiotlb_map_sg()
` [PATCH v2 18/21] x86/amd_gart: return error code from gart_map_sg()
` [PATCH v2 19/21] x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERROR
` [PATCH v2 20/21] dma-mapping: return error code from dma_dummy_map_sg()
` [PATCH v2 21/21] dma-mapping: Disallow .map_sg operations from returning zero on error

[Intel-gfx] [PATCH v3 00/30] Begin enabling Xe_HP SDV and DG2 platforms
 2021-07-23 17:55 UTC  (33+ messages)
` [Intel-gfx] [PATCH v3 01/30] drm/i915/xehpsdv: Correct parameters for IS_XEHPSDV_GT_STEP()
` [Intel-gfx] [PATCH v3 02/30] drm/i915/xehp: Extra media engines - Part 1 (engine definitions)
` [Intel-gfx] [PATCH v3 03/30] drm/i915/xehp: Extra media engines - Part 2 (interrupts)
` [Intel-gfx] [PATCH v3 04/30] drm/i915/xehp: Extra media engines - Part 3 (reset)
` [Intel-gfx] [PATCH v3 05/30] drm/i915/xehp: Xe_HP forcewake support
` [Intel-gfx] [PATCH v3 06/30] drm/i915/xehp: handle new steering options
` [Intel-gfx] [PATCH v3 07/30] drm/i915/xehp: Loop over all gslices for INSTDONE processing
` [Intel-gfx] [PATCH v3 08/30] drm/i915/xehp: Changes to ss/eu definitions
` [Intel-gfx] [PATCH v3 09/30] drm/i915/xehpsdv: Add maximum sseu limits
` [Intel-gfx] [PATCH v3 10/30] drm/i915/xehpsdv: Add compute DSS type
` [Intel-gfx] [PATCH v3 11/30] drm/i915/xehpsdv: Define steering tables
` [Intel-gfx] [PATCH v3 12/30] drm/i915/xehpsdv: Define MOCS table for XeHP SDV
` [Intel-gfx] [PATCH v3 13/30] drm/i915/xehpsdv: factor out function to read RP_STATE_CAP
` [Intel-gfx] [PATCH v3 14/30] drm/i915/xehpsdv: Read correct RP_STATE_CAP register
` [Intel-gfx] [PATCH v3 15/30] drm/i915/dg2: DG2 uses the same sseu limits as XeHP SDV
` [Intel-gfx] [PATCH v3 16/30] drm/i915/dg2: Add forcewake table
` [Intel-gfx] [PATCH v3 17/30] drm/i915/dg2: Update LNCF steering ranges
` [Intel-gfx] [PATCH v3 18/30] drm/i915/dg2: Add SQIDI steering
` [Intel-gfx] [PATCH v3 19/30] drm/i915/dg2: Add new LRI reg offsets
` [Intel-gfx] [PATCH v3 20/30] drm/i915/dg2: Maintain backward-compatible nested batch behavior
` [Intel-gfx] [PATCH v3 21/30] drm/i915/dg2: Report INSTDONE_GEOM values in error state
` [Intel-gfx] [PATCH v3 22/30] drm/i915/dg2: Define MOCS table for DG2
` [Intel-gfx] [PATCH v3 23/30] drm/i915/dg2: Add MPLLB programming for SNPS PHY
` [Intel-gfx] [PATCH v3 24/30] drm/i915/dg2: Add MPLLB programming for HDMI
` [Intel-gfx] [PATCH v3 25/30] drm/i915/dg2: Add vswing programming for SNPS phys
` [Intel-gfx] [PATCH v3 26/30] drm/i915/dg2: Update modeset sequences
` [Intel-gfx] [PATCH v3 27/30] drm/i915/dg2: Wait for SNPS PHY calibration during display init
` [Intel-gfx] [PATCH v3 28/30] drm/i915/dg2: Update lane disable power state during PSR
` [Intel-gfx] [PATCH v3 29/30] drm/i915/dg2: Update to bigjoiner path
` [Intel-gfx] [PATCH v3 30/30] drm/i915/dg2: Configure PCON in DP pre-enable path

[PATCH 01/15] staging: vt6655: remove filename from baseband.h
 2021-07-23 17:55 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915: Program chicken bit during DP MST sequence on TGL+
 2021-07-23 17:55 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH v2 0/4] Fix restricted DMA vs swiotlb_exit()
 2021-07-23 17:53 UTC  (8+ messages)

[linux-next:master 2704/3296] net/ipv6/ioam6.o: warning: objtool: ioam6_genl_dumpns()+0x5f6: unreachable instruction
 2021-07-23 17:54 UTC 

Dom0 hangs after enable KROBE_EVENTS and/or UPROBE_EVENTS in kernel config
 2021-07-23 17:54 UTC  (11+ messages)
      `  "
        ` [arm] "

[PATCH v4 0/9] ensure bios aren't split in middle of crypto data unit
 2021-07-23 17:52 UTC  (5+ messages)
` [PATCH v4 9/9] block: add WARN_ON_ONCE() to bio_split() for sector alignment

[PATCH v3] mm: Enable suspend-only swap spaces
 2021-07-23 17:42 UTC  (6+ messages)

[PATCH] drm/i915/userptr: Probe existence of backing struct pages upon creation
 2021-07-23 17:49 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH v6 0/3] zram: fix few sysfs races
 2021-07-23 17:49 UTC  (6+ messages)
` [PATCH v6 2/3] zram: fix deadlock with sysfs attribute usage and module removal

Random reboots on ODROID-N2+
 2021-07-23 17:47 UTC  (8+ messages)

stable-rc/queue/4.4 build: 180 builds: 0 failed, 180 passed, 9 warnings (v4.4.275-207-g144102a3596a)
 2021-07-23 17:48 UTC 

[PATCH v2 0/2] iio: accel: add support for ADXL355
 2021-07-23 17:47 UTC  (6+ messages)
` [PATCH v2 2/2] iio: accel: Add driver "

[PATCH 0/5] Sparse Index: Integrate with 'git add'
 2021-07-23 17:47 UTC  (7+ messages)
` [PATCH 1/5] t1092: test merge conflicts outside cone
` [PATCH 2/5] add: allow operating on a sparse-only index

[PULL for 6.1-rc1 00/28] doc, metadata, plugin and testing updates
 2021-07-23 17:44 UTC  (2+ messages)

[RFC 0/8] Per client GPU stats
 2021-07-23 17:45 UTC  (5+ messages)
` [RFC 6/8] drm: Document fdinfo format specification

[PATCH bpf-next v2 0/5] libbpf: rename btf__get_from_id() and btf__load() APIs, support split BTF
 2021-07-23 17:44 UTC  (8+ messages)
` [PATCH bpf-next v2 2/5] libbpf: rename btf__get_from_id() as btf__load_from_kernel_by_id()

might_sleep() warning in do_swap_page()
 2021-07-23 17:44 UTC 

[PATCH 0/6] Fix direct filesystem access in various test files
 2021-07-23 17:44 UTC  (9+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 08/11] t1410: mark test as REFFILES
  ` [PATCH v2 09/11] t7064: use update-ref -d to remove upstream branch
  ` [PATCH v2 11/11] t6001: avoid direct file system access

disp_cc_mdss_pclk0_clk_src: rcg didn't update its configuration
 2021-07-23 17:43 UTC 

[PATCH] swapon.2: Document NOSWAP and additional DISCARD flags
 2021-07-23 17:41 UTC  (2+ messages)

[PATCH v7] iomap: make inline data support more flexible
 2021-07-23 17:41 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Fix touchscreen IRQ line assignment on DHCOM
 2021-07-23 17:39 UTC  (3+ messages)

[PATCH] ARM: dts: stm32: Disable LAN8710 EDPD on DHCOM
 2021-07-23 17:40 UTC  (3+ messages)

[PATCH v3 0/2] staging: rtl8188eu: Replace a custom function with crc32_le()
 2021-07-23 17:40 UTC  (4+ messages)
` [PATCH v3 1/2] "

[PATCH v4] sysfs: fix kobject refcount to address races with kobject removal
 2021-07-23 17:35 UTC  (8+ messages)

[ANNOUNCE] 4.19.198-rt85
 2021-07-23 17:33 UTC 

[PATCH 4/7] staging: rtl8188eu: introduce new os_dep dir for RTL8188eu driver
 2021-07-23 17:33 UTC  (5+ messages)
` [RFC PATCH] staging: rtl8188eu: fix duplicated inclusion

[PATCH 0/9] config-based hooks restarted
 2021-07-23 17:33 UTC  (5+ messages)
` [PATCH 4/9] hook: treat hookdir hook specially

stable-rc/queue/5.13 build: 176 builds: 2 failed, 174 passed, 7 warnings (v5.13.3-507-ge3b5bf0956ed)
 2021-07-23 17:33 UTC 

[PATCH v2 0/7] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-07-23 17:32 UTC  (3+ messages)

libsepol CVE patch issue
 2021-07-23 17:32 UTC  (3+ messages)

[PATCH v2] staging/rtl8192e: Remove all strcpy() uses
 2021-07-23 17:32 UTC 

[PATCH v2 0/4] selftests: add a new test driver for sysfs
 2021-07-23 17:32 UTC  (6+ messages)
` [PATCH v2 1/4] selftests: add tests_sysfs module

[PATCH v3 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2021-07-23 17:31 UTC  (11+ messages)
` [PATCH v3 net-next 01/10] dt-bindings: net: dsa: dt bindings for microchip lan937x
` [PATCH v3 net-next 02/10] net: dsa: move mib->cnt_ptr reset code to ksz_common.c
` [PATCH v3 net-next 03/10] net: phy: Add support for LAN937x T1 phy driver
` [PATCH v3 net-next 04/10] net: dsa: tag_ksz: add tag handling for Microchip LAN937x
` [PATCH v3 net-next 05/10] net: dsa: microchip: add DSA support for microchip lan937x
` [PATCH v3 net-next 06/10] net: dsa: microchip: add support for phylink management
` [PATCH v3 net-next 07/10] net: dsa: microchip: add support for ethtool port counters
` [PATCH v3 net-next 08/10] net: dsa: microchip: add support for port mirror operations
` [PATCH v3 net-next 09/10] net: dsa: microchip: add support for fdb and mdb management
` [PATCH v3 net-next 10/10] net: dsa: microchip: add support for vlan operations


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.