public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 18:06:06 to 2026-04-25 22:42:51 UTC [more...]

[PATCH v5 00/58] perf: Reorganize scripting support
 2026-04-25 22:40 UTC  (77+ messages)
` [PATCH v6 00/59] "
  ` [PATCH v6 01/59] perf inject: Fix itrace branch stack synthesis
  ` [PATCH v6 02/59] perf arch arm: Sort includes and add missed explicit dependencies
  ` [PATCH v6 03/59] perf arch x86: "
  ` [PATCH v6 04/59] perf tests: "
  ` [PATCH v6 05/59] perf script: "
  ` [PATCH v6 06/59] perf util: "
  ` [PATCH v6 07/59] perf python: Add "
  ` [PATCH v6 08/59] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v6 09/59] perf data: Add open flag
  ` [PATCH v6 10/59] perf evlist: Add reference count
  ` [PATCH v6 11/59] perf evsel: "
  ` [PATCH v6 13/59] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v6 14/59] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v6 15/59] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v6 16/59] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v6 17/59] perf python: Refactor and add accessors to sample event
  ` [PATCH v6 18/59] perf python: Add callchain support
  ` [PATCH v6 19/59] perf python: Add config file access
  ` [PATCH v6 20/59] perf python: Extend API for stat events in python.c
  ` [PATCH v6 21/59] perf python: Expose brstack in sample event
  ` [PATCH v6 22/59] perf python: Add perf.pyi stubs file
  ` [PATCH v6 23/59] perf python: Add LiveSession helper
  ` [PATCH v6 24/59] perf python: Move exported-sql-viewer.py and parallel-perf.py to tools/perf/python/
  ` [PATCH v6 25/59] perf stat-cpi: Port stat-cpi to use python module
  ` [PATCH v6 26/59] perf mem-phys-addr: Port mem-phys-addr "
  ` [PATCH v6 27/59] perf syscall-counts: Port syscall-counts "
  ` [PATCH v6 28/59] perf syscall-counts-by-pid: Port syscall-counts-by-pid "
  ` [PATCH v6 29/59] perf futex-contention: Port futex-contention "
  ` [PATCH v6 30/59] perf flamegraph: Port flamegraph "
  ` [PATCH v6 31/59] perf gecko: Port gecko "
  ` [PATCH v6 32/59] perf arm-cs-trace-disasm: Port arm-cs-trace-disasm "
  ` [PATCH v6 33/59] perf check-perf-trace: Port check-perf-trace "
  ` [PATCH v6 34/59] perf compaction-times: Port compaction-times "
  ` [PATCH v6 35/59] perf event_analyzing_sample: Port event_analyzing_sample "
  ` [PATCH v6 36/59] perf export-to-sqlite: Port export-to-sqlite "
  ` [PATCH v6 37/59] perf export-to-postgresql: Port export-to-postgresql "
  ` [PATCH v6 38/59] perf failed-syscalls-by-pid: Port failed-syscalls-by-pid "
  ` [PATCH v6 39/59] perf intel-pt-events: Port intel-pt-events/libxed "
  ` [PATCH v6 40/59] perf net_dropmonitor: Port net_dropmonitor "
  ` [PATCH v6 41/59] perf netdev-times: Port netdev-times "
  ` [PATCH v6 42/59] perf powerpc-hcalls: Port powerpc-hcalls "
  ` [PATCH v6 43/59] perf sched-migration: Port sched-migration/SchedGui "
  ` [PATCH v6 44/59] perf sctop: Port sctop "
  ` [PATCH v6 45/59] perf stackcollapse: Port stackcollapse "
  ` [PATCH v6 46/59] perf task-analyzer: Port task-analyzer "
  ` [PATCH v6 47/59] perf failed-syscalls: Port failed-syscalls "
  ` [PATCH v6 48/59] perf rw-by-file: Port rw-by-file "
  ` [PATCH v6 49/59] perf rw-by-pid: Port rw-by-pid "
  ` [PATCH v6 50/59] perf rwtop: Port rwtop "
  ` [PATCH v6 51/59] perf wakeup-latency: Port wakeup-latency "
  ` [PATCH v6 52/59] perf test: Migrate Intel PT virtual LBR test to use Python API
  ` [PATCH v6 53/59] perf: Remove libperl support, legacy Perl scripts and tests
  ` [PATCH v6 55/59] perf Makefile: Update Python script installation path
  ` [PATCH v6 56/59] perf script: Refactor to support standalone scripts and remove legacy features
  ` [PATCH v6 57/59] perf Documentation: Update for standalone Python scripts and remove obsolete data
  ` [PATCH v6 58/59] perf python: Improve perf script -l descriptions
  ` [PATCH v6 59/59] perf sched stats: Fix segmentation faults in diff mode
  ` [PATCH v7 00/59] perf: Reorganize scripting support
    ` [PATCH v7 01/59] perf inject: Fix itrace branch stack synthesis
    ` [PATCH v7 02/59] perf arch arm: Sort includes and add missed explicit dependencies
    ` [PATCH v7 03/59] perf arch x86: "
    ` [PATCH v7 04/59] perf tests: "
    ` [PATCH v7 05/59] perf script: "
    ` [PATCH v7 06/59] perf util: "
    ` [PATCH v7 07/59] perf python: Add "
    ` [PATCH v7 08/59] perf evsel/evlist: Avoid unnecessary #includes
    ` [PATCH v7 09/59] perf data: Add open flag
    ` [PATCH v7 10/59] perf evlist: Add reference count
    ` [PATCH v7 11/59] perf evsel: "
    ` [PATCH v7 13/59] perf python: Use evsel in sample in pyrf_event
    ` [PATCH v7 14/59] perf python: Add wrapper for perf_data file abstraction
    ` [PATCH v7 15/59] perf python: Add python session abstraction wrapping perf's session
    ` [PATCH v7 16/59] perf python: Add syscall name/id to convert syscall number and name
    ` [PATCH v7 17/59] perf python: Refactor and add accessors to sample event
    ` [PATCH v7 19/59] perf python: Add config file access

[RFC PATCH net-next 0/3] net: macb: candidate fixes for silent TX stall on BCM2712/RP1
 2026-04-25 21:48 UTC  (5+ messages)
` [RFC PATCH net-next 1/3] net: macb: flush PCIe posted write after TSTART doorbell
` [RFC PATCH net-next 2/3] net: macb: re-check ISR after IER re-enable in macb_tx_poll
` [RFC PATCH net-next 3/3] net: macb: add TX stall watchdog as defence-in-depth safety net

[PATCH v8 0/6] Add support for Orange Pi 5 Pro
 2026-04-25 21:44 UTC  (11+ messages)
` [PATCH v8 1/6] dt-bindings: arm: rockchip: Add "
` [PATCH v8 2/6] dt-bindings: display: bridge: simple: document the Lontium LT8711UXD DP-to-HDMI bridge
` [PATCH v8 3/6] drm/bridge: simple: Add "
` [PATCH v8 4/6] arm64: dts: rockchip: rk3588s-orangepi-5: rename PLDO regulator labels to match schematic
` [PATCH v8 5/6] arm64: dts: rockchip: refactor items from Orange Pi 5/b to prep for Pro
` [PATCH v8 6/6] arm64: dts: rockchip: Add Orange Pi 5 Pro board support

[PATCH rc v3 0/5] iommu/arm-smmu-v3: Fix device crash on kdump kernel
 2026-04-25 21:30 UTC  (6+ messages)
` [PATCH rc v3 1/5] iommu/arm-smmu-v3: Add arm_smmu_adopt_strtab() for kdump
` [PATCH rc v3 2/5] iommu/arm-smmu-v3: Implement is_attach_deferred() "
` [PATCH rc v3 3/5] iommu/arm-smmu-v3: Retain CR0_SMMUEN during kdump device reset
` [PATCH rc v3 4/5] iommu/arm-smmu-v3: Skip EVTQ/PRIQ setup in kdump kernel
` [PATCH rc v3 5/5] iommu/arm-smmu-v3: Detect ARM_SMMU_OPT_KDUMP_ADOPT in probe()

[PATCH] iio: adc: meson-saradc: fix calibration buffer leak on error
 2026-04-25 19:20 UTC  (4+ messages)

[PATCH] clk: bcm: rpi: Mark VEC clock as CLK_IGNORE_UNUSED
 2026-04-25 17:51 UTC  (2+ messages)

[PATCH] pinctrl: qcom: Make important drivers default
 2026-04-25 15:55 UTC 

[PATCH v3 0/3] iio: adc: xilinx-ams: refactor alarm handling to table-driven design
 2026-04-25 15:34 UTC  (2+ messages)

[RFC PATCH v3 0/4] Fix IMA + TPM initialisation ordering issue
 2026-04-25 14:19 UTC  (6+ messages)
` [RFC PATCH v3 2/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
` [RFC PATCH v3 4/4] Revert "firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall"

[PATCH v3 0/3] crypto: atmel-sha204a - multiple RNG fixes
 2026-04-25 14:11 UTC  (7+ messages)
` [PATCH v3 2/3] crypto: atmel-sha204a - fix truncated 32-byte blocking read

[PATCH net] net: airoha: Do not read uninitialized fragment address in airoha_dev_xmit()
 2026-04-25 14:10 UTC  (2+ messages)

[PATCH] net: stmmac: fix RX DMA leak on TX alloc failure
 2026-04-25 12:38 UTC 

[PATCH v2] raid6: arm64: add SVE optimized implementation for syndrome generation
 2026-04-25 11:46 UTC  (12+ messages)

[PATCH 0/5] Google Nexus 10 display support
 2026-04-25 11:27 UTC  (11+ messages)
` [PATCH 1/5] dt-bindings: display: panel: Document Samsung LTL101DL02-002 panel
` [PATCH 2/5] drm/panel-edp: Add support for "
` [PATCH 3/5] dt-bindings: clock: samsung: Add fimd1 and vpll muxes
` [PATCH 5/5] ARM: dts: exynos: Add display support for exynos5250-manta

[PATCH v14 00/28] Add new general DRM property "color format"
 2026-04-25 11:09 UTC  (7+ messages)
` [PATCH v14 04/28] drm/connector: Let connectors have a say in their color format
` [PATCH v14 05/28] drm/display: bridge_connector: Use HDMI color format for HDMI conns
` [PATCH v14 06/28] drm/bridge: Act on the DRM color format property

[PATCH 00/35] Use safer strscpy() instead of strcpy()
 2026-04-25 11:02 UTC  (22+ messages)
` [PATCH 01/35] fbdev: matroxfb: "
` [PATCH 02/35] fbdev: i810: "
` [PATCH 03/35] fbdev: sisfb: "
` [PATCH 04/35] fbdev: geode: "
` [PATCH 05/35] fbdev: atafb: "
` [PATCH 06/35] fbdev: tdfxfb: "
` [PATCH 07/35] fbdev: pm2fb: "
` [PATCH 08/35] fbdev: xen-fbfront: "
` [PATCH 09/35] fbdev: controlfb: "
` [PATCH 10/35] fbdev: stifb: "
` [PATCH 11/35] fbdev: fm2fb: "
` [PATCH 12/35] fbdev: arkfb: "
` [PATCH 13/35] fbdev: vt8500lcdfb: "
` [PATCH 14/35] fbdev: vt8623fb: "
` [PATCH 15/35] fbdev: gbefb: "
` [PATCH 16/35] fbdev: wm8505fb: "
` [PATCH 17/35] fbdev: rivafb: "
` [PATCH 18/35] fbdev: sh7760fb: "
` [PATCH 19/35] fbdev: savage: "

[PATCH v1 0/3] Add root port reset to support link recovery
 2026-04-25 10:00 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: PCI: imx6q-pcie: Add intr, aer and pme interrupts

[PATCH v2 0/7] media: synopsys: enhancements and i.MX95 support
 2026-04-25  9:50 UTC  (3+ messages)
` [PATCH v2 6/7] media: dt-bindings: add NXP i.MX95 compatible string

[PATCH v4 0/3] ARM: dts: aspeed-g6: add AST2600 I3C nodes and bindings
 2026-04-25  9:40 UTC  (5+ messages)
` [PATCH v4 1/3] ARM: dts: aspeed-g6: move i2c controllers directly into apb node
` [PATCH v4 2/3] dt-bindings: mfd: syscon: add aspeed,ast2600-i3c-global compatible
` [PATCH v4 3/3] ARM: dts: aspeed-g6: Add nodes for i3c controllers

[PATCH net-next v6 0/3] net: stmmac: eic7700: fix EIC7700 eth1 RX sampling timing
 2026-04-25  9:33 UTC  (3+ messages)
` [PATCH net-next v6 3/3] riscv: dts: eswin: eic7700-hifive-premier-p550: enable Ethernet controller

[PATCH 0/3] spi: rockchip: ISR fix and minor cleanups
 2026-04-25  9:29 UTC  (4+ messages)
` [PATCH 1/3] spi: rockchip: Read ISR, not IMR, to detect cs-inactive IRQ
` [PATCH 2/3] spi: rockchip: Drop unused and broken CR0 macros
` [PATCH 3/3] spi: rockchip: Drop dead zero-check on fifo_len

[PATCH v2] arm: dts: allwinner: t113s: enable watchdog for reboot
 2026-04-25  8:19 UTC 

[RFC PATCH v2 1/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
 2026-04-25  4:53 UTC  (18+ messages)

[PATCH] remoteproc: xlnx: check remote node state
 2026-04-25  3:51 UTC  (2+ messages)

[PATCH] EDAC/xilinx: Fix stack off-by-one in debugfs UE injection handlers
 2026-04-25  2:51 UTC  (2+ messages)

[PATCH] cpu/hotplug: Fix NULL kobject warning in cpuhp_smt_enable()
 2026-04-25  2:05 UTC  (8+ messages)

[PATCH rc v2 0/5] iommu/arm-smmu-v3: Fix device crash on kdump kernel
 2026-04-25  0:56 UTC  (10+ messages)
` [PATCH rc v2 1/5] iommu/arm-smmu-v3: Add arm_smmu_adopt_strtab() for kdump
` [PATCH rc v2 2/5] iommu/arm-smmu-v3: Implement is_attach_deferred() "

[PATCH v3 00/11] iommu/arm-smmu-v3: Quarantine device upon ATC invalidation timeout
 2026-04-25  0:51 UTC  (8+ messages)
` [PATCH v3 05/11] iommu: Change group->devices to RCU-protected list

[PATCH RFC bpf-next 0/8] bpf: add support for KASAN checks in JITed programs
 2026-04-24 23:31 UTC  (14+ messages)
` [PATCH RFC bpf-next 1/8] kasan: expose generic kasan helpers
` [PATCH RFC bpf-next 2/8] bpf: mark instructions accessing program stack

[PATCH 0/3] media: imx8-isi: fix resource lifecycle bugs
 2026-04-24 23:19 UTC  (4+ messages)
` [PATCH 1/3] media: imx8-isi: fix use-after-free on remove
` [PATCH 2/3] media: imx8-isi: add missing v4l2_subdev_cleanup() in crossbar and pipe
` [PATCH 3/3] media: imx8-isi: fix resource leaks in probe error paths and remove

[RFC PATCH 0/5] media: rockchip: rkisp2: Add driver for ISP on Rk3588
 2026-04-24 23:00 UTC  (5+ messages)
` [RFC PATCH 1/5] media: dt-bindings: Add rockchip rkisp2 bindings
` [RFC PATCH 2/5] arm64: dts: rockchip: add ISP nodes to rk3588

[PATCH 1/1] Revert "scsi: ufs: Use pre-calculated offsets in ufshcd_init_lrb()"
 2026-04-24 22:55 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: mediatek,mt6351: convert to DT schema
 2026-04-24 21:03 UTC 

[PATCH 0/1] KVM: arm64: nv: Implement nested stage-2 reverse map
 2026-04-24 19:45 UTC  (6+ messages)
` [PATCH 1/1] KVM: arm64: nv: Avoid full shadow s2 unmap

[REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64 and tcmalloc everywhere
 2026-04-24 19:44 UTC  (12+ messages)

[PATCH v3 0/4] Enable sysfs module symlink for more built-in drivers
 2026-04-24 19:26 UTC  (3+ messages)
` [PATCH v3 1/4] kernel: param: initialize module_kset on-demand

[PATCH RFC v2 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-04-24 18:56 UTC  (3+ messages)
` [PATCH RFC v2 1/2] arm64: vdso: Prepare for robust futex unlock support
` [PATCH RFC v2 2/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()

[PATCH RFC 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-04-24 18:53 UTC  (5+ messages)
` [PATCH RFC 1/2] arm64: vdso: Prepare for robust futex unlock support

[PATCH 00/15] drm/tidss: Add BeagleY-AI display support (and some more)
 2026-04-24 18:26 UTC  (5+ messages)
` [PATCH 15/15] arm64: dts: ti: beagley-ai: Enable HDMI display and audio

[PATCH v11 00/14] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2026-04-24 18:10 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox