All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-16 23:20:17 to 2020-10-17 05:29:14 UTC [more...]

[PATCH] drivers/virt: vmgenid: add vm generation id driver
 2020-10-17  5:29 UTC  (7+ messages)

[PATCH v5 1/5] RDMA/umem: Support importing dma-buf as user memory region
 2020-10-17  0:57 UTC  (3+ messages)

[PATCH v5 3/5] RDMA/uverbs: Add uverbs command for dma-buf based MR registration
 2020-10-17  0:59 UTC  (3+ messages)

[PATCH] ipmi_si: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-10-17  1:40 UTC 

[PATCH 3/8] ext4: use do_div() to calculate block offset
 2020-10-17  2:23 UTC  (3+ messages)

[rdma:for-next] BUILD SUCCESS c7a198c700763ac89abbb166378f546aeb9afb33
 2020-10-17  5:26 UTC 

[PATCH 0/3] Avoid build error, clean up numa.c and add /proc/boardinfo
 2020-10-17  1:23 UTC  (4+ messages)
` [PATCH 3/3] MIPS: Loongson64: Add /proc/boardinfo

[PATCH] Kbuild.include: remove leftover comment for filechk utility
 2020-10-17  0:52 UTC  (2+ messages)

[PATCH v9 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
 2020-10-17  2:13 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH] checkpatch: add new exceptions to repeated word check
 2020-10-17  5:24 UTC  (3+ messages)

[Linux-kernel-mentees] [PATCH v3] checkpatch: add new exception to repeated word check
 2020-10-17  5:22 UTC 

[Bug 1891748] [NEW] qemu-arm-static 5.1 can't run gcc
 2020-10-17  5:13 UTC  (4+ messages)
` [Bug 1891748] "

[WIP] [PATCH 00/12] erofs-utils: introduce fuse implementation
 2020-10-17  5:16 UTC  (13+ messages)
  ` [WIP] [PATCH 01/12] "
  ` [WIP] [PATCH 02/12] erofs-utils: fuse: support read special file
  ` [WIP] [PATCH 03/12] erofs-utils: fuse: support read compressed file
  ` [WIP] [PATCH 04/12] erofs-utils: fuse: adjust larger extent handling
  ` [WIP] [PATCH 05/12] erofs-utils: fuse: use proper expression about inode size
  ` [WIP] [PATCH 06/12] erofs-utils: fuse: drop ofs_out
  ` [WIP] [PATCH 07/12] erofs-utils: fuse: refuse a undefined shifted cluster behavior
  ` [WIP] [PATCH 08/12] erofs-utils: fuse: drop z_erofs_shifted_transform()
  ` [WIP] [PATCH 09/12] erofs-utils: fuse: rename ofs_head and outputsize
  ` [WIP] [PATCH 10/12] erofs-utils: fuse: cleanup erofs_read_data_compression()
  ` [WIP] [PATCH 11/12] erofs-utils: fuse: move up mpage in struct erofs_map_blocks
  ` [WIP] [PATCH 12/12] erofs-utils: fuse: fix up source headers

[Linux-kernel-mentees] [PATCH v2] checkpatch: add new exception to repeated word check
 2020-10-17  4:49 UTC  (8+ messages)

[PATCH RFC V3 0/9] PKS: Add Protection Keys Supervisor (PKS) support RFC v3
 2020-10-17  5:14 UTC  (8+ messages)
` [PATCH RFC V3 2/9] x86/fpu: Refactor arch_set_user_pkey_access() for PKS support
` [PATCH RFC V3 4/9] x86/pks: Preserve the PKRS MSR on context switch

[PATCH 0/4] xen/arm: Unbreak ACPI
 2020-10-17  5:12 UTC  (5+ messages)
    ` Xen-ARM EFI/ACPI problems (was: Re: [PATCH 0/4] xen/arm: Unbreak ACPI)

[dm-devel] [PATCH v3 00/21] multipath-tools: shutdown, libdevmapper races, globals
 2020-10-17  4:58 UTC  (3+ messages)
` [dm-devel] [PATCH v3 10/21] libmultipath: devmapper: refactor libdm version determination

[PATCH v4 0/3] iommu/arm-smmu-qcom: Support maintaining bootloader mappings
 2020-10-17  4:39 UTC  (8+ messages)
` [PATCH v4 1/3] iommu/arm-smmu: Allow implementation specific write_s2cr
` [PATCH v4 2/3] iommu/arm-smmu-qcom: Read back stream mappings
` [PATCH v4 3/3] iommu/arm-smmu-qcom: Implement S2CR quirk

[PATCH v3 00/18] Support Multifd for RDMA migration
 2020-10-17  4:25 UTC  (19+ messages)
` [PATCH v3 01/18] migration/rdma: add the 'migrate_use_rdma_pin_all' function
` [PATCH v3 02/18] migration/rdma: judge whether or not the RDMA is used for migration
` [PATCH v3 03/18] migration/rdma: create multifd_setup_ops for Tx/Rx thread
` [PATCH v3 04/18] migration/rdma: add multifd_setup_ops for rdma
` [PATCH v3 05/18] migration/rdma: do not need sync main "
` [PATCH v3 06/18] migration/rdma: export MultiFDSendParams/MultiFDRecvParams
` [PATCH v3 07/18] migration/rdma: add rdma field into multifd send/recv param
` [PATCH v3 08/18] migration/rdma: export getQIOChannel to get QIOchannel in rdma
` [PATCH v3 09/18] migration/rdma: add multifd_rdma_load_setup() to setup multifd rdma
` [PATCH v3 10/18] migration/rdma: Create the multifd recv channels for RDMA
` [PATCH v3 11/18] migration/rdma: record host_port for multifd RDMA
` [PATCH v3 12/18] migration/rdma: Create the multifd send channels for RDMA
` [PATCH v3 13/18] migration/rdma: Add the function for dynamic page registration
` [PATCH v3 14/18] migration/rdma: register memory for multifd RDMA channels
` [PATCH v3 15/18] migration/rdma: only register the memory for multifd channels
` [PATCH v3 16/18] migration/rdma: add rdma_channel into Migrationstate field
` [PATCH v3 17/18] migration/rdma: send data for both rdma-pin-all and NOT rdma-pin-all mode
` [PATCH v3 18/18] migration/rdma: RDMA cleanup for multifd migration

[xen-unstable test] 155894: tolerable FAIL
 2020-10-17  4:26 UTC 

[Intel-wired-lan] [PATCH net v1] igc: Fix returning wrong statistics
 2020-10-17  3:43 UTC  (2+ messages)

drivers/dma/ppc4xx/adma.c:1188:34: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-10-17  3:35 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 0/8] fix distributor synchronization issues
 2020-10-17  3:34 UTC  (10+ messages)
` [dpdk-dev] [PATCH v4 "
    ` [dpdk-dev] [PATCH v4 2/8] test/distributor: synchronize lcores statistics

[dpdk-dev] [PATCH v7 00/16] fix distributor synchronization issues
 2020-10-17  3:29 UTC  (31+ messages)
  ` [dpdk-dev] [PATCH v8 00/17] "
    ` [dpdk-dev] [PATCH v8 01/17] distributor: fix missing handshake synchronization
    ` [dpdk-dev] [PATCH v8 02/17] distributor: fix handshake deadlock
    ` [dpdk-dev] [PATCH v8 03/17] distributor: do not use oldpkt when not needed
    ` [dpdk-dev] [PATCH v8 04/17] distributor: handle worker shutdown in burst mode
    ` [dpdk-dev] [PATCH v8 05/17] test/distributor: fix shutdown of busy worker
    ` [dpdk-dev] [PATCH v8 06/17] distributor: fix return pkt calls in single mode
    ` [dpdk-dev] [PATCH v8 07/17] test/distributor: fix freeing mbufs
    ` [dpdk-dev] [PATCH v8 08/17] test/distributor: synchronize lcores statistics
    ` [dpdk-dev] [PATCH v8 09/17] test/distributor: collect return mbufs
    ` [dpdk-dev] [PATCH v8 10/17] distributor: align API documentation with code
    ` [dpdk-dev] [PATCH v8 11/17] test/distributor: replace delays with spin locks
    ` [dpdk-dev] [PATCH v8 12/17] distributor: fix scalar matching
    ` [dpdk-dev] [PATCH v8 13/17] test/distributor: add test with packets marking
    ` [dpdk-dev] [PATCH v8 14/17] distributor: fix flushing in flight packets
    ` [dpdk-dev] [PATCH v8 15/17] distributor: fix clearing returns buffer
    ` [dpdk-dev] [PATCH v8 16/17] test/distributor: ensure all packets are delivered
    ` [dpdk-dev] [PATCH v8 17/17] test/distributor: fix quitting workers
    ` [dpdk-dev] [PATCH v7 01/16] distributor: fix missing handshake synchronization
    ` [dpdk-dev] [PATCH v7 06/16] test/distributor: synchronize lcores statistics
    ` [dpdk-dev] [PATCH v7 08/16] test/distributor: fix freeing mbufs
    ` [dpdk-dev] [PATCH v7 09/16] test/distributor: collect return mbufs

[patch 4/4] media: cx231xx: Consolidate dmesg output
 2020-10-17  2:56 UTC  (2+ messages)

[PATCH] drm/mediatek: Optimize functions which do not need to return
 2020-10-17  2:50 UTC  (4+ messages)

[PATCH 0/1] add ast2400/2500 phy-handle support
 2020-10-17  2:10 UTC  (3+ messages)
` [PATCH 1/1] net: ftgmac100: add handling of mdio/phy nodes for ast2400/2500

[PATCH 0/4] target/s390x: Improve carry computation
 2020-10-17  2:29 UTC  (5+ messages)
` [PATCH 1/4] target/s390x: Improve cc computation for ADD LOGICAL
` [PATCH 2/4] target/s390x: Improve ADD LOGICAL WITH CARRY
` [PATCH 3/4] target/s390x: Improve cc computation for SUBTRACT LOGICAL
` [PATCH 4/4] target/s390x: Improve SUB LOGICAL WITH BORROW

[linux-nvme:nvme-5.10] BUILD SUCCESS d987eab65bf7f917472996aeda2754bac0f5fd33
 2020-10-17  2:16 UTC 

[PATCH V2] mm: fix potential pte_unmap_unlock pte error
 2020-10-17  2:11 UTC 

5.9.0-next-20201015: autofs oops in update-binfmts
 2020-10-17  2:11 UTC  (2+ messages)

[PATCH 0/2] mm/memory_hotplug, arm64: allow certain bootmem sections to be offlinable
 2020-10-17  2:02 UTC  (3+ messages)
` [PATCH 1/2] mm/memory_hotplug: allow marking of memory sections as hotpluggable
` [PATCH 2/2] arm64: allow hotpluggable sections to be offlined

[PATCH v7 0/3] iommu/tegra-smmu: Add PCI support
 2020-10-17  1:56 UTC  (8+ messages)
` [PATCH v7 3/3] "

[PATCH 0/5] Add GPIO support for MStar/SigmaStar ARMv7
 2020-10-17  1:57 UTC  (4+ messages)
` [PATCH 3/5] gpio: msc313: MStar MSC313 GPIO driver

[PATCH] mm: fix potential pte_unmap_unlock pte error
 2020-10-17  1:55 UTC  (8+ messages)

arch/x86/platform/efi/efi_64.c:857:18: sparse: sparse: context imbalance in 'efi_thunk_set_variable_nonblocking' - wrong count at exit
 2020-10-17  1:52 UTC 

[PATCH v6 00/25] Add support for Clang LTO
 2020-10-17  1:46 UTC  (5+ messages)
` [PATCH v6 07/25] treewide: remove DISABLE_LTO

drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c:932:2: warning: 'strncpy' specified bound 128 equals destination size
 2020-10-17  1:48 UTC 

[PATCH 1/2] ASoC: dt-bindings: fsl_spdif: Add new compatible string for i.MX8QM
 2020-10-17  1:23 UTC  (4+ messages)
` [PATCH 2/2] ASoC: fsl_spdif: Add support for i.MX8QM platform

[PATCH v4 0/7] dma-buf: Performance improvements for system heap & a system-uncached implementation
 2020-10-17  1:32 UTC  (8+ messages)
` [PATCH v4 1/7] dma-buf: system_heap: Rework system heap to use sgtables instead of pagelists
` [PATCH v4 2/7] dma-buf: heaps: Move heap-helper logic into the cma_heap implementation
` [PATCH v4 3/7] dma-buf: heaps: Remove heap-helpers code
` [PATCH v4 4/7] dma-buf: heaps: Skip sync if not mapped
` [PATCH v4 5/7] dma-buf: system_heap: Allocate higher order pages if available
` [PATCH v4 6/7] dma-buf: dma-heap: Keep track of the heap device struct
` [PATCH v4 7/7] dma-buf: system_heap: Add a system-uncached heap re-using the system heap

[PATCH v4 0/2] DAI driver for new XCVR IP
 2020-10-17  1:17 UTC  (4+ messages)
` [PATCH v4 1/2] ASoC: fsl_xcvr: Add XCVR ASoC CPU DAI driver

[PATCH] hwmon: (acpi_power_meter) clean up freeing code
 2020-10-17  1:25 UTC  (2+ messages)

[PATCH v4 00/13] "Task_isolation" mode
 2020-10-17  1:13 UTC  (14+ messages)
` [PATCH v4 03/13] task_isolation: userspace hard isolation from kernel
    ` [EXT] "
` [PATCH v4 10/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "

[Buildroot] [PATCH 1/1] package/rpi-userland: build on arm64
 2020-10-17  1:13 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Program DBUF_CTL tracker state service
 2020-10-17  1:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[MPTCP] Re: [MPTCP][PATCH v5 mptcp-next 2/2] selftests: mptcp: add ADD_ADDR timeout test case
 2020-10-17  0:53 UTC 

[PATCH 0/2] Fixes for clang/lld
 2020-10-17  0:47 UTC  (3+ messages)
` [PATCH 1/2] powerpc/wrapper: Add "-z notext" flag to disable diagnostic
` [PATCH 2/2] powerpc/boot: Use clang when CC is clang

fw_devlink on will break all snps,dw-apb-gpio users
 2020-10-17  0:44 UTC  (10+ messages)

[PATCH] arm64: Fix a broken copyright header in gen_vdso_offsets.sh
 2020-10-17  0:26 UTC 

[PATCH] RISC-V: Fix the VDSO symbol generaton for binutils-2.34+
 2020-10-17  0:25 UTC 

[RFC PATCH resend 0/6] mm and ptrace: Track dumpability until task is freed
 2020-10-17  0:30 UTC  (4+ messages)
` [RFC PATCH resend 3/6] mm: Add refcount for preserving mm_struct without pgd

For review: seccomp_user_notif(2) manual page
 2020-10-17  0:25 UTC  (6+ messages)

[dpdk-dev] [PATCH] baseband/turbo_sw: fix memory leak in error path
 2020-10-17  0:22 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v12 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-10-17  0:12 UTC  (9+ messages)
` [PATCH v12 1/8] parisc: Drop parisc special case for __sighandler_t
` [PATCH v12 2/8] parisc: start using signal-defs.h
` [PATCH v12 3/8] arch: move SA_* definitions to generic headers
` [PATCH v12 4/8] signal: clear non-uapi flag bits when passing/returning sa_flags
` [PATCH v12 5/8] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v12 6/8] signal: deduplicate code dealing with common _sigfault fields
` [PATCH v12 7/8] signal: define the field siginfo.si_xflags
` [PATCH v12 8/8] arm64: expose FAR_EL1 tag bits in siginfo

[Intel-gfx] [PATCH 1/2] drm/i915: Move the lspcon resume from .reset() to intel_dp_sink_dpms()
 2020-10-17  0:14 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[PATCH] staging: wfx: make a const array static, makes object smaller
 2020-10-17  0:11 UTC  (2+ messages)

[PATCH net] ixgbe: fix probing of multi-port devices with one MDIO
 2020-10-17  0:01 UTC  (3+ messages)

[PATCH net-next] net: pcs-xpcs: depend on MDIO_BUS instead of selecting it
 2020-10-16 23:56 UTC  (2+ messages)

[PATCH] powerpc/boot: move the .got section to after the .dynamic section
 2020-10-17  0:01 UTC 

[PATCH v3 0/5] RISC-V Pointer Masking implementation
 2020-10-16 23:57 UTC  (16+ messages)
` [PATCH v3 1/5] [RISCV_PM] Add J-extension into RISC-V
` [PATCH v3 2/5] [RISCV_PM] Support CSRs required for RISC-V PM extension except for ones in hypervisor mode
` [PATCH v3 3/5] [RISCV_PM] Print new PM CSRs in QEMU logs
` [PATCH v3 4/5] [RISCV_PM] Support pointer masking for RISC-V for i/c/f/d/a types of instructions
` [PATCH v3 5/5] [RISCV_PM] Implement address masking functions required for RISC-V Pointer Masking extension

[PATCH net] icmp: randomize the global rate limiter
 2020-10-16 23:49 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION b2926c108f9fd225d3fe9ea73fb5c35f48735d20
 2020-10-16 23:50 UTC 

Where to download znus 0011-linux-user-remove-host-stime-syscall.patch?
 2020-10-16 23:47 UTC 

[tpm2] Re: Question: missing "tpm0" in securityfs/sysfs, trying to parse TPM2 event log
 2020-10-16 23:46 UTC 

[PATCH net v3] net: openvswitch: fix to make sure flow_lookup() is not preempted
 2020-10-16 23:46 UTC  (2+ messages)

[PATCH 1/1] pci: pciehp: Handle MRL interrupts to enable slot for hotplug
 2020-10-16 23:43 UTC  (2+ messages)

[PATCH] task_work: cleanup notification modes
 2020-10-16 23:43 UTC  (7+ messages)

[dpdk-dev] [PATCH] ethdev: unify error code if port ID is invalid
 2020-10-16 23:43 UTC  (5+ messages)

[powerpc:fixes-test] BUILD SUCCESS 8d0e2101274358d9b6b1f27232b40253ca48bab5
 2020-10-16 23:39 UTC 

[Intel-gfx] [PATCH] drm/i915: Add plane .{min, max}_width() and .max_height() vfuncs
 2020-10-16 23:40 UTC  (2+ messages)

s390 - buildroot + qemu
 2020-10-16 23:40 UTC  (3+ messages)

[PATCH] t7518: fix flaky grep invocation
 2020-10-16 23:39 UTC 

[PATCH v2] gpiolib: cdev: document that line eflags are shared
 2020-10-16 23:39 UTC  (3+ messages)

drivers/staging/wfx/data_tx.c:34:19: warning: variable 'band' is uninitialized when used here
 2020-10-16 23:38 UTC  (2+ messages)

[Bluez PATCH v2] doc/advertising-api: Enable new data types in adv data / scan response
 2020-10-16 23:34 UTC 

[PATCHv4] selftests: rtnetlink: load fou module for kci_test_encap_fou() test
 2020-10-16 23:32 UTC  (2+ messages)

[PATCH 0/5] Builtin DTB improvements
 2020-10-16 23:31 UTC  (5+ messages)
` [PATCH 4/5] Makefile: Allow padding zeros when converting DTB to C source
` [PATCH 5/5] platform: kendryte/k210: Add some padding for FDT fixups

[Bluez PATCH] doc/advertising-api: Enable new data sections in adv data / scan response
 2020-10-16 23:30 UTC  (2+ messages)
` [Bluez] "

[RFC][PATCH v1] Fix and rename nla_strlcpy to nla_strcpy
 2020-10-16 23:29 UTC  (5+ messages)
` [PATCH v1 1/3] Fix unefficient call to memset before memcpu in nla_strlcpy
` [PATCH v1 2/3] Modify return value of nla_strlcpy to match that of strscpy

[PATCH] drm/amdgpu: enable VCN PG and CG for vangogh
 2020-10-16 23:28 UTC 

[PATCH v2 0/3] gpiolib: cdev: allow edge event timestamps to be configured as REALTIME
 2020-10-16 23:27 UTC  (4+ messages)
` [PATCH v2 1/3] "

[PATCH v4 0/3] Make test selection easier by specifying description substrings instead of just numeric counters
 2020-10-16 23:25 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] test-lib: allow selecting tests by substring/glob with --run

[Intel-gfx] [PATCH] drm/i915/gt: Flush the old heartbeat on interval change
 2020-10-16 23:24 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gt: Flush the old heartbeat on interval change (rev3)

[dpdk-dev] [PATCH v6 00/15] fix distributor synchronization issues
 2020-10-09 22:01 UTC 


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.