messages from 2024-08-21 07:33:15 to 2024-08-21 08:41:26 UTC [more...]
[PATCH 0/4] Add SMI clamp and reset
2024-08-21 8:26 UTC (5+ messages)
` [PATCH 1/4] dt-bindings: memory: mediatek: Add mt8188 SMI reset control binding
` [PATCH 2/4] dt-bindings: memory: mediatek: Add smi-sub-common property for reset
` [PATCH 3/4] memory: mtk-smi: mt8188: Add SMI clamp function
` [PATCH 4/4] reset: mediatek: Add reset control driver for SMI
[PATCH v2 0/3] Improve error handling in Rockchip Inno USB 2.0 PHY driver
2024-08-21 8:41 UTC (15+ messages)
` [PATCH v2 1/3] phy: phy-rockchip-inno-usb2: Perform trivial code cleanups
` [PATCH v2 2/3] phy: phy-rockchip-inno-usb2: Handle failed extcon allocation better
` [PATCH v2 3/3] phy: phy-rockchip-inno-usb2: Improve error handling while probing
[PATCH v2 0/2] phy: qcom: qmp-pcie: Add support for Gen4 4-lane mode for X1E80100
2024-08-21 8:39 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the X1E80100 QMP PCIe PHY Gen4 x4
` [PATCH v2 2/2] phy: qcom: qmp-pcie: Add Gen4 4-lanes mode for X1E80100
[PATCH v6 0/3] Add extioi virt extension support
2024-08-21 8:39 UTC (10+ messages)
` [PATCH v6 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v6 3/3] irqchip/loongson-eiointc: Add extioi virt extension support
[PATCH v4 0/2] Improve the dev coredump for gfx job timeout scenario
2024-08-21 8:38 UTC (3+ messages)
` [PATCH v4 1/2] drm/amdgpu: skip printing vram_lost if needed
` [PATCH v4 2/2] drm/amdgpu: Do core dump immediately when job tmo
[PATCH v1] drivers:iio:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
2024-08-21 8:39 UTC
[tglx-devel:timers/ptp/timekeeping] [timekeeping] 18400c1aa7: stress-ng.clock.ops_per_sec 25.8% improvement
2024-08-21 8:38 UTC
[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
2024-08-21 8:38 UTC (7+ messages)
` [PATCH 04/11] of: address: Preserve the flags portion on 1:1 dma-ranges mapping
` [PATCH 08/11] misc: rp1: RaspberryPi RP1 misc driver
[PATCH net-next v2 0/3] Add Statistics Support for DP83TG720 PHY
2024-08-21 8:16 UTC (3+ messages)
` [PATCH net-next v2 3/3] phy: dp83tg720: Add statistics support
[PATCH v3] x86/ioremap: Use is_ioremap_addr() in iounmap()
2024-08-21 8:35 UTC (4+ messages)
` [tip: x86/urgent] "
[PATCH v4 00/35] Convert avocado tests to normal Python unittests
2024-08-21 8:27 UTC (36+ messages)
` [PATCH v4 01/35] tests/avocado: machine aarch64: standardize location and RO access
` [PATCH v4 02/35] tests/avocado/boot_xen.py: fetch kernel during test setUp()
` [PATCH v4 03/35] tests/avocado/machine_aarch64_sbsaref.py: allow for rw usage of image
` [PATCH v4 04/35] Bump avocado to 103.0
` [PATCH v4 05/35] tests/avocado/avocado_qemu: Fix the "from" statements in linuxtest.py
` [PATCH v4 06/35] tests/avocado/boot_linux_console: Remove the s390x subtest
` [PATCH v4 07/35] python: Install pycotap in our venv if necessary
` [PATCH v4 08/35] tests/functional: Add base classes for the upcoming pytest-based tests
` [PATCH v4 09/35] tests/functional: Set up logging
` [PATCH v4 10/35] tests/Makefile.include: Increase the level of indentation in the help text
` [PATCH v4 11/35] tests/functional: Prepare the meson build system for the functional tests
` [PATCH v4 12/35] tests/functional: Convert simple avocado tests into standalone python tests
` [PATCH v4 13/35] tests/functional: Convert avocado tests that just need a small adjustment
` [PATCH v4 14/35] tests/functional: add a module for handling asset download & caching
` [PATCH v4 15/35] tests/functional: enable pre-emptive caching of assets
` [PATCH v4 16/35] tests/functional: Convert some tests that download files via fetch_asset()
` [PATCH v4 17/35] tests/functional: Add a function for extracting files from an archive
` [PATCH v4 18/35] tests/functional: Convert some avocado tests that needed avocado.utils.archive
` [PATCH v4 19/35] tests/functional: Convert the s390x avocado tests into standalone tests
` [PATCH v4 20/35] tests/functional: Convert the x86_cpu_model_versions test
` [PATCH v4 21/35] tests/functional: Convert the microblaze avocado tests into standalone tests
` [PATCH v4 22/35] tests/functional: Convert the riscv_opensbi avocado test into a standalone test
` [PATCH v4 23/35] tests/functional: Convert the virtio_gpu "
` [PATCH v4 24/35] tests/functional: Convert most ppc avocado tests into standalone tests
` [PATCH v4 25/35] tests/functional: Convert the ppc_amiga avocado test into a standalone test
` [PATCH v4 26/35] tests/functional: Convert the ppc_hv "
` [PATCH v4 27/35] tests/functional: Convert the m68k nextcube test with tesseract
` [PATCH v4 28/35] tests/functional: Convert the acpi-bits test into a standalone test
` [PATCH v4 29/35] tests/functional: Convert the rx_gdbsim avocado "
` [PATCH v4 30/35] tests/functional: Convert the linux_initrd "
` [PATCH v4 31/35] gitlab-ci: Add "check-functional" to the build tests
` [PATCH v4 32/35] docs/devel: Split testing docs from the build docs and move to separate folder
` [PATCH v4 33/35] docs/devel/testing: Split the Avocado documentation into a separate file
` [PATCH v4 34/35] docs/devel/testing: Rename avocado_qemu.Test class
` [PATCH v4 35/35] docs/devel/testing: Add documentation for functional tests
[meta-oe][PATCH 1/2] bubblewrap: update 0.9.0 -> 0.10.0
2024-08-21 8:35 UTC (2+ messages)
` [meta-oe][PATCH 2/2] flatpak: update 1.15.9 -> 1.15.10
[PATCH v2 0/4] Add CMN PLL clock controller driver for IPQ9574
2024-08-21 8:34 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: clock: qcom: Add CMN PLL clock controller for IPQ SoC
` [PATCH v2 3/4] arm64: defconfig: Enable Qualcomm IPQ CMN PLL clock controller
[PATCH v9 00/23] Support more Amlogic SoC families in crypto driver
2024-08-21 8:28 UTC (4+ messages)
` [PATCH v9 23/23] arch: arm64: dts: meson: axg: add crypto node
[PATCH] config: imx: Add PHYTEC's phycore-imx8mm-fspi_defconfig
2024-08-21 8:33 UTC (3+ messages)
[PATCH v2 0/6] improve FriendlyELEC NanoPC-T6 a bit
2024-08-21 8:25 UTC (7+ messages)
` [PATCH v2 1/6] arm64: dts: rockchip: enable USB 2.0 on NanoPC-T6 LTS
` [PATCH v2 2/6] arm64: dts: rockchip: define pinctl for SPI M1
` [PATCH v2 3/6] arm64: dts: rockchip: enable SPI flash on NanoPC-T6 LTS
` [PATCH v2 4/6] arm64: dts: rockchip: add IR-receiver to NanoPC-T6
` [PATCH v2 5/6] arm64: dts: rockchip: enable GPU on NanoPC-T6
` [PATCH v2 6/6] arm64: dts: rockchip: enable USB-C "
[PATCH v2 0/2] remoteproc: imx_rproc: support non-blocking tx for i.MX7ULP
2024-08-21 8:33 UTC (4+ messages)
` [PATCH v2 2/2] remoteproc: imx_rproc: handle system off "
[meta-rockchip][PATCH] rk3328: fix SPI
2024-08-21 8:31 UTC (2+ messages)
` [yocto-patches] "
[PATCH] iio: sgp40: retain documentation in driver
2024-08-21 7:53 UTC
[PATCH 0/2] drm/i915 & drm/xe: rawclk freq cleanups
2024-08-21 8:29 UTC (4+ messages)
` [PATCH 2/2] drm/xe/display: drop unused rawclk_freq and RUNTIME_INFO()
[PATCH] cpufreq: CPPC: Return desired perf in ->get() if feedback counters are 0
2024-08-21 8:27 UTC (2+ messages)
Ubuntu RT2X00 WIFI USB Driver Kernel NULL pointer Dereference&Use-After-Free Vulnerability
2024-08-21 8:25 UTC (7+ messages)
[PATCH 0/2] clk: qcom: Add support for GCC on QCS8300
2024-08-21 8:24 UTC (4+ messages)
` [PATCH 2/2] clk: qcom: Add support for Global Clock Controller "
fix a DEBUG-only assert failure in xfs/538
2024-08-21 8:24 UTC (3+ messages)
` [PATCH 5/6] xfs: call xfs_bmap_exact_minlen_extent_alloc from xfs_bmap_btalloc
[PATCH] test-manual: Add a missing dot
2024-08-21 8:24 UTC (2+ messages)
` [docs] "
[PATCH v1 0/2] Add EDAC driver for loongson memory controller
2024-08-21 8:24 UTC (6+ messages)
` [PATCH v1 1/2] Loongarch: "
` [PATCH v1 2/2] dt-bindings: EDAC "
[PATCH v1] drivers:mei:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
2024-08-21 8:23 UTC
[PATCH v4 0/3] coresight: Add static trace id support
2024-08-21 8:22 UTC (2+ messages)
[PATCH v2 0/9] PCI: Remove pcim_iounmap_regions()
2024-08-21 8:22 UTC (9+ messages)
` [PATCH v2 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v2 3/9] block: mtip32xx: "
` [PATCH v2 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v2 8/9] vdap: solidrun: Replace deprecated PCI functions
[PATCH net-next v2 0/3] netconsole: Populate dynamic entry even if netpoll fails
2024-08-21 8:21 UTC (4+ messages)
` [PATCH net-next v2 3/3] "
[hch-xfs:xfs-zoned-rebase 47/49] fs/xfs/libxfs/xfs_bmap.c:3803:69: error: macro "xfs_bmap_exact_minlen_extent_alloc" passed 2 arguments, but takes just 1
2024-08-21 8:21 UTC
[PATCH] macintosh/via-pmu: register_pmu_pm_ops() can be __init
2024-08-21 8:21 UTC
NOHZ tick-stop error: local softirq work is pending, handler #08!!! on Dell XPS 13 9360
2024-08-21 8:20 UTC (5+ messages)
clarifying i2c_get_chip_for_busnum()
2024-08-21 8:19 UTC (6+ messages)
[PATCH 0/2] Improve the dev coredump
2024-08-21 8:19 UTC (8+ messages)
` [PATCH 2/2] drm/amdgpu: Do core dump immediately when job tmo
[meta-rockchip PATCH 0/9] enable v4l2codecs gstreamer plugin for VPU decoding
2024-08-21 8:17 UTC (5+ messages)
` [meta-rockchip PATCH 3/9] rk3399: enable gstreamer v4l2codecs support
` [yocto-patches] "
[PATCH 0/3] ASoC: dapm-graph: add component on/off and route names to graph
2024-08-21 8:17 UTC (4+ messages)
[Buildroot] [PATCH] package/libglob: update download URL
2024-08-21 8:16 UTC
[PATCH v1] nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation
2024-08-21 8:14 UTC
[PATCH v3 0/5] Add SDM670 camera subsystem
2024-08-21 8:15 UTC (3+ messages)
` [PATCH v3 3/5] media: qcom: camss: add support for SDM670 camss
Using drm_exec in TTM
2024-08-21 8:14 UTC (13+ messages)
` [PATCH 4/7] drm/ttm: move LRU walk defines into new internal header
[PATCH mptcp-next] selftests: mptcp: pm_nl_ctl: remove re-definition
2024-08-21 8:13 UTC (2+ messages)
[PATCH 5/4] Squashfs: Ensure all readahead pages have been used
2024-08-21 8:12 UTC (2+ messages)
[hch-xfs:xfs-zoned-rebase 47/49] fs/xfs/libxfs/xfs_bmap.c:3803:11: error: use of undeclared identifier 'xfs_bmap_exact_minlen_extent_alloc'
2024-08-21 8:10 UTC
[PATCH] padata: Fix possible divide-by-0 panic in padata_mt_helper()
2024-08-21 8:10 UTC (11+ messages)
` [EXTERNAL] "
builtin/config: --name-only doesn't imply --show-names in "git config get"
2024-08-21 8:10 UTC
[Intel-wired-lan] [PATCH iwl-net v4] ice: Add netif_device_attach/detach into PF reset flow
2024-08-21 8:10 UTC (4+ messages)
` "
[PATCH v6 1/2] drm/ttm: Add a flag to allow drivers to skip clear-on-free
2024-08-21 8:08 UTC (8+ messages)
[PATCH net-next v6] net: netconsole: selftests: Create a new netconsole selftest
2024-08-21 8:08 UTC
out of space (>865 GB free), filesystem remounts read-only - how to recover?
2024-08-21 8:08 UTC (6+ messages)
[PATCH] powerpc/64s: Make mmu_hash_ops __ro_after_init
2024-08-21 8:07 UTC
[PATCH] powerpc/64s/mm: Move __real_pte stubs into hash-4k.h
2024-08-21 8:07 UTC
[LTP] [PATCH] kcmp: Convert docs to docparse
2024-08-21 8:08 UTC
[PATCH v3] HID: corsair-void: Add Corsair Void headset family driver
2024-08-21 8:05 UTC (3+ messages)
` [v3] "
[PATCH net-next v2] net/smc: add sysctl for smc_limit_hs
2024-08-21 8:03 UTC (2+ messages)
[PATCH] board/qualcomm: add debug config fragments for some SoCs
2024-08-21 8:02 UTC (2+ messages)
[PATCH v6 0/4] initial clock support for exynosauto v920 SoC
2024-08-21 8:02 UTC (9+ messages)
` [PATCH v6 4/4] clk: samsung: add top clock support for ExynosAuto "
[PATCH v2] memory: mtk-smi: Use devm_clk_get_enabled()
2024-08-21 8:01 UTC (2+ messages)
[PATCH mptcp-next 0/2] fixes for "new MPTCP subflow subtest v4"
2024-08-21 8:00 UTC (4+ messages)
` [PATCH mptcp-next 2/2] selftests/bpf: Add getsockopt to inspect mptcp subflow
[PATCH v1] drivers:thermal:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
2024-08-21 7:59 UTC
[PATCH V3 2/2] ocfs2: Fix uaf in ocfs2_set_buffer_uptodate
2024-08-21 7:59 UTC (3+ messages)
` [PATCH V4 2/2] ocfs2: Fix possible null-ptr-deref "
[PATCH v3 00/14] thermal: Rework binding cooling devices to trip points
2024-08-21 7:59 UTC (5+ messages)
` [PATCH v3 01/14] thermal: core: Fold two functions into their respective callers
` [PATCH v3 02/14] thermal: core: Rearrange checks in thermal_bind_cdev_to_trip()
[PATCH V4 2/2] ocfs2: Fix possible null-ptr-deref in ocfs2_set_buffer_uptodate
2024-08-21 7:58 UTC (4+ messages)
[net-next,v2,1/1] net: stmmac: Add dma_wmb() barrier before setting OWN bit in set_rx_owner()
2024-08-21 7:57 UTC (2+ messages)
[PATCH net-next v5] net: netconsole: selftests: Create a new netconsole selftest
2024-08-21 7:58 UTC (3+ messages)
[PATCH BlueZ] a2dp: Fix connection error message
2024-08-21 7:57 UTC
[PATCH i-g-t v2 0/6] Parse GSC-based HuC firmware layout
2024-08-21 7:57 UTC (2+ messages)
` ✓ CI.xeFULL: success for Parse GSC-based HuC firmware layout (rev2)
[PATCH v4 0/2] fuse: add timeout option for requests
2024-08-21 7:55 UTC (3+ messages)
` [PATCH v4 1/2] fuse: add optional kernel-enforced timeout "
[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
2024-08-21 7:55 UTC (3+ messages)
[PATCH net-next] net: phylink: Add phylinksetfixed_link() to configure fixed link state in phylink
2024-08-21 7:55 UTC (5+ messages)
[PATCH v2 1/4] zsda: Introduce zsda device drivers
2024-08-15 2:54 UTC (4+ messages)
` [PATCH v2 2/4] zsda: add support for zsdadev operations
` [PATCH v2 3/4] zsda: add support for queue operation
` [PATCH v2 4/4] zsda: add zsda compressdev driver and interface
[PATCH] acpi/prmt: find block with specific type
2024-08-21 7:55 UTC (10+ messages)
[PATCH 1/1] mm/page_poison: slightly optimize check_poison_mem()
2024-08-21 7:53 UTC
[PATCH 1/4] [v1,1/4] zsda: Introduce zsda device drivers
2024-08-15 1:50 UTC (2+ messages)
[PATCH v1 0/2] LoongArch: Fix some build issues with randconfig
2024-08-21 7:52 UTC (4+ messages)
` [PATCH v1 1/2] LoongArch: Define barrier_before_unreachable() as empty
[RFC} arm architecture board/feature deprecation timeline
2024-08-21 7:51 UTC (3+ messages)
[PATCH] target/riscv/kvm: Fix the group bit setting of AIA
2024-08-21 7:50 UTC
[PATCH 1/1] iommu/vt-d: Unconditionally flush device TLB for pasid table updates
2024-08-21 7:54 UTC (4+ messages)
[PATCH mptcp-next v2] selftests/bpf: Add getsockopt to inspect mptcp subflow
2024-08-21 7:50 UTC
[PATCH v2 00/32] Make LMB memory map global and persistent
2024-08-21 7:48 UTC (6+ messages)
` [PATCH v2 32/32] lmb: add logic to print lmb flag strings
[PATCH] dm-crypt: Allow to specify the integrity key size as option
2024-08-21 7:48 UTC (3+ messages)
[PATCH v1] xen/blkback: Convert to use time_after_eq macro
2024-08-21 7:47 UTC
[PATCH] pidfd: prevent creation of pidfds for kthreads
2024-08-21 7:47 UTC (6+ messages)
[PATCH v7 0/2] mm: Ignite large folios swap-in support
2024-08-21 7:45 UTC (3+ messages)
` [PATCH v7 1/2] mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support large folios
` [PATCH v7 2/2] mm: support large folios swap-in for sync io devices
Potwierdzenie przelewu
2024-08-21 7:45 UTC
[ANNOUNCE] Xenomai Meetup at Open Source Summit Vienna in September
2024-08-21 7:45 UTC
Instalacja pv
2024-08-21 7:45 UTC
Potwierdzenie przelewu
2024-08-21 7:35 UTC
[syzbot] [udf?] KASAN: use-after-free Read in udf_update_tag
2024-08-21 7:43 UTC
[PATCH v2] pca954x: Reset if channel select fails
2024-08-21 7:42 UTC (3+ messages)
[GIT PULL] platform-drivers-x86 for v6.11-4
2024-08-21 7:40 UTC
[PATCH v4 0/3] Add SARADC support on Sophgo CV18XX series
2024-08-21 7:41 UTC (7+ messages)
` [PATCH v4 1/3] dt-bindings: iio: adc: sophgo,cv18xx-saradc.yaml: Add Sophgo CV18XX SARADC binding
zoned: write pointer offset mismatch of zones in raid1 profile
2024-08-21 7:41 UTC
[RESEND] ASoC: mediatek: mt8188-mt6359: Modify key
2024-08-21 7:40 UTC
[PATCH resend v2 0/5] mm: memory_hotplug: improve do_migrate_range()
2024-08-21 7:40 UTC (6+ messages)
` [PATCH v2 1/5] mm: memory_hotplug: remove head variable in do_migrate_range()
` [PATCH v2 2/5] mm: memory-failure: add unmap_posioned_folio()
[syzbot] [ocfs2?] possible deadlock in ocfs2_setattr
2024-08-21 7:40 UTC
[PATCH v1] drivers:controllers:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
2024-08-21 7:39 UTC
[PATCH] net: do not release sk in sk_wait_event
2024-08-21 7:38 UTC (2+ messages)
[syzbot] [mm?] WARNING in zswap_swapoff
2024-08-21 7:38 UTC (4+ messages)
Quick Question About Collaboration
2024-08-21 7:35 UTC
[Buildroot] [PATCH] package/elf2flt: fix riscv64 C++ compilations
2024-08-21 7:37 UTC
[PATCH v1] net: filter: Use kmemdup_array instead of kmemdup for multiple allocation
2024-08-21 7:37 UTC
[PATCH 0/5] hw/net/can/xlnx-versal-canfd: Miscellaneous fixes
2024-08-21 7:33 UTC (5+ messages)
` [PATCH 1/5] hw/net/can/xlnx-versal-canfd: Fix interrupt level
` [PATCH 2/5] hw/net/can/xlnx-versal-canfd: Fix CAN FD flag check
[i-g-t 0/4] Add more logs to skips (KMS)
2024-08-21 7:35 UTC (2+ messages)
` ✓ Fi.CI.BAT: success for Add more logs to skips (KMS) (rev2)
[PATCH v1] lib:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
2024-08-21 7:34 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.