All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-07 03:29:48 to 2023-11-07 06:01:08 UTC [more...]

PSA: migrating linux-hotplug to new vger infrastructure
 2023-11-07  6:00 UTC  (7+ messages)

[PATCH] powerpc: Fix signature of pfn_to_kaddr()
 2023-11-07  5:57 UTC  (3+ messages)

[PATCH v3 00/13] iommu/amd: SVA Support (part 3) - refactor support for GCR3 table
 2023-11-07  5:55 UTC  (9+ messages)
` [PATCH v3 06/13] iommu/amd: Introduce per-device domain ID to workaround potential TLB aliasing issue
` [PATCH v3 10/13] iommu/amd: Refactor helper function for attaching / detaching device

[PATCH 1/2 v2] fs/proc/task_mmu: report SOFT_DIRTY bits through the PAGEMAP_SCAN ioctl
 2023-11-07  5:49 UTC  (2+ messages)

[PATCH v14 00/34] KVM: guest_memfd() and per-page attributes
 2023-11-07  5:47 UTC  (7+ messages)
` [PATCH 08/34] KVM: Introduce KVM_SET_USER_MEMORY_REGION2

Patchtest results for [OE-core][kirkstone][PATCH] zlib: Backport fix CVE-2023-45853
 2023-11-07  5:47 UTC 

Question: Earliest kernel version with FIPS-compliant DRBG?
 2023-11-07  5:34 UTC 

[PATCH v2 0/9] Improvements to pcie_bandwidth_available() for eGPUs
 2023-11-07  5:45 UTC  (8+ messages)
` [PATCH v2 8/9] PCI: Exclude PCIe ports used for tunneling in pcie_bandwidth_available()
          ` [Nouveau] "

[PATCH v10 0/5] introduce tee-based EFI Runtime Variable Service
 2023-11-07  5:40 UTC  (13+ messages)
` [PATCH v10 1/5] efi: expose efivar generic ops register function
` [PATCH v10 2/5] efi: Add EFI_ACCESS_DENIED status code
` [PATCH v10 3/5] efi: Add tee-based EFI variable driver
` [PATCH v10 4/5] efivarfs: automatically update super block flag
` [PATCH v10 5/5] efivarfs: force RO when remounting if SetVariable is not supported

[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-07  5:43 UTC  (11+ messages)
` [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS

[dunfell][PATCH] tiff: Security fix for CVE-2023-40745
 2023-11-07  5:42 UTC 

[meta-oe][PATCH] modemmanager: inherit upstream-version-is-even
 2023-11-07  5:42 UTC 

Blank screen on boot of Linux 6.5 and later on Lenovo ThinkPad L570
 2023-11-07  5:39 UTC  (11+ messages)

[PATCH V2 0/2] arm: mach-k3: Move TI keys out of board folder
 2023-11-07  5:35 UTC  (4+ messages)
` [PATCH V2 2/2] arm: mach-k3: Move TI dummy "

[OE-core][kirkstone][PATCH] zlib: Backport fix CVE-2023-45853
 2023-11-07  5:32 UTC 

[PATCH] drm/amd/pm: Remove redundant function members of pptable_funcs
 2023-11-07  5:33 UTC 

[PATCH] nouveau: use an rwlock for the event lock
 2023-11-07  5:32 UTC  (2+ messages)
` [Nouveau] "

[PATCH v2 0/3] reduce latency of normal synchronize_rcu() v2
 2023-11-07  5:32 UTC  (5+ messages)
` [PATCH v2 1/3] rcu: Reduce synchronize_rcu() latency

[Intel-xe] [RFC v4 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
 2023-11-07  5:30 UTC  (8+ messages)
          `  "

[Intel-xe] [PATCH v2 00/27] Refactor VM bind code
 2023-11-07  5:30 UTC  (31+ messages)
` [Intel-xe] [PATCH v2 01/27] drm/xe: Allow num_binds == 0 in VM bind IOCTL
` [Intel-xe] [PATCH v2 02/27] drm/xe: Allow num_batch_buffer == 0 in exec IOCTL
` [Intel-xe] [PATCH v2 03/27] drm/xe: Take in-syncs into account when num_execs or num_binds == 0
` [Intel-xe] [PATCH v2 04/27] drm/xe: Lock all gpuva ops during VM bind IOCTL
` [Intel-xe] [PATCH v2 05/27] drm/xe: Add ops_execute function which returns a fence
` [Intel-xe] [PATCH v2 06/27] drm/xe: Move migrate to prefetch to op_lock funtion
` [Intel-xe] [PATCH v2 07/27] drm/xe: Add struct xe_vma_ops abstraction
` [Intel-xe] [PATCH v2 08/27] drm/xe: Update xe_vm_rebind to use dummy VMA operations
` [Intel-xe] [PATCH v2 09/27] drm/xe: Move drm exec loop to vm_bind_ioctl_ops_execute
` [Intel-xe] [PATCH v2 10/27] drm/xe: Fixup error handling / ref counting in VM bind IOCTL
` [Intel-xe] [PATCH v2 11/27] drm/xe: Convert pagefault rebind to use ops interface
` [Intel-xe] [PATCH v2 12/27] drm/xe: Add some members to xe_vma_ops
` [Intel-xe] [PATCH v2 13/27] drm/xe: Add vm_bind_ioctl_ops_install_fences helper
` [Intel-xe] [PATCH v2 14/27] drm/xe: Drop rebind argument from xe_pt_prepare_bind
` [Intel-xe] [PATCH v2 15/27] drm/xe: Add xe_vm_pgtable_update_op to xe_vma_ops
` [Intel-xe] [PATCH v2 16/27] drm/xe: Move setting last fence and sync wait to vm_bind_ioctl_ops_install_fences
` [Intel-xe] [PATCH v2 17/27] drm/xe: Fix vma_is_valid to use tile argument
` [Intel-xe] [PATCH v2 18/27] drm/xe: Adjust tile mask in operations create
` [Intel-xe] [PATCH v2 19/27] drm/xe: Add xe_gt_tlb_invalidation_range and convert PT layer to use this
` [Intel-xe] [PATCH v2 20/27] drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queue
` [Intel-xe] [PATCH v2 21/27] drm/xe: Convert multiple bind ops into single job
` [Intel-xe] [PATCH v2 22/27] drm/xe: Update clear / populate arguments
` [Intel-xe] [PATCH v2 23/27] drm/xe: Add __xe_migrate_update_pgtables_cpu helper
` [Intel-xe] [PATCH v2 24/27] drm/xe: Add xe_hw_fence_signal helper
` [Intel-xe] [PATCH v2 25/27] drm/xe: CPU binds for jobs
` [Intel-xe] [PATCH v2 26/27] drm/xe: Don't use migrate exec queue for page fault binds
` [Intel-xe] [PATCH v2 27/27] drm/xe/uapi: Make sync vs async VM bind operations per IOCTL rather than queue
` [Intel-xe] ✓ CI.Patch_applied: success for Refactor VM bind code (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✗ CI.KUnit: failure "

[PATCH blktests] ublk/rc: prefer to rublk over miniublk
 2023-11-07  5:28 UTC  (2+ messages)

[PATCH v2 0/5] arm: mach-snapdragon: Qualcomm pinctrl driver cleanup
 2023-11-07  5:28 UTC  (3+ messages)
` [PATCH v2 3/5] pinctrl: qcom: make compatible with linux DTs

[PATCH 1/2] memory: tegra: Add SID override programming for MC clients
 2023-11-07  5:28 UTC  (2+ messages)
` [PATCH 2/2] memory: tegra: Skip SID programming if SID registers aren't set

[PATCH 1/2] drm/amdgpu: add and populate the port num into xgmi topology info
 2023-11-07  5:28 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: expose the connected port num info through sysfs

[ovmf test] 183700: all pass - PUSHED
 2023-11-07  5:20 UTC 

drivers/pinctrl/cirrus/pinctrl-lochnagar.c:52:53: error: pasting "LOCHNAGAR1_" and "(" does not give a valid preprocessing token
 2023-11-07  5:18 UTC 

smb cifs: Linux 6.7 pre rc-1 kernel dump in smb2_get_aead_req
 2023-11-07  5:18 UTC  (8+ messages)
` [PATCH] fs/smb: using crypto lib instead cifs_arc4
            ` [PATCH] cifs: Fix encryption of cleared, but unset rq_iter data buffers

[Intel-gfx] [PATCH 0/4] DP DSC min/max src bpc fixes
 2023-11-07  5:08 UTC  (7+ messages)
` [Intel-gfx] [PATCH 1/4] drm/i915/dp: Simplify checks for helper intel_dp_dsc_max_src_input_bpc
` [Intel-gfx] [PATCH 2/4] drm/i915/dp: Fix the max DSC bpc supported by source
` [Intel-gfx] [PATCH 3/4] drm/i915/dp_mst: Use helpers to get dsc min/max input bpc
` [Intel-gfx] [PATCH 4/4] drm/i915/dp: Ignore max_requested_bpc if its too low for DSC
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for DP DSC min/max src bpc fixes (rev2)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v2] media: uvcvideo: Implement V4L2_EVENT_FRAME_SYNC
 2023-11-07  5:06 UTC  (3+ messages)

[PATCH 6.6 00/30] 6.6.1-rc1 review
 2023-11-07  5:04 UTC  (2+ messages)

[Intel-gfx] [PATCH v8 0/6] Panel replay phase1 implementation
 2023-11-07  5:01 UTC  (5+ messages)
` [Intel-gfx] [PATCH v8 6/6] drm/i915/panelreplay: Debugfs support for panel replay
      `  "

[PULL 00/49] riscv-to-apply queue
 2023-11-07  4:59 UTC  (2+ messages)

[PATCH 00/35] tcg patch queue
 2023-11-07  4:59 UTC  (2+ messages)

[xen-unstable test] 183695: tolerable trouble: fail/pass/starved - PUSHED
 2023-11-07  4:59 UTC 

[PATCH bpf-next 0/3] bpf: __bpf_dynptr_data* and __str annotation
 2023-11-07  4:57 UTC  (4+ messages)
` [PATCH bpf-next 1/3] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH bpf-next 2/3] bpf: Factor out helper check_reg_const_str()
` [PATCH bpf-next 3/3] bpf: Introduce KF_ARG_PTR_TO_CONST_STR

[Intel-gfx] [PATCH v4] drm/i915/display: Support PSR entry VSC packet to be transmitted one frame earlier
 2023-11-07  4:56 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: Support PSR entry VSC packet to be transmitted one frame earlier (rev4)

[PATCH v1 00/13] Improve TLB invalidation logic
 2023-11-07  4:53 UTC  (11+ messages)
` [PATCH v1 09/13] iommu/amd: Refactor domain flush global function
` [PATCH v1 10/13] iommu/amd: Consolidate domain flush logic

[syzbot] Monthly dccp report (Nov 2023)
 2023-11-07  4:52 UTC 

[syzbot] Monthly bpf report (Nov 2023)
 2023-11-07  4:52 UTC 

[PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
 2023-11-07  4:49 UTC 

[PULL 00/94] target/sparc: Convert to decodetree
 2023-11-07  4:49 UTC  (4+ messages)
` [PULL 81/94] target/sparc: Move FDMULQ "

[PATCH v2 0/7] Enable HS-G5 support on SM8550
 2023-11-07  4:46 UTC  (11+ messages)
` [PATCH v2 1/7] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
` [PATCH v2 2/7] scsi: ufs: ufs-qcom: Setup host power mode during init
` [PATCH v2 3/7] scsi: ufs: ufs-qcom: Allow the first init start with the maximum supported gear
` [PATCH v2 4/7] scsi: ufs: ufs-qcom: Limit HS-G5 Rate-A to hosts with HW version 5
` [PATCH v2 5/7] scsi: ufs: ufs-qcom: Set initial PHY gear to max HS gear for HW ver 5 and newer
` [PATCH v2 6/7] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550
` [PATCH v2 7/7] scsi: ufs: ufs-qcom: Add support for UFS device version detection

[PATCH 1/1] block: Check the queue limit before bio submitting
 2023-11-07  4:35 UTC  (14+ messages)

[PATCH v2] drm: amd: Resolve Sphinx unexpected indentation warning
 2023-11-07  4:45 UTC  (4+ messages)

[f2fs-dev] [PATCH] f2fs: explicitly null-terminate the xattr list
 2023-11-07  4:44 UTC 

[RFC PATCH bpf-next] bpf, tnums: add bitwise-not helper
 2023-11-07  4:43 UTC  (3+ messages)

Minor cleanup patch - and question about returning -ENOSYS
 2023-11-07  4:42 UTC 

[PATCH v2 1/3] mm/gup: Introduce pin_user_pages_fd() for pinning shmem/hugetlbfs file pages (v2)
 2023-11-07  4:40 UTC  (5+ messages)

[Intel-xe] [PATCH v8 0/5] DRM scheduler changes for Xe
 2023-11-07  4:39 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for DRM scheduler changes for Xe (rev12)

[igt-dev] [PATCH V2 i-g-t] test/amdgpu: add apu check for pciplug test
 2023-11-07  4:38 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "
` [igt-dev] ✓ Fi.CI.BAT: "

[PATCH v9 0/6] introduce tee-based EFI Runtime Variable Service
 2023-11-07  4:36 UTC  (6+ messages)
` [PATCH v9 6/6] tee: optee: restore efivars ops when tee-supplicant stops

Saw I/O errors while delete/create/attach a namespace on nvme device
 2023-11-07  4:36 UTC  (2+ messages)

[PATCH 6.5 00/88] 6.5.11-rc1 review
 2023-11-07  4:34 UTC  (2+ messages)

drivers/video/fbdev/hyperv_fb.c:1077 hvfb_getmem() error: uninitialized symbol 'base'
 2023-11-07  4:29 UTC 

[PATCH] fuse: Track process write operations in both direct and writethrough modes
 2023-11-07  4:27 UTC  (2+ messages)

RFC: switching "THE REST" in MAINTAINERS away from linux-kernel@vger.kernel.org
 2023-11-07  4:04 UTC  (4+ messages)

[PATCH v2 2/2] scsi: scsi_debug: delete some bogus error checking
 2023-11-07  4:19 UTC  (2+ messages)

[XEN PATCH][for-4.19 v6] xen: Add deviations for MISRA C:2012 Rule 7.1
 2023-11-07  4:18 UTC  (2+ messages)

[XEN PATCH][for-4.19] domain: add ASSERT to help static analysis tools
 2023-11-07  4:18 UTC  (3+ messages)

Informal voting proposal
 2023-11-07  4:18 UTC  (3+ messages)

Intermittent storage (dm-crypt?) freeze - regression 6.4->6.5
 2023-11-07  4:18 UTC  (13+ messages)
              ` [PATCH] swiotlb-xen: provide the "max_mapping_size" method
                  `  "
                    ` [PATCH v2] "

lib/test_objpool.c:323:3: sparse: sparse: symbol 'g_ot_sync_ops' was not declared. Should it be static?
 2023-11-07  4:16 UTC 

[ANNOUNCE] autofs 5.1.9 release
 2023-11-07  4:17 UTC 

[PATCH v2 1/2] scsi: scsi_debug: scsi: scsi_debug: fix some bugs in sdebug_error_write()
 2023-11-07  4:17 UTC  (2+ messages)

fs/bcachefs/six.c:283 __do_six_trylock() error: uninitialized symbol 'old'
 2023-11-07  4:12 UTC 

[PATCH 6.1 00/62] 6.1.62-rc1 review
 2023-11-07  4:12 UTC  (2+ messages)

[PATCH] app/testpmd: fix UDP cksum error for UFO enable
 2023-11-07  4:11 UTC  (4+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] app/testpmd: remove useless code for TSO setting command
  ` [PATCH v3 2/2] app/testpmd: fix UDP cksum error for UFO enable

[Intel-xe] [PATCH v8 3/5] drm/sched: Split free_job into own work item
 2023-11-07  4:10 UTC  (3+ messages)
` [PATCH] drm/sched: Don't disturb the entity when in RR-mode scheduling
  ` [Intel-xe] "

[AUH] modemmanager: upgrading to 1.23.1 SUCCEEDED
 2023-11-07  4:08 UTC  (3+ messages)
` [oe] "

[PATCH v3] rockchip: include: asm: fix entering download mode rk3066
 2023-11-07  4:05 UTC  (2+ messages)

[virtio-comment] [PATCH v1 1/8] admin: Add theory of operation for device migration
 2023-11-07  4:05 UTC  (12+ messages)

[virtio-comment] [PATCH v3 0/8] Introduce device migration support commands
 2023-11-07  4:04 UTC  (11+ messages)
` [virtio-comment] [PATCH v3 6/8] admin: Add theory of operation for write recording commands
  ` [virtio-comment] "
    ` [virtio-comment] "

[PATCH] rockchip: dts: fix bootph tags for rv1126
 2023-11-07  4:05 UTC  (2+ messages)

[PATCH 0/2] rockchip: Support otp on rv1126
 2023-11-07  4:03 UTC  (5+ messages)
` [PATCH 1/2] rockchip: otp: Add support for RV1126
` [PATCH 2/2] rockchip: rv1126: Read cpuid from otp and set ethaddr

[PATCH v2 0/2] rockchip: ringneck-px30: always reset STM32 companion controller on boot
 2023-11-07  4:02 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] rockchip: ringneck-px30: enable SPL_BOARD_INIT

[PATCH 0/2] revision: exclude all packed objects with `--unpacked`
 2023-11-07  4:02 UTC  (7+ messages)
` [PATCH 1/2] list-objects: drop --unpacked non-commit objects from results
` [PATCH 2/2] pack-bitmap: "

[PATCH v4 0/2] Add DMIC slew rate controls
 2023-11-07  3:52 UTC  (3+ messages)
` [PATCH v4 1/2] ASoC: dt-bindings: nau8821: Add DMIC slew rate
` [PATCH v4 2/2] ASoC: nau8821: Add slew rate controls

[PATCH net] net/smc: avoid data corruption caused by decline
 2023-11-07  3:56 UTC 

[PATCH 00/22] Maintainer updates for 8.2 (gdbstub, tests, plugins) pre-PR
 2023-11-07  3:56 UTC  (7+ messages)
` [PATCH 03/22] target/arm: hide the 32bit version of PAR from gdbstub
` [PATCH 04/22] target/arm: hide all versions of DBGD[RS]AR "
` [PATCH 07/22] tests/avocado: update the tcg_plugins test

[PATCH v2] tty: serial: Add RS422 flag to struct serial_rs485
 2023-11-07  3:55 UTC  (5+ messages)

[PATCH] mm/damon/sysfs: eliminate potential uninitialized variable warning
 2023-11-07  3:54 UTC  (3+ messages)

[PATCH v2 00/20] Add minimal Tensor/GS101 SoC support and Oriole/Pixel6 board
 2023-11-07  3:52 UTC  (7+ messages)

[PATCH 0/4] thermal: Introduce Qualcomm Thermal Mitigation Device support
 2023-11-07  3:55 UTC  (3+ messages)
` [PATCH 2/4] dt-bindings: thermal: Add qcom,qmi-cooling yaml bindings

[PATCH] blk-core: use pr_warn_ratelimited() in bio_check_ro()
 2023-11-07 11:12 UTC  (2+ messages)

[PATCH v3 0/3] Use update_current_exec_runtime simplify code
 2023-11-07  3:49 UTC  (6+ messages)
` [PATCH v3 1/3] sched: Don't account execution time for task group

[Intel-gfx] [CI 1/2] drm/i915: Remove incomplete PVC plumbing
 2023-11-07  3:45 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [CI,1/2] "

[PATCH net v3] tcp: Fix -Wc23-extensions in tcp_options_write()
 2023-11-07  3:44 UTC  (2+ messages)

[PATCH v6 0/4] Introduce perf check subcommand
 2023-11-07  3:42 UTC  (2+ messages)

[PATCH v4 0/7] merge-ort: implement support for packing objects together
 2023-11-07  3:42 UTC  (5+ messages)
` [PATCH v5 0/5] "

[Intel-xe] [PATCH] drm/xe: Prevent null ptr dereference
 2023-11-07  3:41 UTC  (5+ messages)

[PATCH] hv/hv_kvp_daemon: Some small fixes for handling NM keyfiles
 2023-11-07  3:40 UTC  (4+ messages)

[PATCH v1] net/tcp: use kfree_sensitive() instend of kfree() in tcp_md5_twsk_free_rcu()
 2023-11-07  3:40 UTC  (2+ messages)

Request for reviews for 4.4-st46, 4.4-cip81
 2023-11-07  3:38 UTC 

[PATCH] crypto: ahash - Set using_shash for cloned ahash wrapper over shash
 2023-11-07  3:36 UTC  (2+ messages)

[GIT PULL] remoteproc updates for v6.7
 2023-11-07  3:38 UTC 

[PATCH v2 0/2] virtio-blk: add iothread-vq-mapping parameter
 2023-11-07  3:29 UTC  (3+ messages)

[PATCH v2 0/2] LTC4286 and LTC4287 driver support
 2023-11-07  3:29 UTC  (7+ messages)
` [PATCH v2 2/2] hwmon: pmbus: Add ltc4286 driver

[PATCH v11 0/9] Add StarFive Camera Subsystem driver
 2023-11-07  3:27 UTC  (3+ 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.