All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-28 23:32:59 to 2023-07-29 00:49:41 UTC [more...]

[Intel-wired-lan] [PATCH v3 net-next] net: flow_dissector: Use 64bits for used_keys
 2023-07-29  0:47 UTC  (3+ messages)
`  "

[PATCH 0/4] drm/bridge-connector: simplify handling of USB-C DP
 2023-07-29  0:49 UTC  (10+ messages)
` [Intel-gfx] "
` [PATCH 1/4] drm: allow specifying default subtype for the DP subconnector property
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH 2/4] drm/bridge-connector: handle subconnector types
  `  "
` [PATCH 3/4] drm/uapi: document the USB subconnector type
  ` [Intel-gfx] "
` [PATCH 4/4] soc: qcom: pmic_glink: properly describe the DP connector
  ` [Intel-gfx] "

[PATCH v3 00/12] KVM: x86/mmu: Clean up MMU_DEBUG and BUG/WARN usage
 2023-07-29  0:47 UTC  (9+ messages)
` [PATCH v3 01/12] KVM: x86/mmu: Delete pgprintk() and all its usage
` [PATCH v3 02/12] KVM: x86/mmu: Delete rmap_printk() "
` [PATCH v3 03/12] KVM: x86/mmu: Delete the "dbg" module param
` [PATCH v3 04/12] KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs
` [PATCH v3 05/12] KVM: x86/mmu: Cleanup sanity check of SPTEs at SP free
` [PATCH v3 06/12] KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
` [PATCH v3 07/12] KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
` [PATCH v3 08/12] KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without PAE enabled

[chrome-os:chromeos-5.4 5/6] drivers/bluetooth/btusb.c:4022:44: error: 'struct hci_dev' has no member named 'dump'
 2023-07-29  0:48 UTC 

[Bpf] Review of draft-thaler-bpf-isa-01
 2023-07-29  0:46 UTC  (18+ messages)

[PATCH BlueZ 0/5] Couple of improvements to btmon
 2023-07-29  0:45 UTC  (6+ messages)
` [PATCH BlueZ 1/5] monitor: Fix decoding Command Complete for Remove ISO Data path
` [PATCH BlueZ 2/5] monitor: Update le event mask with bits 20-23
` [PATCH BlueZ 3/5] monitor/ll: Add support for connection parameter command
` [PATCH BlueZ 4/5] monitor: Add support to decode le read ISO link quality
` [PATCH BlueZ 5/5] monitor: Add parsing Service Data of UUID 128

[RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
 2023-07-29  0:46 UTC  (20+ messages)
` [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)

[PATCH v2] ARM: ftrace: remove unused ftrace_graph_caller_old() declaration
 2023-07-29  0:42 UTC  (3+ messages)

[PATCH] KVM: Wrap kvm_{gfn,hva}_range.pte in a per-action union
 2023-07-29  0:41 UTC  (4+ messages)

[PATCH net-next 0/3] bnxt_en: Add support for page pool
 2023-07-29  0:42 UTC  (5+ messages)
` [PATCH net-next 1/3] bnxt_en: Fix page pool logic for page size >= 64K
` [PATCH net-next 3/3] bnxt_en: Let the page pool manage the DMA mapping

[PATCH] perf probe: skip test_uprobe_from_different_cu if there is no gcc
 2023-07-29  0:38 UTC  (2+ messages)

[PATCH v4 00/34] KVM: selftests: Guest printf and asserts overhaul
 2023-07-29  0:36 UTC  (70+ messages)
` [PATCH v4 01/34] KVM: selftests: Rename the ASSERT_EQ macro
` [PATCH v4 02/34] KVM: selftests: Make TEST_ASSERT_EQ() output look like normal TEST_ASSERT()
` [PATCH v4 03/34] KVM: selftests: Add a shameful hack to preserve/clobber GPRs across ucall
` [PATCH v4 04/34] KVM: selftests: Add strnlen() to the string overrides
` [PATCH v4 05/34] KVM: selftests: Add guest_snprintf() to KVM selftests
` [PATCH v4 06/34] KVM: selftests: Add additional pages to the guest to accommodate ucall
` [PATCH v4 07/34] KVM: selftests: Add string formatting options to ucall
` [PATCH v4 08/34] KVM: selftests: Add formatted guest assert support in ucall framework
` [PATCH v4 09/34] KVM: selftests: Add a selftest for guest prints and formatted asserts
` [PATCH v4 10/34] KVM: selftests: Convert aarch_timer to printf style GUEST_ASSERT
` [PATCH v4 11/34] KVM: selftests: Convert debug-exceptions "
` [PATCH v4 12/34] KVM: selftests: Convert ARM's hypercalls test "
` [PATCH v4 13/34] KVM: selftests: Convert ARM's page fault "
` [PATCH v4 14/34] KVM: selftests: Convert ARM's vGIC IRQ "
` [PATCH v4 15/34] KVM: selftests: Convert the memslot performance test to printf guest asserts
` [PATCH v4 16/34] KVM: selftests: Convert s390's memop test to printf style GUEST_ASSERT
` [PATCH v4 17/34] KVM: selftests: Convert s390's tprot "
` [PATCH v4 18/34] KVM: selftests: Convert set_memory_region_test to printf-based GUEST_ASSERT
` [PATCH v4 19/34] KVM: selftests: Convert steal_time test to printf style GUEST_ASSERT
` [PATCH v4 20/34] KVM: selftests: Convert x86's CPUID "
` [PATCH v4 21/34] KVM: selftests: Convert the Hyper-V extended hypercalls test to printf asserts
` [PATCH v4 22/34] KVM: selftests: Convert the Hyper-V feature test to printf style GUEST_ASSERT
` [PATCH v4 23/34] KVM: selftests: Convert x86's KVM paravirt "
` [PATCH v4 24/34] KVM: selftests: Convert the MONITOR/MWAIT test to use printf guest asserts
` [PATCH v4 25/34] KVM: selftests: Convert x86's nested exceptions test to "
` [PATCH v4 26/34] KVM: selftests: Convert x86's set BSP ID test to printf style "
` [PATCH v4 27/34] KVM: selftests: Convert the nSVM software interrupt test to printf "
` [PATCH v4 28/34] KVM: selftests: Convert x86's TSC MSRs test to use "
` [PATCH v4 29/34] KVM: selftests: Convert the x86 userspace I/O test to printf guest assert
` [PATCH v4 30/34] KVM: selftests: Convert VMX's PMU capabilities test to printf guest asserts
` [PATCH v4 31/34] KVM: selftests: Convert x86's XCR0 test to use printf-based "
` [PATCH v4 32/34] KVM: selftests: Rip out old, param-based guest assert macros
` [PATCH v4 33/34] KVM: selftests: Print out guest RIP on unhandled exception
` [PATCH v4 34/34] KVM: selftests: Use GUEST_FAIL() in ARM's arch timer helpers

[PATCH V5 0/3] Introduce the read-modify-write API to collect
 2023-07-29  0:34 UTC  (5+ messages)
` [PATCH V5 1/3] firmware: qcom_scm: provide a read-modify-write function

[PATCH V2 0/2] riscv: stack: Fixup independent softirq/irq stack for CONFIG_FRAME_POINTER=n
 2023-07-29  0:33 UTC  (3+ messages)

[net-next PATCH v1 0/9] Introduce NAPI queues support
 2023-07-29  0:47 UTC  (10+ messages)
` [net-next PATCH v1 1/9] net: Introduce new fields for napi and queue associations
` [net-next PATCH v1 2/9] ice: Add support in the driver for associating napi with queue[s]
` [net-next PATCH v1 3/9] netdev-genl: spec: Extend netdev netlink spec in YAML for NAPI
` [net-next PATCH v1 4/9] net: Move kernel helpers for queue index outside sysfs
` [net-next PATCH v1 5/9] netdev-genl: Add netlink framework functions for napi
` [net-next PATCH v1 6/9] netdev-genl: spec: Add irq in netdev netlink YAML spec
` [net-next PATCH v1 7/9] net: Add NAPI IRQ support
` [net-next PATCH v1 8/9] netdev-genl: spec: Add PID in netdev netlink YAML spec
` [net-next PATCH v1 9/9] netdev-genl: Add PID for the NAPI thread

[PATCH next 0/3] Connector/proc_filter test fixes
 2023-07-29  0:32 UTC  (13+ messages)
` [PATCH next 3/3] selftests:connector: Add root check and fix arg error paths to skip

[RFC PATCH 0/5] clang-format for Xen
 2023-07-29  0:30 UTC  (2+ messages)

[PATCH v4 00/11] Add multipd remoteproc support
 2023-07-29  0:30 UTC  (3+ messages)
` [PATCH v4 07/11] firmware: qcom_scm: ipq5332: add msa lock/unlock support

[PATCH] tracing: Fix warning in trace_buffered_event_disable()
 2023-07-29  0:29 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v3] igc: Add support for multiple in-flight TX timestamps
 2023-07-29  0:29 UTC  (2+ messages)

[PATCH v2 00/13] drm/msm/dpu: use managed memory allocations
 2023-07-29  0:28 UTC  (4+ messages)
` [PATCH v2 06/13] drm/msm/dpu: use devres-managed allocation for HW blocks

[GIT PULL] Power management fixes for v6.5-rc4
 2023-07-29  0:27 UTC  (2+ messages)

[GIT PULL] hwmon fixes for v6.5-rc4
 2023-07-29  0:27 UTC  (2+ messages)

[GIT PULL] Thermal control fixes for v6.5-rc4
 2023-07-29  0:27 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2023-07-29  0:27 UTC  (2+ messages)

[GIT PULL] hotfixes for 6.5-rc4
 2023-07-29  0:27 UTC  (2+ messages)

[GIT PULL] tpmdd changes for v6.5-rc4
 2023-07-29  0:27 UTC  (2+ messages)

[PATCH v12 00/10] Introduce ICSSG based ethernet Driver
 2023-07-29  0:25 UTC  (6+ messages)
` [PATCH v12 06/10] net: ti: icssg-prueth: Add ICSSG ethernet driver

[PATCH v2] selftests:connector: Fix input argument error paths to skip
 2023-07-29  0:25 UTC  (5+ messages)

[RESEND PATCH v2] selftests:connector: Fix input argument error paths to skip
 2023-07-29  0:24 UTC 

[PATCH v2] scripts: get_maintainer: steer people away from using file paths
 2023-07-29  0:22 UTC  (12+ messages)

drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec_fs.c:1183:13: sparse: sparse: restricted __be64 degrades to integer
 2023-07-29  0:18 UTC 

[PATCH v3 net] net/sched: taprio: Limit TCA_TAPRIO_ATTR_SCHED_CYCLE_TIME to INT_MAX
 2023-07-29  0:17 UTC  (2+ messages)

[patch v2 00/38] x86/cpu: Rework the topology evaluation
 2023-07-29  0:07 UTC  (9+ messages)
` [patch v2 19/38] x86/cpu: Provide debug interface
` [patch v2 21/38] x86/cpu: Provide cpu_init/parse_topology()
` [patch v2 27/38] x86/cpu/amd: Provide a separate acessor for Node ID
` [patch v2 28/38] x86/cpu: Provide an AMD/HYGON specific topology parser

[PATCH net-next v2 0/2] net: store netdevs in an xarray
 2023-07-29  0:07 UTC  (8+ messages)
` [PATCH net-next v2 1/2] "

[Intel-wired-lan] [PATCH iwl-next v2] i40e: Clear stats after deleting tc
 2023-07-28 23:58 UTC  (3+ messages)

[PATCH RFC v5 00/10] Support for Solid Fill Planes
 2023-07-29  0:05 UTC  (7+ messages)
` [PATCH RFC v5 04/10] drm/atomic: Add pixel source to plane state dump
` [PATCH RFC v5 05/10] drm/atomic: Add solid fill data "

[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
 2023-07-29  0:03 UTC  (8+ messages)
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2

[RFC PATCH] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support
 2023-07-29  0:01 UTC  (2+ messages)

[PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF
 2023-07-29  0:00 UTC  (2+ messages)

[PATCH bpf-next v2] docs/bpf: Improve documentation for cpu=v4 instructions
 2023-07-29  0:00 UTC  (2+ messages)

[PATCH 0/7] drm/msm/dpu: drop DPU_INTF_TE and DPU_PINGPONG_TE
 2023-07-28 23:59 UTC  (12+ messages)
` [PATCH 1/7] drm/msm/dpu: enable PINGPONG TE operations only when supported by HW
` [PATCH 3/7] drm/msm/dpu: inline _setup_intf_ops()

[PATCH] cxl/memdev: Avoid mailbox functionality on device memory CXL devices
 2023-07-28 23:58 UTC  (2+ messages)

[PATCH v2] bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
 2023-07-28 23:57 UTC  (3+ messages)

[PATCH] nfsd: Fix reading via splice
 2023-07-28 23:54 UTC  (3+ messages)

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-07-28 23:52 UTC  (4+ messages)

[PATCH] string_copying.7: don't grant strl{cpy,cat} magic
 2023-07-28 23:51 UTC  (3+ messages)

[PATCH kernel 0/9] KVM: SEV: Enable AMD SEV-ES DebugSwap
 2023-07-28 23:49 UTC  (2+ messages)

GCC and binutils support for BPF V4 instructions
 2023-07-28 23:49 UTC  (5+ messages)

[usb:usb-next 26/67] drivers/phy/realtek/phy-rtk-usb2.c:715: undefined reference to `usb_debug_root'
 2023-07-28 23:47 UTC 

[PATCH next resend 2/5] minmax: Allow min()/max()/clamp() if the arguments have the same signedness
 2023-07-28 23:47 UTC 

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-28 23:44 UTC  (9+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch

[PATCH for-next v3 00/10] RDMA/rxe: Implement support for nonlinear packets
 2023-07-28 23:39 UTC  (5+ messages)
` [PATCH for-next v3 05/10] RDMA/rxe: Extend rxe_icrc.c to support frags

[Issue of trace-cmd] undefined symbol when import ctracecmd.so in python
 2023-07-28 23:36 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.