All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-21 23:28:38 to 2022-06-22 01:18:44 UTC [more...]

[RFT][PATCH v1 0/6] Update vfio_pin/unpin_pages API
 2022-06-22  1:18 UTC  (5+ messages)
` [RFT][PATCH v1 3/6] vfio: Pass in starting IOVA to "

[PATCH V2] virtio: disable notification hardening by default
 2022-06-22  1:17 UTC  (6+ messages)

[PATCH -next] soc: mediatek: SVS: Make svs_resume and svs_suspend defined when CONFIG_PM_SLEEP is y
 2022-06-22  1:34 UTC  (2+ messages)

[PATCH v2 bpf-next 0/5] Add bpf_getxattr
 2022-06-22  1:17 UTC  (9+ messages)
` [PATCH v2 bpf-next 3/5] bpf: Allow kfuncs to be used in LSM programs

[PATCH] drm/i915/guc: ADL-N should use the same GuC FW as ADL-S
 2022-06-22  1:16 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH 0/6] iscsi fixes for 5.19 or 5.20
 2022-06-22  1:15 UTC  (2+ messages)

[PATCH] doc: update async enqueue API usage
 2022-06-22  1:13 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/3] Add nvmem support for dynamic partitions
 2022-06-22  1:06 UTC  (8+ messages)
` [PATCH v6 1/3] dt-bindings: mtd: partitions: support label/name only partition
` [PATCH v6 2/3] dt-bindings: mtd: partitions: add additional example for qcom,smem-part
` [PATCH v6 3/3] mtd: core: introduce of support for dynamic partitions

next/pending-fixes build: 184 builds: 2 failed, 182 passed, 6 errors, 3 warnings (v5.19-rc3-373-gd317111b3b1ae)
 2022-06-22  1:11 UTC 

[next] Unable to handle kernel execute from non-executable memory at virtual address - devm_clk_release
 2022-06-22  1:11 UTC 

[PATCH] mac80211: add s1g action frame in _ieee80211_is_robust_mgmt_frame
 2022-06-22  1:08 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  1:07 UTC 

[PATCH v2] vhost: fix avail idx update error when desc copy failed
 2022-06-22  1:06 UTC 

linux-next: build failure after merge of the drm-misc tree
 2022-06-22  1:04 UTC  (5+ messages)
    ` [Intel-gfx] "

[PATCH -next] scsi: ufs: ufs-mediatek: Fix build error and type unmatch
 2022-06-22  1:01 UTC  (3+ messages)

+ hugetlb-lazy-page-table-copies-in-fork.patch added to mm-unstable branch
 2022-06-22  1:02 UTC 

+ hugetlb-do-not-update-address-in-huge_pmd_unshare.patch added to mm-unstable branch
 2022-06-22  1:02 UTC 

+ arm64-hugetlb-implement-arm64-specific-hugetlb_mask_last_page.patch added to mm-unstable branch
 2022-06-22  1:01 UTC 

+ hugetlb-skip-to-end-of-pt-page-mapping-when-pte-not-present.patch added to mm-unstable branch
 2022-06-22  1:01 UTC 

[syzbot] KASAN: use-after-free Read in free_netdev (3)
 2022-06-22  1:01 UTC 

[viro-vfs:work.iov_iter_get_pages 32/34] fs/splice.c:1170:24: error: implicit declaration of function 'iov_iter_get_pages'; did you mean 'iov_iter_get_pages2'?
 2022-06-22  1:00 UTC 

[qemu-mainline test] 171301: tolerable FAIL - PUSHED
 2022-06-22  1:01 UTC 

[PATCH v3 00/51] target/arm: Scalable Matrix Extension
 2022-06-22  0:58 UTC  (4+ messages)
` [PATCH v3 23/51] target/arm: Implement SME RDSVL, ADDSVL, ADDSPL

[PATCH v3] docs: add PCIe root bus for VGA compat guideline
 2022-06-22  0:56 UTC  (2+ messages)
` [PATCH v4] docs: mention devices with VBE on Root Complex

[PATCH] netconfig: Add getters for DNS addresses and domain names
 2022-06-22  0:57 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  0:56 UTC 

[PATCH v2 0/4] btrfs: fix error handling of cow_file_range(unlock = 0)
 2022-06-22  0:56 UTC  (4+ messages)
` [PATCH v2 3/4] btrfs: fix error handling of fallbacked uncompress write

[PULL 00/25] Migration 20220621 patches
 2022-06-22  0:25 UTC  (26+ messages)
` [PULL 01/25] migration: Remove RDMA_UNREGISTRATION_EXAMPLE
` [PULL 02/25] QIOChannelSocket: Introduce assert and reduce ifdefs to improve readability
` [PULL 03/25] QIOChannelSocket: Fix zero-copy send so socket flush works
` [PULL 04/25] migration: Change zero_copy_send from migration parameter to migration capability
` [PULL 05/25] io: add a QIOChannelNull equivalent to /dev/null
` [PULL 06/25] migration: switch to use QIOChannelNull for dummy channel
` [PULL 07/25] migration: remove unreachble RDMA code in save_hook impl
` [PULL 08/25] migration: rename rate limiting fields in QEMUFile
` [PULL 09/25] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PULL 10/25] migration: rename qemu_ftell to qemu_file_total_transferred
` [PULL 11/25] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PULL 12/25] migration: rename qemu_file_update_transfer to qemu_file_acct_rate_limit
` [PULL 13/25] migration: introduce a QIOChannel impl for BlockDriverState VMState
` [PULL 14/25] migration: convert savevm to use QIOChannelBlock for VMState
` [PULL 15/25] migration: stop passing 'opaque' parameter to QEMUFile hooks
` [PULL 16/25] migration: hardcode assumption that QEMUFile is backed with QIOChannel
` [PULL 17/25] migration: introduce new constructors for QEMUFile
` [PULL 18/25] migration: remove unused QEMUFileGetFD typedef / qemu_get_fd method
` [PULL 19/25] migration: remove the QEMUFileOps 'shut_down' callback
` [PULL 20/25] migration: remove the QEMUFileOps 'set_blocking' callback
` [PULL 21/25] migration: remove the QEMUFileOps 'close' callback
` [PULL 22/25] migration: remove the QEMUFileOps 'get_buffer' callback
` [PULL 23/25] migration: remove the QEMUFileOps 'writev_buffer' callback
` [PULL 24/25] migration: remove the QEMUFileOps 'get_return_path' callback
` [PULL 25/25] migration: remove the QEMUFileOps abstraction

[PATCH] vhost: fix avail idx update error when desc copy failed
 2022-06-22  0:56 UTC 

[RFC PATCH v4 0/7] KVM: x86: add per-vCPU exits disable capability
 2022-06-22  0:49 UTC  (8+ messages)
` [RFC PATCH v4 1/7] KVM: x86: only allow exits disable before vCPUs created
` [RFC PATCH v4 2/7] KVM: x86: Move *_in_guest power management flags to vCPU scope
` [RFC PATCH v4 3/7] KVM: x86: Reject disabling of MWAIT interception when not allowed
` [RFC PATCH v4 4/7] KVM: x86: Let userspace re-enable previously disabled exits
` [RFC PATCH v4 5/7] KVM: x86: add vCPU scoped toggling for "
` [RFC PATCH v4 6/7] KVM: x86: Add a new guest_debug flag forcing exit to userspace
` [RFC PATCH v4 7/7] KVM: selftests: Add tests for VM and vCPU cap KVM_CAP_X86_DISABLE_EXITS

+ mm-thp-kill-transparent_hugepage_active-fix.patch added to mm-unstable branch
 2022-06-22  0:54 UTC 

[mm-unstable v5 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-22  0:54 UTC  (4+ messages)
` [v5 PATCH 4/7] mm: thp: kill transparent_hugepage_active()

[PATCH 0/5] blk-mq: Add a flag for reserved requests series
 2022-06-22  0:51 UTC  (2+ messages)

[PATCH 5.18 000/141] 5.18.6-rc1 review
 2022-06-22  0:52 UTC  (2+ messages)

[PATCH 3/9] block: Generalize get_current_ioprio() for any task
 2022-06-22  0:50 UTC  (3+ messages)

[viro-vfs:work.iov_iter_get_pages 33/34] lib/iov_iter.c:1225:58: error: passing argument 3 of 'append_pipe' from incompatible pointer type
 2022-06-22  0:50 UTC 

[PATCH] git-send-email: Add --no-validate-email option
 2022-06-22  0:48 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-22  0:45 UTC 

mxs_lradc_ts: Warning due to "0 is an invalid IRQ number"
 2022-06-22  0:36 UTC  (7+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-22  0:34 UTC 

[PATCH] phy: rockchip-inno-usb2: Sync initial otg state
 2022-06-22  0:31 UTC  (4+ messages)

[rmk-arm:zii 35/107] drivers/net/phy/phylink.c:1328: warning: expecting prototype for phylink_set_fixe_linkd(). Prototype was for phylink_set_fixed_link() instead
 2022-06-22  0:29 UTC 

[PATCH v6 bpf-next] selftests/bpf: Add benchmark for local_storage get
 2022-06-22  0:29 UTC  (3+ messages)

SHA-256 transition
 2022-06-22  0:29 UTC  (3+ messages)

[PATCH] drm/i915/guc/slpc: Use non-blocking H2G for waitboost
 2022-06-22  0:26 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] drm/amd/display: Add missing hard-float compile flags for PPC64 builds
 2022-06-22  0:26 UTC  (4+ messages)

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-06-22  0:16 UTC  (15+ messages)
` [PATCH v5 01/13] mm: add zone device coherent type memory support

[PATCH] wcn36xx: remove unexpected word "the"
 2022-06-22  0:25 UTC  (2+ messages)

[af_unix] afd20b9290: stress-ng.sockdiag.ops_per_sec -26.3% regression
 2022-06-22  0:25 UTC  (3+ messages)

+ mm-mmapc-fix-missing-call-to-vm_unacct_memory-in-mmap_region.patch added to mm-unstable branch
 2022-06-22  0:24 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  0:23 UTC 

[PATCH v2 0/4] hugetlb: speed up linear address scanning
 2022-06-21 23:56 UTC  (20+ messages)
` [PATCH v2 1/4] hugetlb: skip to end of PT page mapping when pte not present
` [PATCH v2 2/4] arm64/hugetlb: Implement arm64 specific hugetlb_mask_last_page
` [PATCH v2 3/4] hugetlb: do not update address in huge_pmd_unshare
` [PATCH v2 4/4] hugetlb: Lazy page table copies in fork()

[PATCH] libbpf: Fix is_pow_of_2
 2022-06-22  0:20 UTC  (4+ messages)

[PATCH ubdsrv] tgt_null: Return number of sectors read/written
 2022-06-22  0:19 UTC  (2+ messages)

[mgr:v5.19/topic/rk3568-vepu-h264-stateless-bootlin 3/4] drivers/staging/media/hantro/hantro_h264.c:1254:27: sparse: sparse: incorrect type in assignment (different base types)
 2022-06-22  0:19 UTC 

[PATCH 0/2] Introduce security_create_user_ns()
 2022-06-22  0:19 UTC  (4+ messages)
` [PATCH 1/2] security, lsm: "
` [PATCH 2/2] bpf-lsm: Make bpf_lsm_create_user_ns() sleepable

[PATCH mptcp-next] selftests: mptcp: Initialize variables to quiet gcc 12 warnings
 2022-06-22  0:18 UTC 

[PATCH] selftests/proc: Fix proc-pid-vm for vsyscall=xonly
 2022-06-22  0:18 UTC  (7+ messages)

[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
 2022-06-22  0:15 UTC  (12+ messages)
` [patch v3] "
  ` [patch v4] "
      ` [patch v5] "

[Intel-gfx] [PATCH] drm/i915/bios: debug log ddi port info after parsing
 2022-06-22  0:14 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

RTT-PROBE: lore-subspace-rtt
 2022-06-22  0:12 UTC 

[ImageBuilder] [PATCH 1/2] uboot-script-gen: Skip dom0 instead of exiting if DOM0_KERNEL is not set
 2022-06-22  0:12 UTC  (4+ messages)
` [ImageBuilder] [PATCH 2/2] uboot-script-gen: Enable direct mapping of statically allocated memory

[PATCH v7 00/14] migration: Postcopy Preemption
 2022-06-22  0:05 UTC  (3+ messages)
` [PATCH v7 02/14] migration: Postcopy preemption preparation on channel creation

[PATCH 5.15 CANDIDATE v2 0/8] xfs stable candidate patches for 5.15.y (part 1)
 2022-06-22  0:07 UTC  (2+ messages)

[RFC PATCH 0/3] Create common DPLL/clock configuration API
 2022-06-22  0:06 UTC  (4+ messages)
` [RFC PATCH 1/3] dpll: Add DPLL framework base functions
` [RFC PATCH 2/3] dpll: add netlink events
` [RFC PATCH 3/3] ptp_ocp: implement DPLL ops

+ mm-docs-fix-comments-that-mention-mem_hotplug_end-fix.patch added to mm-unstable branch
 2022-06-22  0:06 UTC 

+ mm-docs-fix-comments-that-mention-mem_hotplug_end.patch added to mm-unstable branch
 2022-06-22  0:06 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-22  0:01 UTC 

[PATCH v3] xen: Add MISRA support to cppcheck make rule
 2022-06-22  0:00 UTC  (2+ messages)

[linux-next:master 3156/4834] drivers/ufs/host/ufs-mediatek.c:1284:15: error: implicit declaration of function 'ufshcd_system_suspend'; did you mean 'ufs_mtk_system_suspend'?
 2022-06-21 23:58 UTC 

Is there an attribute for the name field in bluetoothctl?
 2022-06-21 23:57 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-21 23:51 UTC 

[PATCH v2 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-06-21 23:47 UTC  (6+ messages)
` [PATCH v2 2/5] vfio/iommu_type1: Prefer to reuse domains vs match enforced cache coherency

[PATCH 0/8 v3] xfs: more shutdown/recovery fixes
 2022-06-21 23:48 UTC  (5+ messages)
` [PATCH 8/8] xfs: drop async cache flushes from CIL commits

[PATCH net-next 1/1] net: wwan: t7xx: Add AP CLDMA and GNSS port
 2022-06-21 23:45 UTC  (6+ messages)

[PATCH v3] sched/core: add forced idle accounting for cgroups
 2022-06-21 23:44 UTC 

[linux-linus test] 171300: regressions - FAIL
 2022-06-21 23:44 UTC 

[PATCH 1/2] xen/arm: vtimer: Fix MISRA C 2012 Rule 8.4 violation
 2022-06-21 23:44 UTC  (4+ messages)
` [PATCH 2/2] xen/arm: vtimer: Remove duplicate header

[PATCH] mm/damon: Use set_huge_pte_at() to make huge pte old
 2022-06-21 23:41 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-21 23:40 UTC 

b4-0.9.0 available
 2022-06-21 23:38 UTC  (3+ messages)

[PATCH v5 mptcp-net 0/6] mptcp: mp_fail related fixes
 2022-06-21 23:36 UTC  (2+ messages)

+ android-binder-stop-saving-a-pointer-to-the-vma.patch added to mm-unstable branch
 2022-06-21 23:35 UTC 

[PATCH v6 0/6] SM8350 Display/GPU clock enablement
 2022-06-21 23:34 UTC  (7+ messages)
` [PATCH v6 1/6] arm64: dts: qcom: sm8350: Replace integers with rpmpd defines
` [PATCH v6 2/6] clk: qcom: add support for SM8350 GPUCC
` [PATCH v6 3/6] dt-bindings: clock: Add Qcom SM8350 GPUCC bindings
` [PATCH v6 4/6] clk: qcom: add support for SM8350 DISPCC
` [PATCH v6 5/6] dt-bindings: clock: Add Qcom SM8350 DISPCC bindings
` [PATCH v6 6/6] arm64: dts: qcom: sm8350: Add DISPCC node

[PULL 0/9] tcg patch queue for 2022-06-21
 2022-06-21 23:33 UTC  (2+ messages)

[PATCH 0/4] PCI: brcmstb: Revert subdevice regulator stuff
 2022-06-21 23:32 UTC  (2+ messages)

[PATCH net] MAINTAINERS: Add a maintainer for OCP Time Card
 2022-06-21 23:31 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-21 23:30 UTC 

[WIP v1 0/4] mv: fix out-of-cone file/directory move logic
 2022-06-21 23:30 UTC  (3+ messages)
` [WIP v3 0/7] "

[RFC bpf-next] Speedup for verifier.c:do_misc_fixups
 2022-06-21 23:30 UTC 

+ mm-sparsemem-fix-missing-higher-order-allocation-splitting.patch added to mm-hotfixes-unstable branch
 2022-06-21 23:30 UTC 

[OE-core][dunfell 0/6] Patch review
 2022-06-21 23:29 UTC  (7+ messages)
` [OE-core][dunfell 1/6] python-pip: CVE-2021-3572 Incorrect handling of unicode separators in git references
` [OE-core][dunfell 2/6] golang: CVE-2021-44717 syscall: don't close fd 0 on ForkExec error
` [OE-core][dunfell 3/6] dpkg: update to 1.19.8
` [OE-core][dunfell 4/6] systemd: systemd-systemctl: Support instance conf files during enable
` [OE-core][dunfell 5/6] linux-firmware: add support for building snapshots
` [OE-core][dunfell 6/6] linux-firmware: upgrade 20220509 -> 20220610

[OE-core][kirkstone 00/13] Patch review
 2022-06-21 23:27 UTC  (10+ messages)
` [OE-core][kirkstone 05/13] python3: use built-in distutils for ptest, rather than setuptools' 'fork'
` [OE-core][kirkstone 06/13] python3: Remove problematic paths from sysroot files
` [OE-core][kirkstone 07/13] python3: Ensure stale empty python module directories don't break the build
` [OE-core][kirkstone 08/13] python: Avoid shebang overflow on python-config.py
` [OE-core][kirkstone 09/13] efivar: add musl libc compatibility
` [OE-core][kirkstone 10/13] systemd: systemd-systemctl: Support instance conf files during enable
` [OE-core][kirkstone 11/13] gtk-doc: Fix potential shebang overflow on gtkdoc-mkhtml2
` [OE-core][kirkstone 12/13] rootfs-postcommands.bbclass: correct comments
` [OE-core][kirkstone 13/13] mesa: backport a patch to support compositors without zwp_linux_dmabuf_v1 again

[RFC PATCH bpf-next 00/10] bpf, mm: Recharge pages when reuse bpf map
 2022-06-21 23:28 UTC  (2+ messages)


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.