All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-26 02:21:09 to 2023-10-26 04:33:44 UTC [more...]

[cip-dev][isar-cip-core][RFC 0/9] cleanup of customizations
 2023-10-26  4:33 UTC  (3+ messages)
` [cip-dev][isar-cip-core][RFC 7/9] cip-core-image-security: Move packages to security-customization

[PATCH bpf-next v2 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-10-26  4:33 UTC  (2+ messages)

[PATCH v2 0/5] aspeed: LPC peripheral controller devices
 2023-10-26  4:32 UTC  (3+ messages)
` [PATCH v2 2/5] hw/arm: ast2600: Set AST2600_MAX_IRQ to value from datasheet

KTODO automated TODO lists
 2023-10-26  4:29 UTC  (7+ messages)

[Intel-xe] [PATCH v7 0/6] DRM scheduler changes for Xe
 2023-10-26  4:28 UTC  (22+ messages)
`  "
` [PATCH v7 1/6] drm/sched: Add drm_sched_wqueue_* helpers
  ` [Intel-xe] "
` [PATCH v7 2/6] drm/sched: Convert drm scheduler to use a work queue rather than kthread
  ` [Intel-xe] "
` [Nouveau] [PATCH v7 3/6] drm/sched: Convert the GPU scheduler to variable number of run-queues
  `  "
  ` [Intel-xe] "
` [PATCH v7 4/6] drm/sched: Split free_job into own work item
  ` [Intel-xe] "
` [PATCH v7 5/6] drm/sched: Add drm_sched_start_timeout_unlocked helper
  ` [Intel-xe] "
` [PATCH v7 6/6] drm/sched: Add a helper to queue TDR immediately
  ` [Intel-xe] "

[PATCH 00/21] use rte optional stdatomic API
 2023-10-26  4:24 UTC  (6+ messages)
` [PATCH v2 00/19] "
  ` [PATCH v2 09/19] rcu: "

[PATCH 1/1] board: sifive: unmatched: move kernel load address to 0x80200000
 2023-10-26  3:22 UTC 

quick question about TPM
 2023-10-26  2:22 UTC  (5+ messages)

linux-next: Tree for Oct 26
 2023-10-26  4:22 UTC 

[PATCH 0/6] tcg: Always implement neg and movcond
 2023-10-26  4:20 UTC  (8+ messages)
` [PATCH 1/6] tcg/mips: Split out tcg_out_setcond_int
` [PATCH 2/6] tcg/mips: Always implement movcond
` [PATCH 3/6] tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64}
` [PATCH 4/6] tcg/mips: Implement neg opcodes
` [PATCH 5/6] tcg/loongarch64: "
` [PATCH 6/6] tcg: Remove TCG_TARGET_HAS_neg_{i32,i64}

[PATCH v2 1/3] perf vendor events intel: Fix broadwellde tma_info_system_dram_bw_use metric
 2023-10-26  4:19 UTC  (5+ messages)

[meta-rockchip] [PATCH v3] rock-3a add
 2023-10-26  4:17 UTC  (4+ messages)
  ` [yocto] "

[PATCH] perf tests: test_arm_coresight: Simplify source iteration
 2023-10-26  4:14 UTC  (2+ messages)

[igt-dev] [PATCH] tests/amd_security: add secure write test for gfx
 2023-10-26  4:10 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/amd_security: add secure write test for gfx (rev2)

git bugreport with invalid CLI argument does not report error
 2023-10-26  4:06 UTC  (6+ messages)
` [PATCH v2] bugreport: reject positional arguments

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

[PATCH] app/test: add modexp group tests
 2023-10-26  3:58 UTC  (2+ messages)
` [PATCH v2] test/cryptodev: "

[virtio-comment] Re: [PATCH v1 3/8] device-context: Define the device context fields for device migration
 2023-10-26  3:58 UTC  (13+ messages)

Regression wireless-next: mt7921: update the channel usage when the regd domain changed
 2023-10-26  3:58 UTC  (2+ messages)

[pull] amdgpu drm-fixes-6.6
 2023-10-26  3:54 UTC 

[POC][RFC][PATCH v2] sched: Extended Scheduler Time Slice
 2023-10-26  3:54 UTC 

[PATCH v2] drm/amd/pm: fix the high voltage and temperature issue
 2023-10-26  3:53 UTC  (2+ messages)

[RFC] firmware: arm_scmi: support clock denied attributes
 2023-10-26  3:41 UTC  (2+ messages)

[virtio-comment] Re: [PATCH v1 3/8] device-context: Define the device context fields for device migration
 2023-10-26  3:50 UTC  (26+ messages)

[PATCH] clk: mediatek: mt8186: Change I2C 4/5/6 ap clocks parent to infra
 2023-10-26  3:49 UTC  (10+ messages)

[virtio-comment] [PATCH v1 0/8] Introduce device migration support commands
 2023-10-26  3:45 UTC  (30+ messages)
` [virtio-comment] [PATCH v1 1/8] admin: Add theory of operation for device migration

[PATCH v2 0/3] bootcount: Replace I2C legacy implementation by driver model
 2023-10-26  3:44 UTC  (7+ messages)
` [PATCH v2 1/3] bootcount: Remove legacy I2C driver
` [PATCH v2 2/3] i2c: Implement i2c_get_chip_by_phandle()
` [PATCH v2 3/3] bootcount: Add driver model I2C driver

[PATCH v4 0/3] cxl/region: Autodiscovery position repair
 2023-10-26  3:43 UTC  (3+ messages)
` [PATCH v4 2/3] cxl/region: Calculate a target position in a region interleave

[PATCH 1/2] erofs: get rid of ROOT_NID()
 2023-10-26  3:42 UTC  (6+ messages)
` [PATCH 2/2] erofs: tidy up redundant includes

[PATCH v2 00/15] Intel IPU6 and IPU6 input system drivers
 2023-10-26  3:38 UTC  (9+ messages)
` [PATCH v2 02/15] media: intel/ipu6: add IPU auxiliary devices
` [PATCH v2 15/15] Documentation: add documentation of Intel IPU6 driver and hardware overview

[kvm-unit-tests PATCH v1] configure: arm64: Add support for dirty-ring in migration
 2023-10-26  3:40 UTC 

[RFC PATCH v3 00/35] Device Tree support for SH7751 based board
 2023-10-26  3:40 UTC  (4+ messages)
` [RFC PATCH v3 06/35] arch/sh/boards/of-generic.c: some cleanup

[PATCH v2] i2c: nuvoton: remove standard mode only
 2023-10-26  3:39 UTC  (2+ messages)

[PATCH v2] virtio_pci: Switch away from deprecated irq_set_affinity_hint
 2023-10-26  3:36 UTC  (3+ messages)

[ovmf test] 183532: all pass - PUSHED
 2023-10-26  3:34 UTC 

[PATCH v3 00/10] powerpc/pseries: New character devices for system parameters and VPD
 2023-10-26  3:24 UTC  (22+ messages)
` [PATCH v3 01/10] powerpc/rtas: Factor out function descriptor lookup
` [PATCH v3 02/10] powerpc/rtas: Facilitate high-level call sequences
` [PATCH v3 03/10] powerpc/rtas: Serialize firmware activation sequences
` [PATCH v3 04/10] powerpc/rtas: Warn if per-function lock isn't held
` [PATCH v3 05/10] powerpc/uapi: Export papr-miscdev.h header
` [PATCH v3 06/10] powerpc/pseries: Add papr-vpd character driver for VPD retrieval
` [PATCH v3 07/10] powerpc/pseries/papr-sysparm: Validate buffer object lengths
` [PATCH v3 08/10] powerpc/pseries/papr-sysparm: Expose character device to user space
` [PATCH v3 09/10] powerpc/selftests: Add test for papr-vpd
` [PATCH v3 10/10] powerpc/selftests: Add test for papr-sysparm

[kvm-unit-tests Patch 0/5] Fix PMU test failures on Sapphire Rapids
 2023-10-26  3:32 UTC  (8+ messages)
` [kvm-unit-tests Patch 4/5] x86: pmu: Support validation for Intel PMU fixed counter 3

[PATCH] drm/amdgpu: Identify data parity error corrected in replay mode
 2023-10-26  3:32 UTC  (2+ messages)

[RFC] rust: types: Add read_once and write_once
 2023-10-26  3:31 UTC  (4+ messages)

[virtio-comment] RE: [PATCH v3 2/2] content: Support enabling virtqueue after DRIVER_OK stage
 2023-10-26  3:30 UTC  (12+ messages)

[PATCH] x86/apic/msi: Fix misconfigured non-maskable MSI quirk
 2023-10-26  3:20 UTC 

[meta-ti][master/kirkstone][PATCH 1/8] conf: machine: Move IMAGE_BOOT_FILES to the SoC inc for J721s2 and J784s4
 2023-10-26  3:27 UTC  (3+ messages)
` [meta-ti][master/kirkstone][PATCH 8/8] recipes-bsp: Do not use MACHINE_ARCH when package is not machine specific

linux-next: manual merge of the iommufd tree with the iommu tree
 2023-10-26  3:27 UTC 

[igt-dev] [PATCH i-g-t] lib/igt_kms: Fix memory corruption
 2023-10-26  3:27 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "
` [igt-dev] ✓ Fi.CI.BAT: "

[xen-unstable test] 183529: tolerable trouble: fail/pass/starved - PUSHED
 2023-10-26  3:24 UTC 

Why sometimes branch merging is associated with this commit: Merge remote-tracking branch 'remotes/p4/HEAD'
 2023-10-26  3:23 UTC  (2+ messages)

[PATCH 0/3] Make the cpuinfo_cur_freq interface read correctly
 2023-10-26  3:21 UTC  (8+ messages)
` [PATCH 2/3] cpufreq: CPPC: Keep the target core awake when reading its cpufreq rate

[PATCH 1/2] generic/251: don't snapshot $here during a test
 2023-10-26  3:21 UTC  (2+ messages)
` [PATCH 2/2] generic/251: check min and max length and minlen for FSTRIM

[PATCH] xfs: fix internal error from AGFL exhaustion
 2023-10-26  3:21 UTC  (8+ messages)

[GIT PULL] iomap: bug fixes for 6.6-rc7
 2023-10-26  3:13 UTC  (5+ messages)

❌ FAIL (MISSED 7 of 230): Test report for master (6.6.0-rc7, mainline.kernel.org-clang, 611da07b)
 2023-10-26  3:10 UTC 

[PATCH] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2023-10-26  3:20 UTC  (2+ messages)

[Intel-xe] [PATCH] drm/xe/mocs: MOCS registers are multicast on Xe_HP and beyond
 2023-10-26  3:08 UTC  (3+ messages)
` [Intel-xe] ✓ CI.BAT: success for drm/xe/mocs: MOCS registers are multicast on Xe_HP and beyond (rev2)

[Intel-xe] [PATCH v2 0/3] Emit SVG 3DSTATE during LRC init
 2023-10-26  3:07 UTC  (3+ messages)
` [Intel-xe] ✓ CI.BAT: success for Emit SVG 3DSTATE during LRC init (rev3)

[PATCH] drm/atomic-helper: Call stall_checks() before allocate drm_crtc_commit
 2023-10-26  3:02 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v5] tests/kms_frontbuffer_tracking: Extend the test to enable FBC for each plane
 2023-10-26  3:16 UTC 

[PATCH net] octeontx2-pf: Fix holes in error code
 2023-10-26  3:01 UTC 

[PATCH v1] ACPI: LPSS: use acpi_dev_uid_match() for matching _UID
 2023-10-26  3:00 UTC  (3+ messages)

[f2fs-dev] [PATCH] f2fs-tools: ensure that unused xattr space is zeroized
 2023-10-26  2:57 UTC 

[PATCH V2 0/6] pinctrl: sprd: Modification of UNIOC Platform pinctrl Driver
 2023-10-26  2:57 UTC  (4+ messages)
` [PATCH V2 5/6] pinctrl: sprd: Increase the range of register values

[f2fs-dev] [PATCH] f2fs-tools: make six open zone check resilient
 2023-10-26  2:56 UTC  (3+ messages)
  `  "

[PATCH] lsm: drop LSM_ID_IMA
 2023-10-26  2:54 UTC  (12+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-10-26  2:49 UTC  (7+ messages)
` [PATCH v2 1/6] iommu: Add iommu page fault cookie helpers
` [PATCH v2 2/6] iommufd: Add iommu page fault uapi data
` [PATCH v2 3/6] iommufd: Initializing and releasing IO page fault data
` [PATCH v2 4/6] iommufd: Deliver fault messages to user space
` [PATCH v2 5/6] iommufd/selftest: Add IOMMU_TEST_OP_TRIGGER_IOPF test support
` [PATCH v2 6/6] iommufd/selftest: Add coverage for IOMMU_TEST_OP_TRIGGER_IOPF

[PATCH Resend] drm/amd/pm: only check sriov vf flag once when creating hwmon sysfs
 2023-10-26  2:50 UTC 

[PATCH 00/25] add the NFP vDPA PMD
 2023-10-26  2:50 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] drm/amd/pm: only check sriov vf flag once when creating pm sysfs
 2023-10-26  2:49 UTC  (2+ messages)

task hung in ext4_fallocate #2
 2023-10-26  2:48 UTC  (11+ messages)

[PATCH v3 4/5] x86/paravirt: switch mixed paravirt/alternative calls to alternative_2
 2023-10-26  2:44 UTC  (2+ messages)

[PATCH v10 0/8] fuse: full atomic open and atomic-open-revalidate
 2023-10-26  2:42 UTC  (5+ messages)
` [PATCH v10 2/8] fuse: introduce atomic open

phy: fixed link 1000 or 100 set with autoneg off
 2023-10-26  2:41 UTC  (5+ messages)

[linux-next:master 10651/14992] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/iio/imu/bosch,bma400.yaml
 2023-10-26  2:37 UTC 

[isilence:zc/veth2 14/16] io_uring/zc_rx.c:644:93: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2023-10-26  2:37 UTC 

[PATCH] media: mtk-jpeg: Fix use after free bug due to error path handling in mtk_jpeg_dec_device_run
 2023-10-26  2:37 UTC  (4+ messages)

[tty:tty-testing] BUILD SUCCESS 6f699743aebf07538e506a46c5965eb8bdd2c716
 2023-10-26  2:36 UTC 

[GIT PULL] LoongArch KVM changes for v6.7
 2023-10-26  2:36 UTC  (4+ messages)

[PATCH -next] cpufreq: userspace: Keep the current frequency when set userspace policy
 2023-10-26  2:36 UTC  (3+ messages)

[pci:aspm] BUILD SUCCESS 8e37372ad0bea4c9b4712d9943f6ae96cff9491f
 2023-10-26  2:35 UTC 

[PATCH v4 0/4] rockchip: add GATE_LINK
 2023-10-26  2:25 UTC  (7+ messages)

[PATCH] clocksource: disable irq when holding watchdog_lock
 2023-10-26  2:33 UTC  (2+ messages)

[PATCH v3] audit: don't take task_lock() in audit_exe_compare() code path
 2023-10-26  2:32 UTC  (2+ messages)

[PATCH net-next] net: selftests: use ethtool_sprintf()
 2023-10-26  2:29 UTC 

[PATCH v2 00/11] Add mediate-drm secure flow for SVP
 2023-10-26  2:26 UTC  (5+ messages)
` [PATCH v2 10/11] drm/mediatek: Add cmdq_insert_backup_cookie before secure pkt finalize

[RESEND] fs: Fix typo in access_override_creds()
 2023-10-26  2:23 UTC 

[PATCH v9 0/22] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-10-26  2:22 UTC  (5+ messages)
` [PATCH v9 14/20] PCI: microchip: Add get_events() callback function

[PATCH] uacce: make uacce_class constant
 2023-10-26  2:21 UTC  (2+ messages)

[PATCH] ceph_wait_on_conflict_unlink(): grab reference before dropping ->d_lock
 2023-10-26  2:21 UTC 

[PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
 2023-10-26  2:20 UTC  (11+ 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.