All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-14 19:40:47 to 2024-06-14 21:49:27 UTC [more...]

[PATCH 0/2] Prepare RTP for VF rules
 2024-06-14 21:48 UTC  (3+ messages)
` [PATCH 1/2] drm/xe/rtp: "
` [PATCH 2/2] drm/xe/kunit: Update RTP test to check "

[CI 01/44] mm/hmm: let users to tag specific PFNs
 2024-06-14 21:58 UTC  (44+ messages)
` [CI 02/44] dma-mapping: provide an interface to allocate IOVA
` [CI 03/44] dma-mapping: provide callbacks to link/unlink pages to specific IOVA
` [CI 04/44] iommu/dma: Provide an interface to allow preallocate IOVA
` [CI 05/44] iommu/dma: Prepare map/unmap page functions to receive IOVA
` [CI 06/44] iommu/dma: Implement link/unlink page callbacks
` [CI 07/44] mm: Add an empty implementation of zone_device_page_init
` [CI 08/44] drm: Move GPUVA_START/LAST to drm_gpuvm.h
` [CI 09/44] drm/svm: Mark drm_gpuvm to participate SVM
` [CI 10/44] drm/svm: introduce drm_mem_region concept
` [CI 11/44] drm/svm: introduce hmmptr and helper functions
` [CI 12/44] drm/svm: Introduce helper to remap drm memory region
` [CI 13/44] drm/svm: handle CPU page fault
` [CI 14/44] drm/svm: Migrate a range of hmmptr to vram
` [CI 15/44] drm/svm: Add DRM SVM documentation
` [CI 16/44] drm/svm: Introduce DRM_SVM kernel config
` [CI 17/44] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
` [CI 18/44] drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
` [CI 19/44] drm/xe: Convert multiple bind ops into single job
` [CI 20/44] drm/xe: Update VM trace events
` [CI 21/44] drm/xe: Update PT layer with better error handling
` [CI 22/44] drm/xe: Retry BO allocation
` [CI 23/44] drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_SYSTEM_ALLOCATOR flag
` [CI 24/44] drm/xe: Add a helper to calculate userptr end address
` [CI 25/44] drm/xe: Add dma_addr res cursor
` [CI 26/44] drm/xe: Use drm_mem_region for xe
` [CI 27/44] drm/xe: use drm_hmmptr in xe
` [CI 28/44] drm/xe: Moving to range based vma invalidation
` [CI 29/44] drm/xe: Support range based page table update
` [CI 30/44] drm/xe/uapi: Add DRM_XE_VM_CREATE_FLAG_PARTICIPATE_SVM flag
` [CI 31/44] drm/xe/svm: Create userptr if page fault occurs on system_allocator VMA
` [CI 32/44] drm/xe/svm: Add faulted userptr VMA garbage collector
` [CI 33/44] drm/xe: Introduce helper to get tile from memory region
` [CI 34/44] drm/xe/svm: implement functions to allocate and free device memory
` [CI 35/44] drm/xe/svm: Get drm device from drm memory region
` [CI 36/44] drm/xe/svm: Get page map owner of a "
` [CI 37/44] drm/xe/svm: Add migrate layer functions for SVM support
` [CI 38/44] drm/xe/svm: introduce svm migration function
` [CI 39/44] drm/xe/svm: Register xe memory region to drm layer
` [CI 40/44] drm/xe/svm: Introduce DRM_XE_SVM kernel config
` [CI 41/44] drm/xe/svm: Migration from sram to vram for system allocator
` [CI 42/44] drm/xe/svm: Determine a vma is backed by device memory
` [CI 43/44] drm/xe/svm: Introduce hmm_pfn array based resource cursor
` [CI 44/44] drm/xe: Enable system allocator uAPI

[PATCH] drm/xe: Fix missing runtime outer protection for ggtt_remove_node
 2024-06-14 21:48 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Fix missing runtime outer protection for ggtt_remove_node (rev8)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "

[PATCH 0/3] Rework mce_setup()
 2024-06-14 21:47 UTC  (6+ messages)
` [PATCH 3/3] x86/mce: Use mce_prep_record() helpers for apei_smca_report_x86_error()

[PATCH v2] Documentation: the design of iomap and how to port
 2024-06-14 21:47 UTC  (4+ messages)
` [TEXT 1/3] design of iomap
` [TEXT 2/3] file operations
` [TEXT 3/3] porting iomap

[PATCH] btrfs: do not BUG_ON() when freeing tree block after error
 2024-06-14 21:43 UTC  (2+ messages)

[tobetter:odroid-6.1.y 1/91] arch/arm64/boot/dts/rockchip/rk3568-odroid-m1.dts:80.17-84.4: Warning (unit_address_vs_reg): /rk3568-gpiomem: node has a reg or ranges property, but no unit name
 2024-06-14 21:42 UTC 

[PATCH 0/3] Branches are branches and not heads
 2024-06-14 21:42 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] show-ref: introduce --branches and deprecate --heads

[PATCH 0/4] arm64: dts: qcom: x1e80100: Enable bwmon and fastrpc support
 2024-06-14 21:42 UTC  (7+ messages)
` [PATCH 2/4] soc: qcom: icc-bwmon: Allow for interrupts to be shared across instances

[RESEND][PATCH 0/3] small pm80xx driver fixes
 2024-06-14 21:41 UTC  (4+ messages)
` [PATCH 2/3] scsi: pm80xx: Do not issue hard reset before NCQ EH

[PATCH] drm/xe: Fix missing runtime outer protection for ggtt_remove_node
 2024-06-14 21:40 UTC  (7+ messages)
` ✓ CI.KUnit: success for drm/xe: Fix missing runtime outer protection for ggtt_remove_node (rev7)
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✓ CI.checksparse: success "
` ✗ CI.BAT: failure "

[PATCH v20 00/18] Add support for Sub-NUMA cluster (SNC) systems
 2024-06-14 21:40 UTC  (7+ messages)

[PATCH 1/1] dt-bindings: gpio: mpc8xxx: Allow only use 'fsl,qoriq-gpio'
 2024-06-14 21:38 UTC 

[PATCH] cpu: fix memleak of 'halt_cond' and 'thread'
 2024-06-14 17:49 UTC  (2+ messages)

net: dsa: Realtek switch drivers
 2024-06-14 21:36 UTC  (3+ messages)

[PATCH 1/1] dt-bindings: misc: fsl,qoriq-mc: convert to yaml format
 2024-06-14 21:31 UTC 

DAMON Beer/Coffee/Tea chat reminder and extending for office hour
 2024-06-14 21:19 UTC  (2+ messages)

[PATCH] Revert "drm/amdgpu: Add missing locking for MES API calls"
 2024-06-14 21:25 UTC 

[PATCH v2 0/2] VLAN test suite
 2024-06-14 21:24 UTC  (6+ messages)
` [PATCH v3 0/3] VLAN Test Suite
  ` [PATCH v3 1/3] Added VLAN commands to testpmd_shell class

[PATCH 1/2] Documentation/technical/bitmap-format.txt: add missing position table
 2024-06-14 21:23 UTC  (4+ messages)
` [PATCH v2 0/2] pseudo-merge: various small fixes

[RFC 0/2] Initial LKMM atomics support in Rust
 2024-06-14 21:22 UTC  (14+ messages)
` [RFC 1/2] rust: Introduce atomic API helpers
` [RFC 2/2] rust: sync: Add atomic support

rcu_preempt detected stalls related to ebpf
 2024-06-14 21:19 UTC  (2+ messages)

[PATCH V4 1/3] platform/x86/intel/sdsi: Add ioctl SPDM transport
 2024-06-14 21:17 UTC  (3+ messages)

[PATCH v3 0/6] Rework x86 page table walks
 2024-06-14 21:14 UTC  (4+ messages)
` [PATCH v3 1/6] Add an "info pg" command that prints the current page tables

[PATCH v2 0/5] ACC100 improvements and clean up
 2024-06-14 21:12 UTC  (4+ messages)
` [PATCH v2 5/5] baseband/acc: cosmetic log changes

[PATCH v5 00/16] Add Arm Mali-C55 Image Signal Processor Driver
 2024-06-14 21:11 UTC  (5+ messages)
` [PATCH v5 15/16] media: platform: Add mali-c55 parameters video node

[PATCH v3 0/2] drivers: thermal: intel: Use model-specific bitmasks for temperature registers
 2024-06-14 21:16 UTC  (3+ messages)
` [PATCH v3 1/2] thermal: intel: intel_tcc: Add model checks "
` [PATCH v3 2/2] thermal: intel: intel_tcc_cooling: Use a model-specific bitmask for TCC offset

mm/slub.c:3905:29: error: variable 'obj_exts' set but not used
 2024-06-14 21:08 UTC 

[RFC PATCH v1 1/2] KVM: arm64: Allow BT field in ID_AA64PFR1_EL1 writable
 2024-06-14 21:08 UTC  (2+ messages)

[PATCH v1 5/7] perf util: Make util its own library
 2024-06-14 21:08 UTC 

[PATCH v2] os-posix: Expand setrlimit() syscall compatibility
 2024-06-14 21:06 UTC 

[PATCH] ocfs2: Constify struct ocfs2_stack_operations
 2024-06-14 20:57 UTC 

[PATCH v2 0/3] PCIe Enclosure LED Management
 2024-06-14 21:06 UTC  (3+ messages)
` [PATCH v2 2/3] PCI/NPEM: Add Native PCIe Enclosure Management support

git grep bug replacing - with :
 2024-06-14 21:05 UTC  (3+ messages)

[PATCH v2] date: detect underflow when parsing dates with positive timezone offset
 2024-06-14 21:02 UTC  (7+ messages)
` [PATCH v3] date: detect underflow/overflow when parsing dates with "

[PATCH] arm64: dts: qcom: sc7180-trogdor: Disable pwmleds node where unused
 2024-06-14 20:59 UTC 

[Buildroot] inquiry | configuring for a specific linux lts
 2024-06-14 20:59 UTC  (2+ messages)

[PATCH v2 0/3] Improve interactive shell output gathering and logging
 2024-06-14 20:58 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] dts: Improve output gathering in interactive shells
  ` [PATCH v3 2/3] dts: Add missing docstring from XML-RPC server
  ` [PATCH v3 3/3] dts: Improve logging for interactive shells

Design session notes: GPU acceleration in Xen
 2024-06-14 20:56 UTC  (3+ messages)

[PATCH v9 0/2] drm/xe/pmu: Enable PMU interface
 2024-06-14 20:54 UTC  (3+ messages)
` [PATCH v9 2/2] "

[PATCH net-next 0/3] net: xilinx: axienet: Add statistics support
 2024-06-14 20:54 UTC  (4+ messages)
` [PATCH net-next 3/3] "

[Buildroot] [PATCH 0/6] package: bump to python 3.12, rust 1.79.0 (branch yem/python3.12)
 2024-06-14 20:54 UTC  (5+ messages)
` [Buildroot] [PATCH 5/6] package/python-pydantic-core: bump for fixes with python 3.12

[PATCH v8 00/20] Panel Replay eDP support
 2024-06-14 20:51 UTC  (7+ messages)
` [PATCH v8 02/20] drm/i915/display: Wa 16021440873 is writing wrong register
` [PATCH v8 06/20] drm/i915/psr: Disable PSR2 SU Region Early Transport if psr_enable is set

Sound issue on 6.10-rc3 snd_hda_intel snd_hda_codec_realtek
 2024-06-14 20:50 UTC 

[PATCH v5 00/13] Provide SEV-SNP support for running under an SVSM
 2024-06-14 20:47 UTC  (3+ messages)
` [PATCH v5 09/13] configfs-tsm: Allow the privlevel_floor attribute to be updated

[PATCH] drm/xe/sched_job: Promote xe_sched_job_add_deps()
 2024-06-14 20:46 UTC  (2+ messages)

Flaky test: generic:269 (EBUSY on umount)
 2024-06-14 20:44 UTC  (6+ messages)

[PATCH] Documentation: document the design of iomap and how to port
 2024-06-14 20:41 UTC  (3+ messages)

[tobetter:odroid-6.1.y 2/3] arch/arm64/boot/dts/rockchip/overlays/odroidm1s/spi0.dts:14.5-15: Warning (reg_format): /fragment@0/__overlay__/spidev@0:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
 2024-06-14 20:37 UTC 

[PATCH v2 0/4] KVM: Reject vCPU IDs above 2^32
 2024-06-14 20:36 UTC  (5+ messages)
` [PATCH v2 3/4] KVM: Limit check IDs for KVM_SET_BOOT_CPU_ID

[PATCH 0/2] dt-bindings: net: Convert fsl,fman related file to yaml format
 2024-06-14 20:33 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: ptp: Convert ptp-qoirq "
` [PATCH 2/2] dt-bindings: net: Convert fsl-fman to yaml

[PATCH] Documentation: Remove unused "mtdset=" from kernel-parameters.txt
 2024-06-14 20:33 UTC  (2+ messages)

pull-request: bpf 2024-06-14
 2024-06-14 20:32 UTC 

[PATCH] drm/amdgpu: Do not wait for MP0_C2PMSG_33 IFWI init in SRIOV
 2024-06-14 20:32 UTC 

[RFC V2 0/4] firmware: arm_scmi: vendors: Qualcomm Vendor Protocol
 2024-06-14 20:30 UTC  (4+ messages)
` [RFC V2 1/4] dt-bindings: firmware: Add support for QCOM "

[PATCH 1/2] net: phy: Turn default auto-negotiation timeout into Kconfig symbol
 2024-06-14 20:30 UTC  (4+ messages)

[PATCH 0/9] New DRM accel driver for Rockchip's RKNN NPU
 2024-06-14 20:30 UTC  (5+ messages)
` [PATCH 6/9] accel/rocket: Add a new driver for Rockchip's NPU

[PATCH v5 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-06-14 20:25 UTC  (5+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] mm: remove code to handle same filled pages

[PATCH v3 0/5] KVM: Reject vCPU IDs above 2^32
 2024-06-14 20:28 UTC  (6+ messages)
` [PATCH v3 1/5] KVM: Reject overly excessive IDs in KVM_CREATE_VCPU
` [PATCH v3 2/5] KVM: x86: Limit check IDs for KVM_SET_BOOT_CPU_ID
` [PATCH v3 3/5] KVM: x86: Prevent excluding the BSP on setting max_vcpu_ids
` [PATCH v3 4/5] KVM: selftests: Test max vCPU IDs corner cases
` [PATCH v3 5/5] KVM: selftests: Test vCPU boot IDs above 2^32

srcu_cleanup warning
 2024-06-14 20:28 UTC  (12+ messages)
                  ` [PATCH] bcachefs: pending_rcu_items

[drm-intel:for-linux-next-gt 3/3] drivers/gpu/drm/i915/gem/i915_gem_stolen.c:941:5: error: format '%lli' expects argument of type 'long long int', but argument 5 has type 'resource_size_t' {aka 'unsigned int'}
 2024-06-14 20:26 UTC 

[meta-arago][master][PATCH] icu: Backport version 74-2 from oe-core
 2024-06-14 20:27 UTC 

[PATCH] KVM: arm64: nv: Fix RESx behaviour of disabled FGTs with negative polarity
 2024-06-14 20:24 UTC  (2+ messages)

Linux 6.10-rc1
 2024-06-14 20:24 UTC  (8+ messages)

[PATCH] drm/i915/gt/uc: Fix typo in comment
 2024-06-14 20:21 UTC  (5+ messages)

[PATCH] ASoc: PCM6240: Fix a null pointer dereference in pcmdevice_i2c_probe
 2024-06-14 20:20 UTC  (2+ messages)

[PATCH v4 0/2] image-bootfiles: new class
 2024-06-14 20:25 UTC  (2+ messages)

man-pages-6.9 released
 2024-06-14 20:16 UTC 

[PATCH v6] KVM: arm64: Add early_param to control WFx trapping
 2024-06-14 20:12 UTC  (2+ messages)

[PATCH v2] dm: Add support for escaped characters in str_field_delimit()
 2024-06-14 20:12 UTC  (2+ messages)

[PATCH v3 net-next 00/11] af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn
 2024-06-14 20:07 UTC  (12+ messages)
` [PATCH v3 net-next 01/11] af_unix: Define locking order for unix_table_double_lock()
` [PATCH v3 net-next 02/11] af_unix: Define locking order for U_LOCK_SECOND in unix_state_double_lock()
` [PATCH v3 net-next 03/11] af_unix: Don't retry after unix_state_lock_nested() in unix_stream_connect()
` [PATCH v3 net-next 04/11] af_unix: Define locking order for U_LOCK_SECOND "
` [PATCH v3 net-next 05/11] af_unix: Don't acquire unix_state_lock() for sock_i_ino()
` [PATCH v3 net-next 06/11] af_unix: Remove U_LOCK_DIAG
` [PATCH v3 net-next 07/11] af_unix: Remove U_LOCK_GC_LISTENER
` [PATCH v3 net-next 08/11] af_unix: Define locking order for U_RECVQ_LOCK_EMBRYO in unix_collect_skb()
` [PATCH v3 net-next 09/11] af_unix: Set sk_peer_pid/sk_peer_cred locklessly for new socket
` [PATCH v3 net-next 10/11] af_unix: Remove put_pid()/put_cred() in copy_peercred()
` [PATCH v3 net-next 11/11] af_unix: Don't use spin_lock_nested() "

[PATCH] os-posix: Expand setrlimit() syscall compatibility
 2024-06-14 20:11 UTC  (3+ messages)

[PATCH v2 0/2] drm/i915: fix MSO vs. joiner issue
 2024-06-14 20:11 UTC  (2+ messages)
` ✓ CI.FULL: success for "

[PATCH] Documentation: Remove unused "nps_mtm_hs_ctr" from kernel-parameters.txt
 2024-06-14 20:09 UTC  (3+ messages)

[PATCH v2 00/15] KVM: arm64: nv: FPSIMD/SVE, plus some other CPTR goodies
 2024-06-14 20:08 UTC  (7+ messages)
` [PATCH v2 03/15] KVM: arm64: nv: Handle CPACR_EL1 traps
` [PATCH v2 05/15] KVM: arm64: nv: Load guest hyp's ZCR into EL1 state

[PATCH net-next v1 0/3] bnxt_en: implement netdev_queue_mgmt_ops
 2024-06-14 20:07 UTC  (5+ messages)
` [PATCH net-next v1 2/3] bnxt_en: split rx ring helpers out from ring helpers
` [PATCH net-next v1 3/3] bnxt_en: implement netdev_queue_mgmt_ops

[PATCHv8 bpf-next 0/9] uprobe: uretprobe speed up
 2024-06-14 20:07 UTC  (5+ messages)
` [PATCHv8 bpf-next 3/9] uprobe: Add uretprobe syscall to speed up return probe

[PATCH] Documentation: Remove unused "spia_*" kernel parameters
 2024-06-14 20:06 UTC  (3+ messages)

[PATCH 0/5] dts: testpmd show port info/stats
 2024-06-14 20:05 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/5] dts: fix InteractiveShell command prompt filtering

[PATCH v3] landlock: Add abstract unix socket connect restriction
 2024-06-14 20:04 UTC  (4+ messages)

[meta-arago][master][PATCH v2] recipes: Add missing Upstream-Status to patch files
 2024-06-14 20:04 UTC 

[PATCH v3 bpf-next 0/4] bpf: Track delta between "linked" registers
 2024-06-14 20:00 UTC  (2+ messages)

Why is recursion protection needed in bpf syscalls?
 2024-06-14 19:59 UTC  (2+ messages)

[nacked] memfd-mfd_noexec_seal-should-not-imply-mfd_allow_sealing.patch removed from -mm tree
 2024-06-14 20:00 UTC  (2+ messages)

[PATCH v2 0/5] staging: rtl8192e: Cleanup multiple issues
 2024-06-14 20:00 UTC  (2+ messages)

[PATCH 00/19] OPEN optimisations and Attribute delegations
 2024-06-14 19:59 UTC  (15+ messages)
` [PATCH 01/19] NFSv4: Clean up open delegation return structure
  ` [PATCH 02/19] NFSv4: Refactor nfs4_opendata_check_deleg()
    ` [PATCH 03/19] NFSv4: Add new attribute delegation definitions
      ` [PATCH 04/19] NFSv4: Plumb in XDR support for the new delegation-only setattr op
        ` [PATCH 05/19] NFSv4: Add CB_GETATTR support for delegated attributes
          ` [PATCH 06/19] NFSv4: Add a flags argument to the 'have_delegation' callback
            ` [PATCH 07/19] NFSv4: Add support for delegated atime and mtime attributes
              ` [PATCH 08/19] NFSv4: Add recovery of attribute delegations
                ` [PATCH 09/19] NFSv4: Add a capability for delegated attributes
                  ` [PATCH 10/19] NFSv4: Enable attribute delegations
                    ` [PATCH 11/19] NFSv4: Delegreturn must set m/atime when they are delegated
                      ` [PATCH 12/19] NFSv4: Fix up delegated attributes in nfs_setattr

[PATCH v2] drm/print: Introduce drm_line_printer
 2024-06-14 19:55 UTC  (7+ messages)

[PATCH] drm/amd/display: Disable CONFIG_DRM_AMD_DC_FP for RISC-V with clang
 2024-06-14 19:54 UTC  (2+ messages)

[PATCH] libtraceevent: Do not return a local stack pointer in get_field_str()
 2024-06-14 19:54 UTC 

[PATCH v2 0/2] CMRR patch fixes
 2024-06-14 19:53 UTC  (3+ messages)
` [PATCH v2 1/2] drm/dp: Describe target_rr_divider in struct drm_dp_as_sdp

[PATCH 6.9 000/157] 6.9.5-rc1 review
 2024-06-14 19:52 UTC 

[PATCH 0/4] libtraceevent: fix misc issues found by static analysis
 2024-06-14 19:49 UTC  (3+ messages)
` [PATCH 4/4] libtraceevent: don't return a pointer to a local variable get_field_str()

pull request: amdgpu: update DMCUB firmware to v0.0.222.0
 2024-06-14 19:47 UTC  (2+ messages)

[PATCH v6 0/8] drm: Support per-plane async flip configuration
 2024-06-14 19:45 UTC  (5+ messages)
` [PATCH v6 2/8] "

[PATCH] libsepol: Do not reject all type rules in conditionals when validating
 2024-06-14 19:45 UTC 

[PATCH 1/2] drm/amdgpu: fix UBSAN warning in kv_dpm.c
 2024-06-14 19:43 UTC  (4+ messages)
` [PATCH 2/2] drm/radeon: "

[PATCH v4 net-next 0/7] net: pass receive socket to drop tracepoint
 2024-06-14 19:40 UTC  (5+ messages)
` [PATCH v4 net-next 1/7] net: add rx_sk to trace_kfree_skb


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.