All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-02 08:52:05 to 2021-02-02 09:30:31 UTC [more...]

post-receive: pub/scm/linux/kernel/git/next/linux-next-history
 2021-02-02  9:30 UTC 

[Buildroot] [PATCH] configs/nexbox_a95x_defconfig: bump to kernel 5.10.12
 2021-02-02  9:30 UTC 

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2021-02-02  9:29 UTC 

[PATCH] seccomp: Improve performance by optimizing memory barrier
 2021-02-02 10:13 UTC  (2+ messages)
` [PATCH v1 1/1] Firstly, as Andy mentioned, this should be smp_rmb() instead of rmb(). considering that TSYNC is a cross-thread situation, and rmb() is a mandatory barrier which should not be used to control SMP effects, since mandatory barriers impose unnecessary overhead on both SMP and UP systems, as kernel Documentation said

[dm-devel] [PATCH 0/3] multipath: fixes for SAS expanders and root FS access
 2021-02-02  9:28 UTC  (4+ messages)
` [dm-devel] [PATCH 1/3] libmultipath: use 3rd digit as transport_id for expanders

[PATCH v3] f2fs: rename checkpoint=merge mount option to checkpoint_merge
 2021-02-02  9:28 UTC  (4+ messages)
` [f2fs-dev] "

[PATCH] ALSA: hda: Drop power save deny list entry for Clevo W65_67SB
 2021-02-02  9:27 UTC 

[PATCH v7 0/2] PCI: cadence: Retrain Link to work around Gen2
 2021-02-02  9:27 UTC  (3+ messages)

[PATCH v7 0/7] add ECDH and CURVE25519 algorithms support for Kunpeng 930
 2021-02-02  9:27 UTC  (8+ messages)
` [PATCH v7 4/7] crypto: add ecc curve and expose them

[RFC PATCH 1/6] selftest/mremap_test: Update the test to handle pagesize other than 4K
 2021-02-02  9:11 UTC  (6+ messages)
` [RFC PATCH 2/6] selftest/mremap_test: Avoid crash with static build
` [RFC PATCH 3/6] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [RFC PATCH 4/6] mm/mremap: Use mmu gather interface instead of flush_tlb_range
` [RFC PATCH 5/6] mm/mremap: Allow arch runtime override
` [RFC PATCH 6/6] powerpc/mm: Enable move pmd/pud

Makefile has local changes that will be overwritten
 2021-02-02  9:26 UTC  (5+ messages)

[dpdk-dev] [PATCH] net/i40e: disable AVX512 with MinGW
 2021-02-02  9:06 UTC 

[dpdk-dev] [PATCH] net/virtio: fix missing listen FD initialization
 2021-02-02  9:26 UTC  (2+ messages)

[PATCH] backlight: pcf50633: pdata may be a null pointer, null pointer dereference cause crash
 2021-02-02  9:25 UTC  (3+ messages)

[GIT PULL] dma-mapping fix for 5.11
 2021-02-02  9:25 UTC  (2+ messages)

forkat(int pidfd), execveat(int pidfd), other awful things?
 2021-02-02  9:23 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t v19 00/34] Introduce IGT allocator
 2021-02-02  9:24 UTC  (35+ messages)
` [igt-dev] [PATCH i-g-t v19 01/34] lib/igt_list: Add igt_list_del_init()
` [igt-dev] [PATCH i-g-t v19 02/34] lib/igt_list: igt_hlist implementation
` [igt-dev] [PATCH i-g-t v19 03/34] lib/igt_map: Introduce igt_map
` [igt-dev] [PATCH i-g-t v19 04/34] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v19 05/34] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v19 06/34] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v19 07/34] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v19 08/34] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v19 09/34] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v19 10/34] lib/intel_bufops: Removes handle from allocator, change size
` [igt-dev] [PATCH i-g-t v19 11/34] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v19 12/34] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v19 13/34] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v19 14/34] lib/intel_aux_pgtable: Get addresses for aux table from an allocator
` [igt-dev] [PATCH i-g-t v19 15/34] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v19 16/34] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v19 17/34] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v19 18/34] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v19 19/34] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v19 20/34] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v19 21/34] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v19 22/34] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v19 23/34] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v19 24/34] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v19 25/34] tests/gem_linear_blits: Use intel allocator
` [igt-dev] [PATCH i-g-t v19 26/34] lib/gem_submission: Add gem_has_relocations() check
` [igt-dev] [PATCH i-g-t v19 27/34] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v19 28/34] tests/api_intel_*: Adopt to use relocations as default "
` [igt-dev] [PATCH i-g-t v19 29/34] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v19 30/34] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v19 31/34] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v19 32/34] tests/api_intel_allocator: Prepare to run with sanitizer
` [igt-dev] [PATCH i-g-t v19 33/34] tests/api_intel_bb: Add simple intel-bb which uses allocator
` [igt-dev] [PATCH i-g-t v19 34/34] tests/api_intel_allocator: Add execbuf with allocator example

[dm-devel] [PATCH] dm: fix iterate_device sanity check
 2021-02-02  4:40 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH v1] config/arm: fix native machine args
 2021-02-02  9:25 UTC  (3+ messages)
` [dpdk-dev] [RFC PATCH v2] config/arm: replace "

post-receive: pub/scm/linux/kernel/git/mkl/linux-can-next
 2021-02-02  9:25 UTC 

[PATCH 0/2] Fix failure to hot add memory
 2021-02-02  9:22 UTC  (10+ messages)
` [PATCH 1/2] vdpa/mlx5: Avoid unnecessary query virtqueue

post-receive: pub/scm/linux/kernel/git/mkl/linux-can-next
 2021-02-02  9:24 UTC 

safexcel driver for EIP197 and mini firmware features
 2021-02-02  9:15 UTC  (3+ messages)

Bash completion suggests tags for git branch -D
 2021-02-02  9:21 UTC  (3+ messages)

[PATCH v5 00/18] btrfs: add read-only support for subpage sector size
 2021-02-02  9:21 UTC  (2+ messages)
` [bug report] Unable to handle kernel paging request

[PATCH] net/qrtr: restrict user-controlled length in qrtr_tun_write_iter()
 2021-02-02  9:20 UTC 

[dpdk-dev] Typos in Arm xconfig files
 2021-02-02  9:22 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] config/arm: fix variable name

[PATCH RFC 0/1] QOM type names and QAPI
 2021-02-02  9:21 UTC  (4+ messages)
` [PATCH RFC 1/1] hw: Replace anti-social QOM type names

[PATCH] nvmetcli documentation: fix typo
 2021-02-02  9:22 UTC  (2+ messages)

[PATCH] lib/stackdepot.c: fix the compile warning
 2021-02-02  7:43 UTC 

s390-linux-ld: ll_temac_main.c:undefined reference to `devm_platform_ioremap_resource_byname'
 2021-02-02  9:20 UTC  (6+ messages)
  ` [kbuild-all] "

BOG: commit 89c7cb1608ac3 ("of/device: Update dma_range_map only when dev has valid dma-ranges") seems to break Pinephone display or LCDC
 2021-02-02  9:18 UTC  (2+ messages)

Only receive the topics I participated in or initiated on this mailing list
 2021-02-02  9:20 UTC  (7+ messages)

[PATCH V2] arch: mips: kernel: Fix two spelling in smp.c
 2021-02-02  9:18 UTC 

[PATCH] xenstore: Fix all builds
 2021-02-02  9:19 UTC  (2+ messages)

[PATCH 0/7] blktrace: few clenaup
 2021-02-02  9:18 UTC  (16+ messages)
` [PATCH 1/7] block: remove superfluous param in blk_fill_rwbs()
` [PATCH 2/7] blktrace: add blk_fill_rwbs documentation comment
` [PATCH 3/7] blktrace: fix blk_rq_issue documentation
` [PATCH 4/7] blktrace: fix blk_rq_merge documentation
` [PATCH 5/7] block: get rid of the trace rq insert wrapper
` [PATCH 6/7] null_blk: allow disacrd on non-membacked mode
` [PATCH 7/7] null_blk: add module param queue bounce limit

[Question] Sending CAN error frames
 2021-02-02  9:16 UTC  (11+ messages)

[PATCH v23 02/15] mm/damon/core: Implement region-based sampling
 2021-02-02  9:17 UTC  (2+ messages)

[PATCH] uprobes: Fix kasan UAF reported by syzbot
 2021-02-02  9:35 UTC 

[PATCH v4 00/16] qapi: static typing conversion, pt1.5
 2021-02-02  9:17 UTC  (6+ messages)
` [PATCH v4 05/16] qapi: centralize is_[user|system|builtin]_module methods
` [PATCH v4 07/16] qapi: use explicitly internal module names

general protection fault in put_device
 2021-02-02  9:16 UTC 

Question regarding VIOT proposal
 2021-02-02  9:17 UTC  (9+ messages)
  ` [EXTERNAL] "

[PATCH net-next] net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()
 2021-02-02  9:13 UTC  (4+ messages)
` [PATCH v3 2/2 net-next] net: mscc: ocelot: fix error code in mscc_ocelot_probe()

[RFC][PATCH 0/3] New thermal interface allowing IPA to get max power
 2021-02-02  9:31 UTC  (3+ messages)

[PATCH printk-rework 00/12] printk: remove logbuf_lock
 2021-02-02  9:15 UTC  (3+ messages)
` [PATCH printk-rework 11/12] "

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-02-01
 2021-02-02  9:17 UTC 

[f2fs-dev] [PATCH v2] f2fs: rename checkpoint=merge mount option to checkpoint_merge
 2021-02-02  9:13 UTC  (8+ messages)

[PATCH v1] net: hsr: align sup_multicast_addr in struct hsr_priv to u16 boundary
 2021-02-02  9:13 UTC 

stable-rc/queue/5.10 baseline: 181 runs, 2 regressions (v5.10.12-131-gd0ba7d735ad1d)
 2021-02-02  9:12 UTC 

[intel-linux-intel-lts:4.19/android_r 16885/21556] sound/soc/soc-dapm.c:3833:1: warning: the frame size of 2064 bytes is larger than 2048 bytes
 2021-02-02  9:16 UTC  (2+ messages)

[PATCH v6 0/8] drm/mediatek: add support for mediatek SOC MT8192
 2021-02-02  9:12 UTC  (16+ messages)
` [PATCH v6 2/8] drm/mediatek: add component POSTMASK
` [PATCH v6 6/8] drm/mediatek: add matrix_bits private data for ccorr
` [PATCH v6 8/8] drm/mediatek: add support for mediatek SOC MT8192

[dpdk-dev] [PATCH] app/testpmd: add PF and VF targets to flow action type sample
 2021-02-02  9:14 UTC  (3+ messages)

[PATCH] arm: remove unneeded semicolon
 2021-02-02  9:08 UTC  (3+ messages)

EAP AP/VLAN: multicast not send to client
 2021-02-02  9:12 UTC  (6+ messages)

[PATCH V2 0/2] cover-letter bq27xxx: BQ78Z100: Fix Typo
 2021-02-02  9:08 UTC  (5+ messages)
` [PATCH V2 1/2] power: supply: bq27xxx: Add support for BQ78Z100
` [PATCH V2 2/2] dt-bindings: power: bq27xxx: add bq78z10

[PATCH] mt76: mt7615: support loading EEPROM for MT7613BE
 2021-02-02  8:59 UTC 

[PATCH net] net: lapb: Copy the skb before sending a packet
 2021-02-02  9:04 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v18 00/31] Introduce IGT allocator
 2021-02-02  9:12 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v18 04/31] lib/intel_allocator_simple: Add simple allocator

[PATCH] nvme: Fix cache alignment
 2021-02-02  9:12 UTC  (6+ messages)

[PATCH] drm/amdgpu: convert sysfs sprintf/snprintf family to sysfs_emit
 2021-02-02  9:06 UTC 

[PATCH] PM: hibernate: add sanity check on power_kobj
 2021-02-02  9:04 UTC  (4+ messages)

✅ PASS: Test report for kernel 5.10.12 (stable-queue)
 2021-02-02  9:08 UTC 

[RFC PATCH 0/8] usb: Check for genXxY on host
 2021-02-02  9:04 UTC  (3+ messages)
` [RFC PATCH 6/8] usb: xhci: Fix port minor revision

stable-rc/queue/5.4 baseline: 175 runs, 7 regressions (v5.4.94-53-g8516ba70d2a0)
 2021-02-02  9:07 UTC 

linux-next: build failure after merge of the akpm-current tree
 2021-02-02  9:03 UTC 

[dpdk-dev] [PATCH] examples/vhost_blk: check protocol feature before get inflight info
 2021-02-02  9:10 UTC 

[dpdk-dev] [PATCH] net/i40e: fix mingw build error
 2021-02-02  9:09 UTC  (6+ messages)
` [dpdk-dev] [PATCH v3 0/2] "

[PATCH RFC 0/4] target/i386/cpu: introduce new CPU models for x86-64 ABI levels
 2021-02-02  9:06 UTC  (4+ messages)
` [PATCH RFC 1/4] docs: add a table showing x86-64 ABI compatibility levels

[mlmmj] mlmmj replication
 2021-02-02  9:08 UTC  (2+ messages)

Subject:[PATCH v2 4/4] board/km: add support for seli8 design based on nxp ls102x
 2021-02-02  9:06 UTC 

[PATCH v9 00/11] acquire_resource size and external IPT monitoring
 2021-02-02  9:04 UTC  (3+ messages)
` [PATCH v9 02/11] xen/domain: Add vmtrace_size domain creation parameter

[PATCHSET v3 0/3] perf tools: Minor improvements in event synthesis
 2021-02-02  9:01 UTC  (4+ messages)
` [PATCH 1/3] perf tools: Use /proc/<PID>/task/<TID>/status for synthesis
` [PATCH 2/3] perf tools: Skip MMAP record synthesis for kernel threads
` [PATCH 3/3] perf tools: Use scandir() to iterate threads

[PATCH v2 0/3] Add KVM support for bus lock debug exception
 2021-02-02  9:04 UTC  (4+ messages)
` [PATCH v2 1/3] KVM: X86: Rename DR6_INIT to DR6_ACTIVE_LOW
` [PATCH v2 2/3] KVM: X86: Add support for the emulation of DR6_BUS_LOCK bit
` [PATCH v2 3/3] KVM: X86: Expose bus lock debug exception to guest

[PATCH] target/i386: Add bus lock debug exception support
 2021-02-02  9:02 UTC 

[PATCH] mmc: mv_sdhci: parse device-tree entry
 2021-02-02  9:01 UTC  (2+ messages)

[RFC] sched/rt: Fix RT (group) throttling with nohz_full
 2021-02-02  9:00 UTC  (2+ messages)
` [RFC v2] "

[Intel-gfx] [PATCH] drm/i915/gen9bc: Handle TGP PCH during suspend/resume
 2021-02-02  8:59 UTC  (6+ messages)

stable-rc/queue/4.19 baseline: 159 runs, 6 regressions (v4.19.172-30-ge90b0fadf9e9)
 2021-02-02  8:57 UTC 

stable-rc/linux-4.19.y baseline: 158 runs, 5 regressions (v4.19.172-22-gabf72a457de5b)
 2021-02-02  8:57 UTC 

stable-rc/linux-5.4.y baseline: 184 runs, 6 regressions (v5.4.94-33-gdfa67b93f565)
 2021-02-02  8:57 UTC 

[RFC PATCH 12/17] gcc-plugins: objtool: Add plugin to detect switch table on arm64
 2021-02-02  8:57 UTC  (8+ messages)

stable-rc/linux-4.14.y baseline: 137 runs, 7 regressions (v4.14.218-17-g14278d4b38e29)
 2021-02-02  8:57 UTC 

stable-rc/queue/4.14 baseline: 138 runs, 7 regressions (v4.14.218-22-ga28952eda931)
 2021-02-02  8:57 UTC 

stable-rc/queue/4.4 baseline: 104 runs, 11 regressions (v4.4.254-24-ga3ad39420bc9)
 2021-02-02  8:57 UTC 

stable-rc/linux-4.4.y baseline: 111 runs, 12 regressions (v4.4.254-21-ga0b92ce8371e)
 2021-02-02  8:57 UTC 

stable-rc/linux-4.9.y baseline: 121 runs, 7 regressions (v4.9.254-23-g6116bd4b305b)
 2021-02-02  8:57 UTC 

stable-rc/queue/4.9 baseline: 119 runs, 7 regressions (v4.9.254-28-g5766fecf1c87)
 2021-02-02  8:57 UTC 

Augmented Page Reclaim
 2021-02-02  8:57 UTC 

kernelci.org server offline
 2021-02-02  8:57 UTC 

[PATCH] mm/hugetlb.c: Fix typos in comments
 2021-02-02  8:55 UTC 

[PATCH v5 2/4] x509: Detect sm2 keys by their parameters OID
 2021-02-02  8:55 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-02-02  8:56 UTC 

mm/hugetlb.c: Fix typos in comments
 2021-02-02  8:34 UTC 

[PATCH v3] tcg: Fix execution on Apple Silicon
 2021-02-02  8:54 UTC  (6+ messages)

[PATCH v4 00/17] remoteproc: Add support for detaching a rproc
 2021-02-02  8:54 UTC  (4+ messages)

[PATCH] iommu: Update the document of IOMMU_DOMAIN_UNMANAGED
 2021-02-02  8:53 UTC  (3+ messages)

[PATCH v2 1/3] usb: typec: tcpm: Add Callback to Usb Communication capable partner
 2021-02-02  8:52 UTC  (3+ messages)
` [PATCH v2 3/3] usb: typec: tcpci_maxim: Enable data path when partner is USB Comm capable

[PATCH v3 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2021-02-02  8:51 UTC  (2+ messages)

[PATCH] drm: drm_basic_types.h, DRM_FOURCC_STANDALONE
 2021-02-02  8:52 UTC  (5+ messages)

[PATCH 1/1] dma-buf: heaps: Map system heap pages as managed by linux vm
 2021-02-02  8:51 UTC  (9+ messages)

[PATCH v2] x86/vmemmap: Handle unpopulated sub-pmd ranges
 2021-02-02  8:51 UTC  (5+ messages)

[PATCH] riscv: Improve kasan population by using hugepages when possible
 2021-02-02  8:50 UTC  (2+ messages)

[Intel-gfx] [PATCH 1/3] i915/perf: Store a mask of valid OA formats for a platform
 2021-02-02  8:52 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/3] "


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.