All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-18 23:20:52 to 2023-05-19 01:07:55 UTC [more...]

Rename restrictedmem => guardedmem? (was: Re: [PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM)
 2023-05-19  1:07 UTC  (12+ messages)

[PATCH 0/3] cleanup abuse of sched.ready in each ring init
 2023-05-19  1:06 UTC  (3+ messages)

[PATCH] media: c8sectpfe: convert to gpio descriptors
 2023-05-19  1:05 UTC  (6+ messages)

[PATCH] usb: host: fhci-hcd: Convert to platform remove callback returning void
 2023-05-19  1:04 UTC  (2+ messages)

linux-next: build failure after merge of the rcu tree
 2023-05-19  0:59 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-19  0:58 UTC 

[PATCH v2 0/5] iommu/amd: AVIC Interrupt Remapping Improvements
 2023-05-19  0:55 UTC  (6+ messages)
` [PATCH v2 1/5] iommu/amd: Switch amd_iommu_update_ga() to use modify_irte_ga()
` [PATCH v2 2/5] iommu/amd: Remove the unused struct amd_ir_data.ref
` [PATCH v2 3/5] iommu/amd: Introduce Disable IRTE Caching Support
` [PATCH v2 4/5] iommu/amd: Do not Invalidate IRT when disable IRTE caching
` [PATCH v2 5/5] iommu/amd: Improving Interrupt Remapping Table Invalidation

[PATCH 1/5] gsettings-desktop-schemas: upgrade 43.0 -> 44.0
 2023-05-19  0:55 UTC  (4+ messages)
` [PATCH 5/5] glib-networking: upgrade 2.74.0 -> 2.76.0
  ` [OE-core] "

[PATCH] ceph: force updating the msg pointer in non-split case
 2023-05-17 14:04 UTC  (9+ messages)

[PATCH v10 0/6] notes.c: introduce "--separator" option
 2023-05-19  0:54 UTC  (3+ messages)
` [PATCH v10 4/6] notes.c: introduce '[--[no-]separator|--separator=<paragraph-break>]' option

[PATCH v2 bpf-next 1/3] bpf: support O_PATH FDs in BPF_OBJ_PIN and BPF_OBJ_GET commands
 2023-05-19  0:53 UTC  (4+ messages)

[PATCH v4 0/6] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-05-19  0:52 UTC  (14+ messages)
` [PATCH v4 1/6] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v4 2/6] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v4 3/6] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v4 4/6] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v4 5/6] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v4 6/6] KVM: arm64: Use TLBI range-based intructions for unmap

[PATCHSET v2 wq/for-6.5-cleanup-ordered] workqueue: Ordered workqueue creation cleanup
 2023-05-19  0:50 UTC  (9+ messages)
` [PATCH 02/13] wifi: mwifiex: Use default @max_active for workqueues
` [PATCH 05/13] wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueues
` [PATCH 11/13] crypto: octeontx2: "
` [PATCH 12/13] media: coda: "

RTT-PROBE: lore-subspace-rtt
 2023-05-19  0:48 UTC 

[PATCH BlueZ 1/2] monitor: Fix not parsing BT_HCI_EVT_NUM_COMPLETED_PACKETS properly
 2023-05-19  0:47 UTC  (3+ messages)
` [PATCH BlueZ 2/2] monitor: Add latency when decoding BT_HCI_EVT_NUM_COMPLETED_PACKETS
` [BlueZ,1/2] monitor: Fix not parsing BT_HCI_EVT_NUM_COMPLETED_PACKETS properly

[PATCH 0/2] CXL: Apply SRAT defined PXM to entire CFMWS window
 2023-05-19  0:43 UTC  (7+ messages)
` [PATCH 1/2] x86/numa: Introduce numa_fill_memblks()
` [PATCH 2/2] ACPI: NUMA: Apply SRAT proximity domain to entire CFMWS window

gitlab shared runner time expired
 2023-05-19  0:41 UTC  (2+ messages)

[PATCHSET v1 wq/for-6.5] workqueue: Improve unbound workqueue execution locality
 2023-05-19  0:41 UTC  (26+ messages)
` [PATCH 01/24] workqueue: Drop the special locking rule for worker->flags and worker_pool->flags
` [PATCH 02/24] workqueue: Cleanups around process_scheduled_works()
` [PATCH 03/24] workqueue: Not all work insertion needs to wake up a worker
` [PATCH 04/24] workqueue: Rename wq->cpu_pwqs to wq->cpu_pwq
` [PATCH 05/24] workqueue: Relocate worker and work management functions
` [PATCH 06/24] workqueue: Remove module param disable_numa and sysfs knobs pool_ids and numa
` [PATCH 07/24] workqueue: Use a kthread_worker to release pool_workqueues
` [PATCH 08/24] workqueue: Make per-cpu pool_workqueues allocated and released like unbound ones
` [PATCH 09/24] workqueue: Make unbound workqueues to use per-cpu pool_workqueues
` [PATCH 10/24] workqueue: Rename workqueue_attrs->no_numa to ->ordered
` [PATCH 11/24] workqueue: Rename NUMA related names to use pod instead
` [PATCH 12/24] workqueue: Move wq_pod_init() below workqueue_init()
` [PATCH 13/24] workqueue: Initialize unbound CPU pods later in the boot
` [PATCH 14/24] workqueue: Generalize unbound CPU pods
` [PATCH 15/24] workqueue: Add tools/workqueue/wq_dump.py which prints out workqueue configuration
` [PATCH 16/24] workqueue: Modularize wq_pod_type initialization
` [PATCH 17/24] workqueue: Add multiple affinity scopes and interface to select them
` [PATCH 18/24] workqueue: Factor out work to worker assignment and collision handling
` [PATCH 19/24] workqueue: Factor out need_more_worker() check and worker wake-up
` [PATCH 20/24] workqueue: Add workqueue_attrs->__pod_cpumask
` [PATCH 21/24] workqueue: Implement non-strict affinity scope for unbound workqueues
` [PATCH 22/24] workqueue: Add "Affinity Scopes and Performance" section to documentation
` [PATCH 23/24] workqueue: Add pool_workqueue->cpu
` [PATCH 24/24] workqueue: Implement localize-to-issuing-CPU for unbound workqueues

Multiple vIOMMU instance support in QEMU?
 2023-05-19  0:38 UTC  (8+ messages)

[RFC PATCH 00/22] riscv: s64ilp32: Running 32-bit Linux kernel on 64-bit supervisor mode
 2023-05-19  0:38 UTC  (6+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-19  0:38 UTC 

Issue with Upstream patch "PCI: vmd: Honor ACPI _OSC on PCIe features"
 2023-05-19  0:33 UTC 

[PATCH] maintainers: add maintainers to Nvidia net mlx5
 2023-05-19  0:32 UTC  (2+ messages)

[PATCH 0/6] block: add blk_io_plug_call() API
 2023-05-19  0:29 UTC  (13+ messages)
` [PATCH 1/6] "
` [PATCH 2/6] block/nvme: convert to "
` [PATCH 3/6] block/blkio: "
` [PATCH 4/6] block/io_uring: "
` [PATCH 5/6] block/linux-aio: "
` [PATCH 6/6] block: remove bdrv_co_io_plug() API

[PATCH V7 0/6] drm: bridge: samsung-dsim: Support variable clocking
 2023-05-19  0:29 UTC  (3+ messages)

[PATCH v1 0/7] Bindings for the workqueue
 2023-05-19  0:22 UTC  (15+ messages)
` [PATCH v1 1/7] rust: workqueue: add low-level workqueue bindings
` [PATCH v1 2/7] rust: add offset_of! macro
` [PATCH v1 3/7] rust: sync: add `Arc::{from_raw, into_raw}`
` [PATCH v1 4/7] rust: workqueue: define built-in queues
` [PATCH v1 5/7] rust: workqueue: add helper for defining work_struct fields
` [PATCH v1 6/7] rust: workqueue: add safe API to workqueue
` [PATCH v1 7/7] rust: workqueue: add `try_spawn` helper method

[PATCH 0/2] Add support for Visionox R66451 AMOLED DSI panel
 2023-05-19  0:28 UTC  (7+ messages)
` [PATCH 2/2] drm/panel: Add driver for Visionox r66451 panel

RTT-PROBE: lore-subspace-rtt
 2023-05-19  0:28 UTC 

[PATCH] dax: fix missing-prototype warnings
 2023-05-19  0:27 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Write in ktime_get_coarse_real_ts64
 2023-05-19  0:27 UTC  (2+ messages)

[RFC dwarves 0/6] Encoding function addresses using DECL_TAGs
 2023-05-19  0:26 UTC  (8+ messages)
` [RFC dwarves 5/6] btf_encoder: store ELF function representations sorted by name _and_ address

[PATCH 0/2] sysctl: Remove register_sysctl_table from sources
 2023-05-19  0:26 UTC  (3+ messages)

[PATCH] drm/exynos: vidi: fix a wrong error return
 2023-05-19  0:26 UTC  (4+ messages)

[PATCH] Bluetooth: btqca: use le32_to_cpu for ver.soc_id
 2023-05-19  0:25 UTC 

[PATCH] net: stmmac: use le32_to_cpu for p->des0 and p->des1
 2023-05-19  0:25 UTC  (2+ messages)

[PATCH v5] app/testpmd: txonly multiflow port change support
 2023-05-19  0:22 UTC  (2+ messages)
` [PATCH v6] "

[PATCH 0/9] fetch: smallish cleanups
 2023-05-19  0:21 UTC  (9+ messages)
` [PATCH 1/9] fetch: drop unused DISPLAY_FORMAT_UNKNOWN enum value
` [PATCH 2/9] fetch: drop unneeded NULL-check for `remote_ref`
` [PATCH 3/9] fetch: pass through `fetch_config` directly
` [PATCH 4/9] fetch: use `fetch_config` to store "fetch.prune" value

[PATCH v3] mm, compaction: Skip all non-migratable pages during scan
 2023-05-19  0:19 UTC  (4+ messages)

[PATCH kernel v5 0/6] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-05-19  0:19 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-19  0:18 UTC 

[meta-oe][PATCH] ptest-packagelists-meta-oe: Remove nodejs ptests for rv32/rv64
 2023-05-19  0:14 UTC 

[igt-dev] [PATCH i-g-t v2 00/15] PMU: multi-tile support
 2023-05-19  0:13 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for PMU: multi-tile support (rev4)

[PATCH v2] lsm: adds process attribute getter for Landlock
 2023-05-19  0:11 UTC  (2+ messages)

[PATCH v13 5/7] io-uring: add sqpoll support for napi busy poll
 2023-05-19  0:11 UTC  (2+ messages)

[PATCH 00/53] drm: Convert to platform remove callback returning void
 2023-05-19  0:11 UTC  (7+ messages)
` [PATCH 18/53] drm/exynos: "

[meta-oe][PATCH] ipmitool: Update links
 2023-05-19  0:10 UTC  (3+ messages)
  ` [oe] "

RTT-PROBE: lore-subspace-rtt
 2023-05-19  0:08 UTC 

[OE-core][PATCH 00/20] python3: fix run-time dependencies
 2023-05-19  0:06 UTC  (3+ messages)

linux-next: build failure after merge of the amdgpu tree
 2023-05-19  0:06 UTC  (2+ messages)

[PATCH 0/2] a few format-patch leak fixes
 2023-05-19  0:05 UTC  (3+ messages)
` [PATCH 1/2] format-patch: free rev.message_id when exiting
` [PATCH 2/2] format-patch: free elements of rev.ref_message_ids list

[PATCH v3 2/2] tests/tcg/aarch64: add DC CVA[D]P tests
 2023-05-18 23:46 UTC 

[PATCH v3 1/2] target/arm: allow DC CVA[D]P in user mode emulation
 2023-05-18 23:46 UTC 

[PATCH 0/2] v4l2-tracer: add tuner ioctls
 2023-05-19  0:02 UTC  (3+ messages)
` [PATCH 1/2] v4l2-tracer: stop stringifying v4l2_input "tuner"
` [PATCH 2/2] v4l2-tracer: add G/S TUNER ioctls

[PATCH 1/2] python3-gitdb: remove python3-async dependency
 2023-05-19  0:02 UTC  (3+ messages)
` [PATCH 2/2] python3-async: remove recipe
  ` [OE-core] "

[PATCH v4 00/12] sched: Avoid unnecessary migrations within SMT domains
 2023-05-19  0:03 UTC  (7+ messages)
` [PATCH v4 05/12] sched/fair: Keep a fully_busy SMT sched group as busiest

[PATCH 0/6] Memory Mapping (VMA) protection using PKU - set 1
 2023-05-19  0:00 UTC  (5+ messages)
` [PATCH 2/6] PKEY: Add arch_check_pkey_enforce_api()

RTT-PROBE: lore-subspace-rtt
 2023-05-18 23:58 UTC 

[RESEND PATCH] drm/i915: constify pointers to hwmon_channel_info
 2023-05-18 23:54 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] mtd: spi-nor: Fix divide by zero for spi-nor-generic flashes
 2023-05-18 23:52 UTC  (3+ messages)

[meta-ti][master/kirkstone][PATCH] meta-ti-bsp: ti-img-rogue-driver: cleanup apm and add hack
 2023-05-18 23:52 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-05-18 23:48 UTC 

[PATCH] media: frontend.h.rst.exceptions: add more dvb define exceptions
 2023-05-18 23:47 UTC 

[RFC PATCH v2 00/13] drm/msm/dpu: support virtual wide planes
 2023-05-18 23:46 UTC  (4+ messages)
` [RFC PATCH v2 06/13] drm/msm/dpu: switch RM to use crtc_id rather than enc_id for allocation

[RFC] Xen crashes on ASSERT on suspend/resume, suggested fix
 2023-05-18 23:44 UTC 

[ANNOUNCE] util-linux v2.39
 2023-05-18 23:42 UTC  (3+ messages)

[Intel-xe] [PATCH 0/3] kernel-doc fixups
 2023-05-18 23:40 UTC  (2+ messages)
` [Intel-xe] ○ CI.BAT: info for kernel-doc fixups (rev2)

[PATCH v6 00/11] mq-deadline: Improve support for zoned block devices
 2023-05-18 23:39 UTC  (5+ messages)
` [PATCH v6 01/11] block: mq-deadline: Add a word in a source code comment

[PATCH v4 2/2] cxl: Move cxl_await_media_ready() to before capacity info retrieval
 2023-05-18 23:38 UTC  (2+ messages)
` [PATCH v5 "

RTT-PROBE: lore-subspace-rtt
 2023-05-18 23:38 UTC 

[PATCH v11 0/9] add DSC 1.2 dpu supports
 2023-05-18 23:37 UTC  (22+ messages)
` [PATCH v11 1/9] drm/msm/dpu: add dsc blocks to the catalog of MSM8998 and SC8180X
` [PATCH v11 2/9] drm/msm/dpu: add DPU_PINGPONG_DSC feature bit for DPU < 7.0.0
` [PATCH v11 3/9] drm/msm/dpu: Guard PINGPONG DSC ops behind DPU_PINGPONG_DSC bit
` [PATCH v11 4/9] drm/msm/dpu: Introduce PINGPONG_NONE to disconnect DSC from PINGPONG
` [PATCH v11 5/9] drm/msm/dpu: add support for DSC encoder v1.2 engine
` [PATCH v11 6/9] drm/msm/dpu: always clear every individual pending flush mask
` [PATCH v11 7/9] drm/msm/dpu: separate DSC flush update out of interface
` [PATCH v11 8/9] drm/msm/dpu: add DSC 1.2 hw blocks for relevant chipsets
` [PATCH v11 9/9] drm/msm/dpu: tear down DSC data path when DSC disabled

[PATCH v3 0/2] target/arm: allow DC CVA[D]P in user mode emulation
 2023-05-18 23:19 UTC 

KASAN: null-ptr-deref in range [0x0000000000000010-0x0000000000000017] - RIP: 0010:amdgpu_bo_get_memory+0x80/0x360 [amdgpu]
 2023-05-18 23:35 UTC  (3+ messages)

[PATCH] Fix the man page
 2023-05-18 23:30 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-05-18 23:28 UTC 

[Intel-wired-lan] [PATCH iwl-next v4 00/15] Introduce Intel IDPF driver
 2023-05-18 23:26 UTC  (6+ messages)
`  "

cip/linux-5.10.y-cip-rt ltp-mm: 9 runs, 2 regressions (v5.10.179-cip32-rt13)
 2023-05-18 23:25 UTC 

cip/linux-5.10.y-cip-rt ltp-timers: 14 runs, 11 regressions (v5.10.179-cip32-rt13)
 2023-05-18 23:25 UTC 

cip/linux-5.10.y-cip-rt ltp-ipc: 22 runs, 1 regressions (v5.10.179-cip32-rt13)
 2023-05-18 23:25 UTC 

[BUG 2.41.0] t/lib-httpd/apache.conf incompatible with RHEL/CentOS 7
 2023-05-18 23:23 UTC  (6+ messages)

[PATCH net-next RFC v4 0/5] net: Make MAC/PHY time stamping selectable
 2023-05-18 23:23 UTC  (6+ messages)
` [PATCH net-next RFC v4 2/5] net: Expose available time stamping layers to user space

[PATCH 01/14] vhost: add vhost_worker pointer to vhost_virtqueue
 2023-05-18 23:21 UTC  (4+ messages)
` [PATCH 13/14] vhost: allow userspace to create workers


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.