All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-11 16:15:24 to 2025-02-11 16:43:06 UTC [more...]

[PATCH v6 0/6] rust: extend `module!` macro with integer parameter support
 2025-02-11 16:43 UTC  (5+ messages)
` [PATCH v6 2/6] rust: str: implement `Index` for `BStr`
` [PATCH v6 5/6] rust: str: add radix prefixed integer parsing functions

[Buildroot] [PATCH v2 0/3] Fixup Update Gateware Feature
 2025-02-11 16:42 UTC  (6+ messages)
` [Buildroot] [PATCH v2 1/3] board/beagleboard/beaglev_fire: fix update gateware feature
` [Buildroot] [PATCH v2 2/3] configs/beaglev_fire: add support for overlays and update script

[PULL 00/68] target-arm queue
 2025-02-11 16:25 UTC  (68+ messages)
` [PULL 01/68] target/alpha: Don't corrupt error_code with unknown softfloat flags
` [PULL 02/68] fpu: Add float_class_denormal
` [PULL 03/68] fpu: Implement float_flag_input_denormal_used
` [PULL 04/68] fpu: allow flushing of output denormals to be after rounding
` [PULL 05/68] target/arm: Define FPCR AH, FIZ, NEP bits
` [PULL 06/68] target/arm: Implement FPCR.FIZ handling
` [PULL 07/68] target/arm: Adjust FP behaviour for FPCR.AH = 1
` [PULL 08/68] target/arm: Adjust exception flag handling for AH "
` [PULL 09/68] target/arm: Add FPCR.AH to tbflags
` [PULL 10/68] target/arm: Set up float_status to use for FPCR.AH=1 behaviour
` [PULL 11/68] target/arm: Use FPST_FPCR_AH for FRECPE, FRECPS, FRECPX, FRSQRTE, FRSQRTS
` [PULL 12/68] target/arm: Use FPST_FPCR_AH for BFCVT* insns
` [PULL 13/68] target/arm: Use FPST_FPCR_AH for BFMLAL*, BFMLSL* insns
` [PULL 14/68] target/arm: Add FPCR.NEP to TBFLAGS
` [PULL 15/68] target/arm: Define and use new write_fp_*reg_merging() functions
` [PULL 16/68] target/arm: Handle FPCR.NEP for 3-input scalar operations
` [PULL 17/68] target/arm: Handle FPCR.NEP for BFCVT scalar
` [PULL 18/68] target/arm: Handle FPCR.NEP for 1-input scalar operations
` [PULL 19/68] target/arm: Handle FPCR.NEP in do_cvtf_scalar()
` [PULL 20/68] target/arm: Handle FPCR.NEP for scalar FABS and FNEG
` [PULL 21/68] target/arm: Handle FPCR.NEP for FCVTXN (scalar)
` [PULL 22/68] target/arm: Handle FPCR.NEP for NEP for FMUL, FMULX scalar by element
` [PULL 24/68] target/arm: Implement FPCR.AH semantics for vector FMIN/FMAX
` [PULL 25/68] target/arm: Implement FPCR.AH semantics for FMAXV and FMINV
` [PULL 26/68] target/arm: Implement FPCR.AH semantics for FMINP and FMAXP
` [PULL 27/68] target/arm: Implement FPCR.AH semantics for SVE FMAXV and FMINV
` [PULL 28/68] target/arm: Implement FPCR.AH semantics for SVE FMIN/FMAX immediate
` [PULL 29/68] target/arm: Implement FPCR.AH semantics for SVE FMIN/FMAX vector
` [PULL 30/68] target/arm: Implement FPCR.AH handling of negation of NaN
` [PULL 31/68] target/arm: Implement FPCR.AH handling for scalar FABS and FABD
` [PULL 32/68] target/arm: Handle FPCR.AH in vector FABD
` [PULL 33/68] target/arm: Handle FPCR.AH in SVE FNEG
` [PULL 34/68] target/arm: Handle FPCR.AH in SVE FABS
` [PULL 35/68] target/arm: Handle FPCR.AH in SVE FABD
` [PULL 36/68] target/arm: Handle FPCR.AH in negation steps in SVE FCADD
` [PULL 37/68] target/arm: Handle FPCR.AH in negation steps in FCADD
` [PULL 38/68] target/arm: Handle FPCR.AH in FRECPS and FRSQRTS scalar insns
` [PULL 39/68] target/arm: Handle FPCR.AH in FRECPS and FRSQRTS vector insns
` [PULL 40/68] target/arm: Handle FPCR.AH in negation step in FMLS (indexed)
` [PULL 41/68] target/arm: Handle FPCR.AH in negation in FMLS (vector)
` [PULL 42/68] target/arm: Handle FPCR.AH in negation step in SVE "
` [PULL 43/68] target/arm: Handle FPCR.AH in SVE FTSSEL
` [PULL 44/68] target/arm: Handle FPCR.AH in SVE FTMAD
` [PULL 45/68] target/arm: Handle FPCR.AH in vector FCMLA
` [PULL 46/68] target/arm: Handle FPCR.AH in FCMLA by index
` [PULL 47/68] target/arm: Handle FPCR.AH in SVE FCMLA
` [PULL 48/68] target/arm: Handle FPCR.AH in FMLSL (by element and vector)
` [PULL 49/68] target/arm: Handle FPCR.AH in SVE FMLSL (indexed)
` [PULL 50/68] target/arm: Handle FPCR.AH in SVE FMLSLB, FMLSLT (vectors)
` [PULL 51/68] target/arm: Enable FEAT_AFP for '-cpu max'
` [PULL 52/68] target/arm: Plumb FEAT_RPRES frecpe and frsqrte through to new helper
` [PULL 53/68] target/arm: Implement increased precision FRECPE
` [PULL 54/68] target/arm: Implement increased precision FRSQRTE
` [PULL 55/68] target/arm: Enable FEAT_RPRES for -cpu max
` [PULL 56/68] target/arm: Introduce CPUARMState.vfp.fp_status[]
` [PULL 57/68] target/arm: Remove standard_fp_status_f16
` [PULL 58/68] target/arm: Remove standard_fp_status
` [PULL 59/68] target/arm: Remove ah_fp_status_f16
` [PULL 60/68] target/arm: Remove ah_fp_status
` [PULL 61/68] target/arm: Remove fp_status_f16_a64
` [PULL 62/68] target/arm: Remove fp_status_f16_a32
` [PULL 63/68] target/arm: Remove fp_status_a64
` [PULL 64/68] target/arm: Remove fp_status_a32
` [PULL 65/68] target/arm: Simplify fp_status indexing in mve_helper.c
` [PULL 66/68] target/arm: Simplify DO_VFP_cmp in vfp_helper.c
` [PULL 67/68] target/arm: Read fz16 from env->vfp.fpcr
` [PULL 68/68] target/arm: Sink fp_status and fpcr access into do_fmlal*

[PATCH v13 00/11] Support page table check on PowerPC
 2025-02-11 16:14 UTC  (19+ messages)
` [PATCH v13 01/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_set()
` [PATCH v13 02/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_set()
` [PATCH v13 03/11] mm/page_table_check: Provide addr parameter to page_table_check_pte_set()
` [PATCH v13 04/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pud_clear()
` [PATCH v13 05/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pmd_clear()
` [PATCH v13 06/11] mm/page_table_check: Reinstate address parameter in [__]page_table_check_pte_clear()
` [PATCH v13 07/11] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v13 08/11] powerpc: mm: Add pud_pfn() stub
` [PATCH v13 09/11] powerpc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v13 10/11] powerpc: mm: Use set_pte_at_unchecked() for internal usages

[PATCH 1/1] vhost-scsi: support VIRTIO_SCSI_F_HOTPLUG
 2025-02-11 16:26 UTC  (2+ messages)

[PATCH v2 0/9] migration: Fix issues during qmp_migrate_cancel
 2025-02-11 16:37 UTC  (5+ messages)
` [PATCH v2 3/9] migration: Change migrate_fd_ to migration_
` [PATCH v2 6/9] migration: Don't set FAILED state when cancelling
` [PATCH v2 9/9] migration: Update migrate_cancel documentation

[PATCH v10 00/14] platform/x86: alienware-wmi driver rework
 2025-02-11 16:41 UTC  (11+ messages)
` [PATCH v10 02/14] platform/x86: alienware-wmi: Add WMI Drivers
` [PATCH v10 04/14] platform/x86: alienware-wmi: Refactor LED control methods
` [PATCH v10 05/14] platform/x86: alienware-wmi: Refactor hdmi, amplifier, deepslp methods
` [PATCH v10 07/14] platform/x86: alienware-wmi: Split DMI table
` [PATCH v10 09/14] platform/x86: Rename alienware-wmi.c

[PATCH v4] drm/sched: Use struct for drm_sched_init() params
 2025-02-11 16:40 UTC  (2+ messages)

[PATCH v5 0/2] lib/prime_numbers: convert self-test to KUnit
 2025-02-11 16:39 UTC  (8+ messages)
` [PATCH v5 2/2] "

[PATCH v1 0/2] Add driver for Himax HX8279 DriverIC panels
 2025-02-11 16:39 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: display: panel: Add Himax HX8279/HX8279-D

[PATCH v2] env: mmc: Make redundant env in both eMMC boot partitions consider DT properties
 2025-02-11 16:39 UTC  (4+ messages)

[PATCH v3 00/35] x86/bugs: Attack vector controls
 2025-02-11 16:39 UTC  (3+ messages)
` [PATCH v3 18/35] x86/bugs: Restructure srso mitigation

[PATCH 0/2] can: flexcan: add transceiver capabilities
 2025-02-11 16:38 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: can: fsl,flexcan: "

[PATCH v1 1/1] cxl/cdat: Remove redundant gp_port initialization
 2025-02-11 16:38 UTC  (3+ messages)

[PATCH kdevops v2] pynfs: install xdrlib3
 2025-02-11 16:38 UTC 

[PATCHSET v10 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2025-02-11 16:38 UTC  (11+ messages)
` [PATCH 5/6] sched_ext: idle: Per-node idle cpumasks

[Buildroot] [PATCH] package/libopenssl: security bump to version 3.4.1
 2025-02-11 16:37 UTC 

[PATCH] arm64: dts: qcom: sdm845-oneplus: use guard pages
 2025-02-11 16:36 UTC  (6+ messages)

[PATCH 0/3] KVM: x86: Address performance degradation due to APICv inhibits
 2025-02-11 16:37 UTC  (10+ messages)
` [PATCH 3/3] KVM: x86: Decouple APICv activation state from apicv_inhibit_reasons

[PATCH 0/5] x86/microcode/AMD: Some small cleanups
 2025-02-11 16:36 UTC  (6+ messages)
` [PATCH 1/5] x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signature
` [PATCH 2/5] x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarations
` [PATCH 3/5] x86/microcode/AMD: Merge early_apply_microcode() into its single callsite
` [PATCH 4/5] x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declaration
` [PATCH 5/5] x86/microcode/AMD: Add get_patch_level()

[Outreachy][PATCH] builtin/update-server-info: remove the_repository global variable
 2025-02-11 16:35 UTC  (4+ messages)
` [Outreachy][PATCH v2] "

[PATCH v6 net-next 00/14] bridge-fastpath and related improvements
 2025-02-11 16:35 UTC  (5+ messages)
` [PATCH v6 net-next 05/14] bridge: Add filling forward path from port to port

[PATCH v2] drm/xe/pf: Release all VFs configs on device removal
 2025-02-11 16:35 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/xe/pf: Release all VFs configs on device removal (rev2)
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "

[meta-python][PATCH] python3-typer: Ignore failing ptests
 2025-02-11 16:34 UTC 

[PATCH v3 00/11] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-02-11 16:34 UTC  (11+ messages)
` [PATCH v3 08/11] KVM: arm64: Handle guest_memfd()-backed guest page faults
` [PATCH v3 09/11] KVM: arm64: Introduce KVM_VM_TYPE_ARM_SW_PROTECTED machine type

[PATCH v10 00/28] [v10]drivers/net Add Support mucse N10 Pmd Driver
 2025-02-11 16:34 UTC  (3+ messages)

[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
 2025-02-11 16:28 UTC  (7+ messages)
` [PATCH v4 20/33] vfio/migration: Add x-migration-load-config-after-iter VFIO property

[PATCH v6.12] wifi: rtw89: pci: disable PCIE wake bit when PCIE deinit
 2025-02-11 16:34 UTC  (2+ messages)

[PATCH net-next 04/11] net: hold netdev instance lock during rtnetlink operations
 2025-02-11 16:32 UTC  (3+ messages)

[PATCH v2 03/12] dt-bindings: crypto: Convert fsl,sec-2.0 to YAML
 2025-02-11 16:32 UTC 

[PATCH RFC 1/6] ASoC: meson: [HACK] let AIU export its clocks through clk-regmap
 2025-02-11 16:32 UTC  (2+ messages)

[PATCH] net: mana: Add debug logs in MANA network driver
 2025-02-11 16:31 UTC  (2+ messages)

Bunch of DMA-buf cleanup patches
 2025-02-11 16:31 UTC  (5+ messages)
` [PATCH 1/4] dma-buf: fix incorrect dma-fence documentation
` [PATCH 2/4] dma-buf/dma-fence: remove unnecessary callbacks
` [PATCH 3/4] dma-buf: dma-buf: stop mapping sg_tables on attach
` [PATCH 4/4] dma-buf: drop caching of sg_tables

[PATCH v4 00/14] kexec: introduce Kexec HandOver (KHO)
 2025-02-11 16:14 UTC  (6+ messages)
` [PATCH v4 05/14] kexec: Add Kexec HandOver (KHO) generation helpers

[PATCH] firmware: cs_dsp: test_control_parse: null-terminate test strings
 2025-02-11 16:30 UTC  (4+ messages)

[PATCH i-g-t v3 0/4] Verify VF configuration data against provisioned values
 2025-02-11 16:29 UTC  (5+ messages)
` [PATCH i-g-t v3 1/4] lib/xe/xe_sriov_debugfs: Add helper to read VF's configuration data
` [PATCH i-g-t v3 2/4] lib/xe/xe_sriov_provisioning: Add helper to get VF's provisioned quota
` [PATCH i-g-t v3 3/4] lib/igt_sriov_device: Add helper to iterate over VFs in specified range
` [PATCH i-g-t v3 4/4] tests/xe_sriov_auto_provisioning: Add subtest to verify VF's configuration

[GSOC][RFC PATCH 0/2] midx: implement progress reporting for QSORT operation
 2025-02-11 16:29 UTC  (5+ messages)
` [PATCH 1/2] midx: show progress during "

SVSM Development Call February 12th, 2025
 2025-02-11 16:28 UTC 

[PATCH] target/alpha: Do not mix exception flags and FPCR bits
 2025-02-11 16:26 UTC 

[PATCH v2 0/2] get_maintainer: report subsystem status separately from maintainer role
 2025-02-11 16:28 UTC  (8+ messages)
` [PATCH v2 1/2] get_maintainer: add --substatus for reporting subsystem status

[PATCH 00/16] x86/tsc: Try to wrangle PV clocks vs. TSC
 2025-02-11 16:28 UTC  (3+ messages)

BUG Report: Fork benchmark drop by 30% on aarch64
 2025-02-11 16:27 UTC  (6+ messages)

Security vulnerabilities report to Das-U-Boot
 2025-02-11 16:26 UTC  (6+ messages)

[meta-gnome][PATCH v2] mutter: fix profiler PACKAGECONFIG
 2025-02-11 16:26 UTC  (2+ messages)
` [oe] "

[PATCH v2 0/3] pwm: pxa: Use #pwm-cells = <3>
 2025-02-11 16:12 UTC  (3+ messages)

PREEMPT_RT testing on kernelci
 2025-02-11 16:26 UTC  (5+ messages)

[PATCH] x86: sgx: Don't track poisoned pages for reclaiming
 2025-02-11 16:25 UTC  (2+ messages)

[PATCH v9 00/28] [v9]drivers/net Add Support mucse N10 Pmd Driver
 2025-02-11 16:16 UTC  (13+ messages)
` [PATCH v9 04/28] net/rnp: support mailbox basic operate
` [PATCH v9 08/28] net/rnp: add queue setup and release operations
` [PATCH v9 12/28] net/rnp: add support link update operations

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-11 16:10 UTC  (12+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v2 00/15] riscv: add SBI FWFT misaligned exception delegation support
 2025-02-11 16:08 UTC  (6+ messages)
` [PATCH v2 14/15] RISC-V: KVM: add support for FWFT SBI extension

[PATCH V8 00/14] Rust bindings for cpufreq and OPP core + sample driver
 2025-02-11 16:24 UTC  (5+ messages)
` [PATCH V8 04/14] rust: Add cpumask helpers

[PATCH v4 00/10] Introduce fwctl subystem
 2025-02-11 16:24 UTC  (10+ messages)
` [PATCH v4 10/10] bnxt: Create an auxiliary device for fwctl_bnxt

[PATCH 0/2] uapi: Refactor __GENMASK() and __GENMASK_ULL() for
 2025-02-11 16:24 UTC  (3+ messages)
` [PATCH 1/2] uapi: Refactor __GENMASK() for speed-up
` [PATCH 2/2] uapi: Refactor __GENMASK_ULL() "

[RFC PATCH] x86: add function metadata support
 2025-02-11 16:24 UTC  (4+ messages)

[PATCH 0/9] drm_i915_private to intel_display cleanup
 2025-02-11 16:23 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm_i915_private to intel_display cleanup (rev2)

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in skb_queue_purge_reason (2)
 2025-02-11 16:22 UTC  (3+ messages)
` [DMARC error] "

[RFC PATCH 00/30] Add vendor support for go, npm and rust
 2025-02-11 16:22 UTC  (3+ messages)
` [RFC PATCH 10/30] conf: bitbake: add SRC_URI_FILES variable
  ` [bitbake-devel] "

[openeuler:openEuler-1.0-LTS 1423/1423] net/netfilter/nft_reject.o: warning: objtool: missing symbol for section .text
 2025-02-11 16:22 UTC 

[PATCH v2] platform/x86: thinkpad_acpi: Fix registration of tpacpi platform driver
 2025-02-11 16:21 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] vfs write barriers
 2025-02-11 14:53 UTC  (5+ messages)

[PATCH 0/4] Handling aliased guest memory maps in vhost-vDPA SVQs
 2025-02-11 16:20 UTC  (2+ messages)

[PATCH v2] powerpc/crash: Fix non-smp kexec preparation
 2025-02-11 16:20 UTC 

[PATCH RESEND v5] arm64: dts: qcom: Add coresight nodes for x1e80100
 2025-02-11 16:20 UTC  (4+ messages)

[PATCH v2] linux-yocto: revert omap8250 power management changes on genericarm64
 2025-02-11 16:18 UTC 

Warning `amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled` (Dell PowerEdge R7625, AMD EPYC 9174F)
 2025-02-11 16:18 UTC  (6+ messages)
      ` Warnings `Could not retrieve perf counters (-19)` and "

[PATCH i-g-t v4 0/2] Integrate kmemleak scans in igt_runner
 2025-02-11 16:17 UTC  (5+ messages)
` [PATCH i-g-t v4 1/2] lib/igt_kmemleak: library to interact with kmemleak

[meta-tensorflow][kirkstone][PATCH 1/2] tensorflow: drop Upstream-Status inside third_party .patch files
 2025-02-11 16:15 UTC  (2+ messages)
` [meta-tensorflow][kirkstone][PATCH 2/2] tensorflow: refresh and rename the "

[PATCH] target/alpha: Don't corrupt error_code with unknown softfloat flags
 2025-02-11 16:16 UTC  (2+ messages)

[PATCH v4] irqchip/renesas-rzg2l: Fix missing put_device
 2025-02-11 16:16 UTC  (4+ messages)

[PATCH v2 00/31] hrtimers: Consolidate hrtimer initialization - Part 2
 2025-02-11 16:16 UTC  (3+ messages)
` [PATCH v2 23/31] watchdog: Switch to use hrtimer_setup()

[syzbot] [ext4?] WARNING in __ext4_iget
 2025-02-11 16:15 UTC 


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.