messages from 2025-01-24 16:15:44 to 2025-01-24 16:46:07 UTC [more...]
[cocci] [PATCH v2 0/5] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing
2025-01-24 16:36 UTC (9+ messages)
` "
[PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
2025-01-24 15:55 UTC (11+ messages)
[opencloudos:linux-5.4/lts/5.4.119-20.0009.spr 2441/2441] drivers/iommu/intel/debugfs.c:650:13: error: redefinition of 'latency_show_one'
2025-01-24 16:45 UTC
[kvm-unit-tests PATCH v2 0/2] Add support for SBI FWFT extension testing
2025-01-24 16:45 UTC (6+ messages)
` [kvm-unit-tests PATCH v2 2/2] riscv: Add tests for SBI FWFT extension
[PATCH 00/76] target/arm: Implement FEAT_AFP and FEAT_RPRES
2025-01-24 16:35 UTC (67+ messages)
` [PATCH 01/76] target/i386: Do not raise Invalid for 0 * Inf + QNaN
` [PATCH 02/76] tests/tcg/x86_64/fma: Test some x86 fused-multiply-add cases
` [PATCH 03/76] target/arm: arm_reset_sve_state() should set FPSR, not FPCR
` [PATCH 04/76] target/arm: Use FPSR_ constants in vfp_exceptbits_from_host()
` [PATCH 05/76] target/arm: Use uint32_t "
` [PATCH 06/76] target/arm: Define new fp_status_a32 and fp_status_a64
` [PATCH 07/76] target/arm: Use vfp.fp_status_a64 in A64-only helper functions
` [PATCH 08/76] target/arm: Use fp_status_a32 in vjvct helper
` [PATCH 09/76] target/arm: Use fp_status_a32 in vfp_cmp helpers
` [PATCH 10/76] target/arm: Use FPST_FPCR_A32 in A32 decoder
` [PATCH 11/76] target/arm: Use FPST_FPCR_A64 in A64 decoder
` [PATCH 12/76] target/arm: Remove now-unused vfp.fp_status and FPST_FPCR
` [PATCH 13/76] target/arm: Define new fp_status_f16_a32 and fp_status_f16_a64
` [PATCH 14/76] target/arm: Use fp_status_f16_a32 in AArch32-only helpers
` [PATCH 15/76] target/arm: Use fp_status_f16_a64 in AArch64-only helpers
` [PATCH 16/76] target/arm: Use FPST_FPCR_F16_A32 in A32 decoder
` [PATCH 17/76] target/arm: Use FPST_FPCR_F16_A64 in A64 decoder
` [PATCH 18/76] target/arm: Remove now-unused vfp.fp_status_f16 and FPST_FPCR_F16
` [PATCH 19/76] fpu: Rename float_flag_input_denormal to float_flag_input_denormal_flushed
` [PATCH 20/76] fpu: Rename float_flag_output_denormal to float_flag_output_denormal_flushed
` [PATCH 21/76] fpu: Fix a comment in softfloat-types.h
` [PATCH 22/76] fpu: Add float_class_denormal
` [PATCH 23/76] fpu: Implement float_flag_input_denormal_used
` [PATCH 24/76] fpu: allow flushing of output denormals to be after rounding
` [PATCH 25/76] target/arm: Remove redundant advsimd float16 helpers
` [PATCH 26/76] target/arm: Use FPST_FPCR_F16_A64 for halfprec-to-other conversions
` [PATCH 27/76] target/arm: Define FPCR AH, FIZ, NEP bits
` [PATCH 28/76] target/arm: Implement FPCR.FIZ handling
` [PATCH 29/76] target/arm: Adjust FP behaviour for FPCR.AH = 1
` [PATCH 30/76] target/arm: Adjust exception flag handling for AH "
` [PATCH 31/76] target/arm: Add FPCR.AH to tbflags
` [PATCH 32/76] target/arm: Set up float_status to use for FPCR.AH=1 behaviour
` [PATCH 33/76] target/arm: Use FPST_FPCR_AH for FRECPE, FRECPS, FRECPX, FRSQRTE, FRSQRTS
` [PATCH 35/76] target/arm: Use FPST_FPCR_AH for BFMLAL*, BFMLSL* insns
` [PATCH 36/76] target/arm: Add FPCR.NEP to TBFLAGS
` [PATCH 37/76] target/arm: Define and use new write_fp_*reg_merging() functions
` [PATCH 38/76] target/arm: Handle FPCR.NEP for 3-input scalar operations
` [PATCH 39/76] target/arm: Handle FPCR.NEP for BFCVT scalar
` [PATCH 40/76] target/arm: Handle FPCR.NEP for 1-input scalar operations
` [PATCH 41/76] target/arm: Handle FPCR.NEP in do_cvtf_scalar()
` [PATCH 42/76] target/arm: Handle FPCR.NEP for scalar FABS and FNEG
` [PATCH 43/76] target/arm: Handle FPCR.NEP for FCVTXN (scalar)
` [PATCH 45/76] target/arm: Implement FPCR.AH semantics for scalar FMIN/FMAX
` [PATCH 47/76] target/arm: Implement FPCR.AH semantics for FMAXV and FMINV
` [PATCH 48/76] target/arm: Implement FPCR.AH semantics for FMINP and FMAXP
` [PATCH 49/76] target/arm: Implement FPCR.AH semantics for SVE FMAXV and FMINV
` [PATCH 50/76] target/arm: Implement FPCR.AH semantics for SVE FMIN/FMAX immediate
` [PATCH 52/76] target/arm: Implement FPCR.AH handling of negation of NaN
` [PATCH 53/76] target/arm: Implement FPCR.AH handling for scalar FABS and FABD
` [PATCH 54/76] target/arm: Handle FPCR.AH in vector FABD
` [PATCH 55/76] target/arm: Handle FPCR.AH in SVE FNEG
` [PATCH 56/76] target/arm: Handle FPCR.AH in SVE FABS
` [PATCH 58/76] target/arm: Handle FPCR.AH in negation steps in FCADD
` [PATCH 61/76] target/arm: Handle FPCR.AH in FRECPS and FRSQRTS scalar insns
` [PATCH 62/76] target/arm: Handle FPCR.AH in FRECPS and FRSQRTS vector insns
` [PATCH 63/76] target/arm: Handle FPCR.AH in negation step in FMLS (indexed)
` [PATCH 65/76] target/arm: Handle FPCR.AH in negation step in SVE FMLS (vector)
` [PATCH 66/76] target/arm: Handle FPCR.AH in SVE FTSSEL
` [PATCH 67/76] target/arm: Handle FPCR.AH in SVE FTMAD
` [PATCH 68/76] target/arm: Enable FEAT_AFP for '-cpu max'
` [PATCH 71/76] target/arm: Implement increased precision FRSQRTE
` [PATCH 72/76] target/arm: Enable FEAT_RPRES for -cpu max
` [PATCH 73/76] target/i386: Detect flush-to-zero after rounding
` [PATCH 75/76] target/i386: Wire up MXCSR.DE and FPUS.DE correctly
` [PATCH 76/76] tests/tcg/x86_64/fma: add test for exact-denormal output
[PATCH] kvm: defer huge page recovery vhost task to later
2025-01-24 15:28 UTC (2+ messages)
[PATCH v4 00/39] unwind, perf: sframe user space unwinding
2025-01-24 16:43 UTC (11+ messages)
` [PATCH v4 09/39] x86/vdso: Enable sframe generation in VDSO
` [PATCH v4 11/39] unwind_user: Add user space unwinding API
` [PATCH v4 19/39] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v4 28/39] unwind_user/deferred: Add deferred unwinding interface
[PATCH RFC rcu] Fix get_state_synchronize_rcu_full() GP-start detection
2025-01-24 16:42 UTC (5+ messages)
` [PATCH RFC v2 "
[PATCH v2] selftests: tpm2: create a dedicated .gitignore
2025-01-24 16:42 UTC (5+ messages)
[PATCH 2/7] guest_memfd: Introduce an object to manage the guest-memfd with RamDiscardManager
2025-01-24 16:12 UTC (11+ messages)
[RFC v2 PATCH 00/10] PRU-ICSSM Ethernet Driver
2025-01-24 16:39 UTC (4+ messages)
` [RFC v2 PATCH 01/10] dt-bindings: net: ti: Adds DUAL-EMAC mode support on PRU-ICSS2 for AM57xx SOCs
New FAQ entry
2025-01-24 16:41 UTC (3+ messages)
` [tsc] "
` [docs] "
[PATCH v7] drm/i915/cmtg: Disable the CMTG
2025-01-24 16:41 UTC (5+ messages)
[RFC PATCH v1 0/3] riscv: dts: starfive: jh7110: More U-Boot downstream changes for JH7110
2025-01-24 16:40 UTC (6+ messages)
` [RFC PATCH v1 1/3] riscv: dts: starfive: jh7110: add timer node
[PATCH 00/11] drm/i915: intel_display conversions and some debug improvements
2025-01-24 16:41 UTC (15+ messages)
` [PATCH 01/11] drm/i915: Decouple i915_gem_dumb_create() from the display a bit
` [PATCH 02/11] drm/i915: Decouple intel_fb_bo.h interfaces from driver specific types
` [PATCH 03/11] drm/i915: Convert intel_crtc.c to struct intel_display
` [PATCH 04/11] drm/i915: Convert intel_fb.c "
` [PATCH 05/11] drm/i915: Convert intel_display_power_{get, put}*() to intel_display
` [PATCH 06/11] drm/i915: Convert i9xx_plane.c to struct intel_display
` [PATCH 07/11] drm/i915: Finish intel_sprite.c struct intel_display conversion
` [PATCH 08/11] drm/i915: Convert intel_cursor.c to struct intel_display
` [PATCH 09/11] drm/i915: Convert skl_univeral_plane.c "
` [PATCH 10/11] drm/i915: Use DRM_RECT_FMT & co. for plane debugs
` [PATCH 11/11] drm/i915: Pimp "
` ✓ CI.Patch_applied: success for drm/i915: intel_display conversions and some debug improvements
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
[PATCH] [RFC] bash: Drop /bin/sh from RPROVIDES
2025-01-24 16:39 UTC (4+ messages)
` [OE-core] "
[PATCH] KVM: remove kvm_arch_post_init_vm
2025-01-24 16:00 UTC
[linux-next:master] [serial] b63e6f60ea: BUG:soft_lockup-CPU##stuck_for#s![modprobe:#]
2025-01-24 16:39 UTC (3+ messages)
[PATCH v2] mkfs: fix the issue of maxpct set to 0 not taking effect
2025-01-24 16:38 UTC (2+ messages)
[GIT PULL] KVM changes for Linux 6.14
2025-01-24 16:37 UTC
[PATCH 1/2] landlock: Minor typo and grammar fixes in IPC scoping documentation
2025-01-24 16:37 UTC (4+ messages)
` [PATCH man 1/3] landlock.7: Update description of Landlock rules
` [PATCH man 2/3] landlock.7: Move over documentation for ABI version 6
` [PATCH man 3/3] landlock.7: Update wording in line with kernel side proposal
[PATCH v6 0/6] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2025-01-24 16:36 UTC (3+ messages)
` [PATCH v6 6/6] cxl/pci: Add trace logging for CXL PCIe Port RAS errors
drivers/md/dm-vdo/recovery-journal.c:1369: warning: Function parameter or struct member 'context' not described in 'write_block'
2025-01-24 16:35 UTC
Breakpoints in Code (Realtime)
2025-01-24 16:07 UTC
[RFC PATCH 00/21] Reduce code duplication across Intel NIC drivers
2025-01-24 16:33 UTC (32+ messages)
` [PATCH v5 01/25] net: move intel drivers to intel subdirectory
` [PATCH v6 00/25] Reduce code duplication across Intel NIC drivers
` [PATCH v6 01/25] net: move intel drivers to intel subdirectory
` [PATCH v6 02/25] net/intel: create common pkt reassembly fn
` [PATCH v6 03/25] net/intel: provide common Tx entry structures
` [PATCH v6 04/25] net/intel: create common Tx mbuf ring replenish fn
` [PATCH v6 05/25] net/intel: align Tx queue struct field names
` [PATCH v6 06/25] net/intel: add prefix for driver-specific structs
` [PATCH v6 07/25] net/intel: merge ice and i40e Tx queue struct
` [PATCH v6 08/25] net/iavf: use common Tx queue structure
` [PATCH v6 09/25] net/ixgbe: convert Tx queue context cache field to ptr
` [PATCH v6 10/25] net/ixgbe: use common Tx queue structure
` [PATCH v6 11/25] net/intel: pack "
` [PATCH v6 12/25] net/intel: create common post-Tx buffer free function
` [PATCH v6 13/25] net/intel: create common Tx buffer free fn for AVX-512
` [PATCH v6 14/25] net/iavf: use common Tx "
` [PATCH v6 15/25] net/intel: create common Tx queue mbuf cleanup fn
` [PATCH v6 16/25] net/i40e: use "
` [PATCH v6 17/25] net/ixgbe: "
` [PATCH v6 18/25] net/iavf: "
` [PATCH v6 19/25] net/ice: use vector SW ring for all vector paths
` [PATCH v6 20/25] net/i40e: "
` [PATCH v6 21/25] net/iavf: "
` [PATCH v6 22/25] net/intel: remove unneeded vector flags and cleanup code
` [PATCH v6 23/25] net/ixgbe: use common Tx backlog entry fn
` [PATCH v6 24/25] net/intel: create common mbuf initializer fn
` [PATCH v6 25/25] net/intel: extract common Rx vector criteria
[PATCH v4 0/3] Add support for ADP1051/ADP1055 and LTP8800-1A/-2/-4A
2025-01-24 16:33 UTC (6+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: (pmbus/adp1050): Add adp1051, adp1055 and ltp8800
` [PATCH v4 2/3] hwmon: (pmbus/adp1050): Add support for "
[PATCH v5 0/3] selftests/lam: get_user additions and LAM enabled check
2025-01-24 16:32 UTC (5+ messages)
` [PATCH v5 2/3] selftests/lam: Skip test if LAM is disabled
` [PATCH v5 3/3] selftests/lam: Test get_user() LAM pointer handling
[PATCH] drm/amdgpu/gfx10: Enable cleaner shader for GFX10.1.1/10.1.2 GPUs
2025-01-24 16:31 UTC (2+ messages)
[PATCH] nvme-pci: Avoid the deepest sleep state on Wester Digital SSD
2025-01-24 16:31 UTC (2+ messages)
[Buildroot] [PATCH v4 1/1] package/fwupd: bump to version 2.0.4
2025-01-24 16:31 UTC
[PATCH 1/2] Check for Perl 5.26.0 from Meson build
2025-01-24 16:30 UTC (4+ messages)
` [PATCH v2 0/2] Fix Meson Perl version check
` [PATCH v2 1/2] meson: bump minimum required Perl version to 5.26.0
` [PATCH v2 2/2] meson: fix Perl version check for Meson versions before 1.7.0
Bug#1093243: Upgrade to 6.1.123 kernel causes mariadb hangs
2025-01-24 16:30 UTC (5+ messages)
[PATCH i-g-t v2 0/3] Drop device scan cache logic
2025-01-24 16:28 UTC (5+ messages)
` [PATCH i-g-t v2 2/3] lib/igt_device_scan: change device list variable visibility
` [PATCH i-g-t v2 3/3] tests/xe_intel_bb: check multithreading rescans won't segfault
[PATCH 1/2] oeqa/selftest/recipetool: Update create_go test
2025-01-23 18:47 UTC (2+ messages)
` [PATCH 2/2] classes: go-vendor: Change symlink creation
[PATCH] classes: add rootfs-footprint
2025-01-24 14:18 UTC
[PATCH] font-util: Correct SPDX expression
2025-01-24 16:17 UTC (5+ messages)
` [PATCH] libbsd: Drop licenses that were removed upstream
` [PATCH] libxfont2: Document more specific BSD-4-Clause-UC
` [PATCH] man-pages: "
` [PATCH] util-linux: "
[PATCH v2 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions
2025-01-24 16:24 UTC (7+ messages)
` [PATCH v2 4/7] physmem: disallow direct access to RAM DEVICE in address_space_write_rom()
` [PATCH v2 5/7] memory: pass MemTxAttrs to memory_access_is_direct()
` [PATCH v2 6/7] hmp: use cpu_get_phys_page_debug() in hmp_gva2gpa()
` [PATCH v2 7/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions
[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
2025-01-24 16:28 UTC (6+ messages)
[PATCH 0/2] hw/cxl: Add tracing for component I/O region
2025-01-24 16:28 UTC (5+ messages)
` [PATCH 2/2] hw/cxl: Allow tracing component I/O accesses
[PATCH 1/2] trace: support expression for blob length
2025-01-24 16:14 UTC (2+ messages)
` [PATCH 2/2] dmadev: avoid copies in tracepoints
[PATCH bpf-next v3 0/3] Add prog_kfunc feature probe
2025-01-24 16:27 UTC (7+ messages)
` [PATCH bpf-next v3 1/3] libbpf: Refactor libbpf_probe_bpf_helper
` [PATCH bpf-next v3 2/3] libbpf: Add libbpf_probe_bpf_kfunc API
` [PATCH bpf-next v3 3/3] selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests
[PATCH v6 00/15] XSC PMD for Yunsilicon NICs
2025-01-24 16:26 UTC (6+ messages)
` [PATCH v6 01/15] net/xsc: add xsc PMD framework
[PATCH 0/4] vfio/igd: remove incorrect IO BAR4 quirk
2025-01-24 15:49 UTC (3+ messages)
` [PATCH 3/4] vfio/igd: refactor vfio_probe_igd_bar4_quirk() into pci config quirk
[PATCH 0/5] Convert the MIPS replay tests to the functional framework
2025-01-24 16:26 UTC (3+ messages)
` [PATCH 1/5] tests/functional: Add a decorator for skipping long running tests
[PATCH v5 0/3] vfio/nvgrace-gpu: Enable grace blackwell boards
2025-01-24 16:24 UTC (5+ messages)
` [PATCH v5 1/3] vfio/nvgrace-gpu: Read dvsec register to determine need for uncached resmem
` [PATCH v5 3/3] vfio/nvgrace-gpu: Check the HBM training and C2C link status
kirkstone merge request: Jan 24th
2025-01-24 16:24 UTC
[PATCH v2 0/3] Static initcalls
2025-01-24 16:23 UTC (5+ messages)
` [PATCH v2 2/3] common: board: make initcalls static
[cip-dev][isar-cip-core][PATCH] swupdate.bbclass: Add check if a swu file is greater than 4GB
2025-01-24 16:22 UTC
[PATCH v2 0/2] Add me as the maintainer for ivshmem-pci
2025-01-24 16:22 UTC (2+ messages)
[PATCH v3] hw/usb/hcd-ehci: Fix debug printf format string
2025-01-24 16:21 UTC (2+ messages)
[PULL 00/32] testing updates for 10.0 (tuxrun, libvirt, dockerfiles, misc)
2025-01-24 16:18 UTC (4+ messages)
` [PULL 15/32] tests/functional/aarch64: add tests for FEAT_RME
[PATCH v9 0/5] drm/panthor: Display size of internal kernel BOs through fdinfo
2025-01-24 16:18 UTC (3+ messages)
` [PATCH v9 5/5] drm/panthor: Fix race condition when gathering fdinfo group samples
kprobe on local function
2025-01-24 16:16 UTC (5+ messages)
[PATCH 0/2] provide rte_ffs32, rte_ffs64 and __rte_x86_movdiri for MSVC
2025-01-24 16:16 UTC (4+ messages)
` [PATCH v2 0/3] provide rte_ffs32, rte_ffs64 and __rte_x86_movdiri
[RFC] perf script AMD/IBS: Add scripts to show function/instruction level granular profile
2025-01-24 16:16 UTC (2+ messages)
[PATCH 0/6] drm: introduce atomic_needs_modeset() callbacks
2025-01-24 16:16 UTC (5+ messages)
[PATCH 00/35] Use VRR timing generator for fixed refresh rate modes
2025-01-24 16:15 UTC (2+ messages)
` ✗ Xe.CI.BAT: failure for Use VRR timing generator for fixed refresh rate modes (rev2)
[PATCH v1 0/6] serial: port: Fix UPIO_PORT iotype handling
2025-01-24 16:10 UTC (2+ messages)
` [PATCH v1 6/6] serial: 8250_pnp: Remove unneeded ->iotype assignment
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.