messages from 2024-06-25 13:40:48 to 2024-06-26 04:42:40 UTC [more...]
[PATCH v2 0/4] arm64: dts: k3: Resolve remaining dtbs_check warnings
2024-06-26 4:42 UTC (2+ messages)
` [PATCH v2 4/4] arm64: dts: ti: k3-am65-main: add system controller compatible
[PATCH v1] Coresight: Set correct cs_mode for dummy source to fix disable issue
2024-06-26 4:05 UTC
[PATCH v2] Coresight: Set correct cs_mode for TPDM to fix disable issue
2024-06-26 4:04 UTC
[PATCH] perf pmus: Fixes always false when compare duplicates aliases
2024-06-26 4:01 UTC (2+ messages)
[PATCH 1/2] Coresight: Set correct cs_mode for TPDM to fix disable issue
2024-06-26 3:31 UTC (4+ messages)
` [PATCH 2/2] Coresight: Set correct cs_mode for dummy source "
[PATCH v4] ACPI: Add acpi=nospcr to disable ACPI SPCR as default console on ARM64
2024-06-26 3:07 UTC (2+ messages)
[PATCH] ARM: dts: stm32: Fix STM32MP13xx pinmux node eth2-rgmii-sleep-0 copy-paste error
2024-06-26 3:07 UTC
[PATCH] arm64: dts: mt7622: fix switch probe on bananapi-r64
2024-06-26 3:07 UTC (20+ messages)
[PATCH] cpufreq: sti: add missing MODULE_DEVICE_TABLE entry for stih418
2024-06-26 2:32 UTC (2+ messages)
[RESEND PATCH] irqchip/gic-v4.1: Use the ITS of the NUMA node where current cpu is located
2024-06-26 2:22 UTC (3+ messages)
[PATCH v5 0/3] hwrng: add hwrng support for Rockchip RK3568
2024-06-26 1:37 UTC (4+ messages)
` [PATCH v5 1/3] dt-bindings: rng: Add Rockchip RK3568 TRNG
` [PATCH v5 2/3] hwrng: add hwrng driver for Rockchip RK3568 SoC
` [PATCH v5 3/3] arm64: dts: rockchip: add DT entry for RNG to RK356x
[PATCH 00/17] Revise Facebook Minerva BMC DTS
2024-06-26 1:30 UTC (3+ messages)
` [PATCH 02/17] ARM: dts: aspeed: minerva: Add spi-gpio
[PATCH] Coresight: Set correct cs_mode for TPDM to fix disable issue
2024-06-26 1:24 UTC (3+ messages)
[PATCH v2] dt-bindings: net: dsa: mediatek,mt7530: Minor wording fixes
2024-06-26 1:00 UTC (3+ messages)
[PATCH net-next] net: thunderx: Unembed netdev structure
2024-06-26 0:54 UTC (2+ messages)
[PATCH v3 00/14] arm64: Support for running as a guest in Arm CCA
2024-06-26 0:12 UTC (4+ messages)
` [PATCH v3 02/14] arm64: Detect if in a realm and set RIPAS RAM
[PATCH v4] usb: gadget: aspeed_udc: validate endpoint index for ast udc
2024-06-26 0:07 UTC (9+ messages)
` [v4] "
[PATCH v2 0/3] Add interconnect support for stmmac driver
2024-06-25 23:49 UTC (4+ messages)
` [PATCH v2 1/3] dt-bindings: net: qcom: ethernet: Add interconnect properties
` [PATCH v2 2/3] net: stmmac: Add interconnect support
` [PATCH v2 3/3] net: stmmac: Bring down the clocks to lower frequencies when mac link goes down
[PATCH net-next v9 00/13] First try to replace page_frag with page_frag_cache
2024-06-25 23:41 UTC (3+ messages)
[PATCH] hugetlbfs: add MTE support
2024-06-25 23:37 UTC
[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
2024-06-25 23:08 UTC (4+ messages)
[PATCH v2] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
2024-06-25 23:07 UTC
[PATCH v9 00/39] arm64/gcs: Provide support for GCS in userspace
2024-06-25 22:51 UTC (41+ messages)
` [PATCH v9 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v9 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v9 03/39] mman: Add map_shadow_stack() flags
` [PATCH v9 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v9 05/39] arm64/gcs: Document the ABI "
` [PATCH v9 06/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v9 07/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v9 08/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v9 09/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v9 10/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v9 11/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v9 12/39] arm64/mm: Map pages for guarded control stack
` [PATCH v9 13/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v9 14/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v9 15/39] arm64/idreg: Add overrride for GCS
` [PATCH v9 16/39] arm64/hwcap: Add hwcap "
` [PATCH v9 17/39] arm64/traps: Handle GCS exceptions
` [PATCH v9 18/39] arm64/mm: Handle GCS data aborts
` [PATCH v9 19/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v9 20/39] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v9 21/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v9 22/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v9 23/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v9 24/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v9 25/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v9 26/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v9 27/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v9 28/39] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v9 29/39] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v9 30/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v9 31/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v9 32/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v9 33/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v9 34/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v9 35/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v9 36/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v9 37/39] kselftest/arm64: Add GCS signal tests
` [PATCH v9 38/39] kselftest/arm64: Add a GCS stress test
` [PATCH v9 39/39] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v2] dt-bindings: drop stale Anson Huang from maintainers
2024-06-25 22:29 UTC (2+ messages)
[PATCH] PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)
2024-06-25 22:10 UTC
[RFC PATCH v3 0/7] Add virtio_rtc module and related changes
2024-06-25 22:22 UTC (9+ messages)
` [RFC PATCH v2] ptp: Add vDSO-style vmclock support
[PATCH 1/4] soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST
2024-06-25 22:06 UTC (3+ messages)
[PATCH net-next] dt-bindings: net: Define properties at top-level
2024-06-25 21:54 UTC
[PATCH v2 0/3] Add thermal management support for STi platform
2024-06-25 21:32 UTC (4+ messages)
` [PATCH v2 1/3] thermal: st: switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
` [PATCH v2 2/3] thermal: sti: depend on THERMAL_OF subsystem
` [PATCH v2 3/3] ARM: dts: sti: add thermal-zones support on stih418
[Patch v4 00/10] Add audio support for LPC32XX CPUs
2024-06-25 21:12 UTC (5+ messages)
` [Patch v4 10/10] i2x: pnx: Use threaded irq to fix warning from del_timer_sync()
[PATCH v3] dt-bindings: i2c: nxp,lpc1788-i2c: convert to dt schema
2024-06-25 20:54 UTC (5+ messages)
[PATCH v2] serial: imx: ensure RTS signal is not left active after shutdown
2024-06-25 20:39 UTC (2+ messages)
[PATCH] ASoC: mediatek: Allow setting readable driver names through kconfig
2024-06-25 20:23 UTC
[patch V4 00/21] genirq, irqchip: Convert ARM MSI handling to per device MSI domains
2024-06-25 19:46 UTC (4+ messages)
` [patch V4 10/21] irqchip/mbigen: Remove platform_msi_create_device_domain() fallback
[PATCH 1/4] arm64: dts: ti: k3-am62a: Enable AUDIO_REFCLKx
2024-06-25 18:54 UTC (4+ messages)
` [PATCH 2/4] arm64: dts: ti: Add am62x-phyboard-lyra carrier board
` [PATCH 3/4] dt-bindings: arm: ti: Add bindings for PHYTEC AM62Ax based hardware
` [PATCH 4/4] arm64: dts: ti: Add basic support for phyBOARD-Lyra-AM62Ax
[PATCH v6 0/7] MediaTek DVFSRC Bus Bandwidth and Regulator knobs
2024-06-25 18:47 UTC (8+ messages)
` (subset) "
[PATCH v2 0/4] iommu: Remove iommu_fwspec ops
2024-06-25 18:44 UTC (4+ messages)
` [PATCH v2 3/4] OF: Simplify of_iommu_configure()
arm64/for-kernelci build: 1 build: 0 failed, 1 passed (v6.10-rc5-51-gb4a3f9b4863ad)
2024-06-25 18:28 UTC
[PATCH v2 0/5] Add AP6275P wireless support
2024-06-25 18:23 UTC (3+ messages)
` [PATCH v2 5/5] dt-bindings: net: wireless: brcm4329-fmac: add pci14e4,449d
[PATCH 0/5] KVM: arm64: Fix handling of TCR2_EL1
2024-06-25 18:22 UTC (6+ messages)
` [PATCH 1/5] KVM: arm64: Correctly honor the presence of FEAT_TCRX
` [PATCH 2/5] KVM: arm64: Get rid of HCRX_GUEST_FLAGS
[PATCH v3 0/9] A new selftests/ directory for arm compatibility testing
2024-06-25 18:18 UTC (13+ messages)
` [PATCH v3 3/9] selftests: arm, arm64: Use ifdeffery to pull signal infrastructure
` [PATCH v3 4/9] selftests/arm: Add signal tests
` [PATCH v3 5/9] selftests/arm64: Fix build warnings for ptrace
` [PATCH v3 6/9] selftests/arm64: Split ptrace, use ifdeffery
` [PATCH v3 8/9] selftests/arm: Add ptrace_64 test
` [PATCH v3 9/9] selftests: Add build infrastructure along with README
[PATCH v3 0/8] Refactor perf python module build
2024-06-25 18:14 UTC (6+ messages)
` [PATCH v3 7/8] perf python: Switch module to linking libraries from building source
✅ PASS: Test report for for-kernelci (6.10.0-rc5, arm-next, b4a3f9b4)
2024-06-25 18:13 UTC
[PATCH v3 0/4] media: rockchip: Add rkvdec2 driver
2024-06-25 17:40 UTC (7+ messages)
` [PATCH v3 2/4] media: rockchip: Introduce the "
` [PATCH v3 4/4] arm64: dts: rockchip: Add rkvdec2 Video Decoder on rk3588(s)
[PATCH v1 00/26] Constify tool pointers
2024-06-25 17:26 UTC (26+ messages)
` [PATCH v1 02/26] perf tool: Move fill defaults into tool.c
` [PATCH v1 03/26] perf tool: Add perf_tool__init
` [PATCH v1 04/26] perf kmem: Use perf_tool__init
` [PATCH v1 05/26] perf buildid-list: "
` [PATCH v1 06/26] perf kvm: "
` [PATCH v1 07/26] perf lock: "
` [PATCH v1 08/26] perf evlist: "
` [PATCH v1 09/26] perf record: "
` [PATCH v1 10/26] perf c2c: "
` [PATCH v1 11/26] perf script: "
` [PATCH v1 12/26] perf inject: "
` [PATCH v1 13/26] perf report: "
` [PATCH v1 14/26] perf stat: "
` [PATCH v1 15/26] perf annotate: "
` [PATCH v1 16/26] perf sched: "
` [PATCH v1 17/26] perf mem: "
` [PATCH v1 18/26] perf timechart: "
` [PATCH v1 19/26] perf diff: "
` [PATCH v1 20/26] perf data convert json: "
` [PATCH v1 21/26] perf data convert ctf: "
` [PATCH v1 22/26] perf auxevent: Add explicit dummy tool initialization
` [PATCH v1 23/26] perf test event_update: Ensure tools is initialized
` [PATCH v1 24/26] perf kwork: Use perf_tool__init
` [PATCH v1 25/26] perf tool: Remove perf_tool__fill_defaults
` [PATCH v1 26/26] perf session: Constify tool
[PATCH v4] mmc: Convert from tasklet to BH workqueue
2024-06-25 17:09 UTC
[PATCH v2] soc: add missing MODULE_DESCRIPTION() macros
2024-06-25 17:04 UTC
[PATCH V4 0/7] Add NSS clock controller support for IPQ9574
2024-06-25 17:03 UTC (4+ messages)
` [PATCH V4 5/7] clk: qcom: Add NSS clock Controller driver "
[PATCH v1] arm64: dts: k3-am625-verdin: enable nau8822 pll
2024-06-25 16:58 UTC (3+ messages)
[PATCH v1 0/2] perf mem: Support multiple Arm SPE PMUs
2024-06-25 16:49 UTC (4+ messages)
` [PATCH v1 1/2] perf arm-spe: "
[PATCH v2 0/7] usb: typec: ucsi: rework glue driver interface
2024-06-25 16:49 UTC (5+ messages)
` [PATCH v2 6/7] usb: typec: ucsi: extract common code for command handling
` [Linux-stm32] "
[PATCH 1/2] arm64: dts: ti: k3-am65: Add full compatible to SerDes control nodes
2024-06-25 16:46 UTC (7+ messages)
` [PATCH 2/2] arm64: dts: ti: k3-am65: Move SerDes mux nodes under the control node
[PATCH v2 0/5] Convert Atmel PIO3 Pinctrl and GPIO bindings to yaml
2024-06-25 16:34 UTC (3+ messages)
` [PATCH v2 4/5] dt-bindings: gpio: convert Atmel GPIO to json-schema
[PATCH] dt-bindings: net: dsa: mediatek,mt7530: Minor grammar fixes
2024-06-25 16:34 UTC (8+ messages)
[PATCH 00/18] BCM2835 DMA mapping cleanups and fixes
2024-06-25 16:21 UTC (4+ messages)
` [PATCH 01/18] dma-direct: take dma-ranges/offsets into account in resource mapping
[PATCH v2 0/5] iommu: sun50i: Add Allwinner H616 support
2024-06-25 16:20 UTC (3+ messages)
[PATCH v2 0/3] Read MAC address through NVMEM for sama7g5ek
2024-06-25 16:15 UTC (5+ messages)
` [PATCH v2 3/3] dt-bindings: eeprom: at24: Add at24,mac02e4 and at24,mac02e6
[PATCH 0/4] arm64: dts: k3: Resolve remaining dtbs_check warnings
2024-06-25 16:10 UTC (5+ messages)
` [PATCH 3/4] dt-bindings: soc: ti: am645-system-controller: add child nodes used by main domain
[PATCH linu-next v1] PCI: dw-rockchip: Enable async probe by default
2024-06-25 15:57 UTC
[PATCH v4 0/2] io-pgtable-arm + drm/msm: Extend iova fault debugging
2024-06-25 15:36 UTC (6+ messages)
` [PATCH v4 1/2] iommu/io-pgtable-arm: Add way to debug pgtable walk
[PATCH v3 0/2] Add documentation for PA_STATS and MAINTAINERS entry for ti,pruss.yaml
2024-06-25 15:33 UTC (6+ messages)
` [PATCH v3 1/2] MAINTAINERS: Add entry for ti,pruss.yaml to TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
` [PATCH v3 2/2] dt-bindings: soc: ti: pruss: Add documentation for PA_STATS support
[PATCH 0/3] cpufreq: sun50i: add Allwinner H700 speed bin and additional OPPs
2024-06-25 15:21 UTC (3+ messages)
` (subset) "
[PATCH v2 0/8] iio: adc: dfsdm: add scaling support
2024-06-25 15:07 UTC (4+ messages)
` [PATCH v2 4/8] dt-bindings: iio: dfsdm: move to backend framework
` [PATCH v2 6/8] iio: adc: stm32-dfsdm: adopt generic channels bindings
` [PATCH v2 8/8] iio: adc: stm32-dfsdm: add scaling support to dfsdm
[PATCH v6 00/10] PCI: imx6: Fix\rename\clean up and add lut information for imx95
2024-06-25 14:47 UTC (2+ messages)
[PATCH v4 00/17] coresight: Use per-sink trace ID maps for Perf sessions
2024-06-25 15:00 UTC (3+ messages)
` [PATCH v4 15/17] coresight: Remove pending trace ID release mechanism
[PATCH v3 0/7] usb: typec: ucsi: rework glue driver interface
2024-06-25 14:54 UTC (8+ messages)
` [PATCH v3 1/7] usb: typec: ucsi: move ucsi_acknowledge() from ucsi_read_error()
` [PATCH v3 2/7] usb: typec: ucsi: simplify command sending API
` [PATCH v3 3/7] usb: typec: ucsi: split read operation
` [PATCH v3 4/7] usb: typec: ucsi: rework command execution functions
` [PATCH v3 5/7] usb: typec: ucsi: inline ucsi_read_message_in
` [PATCH v3 6/7] usb: typec: ucsi: extract common code for command handling
` [PATCH v3 7/7] usb: typec: ucsi: reorder operations in ucsi_run_command()
[PATCH v8 0/2] Add support for Amlogic S4 PWM
2024-06-25 14:50 UTC (9+ messages)
` [PATCH v8 1/2] pwm: meson: "
[PATCH v6 00/18] Transparent Contiguous PTEs for User Mappings
2024-06-25 14:45 UTC (13+ messages)
` [PATCH v6 18/18] arm64/mm: Automatically fold contpte mappings
[PATCH] irqchip/gicv3-its: Workaround for GIC-700 erratum 2195890
2024-06-25 14:30 UTC (4+ messages)
[RFC 00/10] KVM: arm64: Enable fine grained undefined for MDSELR_EL1
2024-06-25 13:58 UTC (7+ messages)
` [RFC 10/10] KVM: arm64: nv: Add new HDFGRTR2_GROUP & HDFGRTR2_GROUP based FGU handling
[PATCH v6 00/16] Add audio support for the MediaTek Genio 350-evk board
2024-06-25 13:44 UTC (5+ messages)
` [PATCH v6 03/16] dt-bindings: mfd: mediatek: Add codec property for MT6357 PMIC
[PATCH 0/2] clk: imx93: Drop macro IMX93_CLK_END
2024-06-25 17:51 UTC (5+ messages)
` [PATCH 1/2] "
[PATCH net-next] net: ethernet: mtk_eth_soc: ppe: prevent ppe update for non-mtk devices
2024-06-25 13:40 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).