All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-19 02:20:34 to 2023-10-19 04:34:13 UTC [more...]

[PATCH v2 0/6] powerpc/smp: Shared processor sched optimizations
 2023-10-19  4:33 UTC  (4+ messages)
` [PATCH v2 1/6] powerpc/smp: Cache CPU has Asymmetric SMP

[PATCH] KVM: x86: remove the unused assigned_dev_head from kvm_arch
 2023-10-19  4:33 UTC 

[PATCH] mm: hugetlb: Only prep and add allocated folios for non-gigantic pages
 2023-10-19  4:33 UTC  (10+ messages)

[PATCH] block: replace deprecated strncpy with strscpy
 2023-10-19  4:32 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t v3 00/12] PAT and cache coherency support
 2023-10-19  4:32 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t v3 11/12] tests/xe: add some vm_bind pat_index tests

[PATCH] event/cnxk: update fc check to use SQEs
 2023-10-19  4:31 UTC  (2+ messages)

[PATCH] ACPI: NFIT: Optimize nfit_mem_cmp() for efficiency
 2023-10-19  4:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/7] configfs-tsm: Attestation Report ABI
 2023-10-19  4:30 UTC  (8+ messages)
` [PATCH v6 6/7] virt: sevguest: Add TSM_REPORTS support for SNP_GET_EXT_REPORT

[virtio-comment] [PATCH v1 0/8] Introduce device migration support commands
 2023-10-19  4:29 UTC  (49+ messages)
` [virtio-comment] [PATCH v1 1/8] admin: Add theory of operation for device migration
` [virtio-comment] [PATCH v1 3/8] device-context: Define the device context fields "
  ` [virtio-comment] "

[PATCH v2 bpf-next 0/7] BPF register bounds logic and testing improvements
 2023-10-19  4:24 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/7] bpf: improve JEQ/JNE branch taken logic
` [PATCH v2 bpf-next 2/7] bpf: derive smin/smax from umin/max bounds
` [PATCH v2 bpf-next 3/7] bpf: enhance subregister bounds deduction logic
` [PATCH v2 bpf-next 4/7] bpf: improve deduction of 64-bit bounds from 32-bit bounds
` [PATCH v2 bpf-next 5/7] bpf: try harder to deduce register bounds from different numeric domains
` [PATCH v2 bpf-next 6/7] bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logic
` [PATCH v2 bpf-next 7/7] selftests/bpf: BPF register range bounds tester

[RFC PATCH 1/1] mm: only use old generation and stable tier for madv_pageout
 2023-10-19  4:24 UTC  (2+ messages)

[PATCH net-next v1 00/19] virtio-net: support AF_XDP zero copy
 2023-10-19  4:23 UTC  (7+ messages)
` [PATCH net-next v1 01/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v1 02/19] virtio_net: unify the code for recycling the xmit ptr

[PATCH v3] drm/virtio: add new virtio gpu capset definitions
 2023-10-19  4:23 UTC  (7+ messages)

[PATCH v2] app/dma-perf: fix physical address seg-fault
 2023-10-19  4:19 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v1 00/34] Implemenation of revised ml/cnxk driver
 2023-10-19  4:17 UTC  (36+ messages)
` [PATCH v7 00/34] Implementation "
  ` [PATCH v7 01/34] ml/cnxk: drop support for register polling
  ` [PATCH v7 02/34] ml/cnxk: add generic cnxk device structure
  ` [PATCH v7 03/34] ml/cnxk: add generic model and layer structures
  ` [PATCH v7 04/34] ml/cnxk: add generic cnxk request structure
  ` [PATCH v7 05/34] ml/cnxk: add generic cnxk xstats structures
  ` [PATCH v7 06/34] ml/cnxk: rename cnxk ops function pointers struct
  ` [PATCH v7 07/34] ml/cnxk: update device handling functions
  ` [PATCH v7 08/34] ml/cnxk: update queue-pair "
  ` [PATCH v7 09/34] ml/cnxk: update model load and unload functions
  ` [PATCH v7 10/34] ml/cnxk: update model start and stop functions
  ` [PATCH v7 11/34] ml/cnxk: update model utility functions
  ` [PATCH v7 12/34] ml/cnxk: update data quantization functions
  ` [PATCH v7 13/34] ml/cnxk: update device debug functions
  ` [PATCH v7 14/34] ml/cnxk: update device stats functions
  ` [PATCH v7 15/34] ml/cnxk: update device and model xstats functions
  ` [PATCH v7 16/34] ml/cnxk: update fast path functions
  ` [PATCH v7 17/34] ml/cnxk: move error handling to cnxk layer
  ` [PATCH v7 18/34] ml/cnxk: support config and close of tvmdp library
  ` [PATCH v7 19/34] ml/cnxk: add structures to support TVM model type
  ` [PATCH v7 20/34] ml/cnxk: add support for identify "
  ` [PATCH v7 21/34] ml/cnxk: add support to parse TVM model objects
  ` [PATCH v7 22/34] ml/cnxk: fetch layer info and load TVM model
  ` [PATCH v7 23/34] ml/cnxk: update internal info for "
  ` [PATCH v7 24/34] ml/cnxk: enable model unload in tvmdp library
  ` [PATCH v7 25/34] ml/cnxk: enable OCM check for multilayer TVM model
  ` [PATCH v7 26/34] ml/cnxk: support start and stop for TVM models
  ` [PATCH v7 27/34] ml/cnxk: update internal TVM model info structure
  ` [PATCH v7 28/34] ml/cnxk: support device dump for TVM models
  ` [PATCH v7 29/34] ml/cnxk: enable reporting model runtime as xstats
  ` [PATCH v7 30/34] ml/cnxk: implement I/O alloc and free callbacks
  ` [PATCH v7 31/34] ml/cnxk: add generic ML malloc and free callback
  ` [PATCH v7 32/34] ml/cnxk: support quantize and dequantize callback
  ` [PATCH v7 33/34] ml/cnxk: enable fast-path ops for TVM models
  ` [PATCH v7 34/34] ml/cnxk: enable creation of mvtvm virtual device

[igt-dev] [PATCH i-g-t 0/3] Add copy basic test to exercise blt commands
 2023-10-19  4:20 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for Add copy basic test to exercise blt commands (rev8)

linux-next: manual merge of the tip tree with the efi-fixes tree
 2023-10-19  4:19 UTC  (2+ messages)

[igt-dev] [PATCH] [i-g-t] tests/kms_cursor_crc: Fix test intermittent failures on AMD gpu
 2023-10-19  4:18 UTC  (4+ messages)

[PATCH v3] app/dma-perf: fix physical address seg-fault
 2023-10-19  4:16 UTC 

[igt-dev] [PATCH 1/2] [i-g-t] tests/kms_cursor_crc: Fix cursor crop on AMD gpu
 2023-10-19  4:14 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for series starting with [1/2,i-g-t] "

[OE-core][mickledore][PATCH] vim: Upgrade 9.0.2009 -> 9.0.2048
 2023-10-19  4:12 UTC 

[OE-core][kirkstone][PATCH] vim: Upgrade 9.0.2009 -> 9.0.2048
 2023-10-19  4:11 UTC 

KTODO automated TODO lists
 2023-10-19  4:11 UTC 

[PATCH v2] clk: ralink: mtmips: quiet unused variable warning
 2023-10-19  4:10 UTC  (3+ messages)

[PATCH v25 00/15] PCI: dwc: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-10-19  4:08 UTC  (3+ messages)

[PATCH v2 0/6] support oneplus-lemonade(p) devices
 2023-10-19  4:06 UTC  (4+ messages)
` [PATCH v2 4/6] arm64: dts: qcom: sm8350: Fix remoteproc interrupt type

[bug report] bcachefs: missing error check on bch2_btree_node_mem_alloc()
 2023-10-19  3:59 UTC  (3+ messages)

[PATCH] llvm: Upgrade to 17.0.3
 2023-10-19  3:58 UTC 

[PATCH] powerpc/perf: Optimize find_alternatives_list() using binary search
 2023-10-19  3:56 UTC  (4+ messages)

[PATCH v3 0/3] scsi: ufs: core: support WB buffer resize function
 2023-10-19  3:53 UTC  (2+ messages)

[PATCH v3 4/4] HID: touchscreen: Add initial support for Himax HID-over-SPI
 2023-10-19  3:51 UTC  (2+ messages)

[PATCH] net/cpfl: update CP channel API
 2023-10-19 10:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4] virtio_pci: add check for common cfg size
 2023-10-19  3:49 UTC 

[PATCH] drm/amdgpu: add tmz support for GC IP v11.5.0
 2023-10-19  3:40 UTC 

[oe][meta-oe][PATCH 1/1] nodejs: upgrade 18.17.1 -> 20.5.1
 2023-10-19  3:40 UTC  (4+ messages)

Is strncpy really less secure than strscpy ?
 2023-10-19  3:40 UTC  (5+ messages)

[PATCH] drm/amd/pm: drop unneeded dpm features disablement for SMU 14.0.0
 2023-10-19  3:38 UTC 

[PATCH] drm/amd/display: clean up some inconsistent indenting
 2023-10-19  3:38 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add return error code
 2023-10-19  3:38 UTC  (2+ messages)
`  "

[PATCH v11 0/3] sched/fair: Scan cluster before scanning LLC in wake-up path
 2023-10-19  3:33 UTC  (8+ messages)
` [PATCH v11 1/3] sched: Add cpus_share_resources API
` [PATCH v11 2/3] sched/fair: Scan cluster before scanning LLC in wake-up path
` [PATCH v11 3/3] sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster wakeup

[PATCH] arm64: Independently update HDFGRTR_EL2 and HDFGWTR_EL2
 2023-10-19  3:36 UTC  (4+ messages)

[PATCH 00/18] target/i386: decoder changes for 8.2
 2023-10-19  3:35 UTC  (7+ messages)
` [PATCH 11/18] target/i386: move 00-5F opcodes to new decoder
` [PATCH 12/18] target/i386: adjust decoding of J operand
` [PATCH 13/18] target/i386: split eflags computation out of gen_compute_eflags

[PATCH][TEST-REQUEST] ASoC: makes CPU/Codec channel connection map more generic
 2023-10-19  3:34 UTC  (2+ messages)

[meta-perl][PATCH 1/2] po4a: remove old recipe
 2023-10-19  3:30 UTC  (3+ messages)
` [meta-oe][PATCH 2/2] debsums: "
  ` [oe] "

[PATCH v1 0/3] Allow user enable/disable LSX/LASX features
 2023-10-19  3:27 UTC  (4+ messages)
` [PATCH v1 2/3] target/loongarch: "

[PATCH] hwmon: (asus-ec-sensors) add ROG Crosshair X670E Gene
 2023-10-19  3:21 UTC 

[PATCH 0/4] dynamically update puncturing bitmap
 2023-10-19  3:25 UTC  (5+ messages)
` [PATCH 1/4] wifi: mac80211: mlme: fix verification of puncturing bitmap obtained from AP

[PATCH v2] wifi: wl1251: replace deprecated strncpy with strscpy
 2023-10-19  3:25 UTC  (2+ messages)

[PATCH v1] usb: xhci: Check return value of wait for TRB_TRANSFER event
 2023-10-19  3:22 UTC  (10+ messages)

[PATCH v7 0/9] Add EFI HTTP boot support
 2023-10-19  3:21 UTC  (4+ messages)
` [PATCH v7 6/9] efi_loader: add CDROM short-form device path

[PATCH] mtd: spinand: Add support for XTX XT26xxxDxxxxx
 2023-10-19  3:21 UTC 

[LTP] [PATCH v2 1/2] syscalls/fchmodat01: Convert to new API
 2023-10-19  3:19 UTC  (4+ messages)
` [LTP] [PATCH v2 2/2] syscalls/fchmodat02: Move errnos check to fchmodat02

[PATCH 0/2] PCI: dwc: Fix the BAR size programming
 2023-10-19  3:18 UTC  (9+ messages)
` [PATCH 2/2] PCI: qcom-ep: Implement dbi_cs2_access() function callback for DBI CS2 access

[PATCH] block: ublk_drv: Remove unused function
 2023-10-19  3:13 UTC  (2+ messages)

[PATCH] tracefs/eventfs: Modify mismatched function name
 2023-10-19  3:13 UTC 

[PATCH v8 0/8] Batch hugetlb vmemmap modification operations
 2023-10-19  3:12 UTC  (11+ messages)
` [PATCH v8 1/8] hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles
` [PATCH v8 2/8] hugetlb: restructure pool allocations
` [PATCH v8 3/8] hugetlb: perform vmemmap optimization on a list of pages
` [PATCH v8 4/8] hugetlb: perform vmemmap restoration "
` [PATCH v8 5/8] hugetlb: batch freeing of vmemmap pages
` [PATCH v8 6/8] hugetlb: batch PMD split for bulk vmemmap dedup
` [PATCH v8 7/8] hugetlb: batch TLB flushes when freeing vmemmap
` [PATCH v8 8/8] hugetlb: batch TLB flushes when restoring vmemmap

[PATCH v3 1/2] misc: rtsx: add to support new card reader rts5264
 2023-10-19  3:08 UTC 

[PATCH v4 00/18] IOMMUFD Dirty Tracking
 2023-10-19  3:04 UTC  (3+ messages)
` [PATCH v4 12/18] iommu/intel: Access/Dirty bit support for SL domains

[PATCH 0/3] Fixed some issues and cleanup of ultrasoc-smb
 2023-10-19  3:05 UTC  (7+ messages)
` [PATCH 1/3] coresight: ultrasoc-smb: fix sleep while close preempt in enable_smb
` [PATCH 3/3] coresight: ultrasoc-smb: fix uninitialized before use buf_hw_base

[PATCH v4] platform/x86: inspur-wmi: Add platform profile support
 2023-10-19  3:05 UTC 

[PATCH] drm/amdgpu: Log UE corrected by replay as correctable error
 2023-10-19  3:05 UTC  (2+ messages)

[PATCH v5 0/3] rewrite fastpath routines
 2023-10-19  3:03 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 3/3] net/octeon_ep: add new "

[PATCH v3 2/2] mmc: rtsx: add rts5264 to support sd express card
 2023-10-19  3:00 UTC 

Update on Chasing Down a Crash in connman_service_get_nameservers on Cellular Service Removal
 2023-10-19  3:00 UTC 

[PATCH] nvmet-fc: Remove unused function
 2023-10-19  2:56 UTC 

[PATCH v3 4/4] mtd: rawnand: brcmnand: exec_op implementation
 2023-10-19  2:55 UTC  (4+ messages)

[PATCH 0/4] vdpa: decouple reset of iotlb mapping from device reset
 2023-10-19  2:53 UTC  (19+ messages)
` [PATCH 2/4] vhost-vdpa: reset vendor specific mapping to initial state in .release

[PATCH] eap-mschapv2: allow using on kernels without CRYPTO_MD4, and deprecate
 2023-10-19  2:54 UTC  (4+ messages)

[PATCH v5 0/3] media: imx-jpeg: Assign a single slot
 2023-10-19  2:48 UTC  (8+ messages)
` [PATCH v5 1/3] dt-bindings: media: imx-jpeg: Assign slot for imx jpeg encoder/decoder
` [PATCH v5 2/3] arm64: dts: imx8-ss-img: Add vendor prefix in slot property
` [PATCH v5 3/3] media: imx-jpeg: "

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-10-19  2:48 UTC  (7+ messages)
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event

TQ20T23
 2023-10-19  2:03 UTC 

TQ20T23
 2023-10-19  2:03 UTC 

[LTP] [PATCH 1/2] syscalls/fchmodat01: Convert to new API
 2023-10-19  2:45 UTC  (6+ messages)
` [LTP] [PATCH 2/2] syscalls/fchmodat02: Move errnos check to fchmodat02

[PATCH bpf-next v5 0/9] Registrating struct_ops types from modules
 2023-10-19  2:43 UTC  (5+ messages)
` [PATCH bpf-next v5 2/9] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v5 7/9] libbpf: Find correct module BTFs for struct_ops maps and progs

[PATCH 0/2] some fix of multi-gen lru
 2023-10-19  2:39 UTC  (8+ messages)
` [PATCH 1/2] tracing: mm: multigen-lru: fix mglru trace
` [PATCH 2/2] mm: multi-gen lru: fix stat count

[igt-dev] [PATCH] tests/amd_dispatch: add negative test for SDMA
 2023-10-19  2:39 UTC  (2+ messages)

[PATCH] drm/amd/pm: Fix the return value in default case
 2023-10-19  2:37 UTC  (2+ messages)

[PATCH 0/3 RESEND] Per memcg lru_gen node stat
 2023-10-19  2:32 UTC  (4+ messages)

[PATCH v3 00/32] Tidy up use of CONFIG_CMDLINE
 2023-10-19  2:32 UTC  (3+ messages)
` [PATCH v3 32/32] sandbox: Add a test for disabling CONFIG_CMDLINE

[Linaro-TCWG-CI] llvmorg-18-init-8757-gfd311126349b: Failure on aarch64
 2023-10-19  2:31 UTC 

[PATCH 0/2] arm-bsp/n1sdp: Enable OP-TEE Cache in N1SDP
 2023-10-18 21:27 UTC  (2+ messages)

[PATCH 0/2] Enable TFTF test build for additional boards
 2023-10-18 21:27 UTC  (2+ messages)

[PATCH v2 00/27] vfio: Adopt iommufd
 2023-10-19  2:29 UTC  (6+ messages)
` [PATCH v2 02/27] vfio: Introduce base object for VFIOContainer and targetted interface

[PATCH v7 0/8] Batch hugetlb vmemmap modification operations
 2023-10-19  2:29 UTC  (6+ messages)
` [PATCH v7 2/8] hugetlb: restructure pool allocations
  ` Bisected: "

[PATCH v3] bcachefs: Refactor memcpy into direct assignment
 2023-10-19  2:28 UTC  (3+ messages)

mm/vmalloc.c:3689 vread_iter() error: we previously assumed 'vm' could be null (see line 3667)
 2023-10-19  2:28 UTC  (8+ messages)

[PATCH] arm64: dts: imx8mp: Add NPU Node
 2023-10-19  2:23 UTC  (2+ messages)

[PATCH V4 10/17] linux/io.h: iounmap/ioport_unmap cleanup.h support
 2023-10-19  2:23 UTC  (2+ messages)

[PATCH 01/15] Skipping AT+CUAD sending for QUECTEL_EC2X vendor
 2023-10-19  2:22 UTC  (5+ messages)
` [PATCH 14/15] gatchat: added command completion by timeout
` [PATCH 15/15] ppp: message tracing

[Intel-gfx] [PATCH 0/2] Cleanup a few functions in C10/C20 handling
 2023-10-19  2:21 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[tip:x86/cache] BUILD SUCCESS 4cee14bcb14881aae81d60f106a335c68553ac1f
 2023-10-19  2:20 UTC 

[PATCH 0/6] Add support for Translation Buffer Units
 2023-10-19  2:19 UTC  (4+ messages)
` [PATCH 3/6] iommu/arm-smmu-qcom: Add Qualcomm TBU driver
` [PATCH 4/6] iommu/arm-smmu: Allow using a threaded handler for context interrupts
` [PATCH 5/6] iommu/arm-smmu-qcom: Use a custom context fault handler for sdm845


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.