All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-24 22:46:28 to 2023-02-25 00:50:26 UTC [more...]

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-02-25  0:50 UTC  (5+ messages)

issue discovered by hung_task_timeout_secs?
 2023-02-25  0:50 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] SSDFS + ZNS SSD: deterministic architecture decsreasing TCO cost
 2023-02-25  0:47 UTC 

[Intel-xe] [PATCH v4 00/12] Start register cleanup
 2023-02-25  0:48 UTC  (18+ messages)
` [Intel-xe] [PATCH v4 01/12] drm/i915: Move MCR_REG define to i915_reg_defs.h
` [Intel-xe] [PATCH v4 02/12] drm/xe: Sort includes
` [Intel-xe] [PATCH v4 03/12] drm/xe: Remove dependency on intel_engine_regs.h
` [Intel-xe] [PATCH v4 04/12] drm/xe: Remove dependency on intel_gt_regs.h
` [Intel-xe] [PATCH v4 05/12] drm/xe: Remove dependency on intel_lrc_reg.h
` [Intel-xe] [PATCH v4 06/12] drm/xe: Remove dependency on intel_gpu_commands.h
` [Intel-xe] [PATCH v4 07/12] drm/xe: Remove dependency on i915_reg.h
` [Intel-xe] [PATCH v4 08/12] drm/xe/guc_pc: Move gt register to the proper place
` [Intel-xe] [PATCH v4 09/12] drm/xe: Remove dependency on intel_mchbar_regs.h
` [Intel-xe] [PATCH v4 10/12] drm/xe: Add missing includes for i915_reg_defs.h and others
` [Intel-xe] [PATCH v4 11/12] drm/xe: Add xe_reg_defs.h
` [Intel-xe] [PATCH v4 12/12] drm/xe: Prefer single underscore for header guards

[PATCH v3 00/13] Overhauling amx_test
 2023-02-25  0:47 UTC  (8+ messages)
` [PATCH v3 01/13] x86/fpu/xstate: Avoid getting xstate address of init_fpstate if fpstate contains the component

[PATCH] rust: Enable the new_uninit feature for kernel and driver crates
 2023-02-25  0:45 UTC  (2+ messages)

[PATCH 0/2] rust: sync: Arc: Any downcasting and assume_init()
 2023-02-25  0:43 UTC  (5+ messages)
` [PATCH 1/2] rust: sync: arc: implement Arc<dyn Any + Send + Sync>::downcast()
` [PATCH 2/2] rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()

[Intel-gfx] [PATCH] drm/i915/sseu: fix max_subslices array-index-out-of-bounds access
 2023-02-25  0:42 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/sseu: fix max_subslices array-index-out-of-bounds access (rev2)

Boot from 64-bit memory address?
 2023-02-24 21:08 UTC  (3+ messages)

[PATCH v2 00/26] CONFIG_IS_ENABLED vs IS_ENABLED
 2023-02-24 18:10 UTC 

[PATCH 06/11] sparse-checkout: avoid using internal API of unpack-trees, take 2
 2023-02-25  0:40 UTC  (3+ messages)

%z and %Z in strftime man page require clarification
 2023-02-25  0:40 UTC  (7+ messages)

[PATCH] rust: ioctl: Add ioctl number manipulation functions
 2023-02-25  0:38 UTC  (3+ messages)

[PATCH iproute2] genl: print caps for all families
 2023-02-25  0:37 UTC 

[RFC PATCH 0/2] Add DPU DSC helper module
 2023-02-25  0:36 UTC  (14+ messages)
` [RFC PATCH 1/2] drm/msm/dpu: add dsc helper functions

[PATCH v2] rseq.2: New man page for the rseq(2) API
 2023-02-25  0:36 UTC  (2+ messages)

[LTP] [PATCH v1] pcrypt_aead01: Should be related to CVE-2017-18075
 2023-02-25  0:34 UTC 

[PATCH 05/11] sparse-checkout: avoid using internal API of unpack-trees
 2023-02-25  0:33 UTC  (3+ messages)

cip-gitlab/ci/pavel/linux-test kselftest-futex: 11 runs, 1 regressions (v5.10.168-cip27-456-g42a59c4e5329)
 2023-02-25  0:31 UTC 

cip-gitlab/ci/pavel/linux-test ltp-mm: 6 runs, 2 regressions (v5.10.168-cip27-456-g42a59c4e5329)
 2023-02-25  0:31 UTC 

cip-gitlab/ci/pavel/linux-test ltp-ipc: 16 runs, 1 regressions (v5.10.168-cip27-456-g42a59c4e5329)
 2023-02-25  0:31 UTC 

cip-gitlab/ci/pavel/linux-test ltp-timers: 10 runs, 4 regressions (v5.10.168-cip27-456-g42a59c4e5329)
 2023-02-25  0:31 UTC 

[PATCH 0/3] rust: Miscellaneous macro improvements
 2023-02-25  0:31 UTC  (5+ messages)
` [PATCH 1/3] rust: macros: Make expect_punct() return the Punct directly
` [PATCH 2/3] rust: macros: concat_idents: Allow :: paths in the first argument

kismet: WARNING: unmet direct dependencies detected for IOMMU_IO_PGTABLE_LPAE when selected by IPMMU_VMSA
 2023-02-25  0:28 UTC  (6+ messages)

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-02-25  0:27 UTC  (15+ messages)
` [PATCH 01/14] iommufd: Move isolated msi enforcement to iommufd_device_bind()
` [PATCH 02/14] iommufd: Add iommufd_group
` [PATCH 03/14] iommufd: Replace the hwpt->devices list with iommufd_group
` [PATCH 04/14] iommufd: Use the iommufd_group to avoid duplicate reserved groups and msi setup
` [PATCH 05/14] iommufd: Make sw_msi_start a group global
` [PATCH 06/14] iommufd: Move putting a hwpt to a helper function
` [PATCH 07/14] iommufd: Add enforced_cache_coherency to iommufd_hw_pagetable_alloc()
` [PATCH 08/14] iommu: Introduce a new iommu_group_replace_domain() API
` [PATCH 09/14] iommufd: Add iommufd_device_replace()
` [PATCH 10/14] iommufd: Make destroy_rwsem use a lock class per object type
` [PATCH 11/14] iommufd/selftest: Test iommufd_device_replace()
` [PATCH 12/14] iommufd: Add IOMMU_HWPT_ALLOC
` [PATCH 13/14] iommufd/selftest: Return the real idev id from selftest mock_domain
` [PATCH 14/14] iommufd/selftest: Add a selftest for IOMMU_HWPT_ALLOC

pull request: liquidio: remove lio_23xx_vsw.bin
 2023-02-25  0:27 UTC 

[PATCH v3 1/2] exec: add PR_HIDE_SELF_EXE prctl
 2023-02-25  0:27 UTC  (11+ messages)

[GIT PULL] KUnit next update for Linux 6.3-rc1
 2023-02-25  0:25 UTC  (3+ messages)

[PATCH 02/11] dir: add a usage note to exclude_per_dir
 2023-02-25  0:23 UTC  (3+ messages)

[Intel-xe] [PATCH 0/2] Mutex/display init tweaks
 2023-02-25  0:21 UTC  (3+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe/device: Prefer the drm-managed mutex_init
` [Intel-xe] [PATCH 2/2] drm/xe/device: Let display init in a common block

[PATCH] ABI: testing: sysfs-class-power: Document absence of "present" property
 2023-02-25  0:21 UTC  (2+ messages)

[PATCH 1/3] Bluetooth: hci_core: Make hci_conn_hash_add append to the list
 2023-02-25  0:20 UTC  (3+ messages)
` [PATCH 2/3] Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
` [PATCH 3/3] Bluetooth: btusb: Remove detection of ISO packets over bulk

[PATCH] bpf, docs: Document BPF insn encoding in term of stored bytes
 2023-02-25  0:20 UTC  (4+ messages)
` [Bpf] "

[PATCH v9 0/8] x86/cpu, kvm: Support AMD Automatic IBRS
 2023-02-25  0:20 UTC  (13+ messages)
` [PATCH v9 7/8] x86/cpu: "
          ` [PATCH] x86/CPU/AMD: Make sure EFER[AIBRSE] is set

[PATCH] power: supply: fix null pointer check order in __power_supply_register
 2023-02-25  0:20 UTC  (2+ messages)

[PATCH v4] dt-bindings: power: supply: Revise Richtek RT9467 compatible name
 2023-02-25  0:19 UTC  (3+ messages)

Misaligned patch-site bcm2836_arm_irqchip_handle_irq+0x0/0x88
 2023-02-25  0:12 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915: Set wedged if enable guc communication failed
 2023-02-25  0:12 UTC  (3+ messages)
`  "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-gfx] [PATCH] drm/i915/adlp: Restoring ADL-P/RPL-U IDs
 2023-02-25  0:11 UTC  (3+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

[PATCH] ffmpeg: fix build failure when vulkan is enabled
 2023-02-25  0:10 UTC 

[PATCH v2 00/17] Header cleanups
 2023-02-25  0:10 UTC  (2+ messages)

[PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
 2023-02-25  0:09 UTC  (7+ messages)
` [PATCH v2 08/46] hugetlb: add HugeTLB HGM enablement helpers
` [PATCH v2 09/46] mm: add MADV_SPLIT to enable HugeTLB HGM
` [PATCH v2 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries

[Intel-wired-lan] [PATCH net-next v8 0/9] net: add EEE support for KSZ9477 switch family
 2023-02-25  0:09 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH net-next v8 6/9] net: phy: c22: migrate to genphy_c45_write_eee_adv()
                    `  "

[PATCH] ptrace.2: Add details about usage of PTRACE_GET_SYSCALL_INFO
 2023-02-25  0:08 UTC  (8+ messages)

[Intel-gfx] [PATCH] drm/i915: Use correct huge page manager for MTL
 2023-02-25  0:07 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: Use correct huge page manager for MTL (rev2)

Kconfig unmet dependency warning
 2023-02-25  0:04 UTC 

[PATCH v2 0/4] NUMA: Apply socket-NUMA-node boundary for aarch64 and RiscV machines
 2023-02-25  0:05 UTC  (7+ messages)

[PATCH bpf-next v3 00/12] bpf: Support 64-bit pointers to kfuncs
 2023-02-25  0:02 UTC  (4+ messages)

[PATCH] stm32: stm32-hash: Add kmalloc_array allocation check
 2023-02-25  0:01 UTC  (8+ messages)
      ` [PATCH] crypto: stm32 - Save and restore between each request
        ` [v2 PATCH] "

cip-gitlab/ci/pavel/linux-test baseline: 97 runs, 27 regressions (v5.10.168-cip27-456-g42a59c4e5329)
 2023-02-25  0:01 UTC 

cip-gitlab/ci/pavel/linux-test baseline-nfs: 36 runs, 8 regressions (v5.10.168-cip27-456-g42a59c4e5329)
 2023-02-25  0:01 UTC 

bpf: RFC for platform specific BPF helper addition
 2023-02-25  0:01 UTC  (4+ messages)

[PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true"
 2023-02-24 23:59 UTC  (11+ messages)

[PATCH 0/3 V2] Bluetooth: Add support for RTL8821CS
 2023-02-24 23:57 UTC  (9+ messages)
` [PATCH 1/3 V2] dt-bindings: net: realtek-bluetooth: Add RTL8821CS
  ` Bluetooth: Add support for RTL8821CS
` [PATCH 2/3 V2] Bluetooth: hci_h5: btrtl: "
` [PATCH 3/3 V2] arm64: dts: rockchip: Update compatible for bluetooth

[PATCH 0/5] rust: error: Add missing wrappers to convert to/from kernel error codes
 2023-02-24 23:56 UTC  (3+ messages)
` [PATCH 5/5] rust: error: Add from_kernel_result!() macro

[PATCH 06/16] hash.h: move some oid-related declarations from cache.h
 2023-02-24 23:55 UTC  (2+ messages)

[PATCH 18/27] mtd: bcm63xxpart: remove MODULE_LICENSE in non-modules
 2023-02-24 15:08 UTC  (3+ messages)
` [PATCH 21/27] mfd: bcm2835-pm: "
` [PATCH 23/27] NFSv4_2: "

[LSF/MM/BPF BOF] Userspace command abouts
 2023-02-24 23:54 UTC  (8+ messages)

4-port ASMedia/RealTek RTL8125 2.5Gbps NIC freezes whole system
 2023-02-24 23:52 UTC  (3+ messages)

[PATCH] nvme: fix sparse warning on effects masking
 2023-02-24 23:52 UTC  (2+ messages)

[ANNOUNCE] Release v4.19.273-cip92 and v5.10.168-cip27
 2023-02-24 23:46 UTC 

[PATCH v10 00/26] Drivers for Gunyah hypervisor
 2023-02-24 23:44 UTC  (14+ messages)
` [PATCH v10 10/26] gunyah: vm_mgr: Introduce basic VM Manager
` [PATCH v10 19/26] gunyah: vm_mgr: Add framework to add VM Functions

[PATCH 0/7] Support negative dentries on case-insensitive directories
 2023-02-24 22:36 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v3 00/14] x86/hvm: {svm,vmx} {c,h} cleanup
 2023-02-24 23:39 UTC  (5+ messages)

linux-next: manual merge of the mm tree with Linus' tree
 2023-02-24 23:39 UTC 

[RFC PATCH 0/2] status: improve info for detached HEAD
 2023-02-24 23:28 UTC  (3+ messages)
` [RFC PATCH 1/2] t7508: test status output for detached HEAD after clone
` [RFC PATCH 2/2] status: improve info "

[PATCH 1/2] drm/amdkfd: Move TLB flushing logic into amdgpu
 2023-02-24 23:36 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: Synchronize after mapping into a compute VM

[PATCH] perf: fix counting when initial delay configured
 2023-02-24 23:36 UTC  (5+ messages)

[PATCH 00/11] Clarify API for dir.[ch] and unpack-trees.[ch] -- mark relevant fields as internal
 2023-02-24 23:36 UTC  (2+ messages)

cip-gitlab/ci/pavel/linux-test build: 183 builds: 3 failed, 180 passed, 4 errors, 9 warnings (v5.10.168-cip27-456-g42a59c4e5329)
 2023-02-24 23:33 UTC 

[PATCH v12 0/3] Checkpoint Support for Syscall User Dispatch
 2023-02-24 23:31 UTC  (4+ messages)
` [PATCH v12 1/3] syscall_user_dispatch: helper function to operate on given task
` [PATCH v12 2/3] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD
` [PATCH v12 3/3] selftest,ptrace: Add selftest for syscall user dispatch config api

[PATCH 1/3] landlock.7: Move the warning about missing features into the CAVEATS section
 2023-02-24 23:31 UTC  (6+ messages)
` [PATCH 2/3] landlock.7: Document Landlock ABI v2 (file reparenting; kernel 5.19)
` [PATCH 3/3] landlock.7: Document Landlock ABI v3 (file truncation; kernel 6.2)

[Intel-xe] [PATCH] drm/xe: Assume MTL's forcewake register continues to future platforms
 2023-02-24 23:29 UTC  (2+ messages)

[GIT PULL] Devicetree updates for v6.3
 2023-02-24 23:27 UTC  (2+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2023-02-24 23:27 UTC  (2+ messages)

[git pull] IOMMU Updates for Linux v6.3
 2023-02-24 23:27 UTC  (5+ messages)

[PATCH] fs/buffer.c: use b_folio for fsverity work
 2023-02-24 23:25 UTC 

[PATCH] fs/buffer.c: use b_folio for fscrypt work
 2023-02-24 23:25 UTC 

[PATCH] crypto: stm32 - Fix empty message checks
 2023-02-24 23:23 UTC  (2+ messages)

[RFC 0/2] RISC-V: enable rust
 2023-02-24 23:18 UTC  (3+ messages)

[virtio-dev] [PATCH 0/2] Move transitional dev req to legacy interface
 2023-02-24 23:12 UTC  (9+ messages)
  `  "
  ` [virtio-dev] [PATCH 1/2] transport-pci: Use capital alphabets
      ` [virtio-comment] "
  ` [virtio-dev] [PATCH 2/2] transport-pci: Move transitional device id to legacy section
      `  "

[PATCH v2 bpf-next 0/4] bpf: Introduce kptr_rcu
 2023-02-24 23:10 UTC  (4+ messages)
` [PATCH v2 bpf-next 4/4] selftests/bpf: Tweak cgroup kfunc test

[ANN]: kdevops v6.2 released devices
 2023-02-24 23:10 UTC 

[xen-unstable-smoke test] 178391: tolerable trouble: pass/starved - PUSHED
 2023-02-24 23:03 UTC 

[RFC PATCH 00/43] Add LoongArch LSX instructions
 2023-02-24 23:01 UTC  (9+ messages)
` [RFC PATCH 10/43] target/loongarch: Implement vaddw/vsubw

linux-next: manual merge of the mm-stable tree with the ext4 tree
 2023-02-24 23:01 UTC  (9+ messages)

[PATCH v4] landlock: Clarify documentation for the LANDLOCK_ACCESS_FS_REFER right
 2023-02-24 23:00 UTC  (2+ messages)

[kvalo-ath:ath-qca] BUILD SUCCESS 589b979a93d86c322c9a009b402b3c46ef254537
 2023-02-24 22:59 UTC 

drivers/hwmon/emc2305.c:386:23: warning: Value stored to 'data' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
 2023-02-24 23:00 UTC 

[PATCH v4] x86/platform/uv: UV support for sub-NUMA clustering
 2023-02-24 22:59 UTC 

Proposal/Discussion: Turning parts of Git into libraries
 2023-02-24 22:59 UTC  (8+ messages)

[GIT PULL] TTY/Serial driver updates for 6.3-rc1
 2023-02-24 22:57 UTC  (5+ messages)

[PATCH v4 0/3] Stop using insecure transports
 2023-02-24 22:55 UTC  (4+ messages)
` [PATCH v4 2/3] Build system: Replace git:// and http:// with https://

[PATCH] Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
 2023-02-24 22:55 UTC  (5+ messages)

[PATCH] mm/mprotect: Fix successful vma_merge() of next in do_mprotect_pkey()
 2023-02-24 22:53 UTC  (2+ messages)

[kvalo-ath:ath-next] BUILD SUCCESS 28013c35629647679e10cb1bbf36c3feec2af756
 2023-02-24 22:52 UTC 

[PATCH v2 2/2] net: phy: at803x: remove set/get wol callbacks for AR8032
 2023-02-24 22:51 UTC 

[PATCH v6 01/12] kbuild: add a tool to list files ignored by git
 2023-02-24 22:48 UTC  (5+ messages)
` [PATCH v6 07/12] kbuild: deb-pkg: switch over to source format 3.0 (quilt)
` [PATCH v6 12/12] kbuild: add srcdeb-pkg target

[PATCH v1 00/51] shadow metric clean up and improvements
 2023-02-24 22:48 UTC  (4+ messages)
` [PATCH v1 50/51] perf stat: Use counts rather than saved_value

[jfern:rcu/rcutop 1/1] kernel/rcu/tree.c:2783:1: warning: no previous prototype for function '__call_rcu_common'
 2023-02-24 22:47 UTC 

[FYI] KVM x86 6.4 status/plan
 2023-02-24 22:47 UTC 

[PATCH v5 0/2] Fallback to full coredump
 2023-02-24 22:45 UTC  (3+ messages)
` [PATCH v5 1/2] remoteproc: core: Export the rproc coredump APIs


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.