messages from 2025-01-24 16:29:28 to 2025-01-24 16:57:58 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 00/28] cpus: Restrict CPU has_work() handlers to system emulation
2025-01-24 16:52 UTC (9+ messages)
` [PATCH 02/28] target/rx: Ensure not being build on user emulation
` [PATCH 03/28] target/tricore: "
` [PATCH 04/28] cpus: Restrict cpu_get_memory_mapping() to system emulation
` [PATCH 05/28] cpus: Restrict cpu_has_work() "
[PATCH v4 0/9] soc: renesas: Add RZ/G3E SoC detection support
2025-01-24 16:57 UTC (4+ messages)
` [PATCH v4 4/9] soc: renesas: rz-sysc: Add support for RZ/G3E family
Kernel Oops on alpha with kernel version >=6.9.x
2025-01-24 16:57 UTC (12+ messages)
[PATCH v4 00/39] unwind, perf: sframe user space unwinding
2025-01-24 16:57 UTC (17+ messages)
` [PATCH v4 05/39] x86/asm: Avoid emitting DWARF CFI for non-VDSO
` [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 00/76] target/arm: Implement FEAT_AFP and FEAT_RPRES
2025-01-24 16:35 UTC (77+ messages)
` [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 34/76] target/arm: Use FPST_FPCR_AH for BFCVT* insns
` [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 44/76] target/arm: Handle FPCR.NEP for NEP for FMUL, FMULX scalar by element
` [PATCH 45/76] target/arm: Implement FPCR.AH semantics for scalar FMIN/FMAX
` [PATCH 46/76] target/arm: Implement FPCR.AH semantics for vector 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 51/76] target/arm: Implement FPCR.AH semantics for SVE FMIN/FMAX vector
` [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 57/76] target/arm: Handle FPCR.AH in SVE FABD
` [PATCH 58/76] target/arm: Handle FPCR.AH in negation steps in FCADD
` [PATCH 59/76] target/arm: Handle FPCR.AH in negation steps in SVE FCADD
` [PATCH 60/76] target/arm: Handle FPCR.AH in FMLSL
` [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 64/76] target/arm: Handle FPCR.AH in negation in FMLS (vector)
` [PATCH 65/76] target/arm: Handle FPCR.AH in negation step in SVE "
` [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 69/76] target/arm: Plumb FEAT_RPRES frecpe and frsqrte through to new helper
` [PATCH 70/76] target/arm: Implement increased precision FRECPE
` [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 74/76] target/i386: Use correct type for get_float_exception_flags() values
` [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] bpf: separate bvar implementation into separate functions
2025-01-24 16:56 UTC (3+ messages)
[PATCH 0/5] Convert the MIPS replay tests to the functional framework
2025-01-24 15:28 UTC (3+ messages)
` [PATCH 1/5] tests/functional: Add a decorator for skipping long running tests
[PATCH v2 0/7] physmem: teach cpu_memory_rw_debug() to write to more memory regions
2025-01-24 15:45 UTC (2+ messages)
` [PATCH v2 2/7] physmem: factor out RAM/ROMD check in memory_access_is_direct()
[PATCH v3] vfio/pci: match IGD devices in display controller class
2025-01-24 15:58 UTC (2+ messages)
[PATCH v4 0/3] Disable Suspend-to-Idle in Hyper-V and Fix Hibernation Interruptions
2025-01-24 16:54 UTC (4+ messages)
` [PATCH v4 1/3] Drivers: hv: vmbus: Disable Suspend-to-Idle for VMBus
[PATCH 0/4] fuse: {io-uring} Ensure fuse requests are set/read with locks
2025-01-24 16:52 UTC (6+ messages)
` [PATCH 1/4] fuse: {io-uring} Use READ_ONCE in fuse_uring_send_in_task
` [PATCH 2/4] fuse: {io-uring} Access entries with queue lock in fuse_uring_entry_teardown
` [PATCH 3/4] fuse: {io-uring} set/read ent->fuse_req while holding a lock
` [PATCH 4/4] fuse: {io-uring} Use {WRITE,READ}_ONCE for pdu->ent
[PATCH v2 0/4] lib: sbi: fwft: Fix return error values according to the spec
2025-01-24 16:51 UTC (5+ messages)
` [PATCH v2 1/4] include: sbi: Add SBI_ERR_DENIED_LOCKED
` [PATCH v2 2/4] lib: sbi: fwft: Return SBI_ERR_DENIED_LOCKED when setting a locked feature
` [PATCH v2 3/4] lib: sbi: fwft: Fix error return value for feature > 32 bits
` [PATCH v2 4/4] lib: sbi: Clear lock only for local events
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-01-24 15:22 UTC (10+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH 0/5] arm64: dts: ti: k3-am62a/p: Add ddr-pmctrl, canuart-wake
2025-01-24 16:48 UTC (6+ messages)
` [PATCH 2/5] dt-bindings: mfd: syscon: Add ti,am62-ddr-pmctrl
[PATCH v2] mm/slab: simplify SLAB_* flag handling
2025-01-24 16:48 UTC
[PATCH] KVM: remove kvm_arch_post_init_vm
2025-01-24 16:48 UTC (2+ messages)
[PATCH 0/2] Fix native cursors with vmwgfx
2025-01-24 16:48 UTC (3+ messages)
` [PATCH 1/2] drm/vmwgfx: Refactor cursor handling
[PATCH] kvm: defer huge page recovery vhost task to later
2025-01-24 16:48 UTC (3+ messages)
[PATCH V2] x86/mm: Fix NULL pointer dereference in kernel_page_present()
2025-01-24 16:47 UTC (2+ messages)
[PATCH net] vmxnet3: Fix tx queue race condition with XDP
2025-01-24 16:45 UTC (2+ messages)
[PATCH bpf-next v6 0/6] bpf, mm: Introduce try_alloc_pages()
2025-01-24 16:46 UTC (6+ messages)
[PATCH BlueZ 1/2] mpris-proxy: Add mpris:artUrl support
2025-01-24 16:46 UTC (2+ messages)
` [PATCH BlueZ 2/2] mpris-proxy: Fix infinite list items reception
[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 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 (2+ messages)
` [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] "
[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 (3+ messages)
` [PATCH v4 1/3] dt-bindings: hwmon: (pmbus/adp1050): Add adp1051, adp1055 and ltp8800
[PATCH v5 0/3] selftests/lam: get_user additions and LAM enabled check
2025-01-24 16:32 UTC (3+ messages)
` [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)
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.