All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-07-23 17:40:38 to 2021-07-23 18:03:13 UTC [more...]

linux-yocto virtualization requires virtio.scc from yocto-kernel-cache
 2021-07-23 18:02 UTC  (3+ messages)
  ` [meta-virtualization] "

[PATCH net 0/5] ionic: bug fixes
 2021-07-23 18:02 UTC  (5+ messages)
` [PATCH net 1/5] ionic: make all rx_mode work threadsafe
` [PATCH net 2/5] ionic: catch no ptp support earlier
` [PATCH net 3/5] ionic: remove intr coalesce update from napi
` [PATCH net 4/5] ionic: fix up dim accounting for tx and rx

[PATCH v2 00/21] .map_sg() error cleanup
 2021-07-23 17:50 UTC  (117+ 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

[PATCH v5 0/3] target/ppc: MMU clean up
 2021-07-23 17:56 UTC  (3+ messages)
` [PATCH v5 1/3] target/ppc: divided mmu_helper.c in 2 files
` [PATCH v5 2/3] target/ppc: moved ppc_store_sdr1 to mmu_common.c

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-07-23 18:01 UTC  (4+ messages)
` [PATCH v28 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines

[PATCH] fscrypt: align Base64 encoding with RFC 4648 base64url
 2021-07-23 18:01 UTC  (3+ messages)

[PATCH] bugreport: add quoted line prefixes
 2021-07-23 17:59 UTC 

[PATCH 0/2] Harden async submit checks
 2021-07-23 17:59 UTC  (3+ messages)
` [PATCH 1/2] io_uring: never attempt iopoll reissue from release path
` [PATCH 2/2] io_uring: explicitly catch any illegal async queue attempt

[PATCH u-boot-mvebu] arm64: a37xx: pinctrl: Correct PWM pins definitions
 2021-07-23 17:57 UTC 

[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()

[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  (3+ messages)

[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  (3+ messages)
` [PATCH v2 00/11] "

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] "


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.