All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-27 12:36:43 to 2021-05-27 13:07:16 UTC [more...]

[GIT PULL] interconnect fixes for 5.13-rc
 2021-05-27 13:07 UTC  (2+ messages)

[PATCH v8 11/15] dma-direct: Add a new wrapper __dma_direct_free_pages()
 2021-05-27 13:03 UTC  (24+ messages)
` [Intel-gfx] "
` [PATCH v8 12/15] swiotlb: Add restricted DMA alloc/free support
  ` [Intel-gfx] "
` [PATCH v8 13/15] dma-direct: Allocate memory from restricted DMA pool if available
  ` [Intel-gfx] "
` [PATCH v8 14/15] dt-bindings: of: Add restricted DMA pool
  ` [Intel-gfx] "
` [PATCH v8 15/15] of: Add plumbing for "
  ` [Intel-gfx] "

[PATCH] selftests/seccomp: More closely track fds being assigned
 2021-05-27 13:06 UTC  (3+ messages)

[dpdk-dev] [21.08 PATCH v1 1/2] power: invert the monitor check
 2021-05-27 13:06 UTC  (3+ messages)

[PATCH 0/1] net-next: Port Mirroring support for SR-IOV
 2021-05-27 13:06 UTC  (2+ messages)

[PATCH 0/2] schd/fair: fix stalled cfs_rq->tg_load_avg_contrib
 2021-05-27 13:05 UTC  (4+ messages)
` [PATCH 1/2] sched/fair: keep load_avg and load_sum synced

[PATCH v7 00/15] Restricted DMA
 2021-05-27 13:02 UTC  (28+ messages)
` [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions
      ` [Intel-gfx] "
` [PATCH v7 14/15] dt-bindings: of: Add restricted DMA pool
            ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH v7 00/15] Restricted DMA

[PATCH tip:irq/core v1] genirq: remove auto-set of the mask when setting the hint
 2021-05-27 13:06 UTC  (12+ messages)
              ` [PATCH] genirq: Provide new interfaces for affinity hints
                    ` [Intel-wired-lan] "

[PATCH v2 00/12] x86: memcpy() / memset() (non-)ERMS flavors plus fallout
 2021-05-27 13:06 UTC  (6+ messages)
` [PATCH v2 01/12] x86: introduce ioremap_wc()
` [PATCH v2 07/12] mm: allow page scrubbing routine(s) to be arch controlled
` [PATCH v2 12/12] video/vesa: adjust (not just) command line option handling

[PATCH] regulator: fan53555: add back tcs4526
 2021-05-27 13:05 UTC  (9+ messages)

[PATCH] intel_idle: Adjust the SKX C6 latency and residency if PC6 is disabled
 2021-05-27 13:05 UTC  (3+ messages)

[PATCH v1 0/4] mm/mempolicy: some fix and semantics cleanup
 2021-05-27 13:05 UTC  (4+ messages)
` [PATCH v1 1/4] mm/mempolicy: skip nodemask intersect check for 'interleave' when oom

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-27 13:04 UTC  (6+ messages)
` [PATCH v9 07/10] mm: Device exclusive memory access

[Intel-gfx] [PATCH 1/2] drm/i915/adl_p: Disable FIFO underrun recovery
 2021-05-27 13:05 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH v8 00/15] Restricted DMA
 2021-05-27 12:58 UTC  (55+ messages)
` [Intel-gfx] "
` [PATCH v8 01/15] swiotlb: Refactor swiotlb init functions
  ` [Intel-gfx] "
` [PATCH v8 02/15] swiotlb: Refactor swiotlb_create_debugfs
  ` [Intel-gfx] "
` [PATCH v8 03/15] swiotlb: Add DMA_RESTRICTED_POOL
  ` [Intel-gfx] "
` [PATCH v8 04/15] swiotlb: Add restricted DMA pool initialization
  ` [Intel-gfx] "
` [PATCH v8 05/15] swiotlb: Add a new get_io_tlb_mem getter
  ` [Intel-gfx] "
` [PATCH v8 06/15] swiotlb: Update is_swiotlb_buffer to add a struct device argument
  ` [Intel-gfx] "
` [PATCH v8 07/15] swiotlb: Update is_swiotlb_active "
  ` [Intel-gfx] "
` [PATCH v8 08/15] swiotlb: Bounce data from/to restricted DMA pool if available
  ` [Intel-gfx] "
` [PATCH v8 09/15] swiotlb: Move alloc_size to find_slots
  ` [Intel-gfx] "
` [PATCH v8 10/15] swiotlb: Refactor swiotlb_tbl_unmap_single
  ` [Intel-gfx] "

[PATCH] Bluetooth: hci_intel: prevent reads beyond the end of skb->data
 2021-05-27 13:03 UTC 

[PATCH v2] dt-bindings: connector: Replace BIT macro with generic bit ops
 2021-05-27 13:02 UTC  (4+ messages)

[PATCH v2 0/7] block-copy: protect block-copy internal structures
 2021-05-27 10:31 UTC  (6+ messages)
` [PATCH v2 1/7] block-copy: streamline choice of copy_range vs. read/write
` [PATCH v2 4/7] block-copy: add a CoMutex to the BlockCopyTask list

[PATCH] pwm: sun4i: Avoid waiting until the next period
 2021-05-27 12:10 UTC  (3+ messages)

[PATCH] mtd: rawnand: arasan: Use the right DMA mask
 2021-05-27 13:00 UTC  (2+ messages)

[PATCH 0/7] KVM: arm64: Reduce hyp_vmemmap overhead
 2021-05-27 12:51 UTC  (24+ messages)
` [PATCH 1/7] KVM: arm64: Move hyp_pool locking out of refcount helpers
` [PATCH 2/7] KVM: arm64: Use refcount at hyp to check page availability
` [PATCH 3/7] KVM: arm64: Remove list_head from hyp_page
` [PATCH 4/7] KVM: arm64: Unify MMIO and mem host stage-2 pools
` [PATCH 5/7] KVM: arm64: Remove hyp_pool pointer from struct hyp_page
` [PATCH 6/7] KVM: arm64: Use less bits for hyp_page order
` [PATCH 7/7] KVM: arm64: Use less bits for hyp_page refcount

stable-rc/queue/4.19 build: 186 builds: 0 failed, 186 passed, 60 warnings (v4.19.192-2-g48f1190e2531)
 2021-05-27 12:57 UTC 

Security Working Group - Wednesday May 26
 2021-05-27 12:56 UTC  (3+ messages)
` Security Working Group - Wednesday May 26 - results

[PATCH Part1 RFC v2 00/20] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-05-27 12:56 UTC  (6+ messages)
` [PATCH Part1 RFC v2 16/20] x86/kernel: Validate rom memory before accessing when SEV-SNP is active

[PATCH] KVM: X86: fix tlb_flush_guest()
 2021-05-27 12:55 UTC  (2+ messages)

[PATCH 0/3] A couple of changes on the documentation main page
 2021-05-27 12:55 UTC  (2+ messages)
` [docs] "

[xen-unstable test] 162172: tolerable FAIL - PUSHED
 2021-05-27 12:54 UTC 

[Bug 212751] New: acm_port_activate - usb_submit_urb(ctrl irq) failed after kernel update
 2021-05-27 12:54 UTC  (2+ messages)
` [Bug 212751] "

RNDR/SS vs. SMCCC
 2021-05-27 12:50 UTC  (2+ messages)

[RESEND PATCH V1 0/5] Update pcie-tegra194 driver
 2021-05-27 12:52 UTC  (4+ messages)

SunCC doesn't compile v2.32.0-rc* anymore (was "Re: [PATCH 2/3] t/helper/test-bitmap.c: initial commit")
 2021-05-27 12:51 UTC  (4+ messages)
` [PATCH] pack-objects: move builtin-only code to its own header

[nfs-utils RFC PATCH 0/2] Two rpc.gssd improvements
 2021-05-27 12:54 UTC  (5+ messages)
` [nfs-utils RFC PATCH 2/2] gssd: add timeout for upcall threads

[PATCH] t2080: fix cp invocation to copy symlinks instead of following them
 2021-05-27 12:51 UTC  (2+ messages)

[PATCH] vfio: Fix unregister SaveVMHandler in vfio_migration_finalize
 2021-05-27 12:31 UTC 

[PATCH] squashfs: add option to panic on errors
 2021-05-27 12:50 UTC 

[Buildroot] [PATCH] package/netperf: move SITE so s.b.n
 2021-05-27 12:50 UTC 

[PATCH 0/3] sched/fair: Fix load decay issues related to throttling
 2021-05-27 12:49 UTC  (18+ messages)
` [PATCH 1/3] sched/fair: Add tg_load_contrib cfs_rq decay checking

Runaway sed memory use in test on older sed+glibc (was "Re: [PATCH v6 1/3] test: add helper functions for git-bundle")
 2021-05-27 12:19 UTC  (3+ messages)

[peterz-queue:mm/tlb 4/10] arch/parisc/include/asm/pgalloc.h:69:6: error: implicit declaration of function '__pmd_free'; did you mean 'pmd_free'?
 2021-05-27 12:49 UTC 

[dpdk-dev] [PATCH 2/2] net/bnxt: workaround for spurious zero counter values in Thor
 2021-05-27 12:48 UTC 

[PATCH qemu v20] spapr: Implement Open Firmware client interface
 2021-05-27 12:42 UTC  (12+ messages)

[kvm-unit-tests PATCH] lib/alloc: remove double include
 2021-05-27 12:45 UTC 

[PATCH v2 1/2] char: pcmcia: cm4000_cs: Fix failure handling
 2021-05-27 12:45 UTC  (4+ messages)
` [PATCH v2 2/2] char: pcmcia: cm4040_cs: "

[PATCH] arm64: cache: Lower ARCH_DMA_MINALIGN to 64 (L1_CACHE_BYTES)
 2021-05-27 12:43 UTC 

[PATCH v3 1/2] char: pcmcia: scr24x_cs: Fix failure handling of device_create()
 2021-05-27 12:44 UTC  (2+ messages)

[PATCH -next v2] media: pvrusb2: Replaced simple_strtol() with kstrtoint()
 2021-05-27 13:17 UTC 

[PATCH V1 net-next] net: stmmac: should not modify RX descriptor when STMMAC resume
 2021-05-27 12:43 UTC  (2+ messages)

[PATCH 0/5] stop collection of instruction usage statistics
 2021-05-27 11:24 UTC  (6+ messages)
` [PATCH 4/5] monitor: removed cpustats command

[PATCH v2 00/18] CSI2RX support on J721E
 2021-05-27 12:42 UTC  (3+ messages)

[Buildroot] [PATCH] package/libesmtp: move SITE to s.b.n
 2021-05-27 12:42 UTC 

stable-rc/queue/4.4 build: 175 builds: 0 failed, 175 passed, 9 warnings (v4.4.270-2-g56b6bd6cb2ff)
 2021-05-27 12:40 UTC 

patch "ipack/carriers/tpci200: Fix a double free in tpci200_pci_probe" added to char-misc-testing
 2021-05-27 12:40 UTC 

[PATCH] ipack/carriers/tpci200: Fix a double free in tpci200_pci_probe
 2021-05-27 12:39 UTC  (3+ messages)

[PATCH v3 00/20] arm64: entry: migrate more code to C
 2021-05-27 12:34 UTC  (3+ messages)
` [PATCH v3 01/20] arm64: remove redundant local_daif_mask() in bad_mode()

How to submit meta subfolder
 2021-05-27 12:36 UTC  (2+ messages)

[PATCH v4 00/15] drm/i915: Move LMEM (VRAM) management over to TTM
 2021-05-27 12:36 UTC  (6+ messages)
` [PATCH v4 10/15] drm/ttm, drm/amdgpu: Allow the driver some control over swapping
        ` [Intel-gfx] "

[RFC PATCH v2 0/3] UAC2 Gadget: feedback endpoint support
 2021-05-27 12:36 UTC  (8+ messages)
` [RFC PATCH v2 3/3] usb: gadget: u_audio: add real feedback implementation
  ` [RFC PATCH v2 3/3] usb: gadget: u_audio: .... PCM Rate Shift for playback too?


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.