All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-13 17:11:18 to 2024-12-13 17:48:05 UTC [more...]

WARNING in get_pat_info
 2024-12-13 17:47 UTC  (3+ messages)

[PATCH net-next 00/13] selftests: ncdevmem: Add ncdevmem to ksft
 2024-12-13 17:47 UTC  (6+ messages)

[PATCH v3 00/19] vbe: Series part E
 2024-12-13 14:32 UTC  (6+ messages)

[PATCH i-g-t] tests/chamelium/kms_chamelium_edid: Limit the number of EDIDs tested to prevent CI timeout
 2024-12-13 17:46 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "

[PULL 00/85] target-arm queue
 2024-12-13 17:32 UTC  (86+ messages)
` [PULL 01/85] target/arm: Add section labels for "Data Processing (register)"
` [PULL 02/85] target/arm: Convert UDIV, SDIV to decodetree
` [PULL 03/85] target/arm: Convert LSLV, LSRV, ASRV, RORV "
` [PULL 04/85] target/arm: Convert CRC32, CRC32C "
` [PULL 05/85] target/arm: Convert SUBP, IRG, GMI "
` [PULL 06/85] target/arm: Convert PACGA "
` [PULL 07/85] target/arm: Convert RBIT, REV16, REV32, REV64 "
` [PULL 08/85] target/arm: Convert CLZ, CLS "
` [PULL 09/85] target/arm: Convert PAC[ID]*, AUT[ID]* "
` [PULL 10/85] target/arm: Convert XPAC[ID] "
` [PULL 11/85] target/arm: Convert disas_logic_reg "
` [PULL 12/85] target/arm: Convert disas_add_sub_ext_reg "
` [PULL 13/85] target/arm: Convert disas_add_sub_reg "
` [PULL 14/85] target/arm: Convert disas_data_proc_3src "
` [PULL 15/85] target/arm: Convert disas_adc_sbc "
` [PULL 16/85] target/arm: Convert RMIF "
` [PULL 17/85] target/arm: Convert SETF8, SETF16 "
` [PULL 18/85] target/arm: Convert CCMP, CCMN "
` [PULL 19/85] target/arm: Convert disas_cond_select "
` [PULL 20/85] target/arm: Introduce fp_access_check_scalar_hsd
` [PULL 21/85] target/arm: Introduce fp_access_check_vector_hsd
` [PULL 22/85] target/arm: Convert FCMP, FCMPE, FCCMP, FCCMPE to decodetree
` [PULL 23/85] target/arm: Fix decode of fp16 vector fabs, fneg, fsqrt
` [PULL 24/85] target/arm: Convert FMOV, FABS, FNEG (scalar) to decodetree
` [PULL 25/85] target/arm: Pass fpstatus to vfp_sqrt*
` [PULL 26/85] target/arm: Remove helper_sqrt_f16
` [PULL 27/85] target/arm: Convert FSQRT (scalar) to decodetree
` [PULL 28/85] target/arm: Convert FRINT[NPMSAXI] "
` [PULL 29/85] target/arm: Convert BFCVT "
` [PULL 30/85] target/arm: Convert FRINT{32, 64}[ZX] (scalar) "
` [PULL 31/85] target/arm: Convert FCVT "
` [PULL 32/85] target/arm: Convert handle_fpfpcvt "
` [PULL 33/85] target/arm: Convert FJCVTZS "
` [PULL 34/85] target/arm: Convert handle_fmov "
` [PULL 35/85] target/arm: Convert SQABS, SQNEG "
` [PULL 36/85] target/arm: Convert ABS, NEG "
` [PULL 37/85] target/arm: Introduce gen_gvec_cls, gen_gvec_clz
` [PULL 38/85] target/arm: Convert CLS, CLZ (vector) to decodetree
` [PULL 39/85] target/arm: Introduce gen_gvec_cnt, gen_gvec_rbit
` [PULL 40/85] target/arm: Convert CNT, NOT, RBIT (vector) to decodetree
` [PULL 41/85] target/arm: Convert CMGT, CMGE, GMLT, GMLE, CMEQ (zero) "
` [PULL 42/85] target/arm: Introduce gen_gvec_rev{16,32,64}
` [PULL 43/85] target/arm: Convert handle_rev to decodetree
` [PULL 44/85] target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c
` [PULL 45/85] target/arm: Introduce gen_gvec_{s,u}{add,ada}lp
` [PULL 46/85] target/arm: Convert handle_2misc_pairwise to decodetree
` [PULL 47/85] target/arm: Remove helper_neon_{add,sub}l_u{16,32}
` [PULL 48/85] target/arm: Introduce clear_vec
` [PULL 49/85] target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetree
` [PULL 50/85] target/arm: Convert FCVTN, BFCVTN "
` [PULL 51/85] target/arm: Convert FCVTXN "
` [PULL 52/85] target/arm: Convert SHLL "
` [PULL 53/85] target/arm: Implement gen_gvec_fabs, gen_gvec_fneg
` [PULL 54/85] target/arm: Convert FABS, FNEG (vector) to decodetree
` [PULL 55/85] target/arm: Convert FSQRT "
` [PULL 56/85] target/arm: Convert FRINT* "
` [PULL 57/85] target/arm: Convert FCVT* (vector, integer) scalar "
` [PULL 58/85] target/arm: Convert FCVT* (vector, fixed-point) "
` [PULL 59/85] target/arm: Convert [US]CVTF (vector, integer) "
` [PULL 60/85] target/arm: Convert [US]CVTF (vector, fixed-point) "
` [PULL 61/85] target/arm: Rename helper_gvec_vcvt_[hf][su] with _rz
` [PULL 62/85] target/arm: Convert [US]CVTF (vector) to decodetree
` [PULL 63/85] target/arm: Convert FCVTZ[SU] (vector, fixed-point) "
` [PULL 64/85] target/arm: Convert FCVT* (vector, integer) "
` [PULL 65/85] target/arm: Convert handle_2misc_fcmp_zero "
` [PULL 66/85] target/arm: Convert FRECPE, FRECPX, FRSQRTE "
` [PULL 67/85] target/arm: Introduce gen_gvec_urecpe, gen_gvec_ursqrte
` [PULL 68/85] target/arm: Convert URECPE and URSQRTE to decodetree
` [PULL 69/85] target/arm: Convert FCVTL "
` [PULL 70/85] target/arm: Use float_round_to_odd in helper_fcvtx_f64_to_f32
` [PULL 71/85] docs/system/arm/orangepi: update links
` [PULL 72/85] docs/system/arm/fby35: document execute-in-place property
` [PULL 73/85] docs/system/arm/xlnx-versal-virt: document ospi-flash property
` [PULL 74/85] docs/system/arm/virt: document missing properties
` [PULL 75/85] MAINTAINERS: correct my email address
` [PULL 76/85] target/arm: Move some TLBI insns to their own source file
` [PULL 77/85] target/arm: Move TLBI insns for AArch32 EL2 to tlbi_insn_helper.c
` [PULL 78/85] target/arm: Move AArch64 TLBI insns from v8_cp_reginfo[]
` [PULL 79/85] target/arm: Move the AArch64 EL2 TLBI insns
` [PULL 80/85] target/arm: Move AArch64 EL3 "
` [PULL 81/85] target/arm: Move TLBI range insns
` [PULL 82/85] target/arm: Move the TLBI OS insns to tlb-insns.c
` [PULL 83/85] target/arm: Move small helper functions "
` [PULL 84/85] target/arm: Move RME TLB insns "
` [PULL 85/85] target/arm: Simplify condition for tlbi_el2_cp_reginfo[]

[PATCH 3/4] mm: replace rw_semaphore with atomic_t in vma_lock
 2024-12-13 17:45 UTC  (16+ messages)

[PATCH] watchdog: rzv2h_wdt: Use local `dev` pointer in probe
 2024-12-13 17:45 UTC  (2+ messages)

[PATCH] doc: cosmetic: fwu_updates: Fix formatting
 2024-12-13 17:44 UTC  (2+ messages)

[RFC PATCH] watchdog: rzv2h_wdt: Add support to retrieve the bootstatus information
 2024-12-13 17:44 UTC 

[PATCH 0/5] x86/cpu: Remove duplicate microcode version matching infrastructure
 2024-12-13 17:44 UTC  (4+ messages)
` [PATCH 2/5] x86/cpu: Expose only stepping min/max interface

[PATCH bpf-next v2 0/6] bpf, mm: Introduce __GFP_TRYLOCK
 2024-12-13 17:44 UTC  (11+ messages)
` [PATCH bpf-next v2 1/6] mm, bpf: Introduce __GFP_TRYLOCK for opportunistic page allocation

[PATCH net-next] net: page_pool: rename page_pool_is_last_ref()
 2024-12-13 17:43 UTC  (2+ messages)

[PATCH v2 0/7] large atomic writes for xfs
 2024-12-13 17:43 UTC  (5+ messages)

[GIT PULL] arm64 fixes for 6.13-rc3
 2024-12-13 17:41 UTC 

[PATCH 1/2] accel/amdxdna: use modern PM helpers
 2024-12-13 17:41 UTC  (3+ messages)

[PATCH for-linus] PCI: Honor Max Link Speed when determining supported speeds
 2024-12-13 17:41 UTC  (6+ messages)

[PATCH v3 0/7] Add RZ/G3E pinctrl support
 2024-12-13 17:38 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: pinctrl: renesas: Add alpha-numerical port support for RZ/V2H
` [PATCH v3 2/7] dt-bindings: pinctrl: renesas: Document RZ/G3E SoC
` [PATCH v3 3/7] pinctrl: renesas: rzg2l: Update r9a09g057_variable_pin_cfg table
` [PATCH v3 4/7] pinctrl: renesas: rzg2l: Add support for RZ/G3E SoC
` [PATCH v3 5/7] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Replace RZG2L macros
` [PATCH v3 6/7] arm64: dts: renesas: r9a09g047: Add pincontrol node
` [PATCH v3 7/7] arm64: dts: renesas: r9a09g047: Add scif pincontrol

[PATCH] Revert "drm/xe/devcoredump: Add ASCII85 dump helper function"
 2024-12-13 17:38 UTC  (10+ messages)

[PATCH v2 0/6] Enhance event delivery error handling
 2024-12-13 17:38 UTC  (8+ messages)
` [PATCH v2 3/6] KVM: VMX: Handle vectoring error in check_emulate_instruction

[PATCH] PCI: Remove redundant macro
 2024-12-13 17:37 UTC  (2+ messages)

brcmfmac SAE/WPA3 negotiation
 2024-12-13 17:35 UTC  (5+ messages)

[PATCH v9 00/11] drm/xe/guc: Improve GuC log dumping and add to devcoredump
 2024-12-13 17:34 UTC  (11+ messages)
` [PATCH v9 04/11] drm/xe/devcoredump: Add ASCII85 dump helper function

[PATCH net-next 00/12] xdp: a fistful of generic changes pt. II
 2024-12-13 17:31 UTC  (10+ messages)
` [PATCH net-next 05/12] xdp: add generic xdp_build_skb_from_buff()
` [PATCH net-next 07/12] xsk: add generic XSk &xdp_buff -> skb conversion
` [PATCH net-next 11/12] jump_label: export static_key_slow_{inc,dec}_cpuslocked()

[PATCH 0/4] gpio: 74HC595 / 74x164 shift register improvements
 2024-12-13 17:32 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: gpio: fairchild,74hc595: Add On Semi MC74HC595A compat
` [PATCH 2/4] dt-bindings: gpio: fairchild,74hc595: Add latch-gpios property
` [PATCH 3/4] gpio: 74x164: Add On Semi MC74HC595A compat
` [PATCH 4/4] gpio: 74x164: Add latch GPIO support

[PATCH] ASoC: SOF: ipc4-topology: Use macro to set the EXT_PARAM_SIZE in widget setup
 2024-12-13 17:32 UTC  (2+ messages)

[PATCH] ASoC: SOF: sof-priv: Remove unused SOF_DAI_STREAM() and SOF_FORMATS
 2024-12-13 17:32 UTC  (2+ messages)

[PATCH v2 0/4] scsi: st: scsi_error: More reset patches
 2024-12-13 17:32 UTC  (5+ messages)

Lockdep warnings on kexec (virtio_blk, hrtimers)
 2024-12-13 17:32 UTC  (16+ messages)

[PATCH V2 0/8] AMD NPU driver improvements
 2024-12-13 17:31 UTC  (8+ messages)
` [PATCH V2 6/8] accel/amdxdna: Enhance power management settings
` [PATCH V2 7/8] accel/amdxdna: Read firmware interface version from registers

RFC: support for zoned devices
 2024-12-13 17:31 UTC  (8+ messages)
` [PATCH 21/43] xfs: don't call xfs_can_free_eofblocks from ->release for zoned inodes
` [PATCH 23/43] xfs: parse and validate hardware zone information

[PATCH 00/23] Use VRR timing generator for fixed refresh rate modes
 2024-12-13 17:31 UTC  (2+ messages)

[styhead][meta-oe][PATCH] abseil-cpp: Do not leak -Wnon-virtual-dtor into the .pc files
 2024-12-13 17:31 UTC 

[PATCH v3] drm: Drop explicit initialization of struct i2c_device_id::driver_data to 0
 2024-12-13 17:30 UTC  (2+ messages)

[PATCH net-next 0/2] net: stmmac: dwmac-socfpga: Allow using 1000BaseX
 2024-12-13 17:29 UTC  (4+ messages)
` [PATCH net-next 2/2] net: stmmac: dwmac-socfpga: Set interface modes from Lynx PCS as supported

[PATCH v5 0/8] mulate Intel RDT features needed to mount ResCtrl in Linux
 2024-12-13 17:26 UTC  (9+ messages)
` [PATCH v5 1/8] i386: Add Intel RDT device and State to config
` [PATCH v5 2/8] i386: Add init and realize functionality for RDT device
` [PATCH v5 3/8] i386: Add RDT functionality
` [PATCH v5 4/8] i386: Add RDT device interface through MSRs
` [PATCH v5 5/8] i386: Add CPUID enumeration for RDT
` [PATCH v5 6/8] i386: Add RDT feature flags
` [PATCH v5 7/8] i386/cpu: Adjust CPUID level for RDT features
` [PATCH v5 8/8] i386/cpu: Adjust level for RDT on full_cpuid_auto_level

[for-linus][PATCH 0/3] ftrace: Fixes for 6.13
 2024-12-13 17:29 UTC  (4+ messages)
` [for-linus][PATCH 3/3] ftrace/microblaze: Do not find "true_parent" for return address

[meta-rockchip][PATCH v2 1/4] u-boot: switch to upstream SRCREV for rk-u-boot-env
 2024-12-13 17:29 UTC  (5+ messages)
` [meta-rockchip][PATCH v2 4/4] rk3308: add provider for trusted firmware-a
  ` [yocto-patches] "

[PATCH] drm/xe: Revert some changes that break a mesa debug tool
 2024-12-13 17:28 UTC 

What's cooking in git.git (Dec 2024, #05; Thu, 12)
 2024-12-13 17:28 UTC  (4+ messages)

[PATCH v2 0/2] regulator: add new PMIC PF9453 support
 2024-12-13 17:28 UTC  (3+ messages)
` [PATCH v2 2/2] regulator: pf9453: add "

[RESEND PATCH v5 3/3] PCI: amd-mdb: Add AMD MDB Root Port driver
 2024-12-13 17:27 UTC  (2+ messages)

[PATCH v4 0/2] AHCI cleanup
 2024-12-13 17:26 UTC  (4+ messages)
` [PATCH v4 1/2] hw/ide/ahci: Decouple from PCI

[PATCH 5.4 000/316] 5.4.287-rc2 review
 2024-12-13 17:27 UTC  (2+ messages)

[PATCH v2 0/8] Add PMU support for single engine busyness
 2024-12-13 17:26 UTC  (7+ messages)
` [PATCH v2 7/8] drm/xe/guc: Expose engine busyness only for supported GuC version

[Bug 218267] New: [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang
 2024-12-13 17:25 UTC  (4+ messages)
` [Bug 218267] "

[PATCH net] netdevsim: prevent bad user input in nsim_dev_health_break_write()
 2024-12-13 17:25 UTC 

[PATCH] test/bonding: fix active backup rx test
 2024-12-13 17:17 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v12 0/2] rust: xarray: Add a minimal abstraction for XArray
 2024-12-13 17:24 UTC  (7+ messages)
` [PATCH v12 2/2] rust: xarray: Add an "

[PATCH] arm64/signal: Silence spurious sparse warning storing GCSPR_EL0
 2024-12-13 17:21 UTC  (7+ messages)

[PATCH for-linus] PCI: Honor Max Link Speed when determining supported speeds
 2024-12-13 17:22 UTC  (5+ messages)

[PATCH v8 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-12-13 17:20 UTC  (6+ messages)
` [PATCH v8 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH] irqchip/gic-v3: Work around insecure GIC integrations
 2024-12-13 17:20 UTC  (2+ messages)
` [tip: irq/urgent] "

[PATCH 2/3] irqchip/gic: Correct declaration of *percpu_base pointer in union gic_base
 2024-12-13 17:20 UTC  (2+ messages)
` [tip: irq/urgent] "

[PATCH] drm/xe/oa/uapi: Expose an unblock after N reports OA property
 2024-12-13 17:19 UTC  (3+ messages)

[PATCH 0/8] x86, sched: Dynamic ITMT core ranking support and some yak shaving
 2024-12-13 17:19 UTC  (5+ messages)
` [PATCH 3/8] x86/itmt: Move the "sched_itmt_enabled" sysctl to debugfs

[PATCH v2 0/4] Add RZ/G3E pinctrl support
 2024-12-13 17:18 UTC  (7+ messages)
` [PATCH v2 2/4] pinctrl: renesas: rzg2l: Add support for RZ/G3E SoC
` [PATCH v2 3/4] arm64: dts: renesas: r9a09g047: Add pincontrol node

[PATCH 1/2] net/mlx5: improve socket file path
 2024-12-13 17:16 UTC  (3+ messages)

[PATCH] app/test: fix stack overflow in lpm6_perf_autotest
 2024-12-13 17:15 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 0/7] gpio: siul2-s32g2: add initial GPIO driver
 2024-12-13 17:15 UTC  (5+ messages)
` [PATCH v6 2/7] mfd: nxp-siul2: add support for NXP SIUL2

Weird behaviour with project quotas
 2024-12-13 17:15 UTC  (8+ messages)

[PATCH 1/3] KVM: arm64: timers: Fix percpu address space issues in kvm_timer_hyp_init()
 2024-12-13 17:15 UTC  (2+ messages)

[PATCH 0/6] reduce boilerplate code within btrfs
 2024-12-13 17:14 UTC  (6+ messages)
` [PATCH 6/6] btrfs: update tree_insert() to use rb helpers

[PATCH v3 0/4] rust: extend `module!` macro with integer parameter support
 2024-12-13 17:14 UTC  (5+ messages)
` [PATCH v3 4/4] rust: add parameter support to the `module!` macro

[PATCH 5.15 000/565] 5.15.174-rc1 review
 2024-12-13 17:14 UTC  (2+ messages)

[PATCH v2] memory: omap-gpmc: deadcode a pair of functions
 2024-12-13 17:14 UTC  (4+ messages)

[PATCH net] net: tun: fix tun_napi_alloc_frags()
 2024-12-13 17:13 UTC  (2+ messages)

[PATCH] accel/amdxdna: Add include interrupt.h to amdxdna_mailbox.c
 2024-12-13 17:11 UTC  (2+ messages)

[PATCH 0/7] vsprintf: Add %pTN to print Task Name
 2024-12-13 17:11 UTC  (6+ messages)
` [PATCH 1/7] vsprintf: Add %pTN to print task name


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.