All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-30 07:46:44 to 2023-08-30 09:05:41 UTC [more...]

[PATCH v1 0/3] Change tuning implementation
 2023-08-30  8:34 UTC  (5+ messages)
` [PATCH v1 1/3] dt-bindings: mmc: Drop unused properties

[PATCH -next] isdn: capi, Use list_for_each_entry() helper
 2023-08-30  9:05 UTC 

[intel-lts:5.15/android_t-cve 2/16] arch/x86/kvm/xen.c:53:35: error: 'struct gfn_to_pfn_cache' has no member named 'lock'
 2023-08-30  9:04 UTC 

[PATCH v4 0/2] ARM: dts: aspeed:Minerva:
 2023-08-30  9:02 UTC  (5+ messages)
` [PATCH v4 1/2] ARM: dts: aspeed: Minerva: Add Facebook Minerva (AST2600) BMC
` [PATCH v4 2/2] dt-bindings: arm: aspeed: add Meta Minerva board

[PATCH] base.bbclass: Do not fail during parsing if ${SRCREV} does not exist
 2023-08-30  9:04 UTC  (2+ messages)
` [OE-core] "

[PATCH -next] firmware: ti_sci: Use list_for_each_entry() helper
 2023-08-30  9:03 UTC 

[Intel-gfx] [RFC PATCH] kunit: Fix test log size limit too low for some tests
 2023-08-30  9:04 UTC  (14+ messages)
` [Intel-xe] "
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "
` [Intel-xe] ✗ CI.checksparse: warning "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH v4] RISC-V: Show accurate per-hart isa in /proc/cpuinfo
 2023-08-30  9:03 UTC  (4+ messages)

[PATCH] vhost: avoid potential null pointer access
 2023-08-30  9:02 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH -next] firmware: arm_scmi: Use list_for_each_entry() helper
 2023-08-30  9:02 UTC 

[PATCH 1/2] i3c: master: fixes i3c bus driver probe failure if no i3c device attached
 2023-08-30  8:52 UTC  (6+ messages)
` [PATCH 2/2] i3c: master: svc: fix probe failure when no i3c device exist

[PATCH V6 0/2] coresight: trbe: Enable ACPI based devices
 2023-08-30  9:02 UTC  (2+ messages)

[PATCH v1] maintainers: take maintainership of AMD axgbe driver
 2023-08-30  9:02 UTC 

[LTP] [PATCH v1] Regression check for unlink fail issue after successful mknod
 2023-08-30  8:59 UTC  (3+ messages)
` [LTP] [PATCH v2] "

cip/linux-5.10.y-cip ltp-timers: 8 runs, 2 regressions (v5.10.191-cip38-2-g09e5ecd8645b)
 2023-08-30  9:01 UTC 

[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-08-30  8:59 UTC  (18+ messages)
` [PATCH 1/7] vhost-user: strip superfluous whitespace
` [PATCH 2/7] vhost-user: tighten "reply_supported" scope in "set_vring_addr"
` [PATCH 3/7] vhost-user: factor out "vhost_user_write_msg"
` [PATCH 4/7] vhost-user: flatten "enforce_reply" into "vhost_user_write_msg"
` [PATCH 5/7] vhost-user: hoist "write_msg", "get_features", "get_u64"
` [PATCH 6/7] vhost-user: allow "vhost_set_vring" to wait for a reply
` [PATCH 7/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously

[Intel-gfx] [RFC 00/33] Add Support for Plane Color Pipeline
 2023-08-30  8:59 UTC  (8+ messages)
` [Intel-gfx] [RFC 01/33] drm/doc/rfc: Add RFC document for proposed "
    `  "
  ` [RFC 00/33] Add Support for "

[Buildroot] [PATCH v2 1/1] configs/zynqmp_kria_kr260_defconfig: new defconfig
 2023-08-30  8:58 UTC 

[PATCH v4 00/48] Add LoongArch LASX instructions
 2023-08-30  8:49 UTC  (49+ messages)
` [PATCH v4 01/48] target/loongarch: Add LASX data support
` [PATCH v4 02/48] target/loongarch: meson.build support build LASX
` [PATCH v4 03/48] target/loongarch: Add CHECK_ASXE maccro for check LASX enable
` [PATCH v4 04/48] target/loongarch: Add avail_LASX to check LASX instructions
` [PATCH v4 05/48] target/loongarch: Implement xvadd/xvsub
` [PATCH v4 06/48] target/loongarch: Implement xvreplgr2vr
` [PATCH v4 07/48] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v4 08/48] target/loongarch: Implement xvneg
` [PATCH v4 09/48] target/loongarch: Implement xvsadd/xvssub
` [PATCH v4 10/48] target/loongarch: rename lsx_helper.c to vec_helper.c
` [PATCH v4 11/48] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH v4 12/48] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v4 13/48] target/loongarch: Implement xavg/xvagr
` [PATCH v4 14/48] target/loongarch: Implement xvabsd
` [PATCH v4 15/48] target/loongarch: Implement xvadda
` [PATCH v4 16/48] target/loongarch: Implement xvmax/xvmin
` [PATCH v4 17/48] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH v4 18/48] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PATCH v4 19/48] target/loongarch; Implement xvdiv/xvmod
` [PATCH v4 20/48] target/loongarch: Implement xvsat
` [PATCH v4 21/48] target/loongarch: Implement xvexth
` [PATCH v4 22/48] target/loongarch: Implement vext2xv
` [PATCH v4 23/48] target/loongarch: Implement xvsigncov
` [PATCH v4 24/48] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v4 25/48] target/loognarch: Implement xvldi
` [PATCH v4 26/48] target/loongarch: Implement LASX logic instructions
` [PATCH v4 27/48] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH v4 28/48] target/loongarch: Implement xvsllwil xvextl
` [PATCH v4 29/48] target/loongarch: Implement xvsrlr xvsrar
` [PATCH v4 30/48] target/loongarch: Implement xvsrln xvsran
` [PATCH v4 31/48] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v4 32/48] target/loongarch: Implement xvssrln xvssran
` [PATCH v4 33/48] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH v4 34/48] target/loongarch: Implement xvclo xvclz
` [PATCH v4 35/48] target/loongarch: Implement xvpcnt
` [PATCH v4 36/48] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v4 37/48] target/loongarch: Implement xvfrstp
` [PATCH v4 38/48] target/loongarch: Implement LASX fpu arith instructions
` [PATCH v4 39/48] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH v4 40/48] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH v4 41/48] target/loongarch: Implement xvfcmp
` [PATCH v4 42/48] target/loongarch: Implement xvbitsel xvset
` [PATCH v4 43/48] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH v4 44/48] target/loongarch: Implement xvreplve xvinsve0 xvpickve xvb{sll/srl}v
` [PATCH v4 45/48] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v4 46/48] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i xvextrins
` [PATCH v4 47/48] target/loongarch: Implement xvld xvst
` [PATCH v4 48/48] target/loongarch: CPUCFG support LASX

[PATCH bpf v3 0/4] bug fixes for sockmap
 2023-08-30  8:55 UTC  (4+ messages)
` [PATCH bpf v3 3/4] selftests/bpf: fix a CI failure caused by vsock sockmap test

[PATCH 0/2] Fix vhost reconnect issues
 2023-08-30  8:51 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] vhost-user: Fix lost reconnect
  ` [PATCH v3 2/2] vhost: Add Error parameter to vhost_scsi_common_start()

[linux-next:master 13043/13390] arch/loongarch/kernel/traps.c:707:21: error: implicit declaration of function 'kgdb_breakpoint_handler'; did you mean 'kprobe_breakpoint_handler'?
 2023-08-30  8:53 UTC 

[PATCH] coresight: tmc-etr: Don't fail probe when non-secure access is disabled
 2023-08-30  8:52 UTC  (4+ messages)

Optee + OpenSSH/OpenSSL
 2023-08-30  8:51 UTC 

[Intel-gfx] [PATCH] drm/i915: add minimal i915_gem_object_frontbuffer.h
 2023-08-30  8:51 UTC 

[PATCH v4 00/10] iommu: Prepare to deliver page faults to user space
 2023-08-30  8:50 UTC  (7+ messages)
` [PATCH v4 09/10] iommu: Make iommu_queue_iopf() more generic

[PATCH] powerpc: Hide empty pt_regs at base of the stack
 2023-08-30  8:49 UTC  (2+ messages)

[PATCH 0/1] Issue description and debug
 2023-08-30  8:50 UTC  (2+ messages)

DRM debugfs cleanup take 6
 2023-08-30  8:48 UTC  (10+ messages)
` [PATCH 1/5] drm/debugfs: drop debugfs_init() for the render and accel node v2
` [PATCH 2/5] drm/debugfs: disallow debugfs access when device isn't registered

[PATCH 00/12] Batch hugetlb vmemmap modification operations
 2023-08-30  8:47 UTC  (9+ messages)
` [PATCH 07/12] hugetlb: perform vmemmap restoration on a list of pages
` [PATCH 10/12] hugetlb: batch PMD split for bulk vmemmap dedup
` [PATCH 11/12] hugetlb: batch TLB flushes when freeing vmemmap
` [PATCH 12/12] hugetlb: batch TLB flushes when restoring vmemmap

[XEN PATCH 00/13] address violations of MISRA C:2012 Directive 4.10
 2023-08-30  8:47 UTC  (7+ messages)
` [XEN PATCH 01/13] misra: add deviation for headers that explicitly avoid guards

[LTP] [PATCH] lapi/syscalls: Add some syscall numbers
 2023-08-30  8:32 UTC  (2+ messages)

[meta-oe][PATCH] thrift: Remove buildpaths
 2023-08-30  8:39 UTC  (3+ messages)
` [oe] "

[PATCH] ethdev: add new symmetric hash function
 2023-08-30  8:38 UTC  (4+ messages)
` [PATCH v2 1/2] "

[PATCH 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-08-30  8:37 UTC  (7+ messages)
` [PATCH 5/6] vfio/migration: Block VFIO migration with postcopy migration

[kirkstone][PATCH] libdnf: backport a fix to build with gcc-13
 2023-08-30  8:34 UTC 

[GIT PULL] ARM: SoC/genpd driver updates for v6.6
 2023-08-30  8:33 UTC  (6+ messages)

[PATCH 00/15] stackdepot: allow evicting stack traces
 2023-08-30  8:34 UTC  (10+ messages)
` [PATCH 04/15] stackdepot: add depot_fetch_stack helper
` [PATCH 05/15] stackdepot: use fixed-sized slots for stack records
` [PATCH 06/15] stackdepot: fix and clean-up atomic annotations
` [PATCH 08/15] stackdepot: rename next_pool_required to new_pool_required

[PATCH for-8.2 0/3] arm: Use correct number of MPU regions on mps2-tz boards
 2023-08-30  8:33 UTC  (3+ messages)
` [PATCH for-8.2 3/3] hw/arm: Set number of MPU regions correctly for an505, an521, an524

[Intel-gfx] [PATCH 0/2] Fix HDCP2 capability check
 2023-08-30  8:32 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
` [Intel-gfx] ✓ Fi.CI.BAT: success "

cip/linux-5.10.y-cip baseline: 111 runs, 20 regressions (v5.10.191-cip38-2-g09e5ecd8645b)
 2023-08-30  8:31 UTC 

[PATCH v2] clk: Dont return error when assigned-clocks is empty or missing
 2023-08-30  8:31 UTC 

cip/linux-5.10.y-cip baseline-nfs: 22 runs, 9 regressions (v5.10.191-cip38-2-g09e5ecd8645b)
 2023-08-30  8:31 UTC 

[PATCH bpf-next v3 0/3] bpf, riscv: use BPF prog pack allocator in BPF JIT
 2023-08-30  8:30 UTC  (6+ messages)

[LTP] [PATCH] kernel/device-drivers/zram/zram01.sh : add a sync
 2023-08-30  8:20 UTC  (3+ messages)
` [LTP] [PATCH v2] kernel/device-drivers/zram/zram01.sh : don't fill from /dev/zero

kernel/user_namespace.c:239: warning: Function parameter or member 'map_up' not described in 'idmap_key'
 2023-08-30  8:24 UTC  (3+ messages)

PCIe: SLT attribute mismatch: 0xFF020100 instead of 0x20100
 2023-08-30  8:22 UTC  (12+ messages)

[PATCH] MAINTAINERS: consolidate vm-event/monitor entry
 2023-08-30  8:23 UTC 

[PATCH 0/7] ADV7511 driver enhancements
 2023-08-30  8:22 UTC  (7+ messages)
` [PATCH 5/7] drm: adv7511: Add has_dsi feature bit to struct adv7511_chip_info

[OE-core][PATCH] oe-depends-dot: improve '-w' behavior
 2023-08-30  8:21 UTC 

[PATCH v1 0/5] [PATCH 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-08-30  8:20 UTC  (5+ messages)
` [PATCH v1 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver

[Virtio-fs] [BUG] virtio-fs: Corruption when running binaries from virtiofsd-backed fs
 2023-08-30  8:20 UTC 

[RFC PATCH 0/5] Allow for removal of DT nodes and properties
 2023-08-30  8:19 UTC  (9+ messages)

[PATCH 1/2] ucm: docs: Add EchoReferenceDev
 2023-08-30  8:17 UTC  (8+ messages)

[meta-oe][PATCH 1/3] spice: add missing dependency on orc
 2023-08-30  8:15 UTC  (2+ messages)
` [meta-oe][PATCH 2/3] spice-guest-vdagent: add missing dependencies

[Buildroot] [PATCH 2023.02.x] package/libmodsecurity: backport security fix for CVE-2023-28882
 2023-08-30  8:13 UTC  (4+ messages)

[dhowells-fs:ceph-iter 32/36] fs/ceph/addr.c:255:36: error: no member named 'length' in 'struct ceph_osd_data'
 2023-08-30  8:11 UTC 

[RFC PATCH] drm/ssd130x: Allocate buffer in the CRTC's .atomic_check() callback
 2023-08-30  8:11 UTC 

[PATCH bpf] bpf: sockmap, fix preempt_rt splat when using raw_spin_lock_t
 2023-08-30  8:10 UTC  (3+ messages)

[meta-oe][PATCH 1/5] spice-guest-vdagent: add recipe
 2023-08-30  8:09 UTC  (4+ messages)
` [meta-oe][PATCH 2/5] phodav: "
  ` [oe] "

[PATCH] bitbake.conf: add bunzip2 in HOSTTOOLS
 2023-08-30  8:08 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 0/5] at91: sam9x60-curiosity: Misc improvements
 2023-08-30  8:07 UTC  (2+ messages)

[PATCH] docs/misra: add 14.3 and 14.4
 2023-08-30  8:06 UTC  (5+ messages)

[PATCH 0/2] mtd: switch to keying by dev_t
 2023-08-30  8:05 UTC  (8+ messages)
` [PATCH 1/2] fs: export sget_dev()

[Intel-gfx] [PATCH v2 0/4] Handle dma fences in dirtyfb ioctl
 2023-08-30  8:06 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 4/4] drm/i915: Handle dma fences in dirtyfb callback

[Intel-gfx] [PATCH v3 0/4] Handle dma fences in dirtyfb ioctl
 2023-08-30  8:02 UTC  (5+ messages)
` [Intel-gfx] [PATCH v3 1/4] drm/i915/fbc: Clear frontbuffer busy bits on flip
` [Intel-gfx] [PATCH v3 2/4] drm/i915/psr: "
` [Intel-gfx] [PATCH v3 3/4] drm/i915: Add new frontbuffer tracking interface to queue flush
` [Intel-gfx] [PATCH v3 4/4] drm/i915: Handle dma fences in dirtyfb callback

[PATCH 0/2] bpf: Recursion detection related fixes
 2023-08-30  8:04 UTC  (3+ messages)
` [PATCH 1/2] bpf: Invoke __bpf_prog_exit_sleepable_recur() on recursion in kern_sys_bpf()
` [PATCH 2/2] bpf: Assign bpf_tramp_run_ctx::saved_run_ctx before recursion check

[LTP] [PATCH v4] clone3: Add clone3's clone_args cgroup
 2023-08-30  8:02 UTC  (5+ messages)
` [LTP] [PATCH v5] "

cip/linux-5.10.y-cip build: 110 builds: 0 failed, 110 passed, 7 warnings (v5.10.191-cip38-2-g09e5ecd8645b)
 2023-08-30  8:03 UTC 

[PATCH] usb: host: ohci-generic: Make usage of clock/reset bulk() API
 2023-08-30  8:01 UTC 

[PATCH] usb: host: ehci-generic: check for companion controller
 2023-08-30  8:00 UTC 

[PATCH 0/5] Enable IPQ5018 USB2 support
 2023-08-30  6:56 UTC  (4+ messages)
` [PATCH 5/5] arm64: dts: qcom: ipq5018: Enable USB

[Buildroot] [PATCH v2] package/libsrtp: bump to version 2.5.0
 2023-08-30  8:00 UTC 

[PATCH] bpf, docs: Correct source of offset for program-local call
 2023-08-30  8:00 UTC  (2+ messages)

[PATCH bpf-next v3 0/1] docs/bpf: Add description for CO-RE relocations
 2023-08-30  8:00 UTC  (2+ messages)

[syzbot] [net?] [v9fs?] KCSAN: data-race in p9_fd_create / p9_fd_create (2)
 2023-08-30  7:59 UTC  (5+ messages)

[LTP] [PATCH v2] cpuset_memory_spread: set lowerlimit according to pagesize
 2023-08-30  7:45 UTC  (2+ messages)

[Buildroot] [PATCH] package/libsrtp: bump to version 2.5.0
 2023-08-30  7:57 UTC 

[PATCH 1/2] dma/cnxk: use mempool for DMA chunk pool
 2023-08-30  7:56 UTC  (2+ messages)
` [PATCH 2/2] dma/cnxk: rewrite DMA fastpath

[PATCH] riscv: provide riscv-specific is_trap_insn()
 2023-08-30  7:56 UTC  (9+ messages)

[PATCH v2 0/2] introduce stub directory to storing empty/stub headers
 2023-08-30  7:56 UTC  (4+ messages)
` [PATCH v2 1/2] xen: add stubs dir to include path

[PATCH v2 0/4] io: follow coroutine AioContext in qio_channel_yield()
 2023-08-30  7:54 UTC  (4+ messages)
` [PATCH v2 4/4] "

irq storm on sd/mmc card detect gpio interrupt alloced from pinctrl device
 2023-08-30  7:54 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/2] drm/display/dp: Assume 8 bpc support when DSC is supported
 2023-08-30  7:51 UTC  (3+ messages)
` [1/2] "
  ` [Intel-gfx] "

[Nouveau] [PATCH drm-misc-next 0/3] [RFC] DRM GPUVA Manager GPU-VM features
 2023-08-30  7:48 UTC  (4+ messages)
` [Nouveau] [PATCH drm-misc-next 2/3] drm/gpuva_mgr: generalize dma_resv/extobj handling and GEM validation
    `  "

[PATCH v2] docs/misra: add rules 10.1 10.2 10.3 10.4
 2023-08-30  7:47 UTC  (2+ 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.