All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-01 17:55:02 to 2022-03-01 18:42:52 UTC [more...]

[PATCH v3 0/6] Generic per-sb io stats
 2022-03-01 18:42 UTC  (7+ messages)
` [PATCH v3 1/6] lib/percpu_counter: add helpers for arrays of counters
` [PATCH v3 2/6] fs: add optional iostats counters to struct super_block
` [PATCH v3 3/6] fs: collect per-sb io stats
` [PATCH v3 4/6] fs: report "
` [PATCH v3 5/6] ovl: opt-in for "
` [PATCH v3 6/6] fuse: "

propagating vmgenid outward and upward
 2022-03-01 18:37 UTC  (10+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-01 18:41 UTC 

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-03-01 18:21 UTC  (32+ messages)
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
      ` [f2fs-dev] "
                    ` [Intel-wired-lan] "
                    ` [Intel-gfx] "

[oe] [meta-networking][PATCH 1/2] networkmanager: switch to meson and git
 2022-03-01 18:40 UTC 

[PATCH 0/9] kvm: s390: Add PV dump support
 2022-03-01 17:34 UTC  (10+ messages)
` [PATCH 1/9] s390x: Add SE hdr query information
` [PATCH 2/9] s390: uv: Add dump fields to query
` [PATCH 3/9] KVM: s390: pv: Add query interface
` [PATCH 5/9] KVM: s390: pv: Add query dump information

[PATCH net-next v2 1/1] ice: add TTY for GNSS module for E810T device
 2022-03-01 18:38 UTC 

[Intel-gfx] [PATCH i-g-t] tests/i915/gem_exec_params: check available memory earlier
 2022-03-01 18:37 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[PATCH v2] fixdep: use fflush() and ferror() to ensure successful write to files
 2022-03-01 18:36 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-01 18:36 UTC 

[GIT PULL] binfmt_elf fix for v5.17-rc7
 2022-03-01 18:35 UTC 

[PATCH 1/2] drm/amdgpu: Fix sigsev when accessing MMIO on hot unplug
 2022-03-01 18:34 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Bump minor version for hot plug tests enabliing

bug kernel 5.17, qualcom and intel adapters, unable to reliably connect to bluetooth devices
 2022-03-01 18:34 UTC  (18+ messages)

[PATCH 00/13] submodule: convert parts of 'update' to C
 2022-03-01 18:34 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 12/13] submodule update: add tests for --filter
  ` [PATCH v2 13/13] submodule--helper update-clone: check for --filter and --init

[RFC PATCH 0/2] Region creation/configuration ABI
 2022-03-01 18:34 UTC  (5+ messages)
` [RFC PATCH 2/2] cxl/region: Introduce concept of region configuration

[Buildroot] [PATCH 1/1] package/rygel: disable man pages
 2022-03-01 18:31 UTC 

[PATCH v4 0/2] io_uring: Add support for napi_busy_poll
 2022-03-01 18:31 UTC  (3+ messages)
` [PATCH v4 2/2] "

RTT-PROBE: lore-subspace-rtt
 2022-03-01 18:31 UTC 

arch/xtensa/boot/boot-elf/bootstrap.S:58: Error: invalid register 'atomctl' for 'wsr' instruction
 2022-03-01 18:30 UTC 

URI Scheme for git object ids?
 2022-03-01 18:30 UTC  (4+ messages)

[PATCH] sched: Make preempt_enable_no_resched() behave like preempt_enable() on PREEMPT_RT
 2022-03-01 18:30 UTC 

[PATCH v6 00/43] CXl 2.0 emulation Support
 2022-03-01 18:17 UTC  (13+ messages)
` [PATCH v6 15/43] qtest/cxl: Introduce initial test for pxb-cxl only
` [PATCH v6 16/43] hw/cxl/rp: Add a root port
` [PATCH v6 18/43] qtests/cxl: Add initial root port and CXL type3 tests
` [PATCH v6 19/43] hw/cxl/device: Implement MMIO HDM decoding (8.2.5.12)

[PATCH 0/3] y2038: Fixes for compat mode
 2022-03-01 18:29 UTC  (4+ messages)
` [PATCH 3/3] y2038: cobalt: posix/signal: Take care of compat mode for sigtimedwait64

[Intel-gfx] [PATCH v3 00/11] RFC: nested AVIC
 2022-03-01 18:26 UTC  (36+ messages)
`  "
` [Intel-gfx] [PATCH v3 01/11] KVM: x86: SVM: move nested_npt_enabled to svm.h
  `  "
` [PATCH v3 02/11] KVM: x86: SVM: allow AVIC to co-exist with a nested guest running
  ` [Intel-gfx] "
` [PATCH v3 03/11] KVM: x86: mmu: allow to enable write tracking externally
  ` [Intel-gfx] "
` [PATCH v3 04/11] x86: KVMGT: use kvm_page_track_write_tracking_enable
  ` [Intel-gfx] "
` [PATCH v3 05/11] KVM: x86: mmu: add gfn_in_memslot helper
  ` [Intel-gfx] "
` [PATCH v3 06/11] KVM: x86: lapic: don't allow to change APIC ID when apic acceleration is enabled
  ` [Intel-gfx] "
` [PATCH v3 07/11] KVM: x86: SVM: remove avic's broken code that updated APIC ID
  ` [Intel-gfx] "
` [PATCH v3 08/11] KVM: x86: SVM: move avic state to separate struct
  ` [Intel-gfx] "
` [PATCH v3 09/11] KVM: x86: rename .set_apic_access_page_addr to reload_apic_access_page
  ` [Intel-gfx] "
` [PATCH v3 10/11] KVM: nSVM: implement support for nested AVIC
  ` [Intel-gfx] "
` [PATCH v3 11/11] KVM: SVM: allow to avoid not needed updates to is_running
  ` [Intel-gfx] "

[PATCH RFC] net: memcg accounting for veth devices
 2022-03-01 18:28 UTC  (4+ messages)

Questions regarding regarding idt/renesas versaclock5 driver
 2022-03-01 18:28 UTC  (6+ messages)
        ` [EXTERNAL] "

[PATCH] irqchip: nvic: release nvic_base upon failure
 2022-03-01 18:27 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] irqchip/nvic: Release "

[PATCH v8 00/14] support subsets of scalar crypto extension
 2022-03-01 18:24 UTC  (4+ messages)
` [PATCH v8 09/14] target/riscv: rvk: add support for sha512 related instructions for RV32 in zknh extension

RTT-PROBE: lore-subspace-rtt
 2022-03-01 18:26 UTC 

[PATCH iproute2-next 1/2] lib: add profinet and ethercat as link layer protocol names
 2022-03-01 18:26 UTC  (4+ messages)
` [PATCH iproute2-next 0/2] lib: add profinet and ethercat as link layer protocol

[PATCH v3 0/4] dmaengine: memset clarifications and fixes
 2022-03-01 18:25 UTC  (5+ messages)
` [PATCH v3 1/4] dmaengine: Document dmaengine_prep_dma_memset
` [PATCH v3 2/4] dmaengine: at_hdmac: In atc_prep_dma_memset, treat value as a single byte
` [PATCH v3 3/4] dmaengine: at_xdmac: In at_xdmac_prep_dma_memset, "
` [PATCH v3 4/4] dmaengine: hidma: In hidma_prep_dma_memset "

[RFC 0/4] locking: Add new lock contention tracepoints (v2)
 2022-03-01 18:25 UTC  (11+ messages)
` [PATCH 2/4] locking: Apply contention tracepoints in the slow path
` [PATCH 3/4] locking/mutex: Pass proper call-site ip

[PATCH] drm/i915: Add a DP1.2 compatible way to read LTTPR capabilities
 2022-03-01 18:24 UTC  (6+ messages)
  ` [Intel-gfx] "

+ kallsyms-enhance-%ps-s-b-printing-when-kallsysms-is-disabled-fix.patch added to -mm tree
 2022-03-01 18:24 UTC 

[hnaz-mm:master 272/379] lib/vsprintf.c:991:13: warning: variable 'modbuildid' set but not used
 2022-03-01 18:24 UTC  (3+ messages)

[PATCH 4.19 00/34] 4.19.232-rc1 review
 2022-03-01 18:23 UTC  (2+ messages)

cleanup swiotlb initialization v2
 2022-03-01 18:20 UTC  (8+ messages)
` [PATCH 07/11] x86: remove the IOMMU table infrastructure

[PATCH v3 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2022-03-01 18:21 UTC  (7+ messages)
` [PATCH v3 20/28] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH v3 22/28] KVM: x86/mmu: Zap defunct roots via asynchronous worker
` [PATCH v3 23/28] KVM: x86/mmu: Check for a REMOVED leaf SPTE before making the SPTE

[PATCH] tests/tcg/s390x: Fix the exrl-trt* tests with Clang
 2022-03-01 18:19 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-01 18:21 UTC 

boot flooded with unwind: Index not found
 2022-03-01 18:19 UTC  (8+ messages)

[ovmf test] 168299: regressions - FAIL
 2022-03-01 18:20 UTC 

[PATCH] PM: notify of PM_POST_VMFORK events from vmgenid
 2022-03-01 18:18 UTC  (3+ messages)

[PATCH V8 00/44] PKS/PMEM: Add Stray Write Protection
 2022-03-01 18:18 UTC  (10+ messages)
` [PATCH V8 37/44] memremap_pages: Set PKS PKey in PTEs if PGMAP_PROTECTIONS is requested
` [PATCH V8 42/44] dax: Stray access protection for dax_direct_access()
` [PATCH V8 43/44] nvdimm/pmem: Enable stray access protection

[LSF/MM/BPF TOPIC] configfd as a replacement for both ioctls and fsconfig
 2022-03-01 18:17 UTC  (9+ messages)

[PATCH] tests/tcg/s390x: Fix mvc, mvo and pack tests with Clang
 2022-03-01 18:14 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-01 18:16 UTC 

[PATCH RESEND] thermal: brcmstb_thermal: Interrupt is optional
 2022-03-01 18:14 UTC  (2+ messages)

[PATCH v4 0/9] Host1x context isolation support
 2022-03-01 18:12 UTC  (6+ messages)
` [PATCH v4 1/9] dt-bindings: host1x: Add iommu-map property

[PATCH] tests/Makefile.include: Let "make clean" remove the TCG tests, too
 2022-03-01 18:11 UTC  (2+ messages)

+ mm-workingset-replace-irq-off-check-with-a-lockdep-assert.patch added to -mm tree
 2022-03-01 18:12 UTC 

+ cgroup-use-irqsave-in-cgroup_rstat_flush_locked.patch added to -mm tree
 2022-03-01 18:12 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-01 18:11 UTC 

[PATCH] nvmem: check for allocation failure
 2022-03-01 18:10 UTC  (2+ messages)

[GSoC][PATCH] userdiff: Add diff driver for Kotlin lang and tests
 2022-03-01 18:09 UTC  (4+ messages)
` [PATCH] userdiff: add builtin diff driver for Kotlin language

[PATCH v2 00/25] migration: Postcopy Preemption
 2022-03-01 18:05 UTC  (6+ messages)

[PATCH] tracing/osnoise: Force quiescent states while tracing
 2022-03-01 18:05 UTC  (9+ messages)

What's cooking in git.git (Feb 2022, #08; Mon, 28)
 2022-03-01 18:07 UTC  (3+ messages)
` ds/commit-graph-gen-v2-fixes (was Re: What's cooking in git.git (Feb 2022, #08; Mon, 28))

[PATCH] thermal: brcmstb_thermal: Interrupt is optional
 2022-03-01 18:05 UTC  (5+ messages)

What's cooking in git.git (Feb 2022, #07; Fri, 25)
 2022-03-01 18:06 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-01 18:06 UTC 

[ANNOUNCE] Release v4.19.231-cip68
 2022-03-01 18:05 UTC  (2+ messages)

[PATCH 00/11] Partial bundles
 2022-03-01 18:03 UTC  (4+ messages)

[PATCH 0/2] Reduce explicit sleep calls in t7063 untracked cache tests
 2022-03-01 18:03 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] t7063: mtime-mangling instead of delays in untracked cache testing

[PATCH v2 00/17] ASoC: Intel: AVS - Audio DSP for cAVS
 2022-03-01 18:01 UTC  (2+ messages)

[PATCH v4 0/8] KVM: x86: VMX ctrl MSR + KVM quirk fixes
 2022-03-01 18:01 UTC  (5+ messages)
` [PATCH v4 1/8] KVM: nVMX: Keep KVM updates to BNDCFGS ctrl bits across MSR write
` [PATCH v4 2/8] KVM: nVMX: Keep KVM updates to PERF_GLOBAL_CTRL "

[PATCH v3 0/3] Support XDPE112
 2022-03-01 18:01 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: trivial-devices: Add xdpe11280
` [PATCH v3 2/3] hwmon (xdpe12284): Add support for xdpe11280
` [PATCH v3 3/3] hwmon (xdpe12284): Add regulator support

RTT-PROBE: lore-subspace-rtt
 2022-03-01 18:01 UTC 

[PATCH v2] sched: remove useless malloc in pie data init
 2022-03-01 18:00 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 1/6] Kbuild: compile kernel with gnu11 std
 2022-03-01 17:59 UTC  (2+ messages)

Making 3 ceph patches available to rebase netfslib patches on
 2022-03-01 17:59 UTC  (2+ messages)

[linux-next:master 3353/9295] drivers/powercap/dtpm.c:525:22: sparse: sparse: symbol 'dtpm_node_callback' was not declared. Should it be static?
 2022-03-01 17:58 UTC  (4+ messages)
` [RFC PATCH linux-next] powercap/drivers/dtpm: dtpm_node_callback[] can be static

[PATCH] memcg: async flush memcg stats from perf sensitive codepaths
 2022-03-01 17:57 UTC  (5+ messages)

[PATCH] x86: kvm Require const tsc for RT
 2022-03-01 17:57 UTC  (2+ messages)

[PATCH 0/4] SVM fixes + apic fix
 2022-03-01 17:56 UTC  (6+ messages)
` [PATCH 4/4] KVM: x86: lapic: don't allow to set non default apic id when not using x2apic api

RTT-PROBE: lore-subspace-rtt
 2022-03-01 17:56 UTC 

[PATCH] PM/sleep: fix return value of __setup handler
 2022-03-01 17:56 UTC  (2+ messages)

[PATCH][REPOST] scsi_transport_fc: Fix FPIN Link Integrity statistics counters
 2022-03-01 17:55 UTC 

[PATCH v2 0/7] KVM: x86/mmu: Zap only obsolete roots on "reload"
 2022-03-01 17:55 UTC  (3+ messages)
` [PATCH v2 4/7] KVM: x86/mmu: Zap only obsolete roots if a root shadow page is zapped

[CI 1/4] drm/i915/ttm: make eviction mappable aware
 2022-03-01 17:55 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/4] "

[meta-ti] [master][PATCH] meta-ti: correct and do not skip "installed-vs-shipped" QA check
 2022-03-01 17:55 UTC  (2+ messages)

[PATCH] kvm: x86: Improve virtual machine startup performance
 2022-03-01 17:54 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.