All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-11 16:08:40 to 2025-02-11 16:37:58 UTC [more...]

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

[PATCH v13 00/11] Support page table check on PowerPC
 2025-02-11 16:14 UTC  (14+ 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()

[PULL 00/68] target-arm queue
 2025-02-11 16:25 UTC  (53+ 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 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 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 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 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 33/68] target/arm: Handle FPCR.AH in SVE FNEG
` [PULL 35/68] target/arm: Handle FPCR.AH in SVE FABD
` [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 46/68] target/arm: Handle FPCR.AH in FCMLA by index
` [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 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 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 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 v10 00/14] platform/x86: alienware-wmi driver rework
 2025-02-11 16:37 UTC  (7+ 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] 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  (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pf: Release all VFs configs on device removal (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ 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)

[Buildroot] [PATCH v2 0/3] Fixup Update Gateware Feature
 2025-02-11 16:32 UTC  (5+ 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

[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)

[PATCH v1 1/1] cxl/cdat: Remove redundant gp_port initialization
 2025-02-11 16:25 UTC  (2+ 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  (14+ 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  (7+ 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  (3+ 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 

[meta-tensorflow][mickledore][PATCH 1/3] tensorflow: drop Upstream-Status inside third_party .patch files
 2025-02-11 16:14 UTC  (3+ messages)
` [meta-tensorflow][mickledore][PATCH 2/3] tensorflow: refresh and rename the "
` [meta-tensorflow][mickledore][PATCH 3/3] tensorflow: add 0001-fix-python3-include-directory-not-found.patch everywhere

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

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

[PATCH v4 00/15] cxl: Add CXL feature commands support via fwctl
 2025-02-11 16:13 UTC  (6+ messages)
` [PATCH v4 06/15] cxl: Setup exclusive CXL features that are reserved for the kernel

[PATCH v2 00/15] drm/vkms: Allow to configure device
 2025-02-11 14:33 UTC  (3+ messages)
` [PATCH v2 01/15] drm/vkms: Fix use after free and double free on init error

[PATCH v3 0/2] Document the PACKAGE_KEEP_DEBUG_FRAME variable
 2025-02-11 16:12 UTC  (3+ messages)
` [PATCH v3 1/2] profile-manual: "
` [PATCH v3 2/2] dev-manual/debugging: Add a "Backtraces or target" section

[PATCH 1/2] landlock: Minor typo and grammar fixes in IPC scoping documentation
 2025-02-11 16:13 UTC  (5+ messages)

Backtrace seen when enabling PREEMPT_RT
 2025-02-11 16:12 UTC 

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

Installing pre-built DEB files
 2025-02-11 16:11 UTC 

[openeuler:OLK-5.10 2737/2737] drivers/scsi/linkdata/ps3stor/./linux/ps3_base.c:546:5: error: no previous prototype for function 'ps3_pci_init'
 2025-02-11 16:10 UTC 

drivers/net/ethernet/intel/i40e/i40e_ptp.c:1375:27: warning: '%s' directive output may be truncated writing up to 287 bytes into a region of size 64
 2025-02-11 16:10 UTC 

[PATCH v9 0/8] Add support for EU stall sampling
 2025-02-11 16:11 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for Add support for EU stall sampling (rev2)

[PATCH bpf-next 0/3] bpf: Reject attaching fexit to __noreturn functions
 2025-02-11 16:11 UTC  (4+ messages)
` [PATCH bpf-next 1/3] objtool: Move noreturns.h to a common location

[Intel-wired-lan] [PATCH iwl-next v4] ixgbe: Fix possible skb NULL pointer dereference
 2025-02-11  9:36 UTC  (2+ messages)

[PATCH] mm: Fix clang W=1 compiler warnings
 2025-02-11 14:34 UTC  (3+ messages)

[PATCH v2] drm/i915/display: implement wa_18038517565
 2025-02-11 16:09 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for drm/i915/display: implement wa_18038517565 (rev2)

[PATCH bpf-next v6 0/4] Add prog_kfunc feature probe
 2025-02-11 16:09 UTC  (4+ messages)
` [PATCH bpf-next v6 3/4] libbpf: Add libbpf_probe_bpf_kfunc API

[PATCH 0/4] Add support for the TPM FF-A start method
 2025-02-11 16:09 UTC  (3+ messages)

[PATCH v6 0/2] scanf: convert self-test to KUnit
 2025-02-11 16:08 UTC  (6+ messages)
` [PATCH v6 1/2] "

[PATCH] powerpc/crash: Fix non-smp kexec preparation
 2025-02-11 16:08 UTC  (3+ messages)

[PATCH 00/10] drivers/perf: apple_m1: Add Apple A7-A11, T2 SoC support
 2025-02-11 16:07 UTC  (3+ messages)
` [PATCH 09/10] drivers/perf: apple_m1: Add Apple A10/A10X/T2 Support
` [PATCH 10/10] drivers/perf: apple_m1: Add Apple A11 Support


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.