messages from 2024-12-01 11:08:02 to 2024-12-01 15:23:39 UTC [more...]
[PATCH 0/8] Reverts and fixes for board failures
2024-12-01 15:23 UTC (13+ messages)
` [PATCH 1/8] CI: Drop extra condition for sjg lab
` [PATCH 2/8] Revert "power: regulator: Trigger probe of regulators which are always-on or boot-on"
` [PATCH 3/8] Revert "fdt: Correct condition for bloblist existing"
` [PATCH 4/8] Revert "fdt: Allow the devicetree to come from a bloblist"
` [PATCH 5/8] fdt: Allow the devicetree to come from a bloblist
` [PATCH 6/8] binman: Avoid skipping binman_init()
` [PATCH 7/8] Revert "global_data: Drop spl_handoff"
` [PATCH 8/8] CI: Drop broken boards from sjg lab
[PATCH 00/67] target/arm: AArch64 decodetree conversion, final part
2024-12-01 15:06 UTC (68+ messages)
` [PATCH 01/67] target/arm: Use ### to separate 3rd-level sections in a64.decode
` [PATCH 02/67] target/arm: Convert UDIV, SDIV to decodetree
` [PATCH 03/67] target/arm: Convert LSLV, LSRV, ASRV, RORV "
` [PATCH 04/67] target/arm: Convert CRC32, CRC32C "
` [PATCH 05/67] target/arm: Convert SUBP, IRG, GMI "
` [PATCH 06/67] target/arm: Convert PACGA "
` [PATCH 07/67] target/arm: Convert RBIT, REV16, REV32, REV64 "
` [PATCH 08/67] target/arm: Convert CLZ, CLS "
` [PATCH 09/67] target/arm: Convert PAC[ID]*, AUT[ID]* "
` [PATCH 10/67] target/arm: Convert XPAC[ID] "
` [PATCH 11/67] target/arm: Convert disas_logic_reg "
` [PATCH 12/67] target/arm: Convert disas_add_sub_ext_reg "
` [PATCH 13/67] target/arm: Convert disas_add_sub_reg "
` [PATCH 14/67] target/arm: Convert disas_data_proc_3src "
` [PATCH 15/67] target/arm: Convert disas_adc_sbc "
` [PATCH 16/67] target/arm: Convert RMIF "
` [PATCH 17/67] target/arm: Convert SETF8, SETF16 "
` [PATCH 18/67] target/arm: Convert CCMP, CCMN "
` [PATCH 19/67] target/arm: Convert disas_cond_select "
` [PATCH 20/67] target/arm: Introduce fp_access_check_scalar_hsd
` [PATCH 21/67] target/arm: Introduce fp_access_check_vector_hsd
` [PATCH 22/67] target/arm: Convert FCMP, FCMPE, FCCMP, FCCMPE to decodetree
` [PATCH 23/67] target/arm: Convert FMOV, FABS, FNEG (scalar) "
` [PATCH 24/67] target/arm: Pass fpstatus to vfp_sqrt*
` [PATCH 25/67] target/arm: Remove helper_sqrt_f16
` [PATCH 26/67] target/arm: Convert FSQRT (scalar) to decodetree
` [PATCH 27/67] target/arm: Convert FRINT[NPMSAXI] "
` [PATCH 28/67] target/arm: Convert BFCVT "
` [PATCH 29/67] target/arm: Convert FRINT{32, 64}[ZX] (scalar) "
` [PATCH 30/67] target/arm: Convert FCVT "
` [PATCH 31/67] target/arm: Convert handle_fpfpcvt "
` [PATCH 32/67] target/arm: Convert FJCVTZS "
` [PATCH 33/67] target/arm: Convert handle_fmov "
` [PATCH 34/67] target/arm: Convert SQABS, SQNEG "
` [PATCH 35/67] target/arm: Convert ABS, NEG "
` [PATCH 36/67] target/arm: Introduce gen_gvec_cls, gen_gvec_clz
` [PATCH 37/67] target/arm: Convert CLS, CLZ (vector) to decodetree
` [PATCH 38/67] target/arm: Introduce gen_gvec_cnt, gen_gvec_rbit
` [PATCH 39/67] target/arm: Convert CNT, NOT, RBIT (vector) to decodetree
` [PATCH 40/67] target/arm: Convert CMGT, CMGE, GMLT, GMLE, CMEQ (zero) "
` [PATCH 41/67] target/arm: Introduce gen_gvec_rev{16,32,64}
` [PATCH 42/67] target/arm: Convert handle_rev to decodetree
` [PATCH 43/67] target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c
` [PATCH 44/67] target/arm: Introduce gen_gvec_{s,u}{add,ada}lp
` [PATCH 45/67] target/arm: Convert handle_2misc_pairwise to decodetree
` [PATCH 46/67] target/arm: Remove helper_neon_{add,sub}l_u{16,32}
` [PATCH 47/67] target/arm: Introduce clear_vec
` [PATCH 48/67] target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetree
` [PATCH 49/67] target/arm: Convert FCVTN, BFCVTN "
` [PATCH 50/67] target/arm: Convert FCVTXN "
` [PATCH 51/67] target/arm: Convert SHLL "
` [PATCH 52/67] target/arm: Convert FABS, FNEG (vector) "
` [PATCH 53/67] target/arm: Convert FSQRT "
` [PATCH 54/67] target/arm: Convert FRINT* "
` [PATCH 55/67] target/arm: Convert FCVT* (vector, integer) scalar "
` [PATCH 56/67] target/arm: Convert FCVT* (vector, fixed-point) "
` [PATCH 57/67] target/arm: Convert [US]CVTF (vector, integer) "
` [PATCH 58/67] target/arm: Convert [US]CVTF (vector, fixed-point) "
` [PATCH 59/67] target/arm: Rename helper_gvec_vcvt_[hf][su] with _rz
` [PATCH 60/67] target/arm: Convert [US]CVTF (vector) to decodetree
` [PATCH 61/67] target/arm: Convert FCVTZ[SU] (vector, fixed-point) "
` [PATCH 62/67] target/arm: Convert FCVT* (vector, integer) "
` [PATCH 63/67] target/arm: Convert handle_2misc_fcmp_zero "
` [PATCH 64/67] target/arm: Convert FRECPE, FRECPX, FRSQRTE "
` [PATCH 65/67] target/arm: Introduce gen_gvec_urecpe, gen_gvec_ursqrte
` [PATCH 66/67] target/arm: Convert URECPE and URSQRTE to decodetree
` [PATCH 67/67] target/arm: Convert FCVTL "
[syzbot] [ocfs2?] possible deadlock in ocfs2_xattr_ibody_set
2024-12-01 15:11 UTC
[thomas-weissschuh:b4/sysfs-const-attr 69/71] drivers/cpufreq/intel_pstate.c:822:1: sparse: sparse: Initializer entry defined twice
2024-12-01 15:08 UTC
[PATCH v1 0/3] Add sdhci driver support for TH1520 SoC
2024-12-01 15:06 UTC (4+ messages)
` [PATCH v1 1/3] mmc: snps_sdhci: "
` [PATCH v1 2/3] riscv: dts: t-head: Add sdhci and emmc nodes
` [PATCH v1 3/3] configs: th1520_lpi4a: enable mmc controller support
[PATCH i-g-t] tests/vkms: Delete VKMS test list
2024-12-01 15:08 UTC (4+ messages)
` ✗ i915.CI.BAT: failure for "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
[Buildroot] [PATCH next 1/1] package/file: bump version to 5.46
2024-12-01 15:07 UTC
[openeuler:openEuler-1.0-LTS 1294/1294] drivers/misc/uacce/uacce.c:739:6: error: implicit declaration of function 'module_refcount'
2024-12-01 14:56 UTC
[thomas-weissschuh:b4/sysfs-const-attr 69/71] drivers/ata/pata_parport/pata_parport.c:694:8: sparse: sparse: Initializer entry defined twice
2024-12-01 14:45 UTC
[PATCH v7 0/7] Add AutoFDO and Propeller support for Clang build
2024-12-01 14:31 UTC (3+ messages)
` [PATCH v7 3/7] Adjust symbol ordering in text output section
` [PATCH v7 3/7] Adjust symbol ordering in text output section [openrisc boot failure]
[PATCH] exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case
2024-12-01 14:17 UTC (4+ messages)
ld.lld: error: unknown argument '-dp'
2024-12-01 14:04 UTC
drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c:815 netxen_setup_pci_map() warn: 'ahw->pci_base0' from ioremap() not released on lines: 815
2024-12-01 14:04 UTC
[openeuler:openEuler-1.0-LTS 605/605] kernel/livepatch/core.c:75:16: warning: no previous prototype for function 'klp_check_patch_kprobed'
2024-12-01 14:04 UTC
[RESEND PATCH v4] sysctl: simplify the min/max boundary check
2024-12-01 14:00 UTC
[PATCH v4 1/3] arm64: dts: qcom: sm8250-xiaomi-elish: Add qca6390-pmu node
2024-12-01 13:57 UTC (3+ messages)
` [PATCH v4 2/3] arm64: dts: qcom: sm8250-xiaomi-elish: Add wifi node
` [PATCH v4 3/3] arm64: dts: qcom: sm8250-xiaomi-elish: Add bluetooth node
[PATCH RESEND] x86/cpu/topology: remove limit of CPUs due to noapic on x86_64
2024-12-01 13:56 UTC (5+ messages)
[ANNOUNCE] fstests: for-next branch updated to v2024.12.01
2024-12-01 13:55 UTC
[PATCH dpdk] log: fix double free on cleanup
2024-12-01 13:48 UTC (3+ messages)
[PATCH 0/5] Implement PMU enhancements in SBI v3.0
2024-12-01 13:47 UTC (11+ messages)
` [PATCH 1/5] lib: sbi_pmu: PMU raw event v2 support
` [PATCH 2/5] lib: sbi_pmu: Remove redundant check for fw events
` [PATCH 3/5] lib: sbi_pmu: Add SBI PMU event info function details
` [PATCH 4/5] lib: sbi_pmu: Implement SBI PMU event info function
` [PATCH 5/5] include: sbi: Change spec version to 3.0
[PATCH 0/4] exportfs: add flag to allow marking export operations as only supporting file handles
2024-12-01 13:44 UTC (8+ messages)
` [PATCH 1/4] exportfs: add flag to indicate local "
` [PATCH 2/4] kernfs: restrict to "
` [PATCH 3/4] ovl: restrict to exportable "
` [PATCH 4/4] pidfs: restrict to local "
[RFC PATCH v4 0/4] genirq/cpuhotplug: Adjust managed interrupts according to change of housekeeping cpumask
2024-12-01 13:43 UTC (6+ messages)
` [RFC PATCH v4 1/4] cgroup/cpuset: Add HK_TYPE_MANAGED_IRQ to HOUSEKEEPING_FLAGS
` [RFC PATCH v4 2/4] genirq/cpuhotplug: Dynamically isolate CPUs from managed interrupts
` [RFC PATCH v4 3/4] cgroup/cpuset: Restart CPUs whose isolated_cpus bits have changed
` [RFC PATCH v4 4/4] DO NOT MERGE: Test CPU isolation from managed interrupts
drivers/net/ethernet/amazon/ena/ena_netdev.c:77 ena_tx_timeout() warn: inconsistent indenting
2024-12-01 13:42 UTC
[PATCH i-g-t] lib/pciids: add missing PTL pciid
2024-12-01 13:41 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for lib/pciids: add missing PTL pciid (rev2)
[OE-core][scarthgap 00/10] Patch review
2024-12-01 13:40 UTC (5+ messages)
` [OE-core][scarthgap 02/10] cve_check: Use a local copy of the database during builds
[PATCH v2] iio: magnetometer: yas530: Use signed integer type for clamp limits
2024-12-01 13:38 UTC (6+ messages)
[ANNOUNCE] fstests: merge v2024.11.17 onto master branch
2024-12-01 13:38 UTC
[PATCH v2] tests/functional/aarch64: add tests for FEAT_RME
2024-12-01 13:34 UTC (2+ messages)
OE-core CVE metrics for styhead on Sun 01 Dec 2024 02:57:39 AM HST
2024-12-01 13:34 UTC
[PATCH v2 0/3] iio: adc: ad7173: fix non-const info struct
2024-12-01 13:33 UTC (4+ messages)
kernel/rcu/rcutorture.c:1900:11-12: WARNING kmalloc is used to allocate this memory at line 1887
2024-12-01 13:31 UTC
[PATCH 0/10 v2] sched/fair: Fix statistics with delayed dequeue
2024-12-01 13:30 UTC (2+ messages)
[PATCH v2] Makefile: Fix POSIX grep for multiple patterns
2024-12-01 13:28 UTC (2+ messages)
[PATCH] iio: ad_sigma_delta: Handle CS assertion as intended in ad_sd_read_reg_raw()
2024-12-01 13:23 UTC (2+ messages)
[jgunthorpe:iommu_pt 47/48] drivers/iommu/amd/iommu.c:1835: undefined reference to `pt_iommu_amdv1_hw_info'
2024-12-01 13:20 UTC
[android-common:android-4.19-stable 9928/30000] drivers/soc/qcom/rpmh-rsc.c:695:15: error: a parameter list without types is only allowed in a function definition
2024-12-01 13:20 UTC
[freescale-fslc:5.15-2.2.x-imx 4435/30000] drivers/net/ethernet/freescale/sdk_fman/src/wrapper/lnxwrp_fm.c:2305:17: warning: implicit conversion from 'fm_macsec_unknown_sci_frame_treatment' to 'e_FmMacsecUnknownSciFrameTreatment'
2024-12-01 13:20 UTC
[PATCH 0/2] Add support for Avago/Broadcom APDS9160
2024-12-01 13:20 UTC (5+ messages)
` [PATCH 2/2] iio: light: Add APDS9160 ALS & Proximity sensor driver
[PATCH v2] KVM: arm/arm64: vgic-its: Add error handling in vgic_its_cache_translation
2024-12-01 13:16 UTC (2+ messages)
[PULL REQUEST] i2c-for-6.13-rc1-part3
2024-12-01 13:13 UTC
[for-next][PATCH] vsnprintf: Remove unused 'bprintf'
2024-12-01 13:11 UTC
[syzbot] [ocfs2?] possible deadlock in ocfs2_xattr_ibody_find
2024-12-01 13:09 UTC
[PATCH] iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep()
2024-12-01 13:03 UTC (2+ messages)
[PATCH tip] x86: vdso: Compute timens page offset statically
2024-12-01 13:03 UTC (6+ messages)
[PATCH v3] iio: light: veml6030: add support for triggered buffer
2024-12-01 13:02 UTC (2+ messages)
[PATCH v3 00/15] KVM: arm64: Rework guest VM fixed feature handling and trapping in pKVM
2024-12-01 12:59 UTC (5+ messages)
` [PATCH v3 14/15] KVM: arm64: Convert the SVE guest vcpu flag to a vm flag
` [PATCH v3 15/15] KVM: arm64: Renumber remaining vcpu guest configuration flags
[PATCH v3] x86/cpu: Add INTEL_LUNARLAKE_M to X86_BUG_MONITOR
2024-12-01 12:58 UTC (6+ messages)
[PATCH] efi: stub out __grub_efi_api when GRUB_UTIL is defined
2024-12-01 12:57 UTC (2+ messages)
[PATCH] iio: adc: palmas: Fix typo in threshold calculation comment
2024-12-01 12:58 UTC (2+ messages)
OE-core CVE metrics for scarthgap on Sun 01 Dec 2024 02:09:17 AM HST
2024-12-01 12:57 UTC
[PATCH v8 0/2] Support for Texas Instruments OPT4060 RGBW Color sensor
2024-12-01 12:56 UTC (4+ messages)
` [PATCH v8 2/2] iio: light: Add support for TI OPT4060 color sensor
[PATCH v5] iio: trigger: stm32-timer-trigger: Add check for clk_enable()
2024-12-01 12:55 UTC (2+ messages)
[BUG] possible deadlock in __schedule (with reproducer available)
2024-12-01 12:53 UTC (4+ messages)
[RFC PATCH 00/40] fstests: concurrent test execution
2024-12-01 12:50 UTC (6+ messages)
` [PATCH 13/40] fstests: clean up loop device instantiation
` [PATCH 30/40] fstests: don't use directory stacks
[PATCH] cifs: Fix buffer overflow when parsing NFS reparse points
2024-12-01 12:47 UTC (6+ messages)
[PATCH bpf-next v9 0/4] bpf: add cpu time counter kfuncs
2024-12-01 12:46 UTC (3+ messages)
` [PATCH bpf-next v9 1/4] bpf: add bpf_get_cpu_time_counter kfunc
[PATCH RFC v2 0/3] pidfs: file handle preliminaries
2024-12-01 12:44 UTC (6+ messages)
` [PATCH RFC 0/6] pidfs: implement file handle support
[android-common:android14-6.1 27/29] drivers/android/binder_alloc.c:889:25: sparse: sparse: Using plain integer as NULL pointer
2024-12-01 12:39 UTC
[PATCH] KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace
2024-12-01 12:21 UTC (7+ messages)
[openeuler:OLK-6.6 1474/1474] fs/userfaultfd.c:1809:23: sparse: sparse: invalid assignment: |=
2024-12-01 12:19 UTC
Rust in QEMU roadmap
2024-12-01 12:16 UTC
[PATCH 6.6 000/538] 6.6.54-rc1 review
2024-12-01 12:15 UTC (3+ messages)
` [PATCH 6.6 433/538] arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled
OE-core CVE metrics for kirkstone on Sun 01 Dec 2024 01:36:01 AM HST
2024-12-01 12:09 UTC
[openeuler:openEuler-1.0-LTS 1268/1268] drivers/net/ieee802154/.tmp_mac802154_hwsim.o: warning: objtool: missing symbol for section .exit.text
2024-12-01 12:08 UTC
How to add RTS support for wwan0at0 port
2024-12-01 12:01 UTC (8+ messages)
` "
` "
[PATCH 1/2] dt-bindings: iio: Add AMS TCS3430 color sensor bindings
2024-12-01 11:58 UTC (3+ messages)
` [PATCH 2/2] iio: light: Add support for the AMS TCS3430 color sensor
[PATCH v2] printf: Remove unused 'bprintf'
2024-12-01 11:58 UTC (6+ messages)
[QUESTION] Resizing shared mapping without clashing with others
2024-12-01 11:55 UTC (2+ messages)
[PATCH 1/2] dt-bindings: iio: Add TI OPT4048 color sensor bindings
2024-12-01 11:55 UTC (3+ messages)
` [PATCH 2/2] iio: light: Add support for the TI OPT4048 color sensor
[PATCH] drm: bridge: fsl-ldb: fixup mode on freq mismatch
2024-11-30 18:57 UTC (3+ messages)
[PATCH] mm/hugetlb: change ENOSPC to ENOMEM in alloc_hugetlb_folio
2024-12-01 11:49 UTC (2+ messages)
drivers/iio/adc/at91-sama5d2_adc.c:374: warning: Excess struct member 'adc_channels' description in 'at91_adc_platform'
2024-12-01 11:47 UTC
[PATCH v2] printk: Improve memory usage logging during boot
2024-12-01 11:40 UTC (3+ messages)
[PATCH] selftest: drivers: Add support to check duplicate hwirq
2024-12-01 11:38 UTC (2+ messages)
[RFC PATCH 00/14] can: netlink: add CAN XL
2024-12-01 11:32 UTC (6+ messages)
[Buildroot] [PATCH v1 1/1] package/go: bump version to go1.23.3
2024-12-01 11:37 UTC (2+ messages)
[Buildroot] [git commit branch/next] package/go: bump version to go1.23.3
2024-12-01 10:57 UTC
OE-core CVE metrics for master on Sun 01 Dec 2024 01:00:01 AM HST
2024-12-01 11:35 UTC
[PATCH v2] x86: Allow user accesses to the base of the guard page
2024-12-01 11:25 UTC (2+ messages)
[PATCH] fs: Fix data race in btrfs_drop_extents
2024-12-01 11:25 UTC
[RFC PATCH] iplink_can: add CAN XL support RFC based on Vincent cleanups
2024-12-01 11:23 UTC
[RFC PATCH 1/2] add CAN XL support RFC based on Vicents cleanups
2024-12-01 11:22 UTC (2+ messages)
` [RFC PATCH 2/2] can xl dummy driver from Vincent
[PATCH v4 1/2] kexec: Consolidate machine_kexec_mask_interrupts() implementation
2024-12-01 11:19 UTC (3+ messages)
[PATCH] scripts/carray: change to using single .awk script to generate .c
2024-12-01 11:18 UTC (4+ messages)
bisected: [PATCH V4] x86/apic: Always explicitly disarm TSC-deadline timer
2024-12-01 11:17 UTC (4+ messages)
` [PATCH] modpost: Add .irqentry.text to OTHER_SECTIONS
[openeuler:OLK-6.6 1466/1466] binfmt_elf32.c:undefined reference to `arch_elf_adjust_prot'
2024-12-01 11:15 UTC
[GIT PULL] timers/urgent for v6.13-rc1
2024-12-01 11:08 UTC
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.