messages from 2024-10-14 11:17:56 to 2024-10-14 17:10:19 UTC [more...]
[PATCH v4 1/2] arm64: dts: rockchip: Add rk3588-orangepi-5b device tree and refactor
2024-10-14 17:06 UTC (4+ messages)
` [PATCH v4 2/2] dt-bindings: arm: rockchip: Add Orange Pi 5b enum to Orange Pi 5 entry
[PATCH v3 00/11] Add PCIe support for bcm2712
2024-10-14 17:03 UTC (19+ messages)
` [PATCH v3 01/11] dt-bindings: interrupt-controller: Add bcm2712 MSI-X DT bindings
` [PATCH v3 02/11] dt-bindings: PCI: brcmstb: Update bindings for PCIe on bcm2712
` [PATCH v3 03/11] irqchip: mip: Add Broadcom bcm2712 MSI-X interrupt controller
` [PATCH v3 04/11] PCI: brcmstb: Expand inbound size calculation helper
` [PATCH v3 05/11] PCI: brcmstb: Enable external MSI-X if available
` [PATCH v3 06/11] PCI: brcmstb: Avoid turn off of bridge reset
` [PATCH v3 07/11] PCI: brcmstb: Add bcm2712 support
` [PATCH v3 08/11] PCI: brcmstb: Reuse config structure
` [PATCH v3 09/11] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk
` [PATCH v3 10/11] arm64: dts: broadcom: bcm2712: Add PCIe DT nodes
` [PATCH v3 11/11] arm64: dts: broadcom: bcm2712-rpi-5-b: Enable "
[PATCH] dt-bindings: spi: Add bcm2835-aux-spi.yaml file
2024-10-14 17:02 UTC
[RFC PATCH v1 00/57] Boot-time page size selection for arm64
2024-10-14 16:50 UTC (67+ messages)
` [RFC PATCH v1 02/57] vmlinux: Align to PAGE_SIZE_MAX
` [RFC PATCH v1 03/57] mm/memcontrol: Fix seq_buf size to save memory when PAGE_SIZE is large
` [RFC PATCH v1 04/57] mm/page_alloc: Make page_frag_cache boot-time page size compatible
` [RFC PATCH v1 05/57] mm: Avoid split pmd ptl if pmd level is run-time folded
` [RFC PATCH v1 06/57] mm: Remove PAGE_SIZE compile-time constant assumption
` [RFC PATCH v1 07/57] fs: Introduce MAX_BUF_PER_PAGE_SIZE_MAX for array sizing
` [RFC PATCH v1 08/57] fs: Remove PAGE_SIZE compile-time constant assumption
` [RFC PATCH v1 09/57] fs/nfs: "
` [RFC PATCH v1 10/57] fs/ext4: "
` [RFC PATCH v1 11/57] fork: Permit boot-time THREAD_SIZE determination
` [RFC PATCH v1 12/57] cgroup: Remove PAGE_SIZE compile-time constant assumption
` [RFC PATCH v1 13/57] bpf: "
` [RFC PATCH v1 14/57] pm/hibernate: "
` [RFC PATCH v1 15/57] stackdepot: "
` [RFC PATCH v1 16/57] perf: "
` [RFC PATCH v1 17/57] kvm: "
` [RFC PATCH v1 18/57] trace: "
` [RFC PATCH v1 19/57] crash: "
` [RFC PATCH v1 20/57] crypto: "
` [RFC PATCH v1 21/57] sunrpc: "
` [RFC PATCH v1 22/57] sound: "
` [RFC PATCH v1 23/57] net: "
` [RFC PATCH v1 24/57] net: fec: "
` [RFC PATCH v1 25/57] net: marvell: "
` [RFC PATCH v1 26/57] net: hns3: "
` [RFC PATCH v1 27/57] net: e1000: "
` [RFC PATCH v1 28/57] net: igbvf: "
` [RFC PATCH v1 29/57] net: igb: "
` [RFC PATCH v1 30/57] drivers/base: "
` [RFC PATCH v1 31/57] edac: "
` [RFC PATCH v1 32/57] optee: "
` [RFC PATCH v1 33/57] random: "
` [RFC PATCH v1 34/57] sata_sil24: "
` [RFC PATCH v1 35/57] virtio: "
` [RFC PATCH v1 36/57] xen: "
` [RFC PATCH v1 37/57] arm64: Fix macros to work in C code in addition to the linker script
` [RFC PATCH v1 38/57] arm64: Track early pgtable allocation limit
` [RFC PATCH v1 39/57] arm64: Introduce macros required for boot-time page selection
` [RFC PATCH v1 40/57] arm64: Refactor early pgtable size calculation macros
` [RFC PATCH v1 41/57] arm64: Pass desired page size on command line
` [RFC PATCH v1 42/57] arm64: Divorce early init from PAGE_SIZE
` [RFC PATCH v1 43/57] arm64: Clean up simple cases of CONFIG_ARM64_*K_PAGES
` [RFC PATCH v1 44/57] arm64: Align sections to PAGE_SIZE_MAX
` [RFC PATCH v1 45/57] arm64: Rework trampoline rodata mapping
` [RFC PATCH v1 46/57] arm64: Generalize fixmap for boot-time page size
` [RFC PATCH v1 47/57] arm64: Statically allocate and align for worst-case "
` [RFC PATCH v1 48/57] arm64: Convert switch to if for non-const comparison values
` [RFC PATCH v1 49/57] arm64: Convert BUILD_BUG_ON to VM_BUG_ON
` [RFC PATCH v1 50/57] arm64: Remove PAGE_SZ asm-offset
` [RFC PATCH v1 51/57] arm64: Introduce cpu features for page sizes
` [RFC PATCH v1 52/57] arm64: Remove PAGE_SIZE from assembly code
` [RFC PATCH v1 53/57] arm64: Runtime-fold pmd level
` [RFC PATCH v1 54/57] arm64: Support runtime folding in idmap_kpti_install_ng_mappings
` [RFC PATCH v1 55/57] arm64: TRAMP_VALIAS is no longer compile-time constant
` [RFC PATCH v1 56/57] arm64: Determine THREAD_SIZE at boot-time
` [RFC PATCH v1 57/57] arm64: Enable boot-time page size selection
[PATCH v3 00/13] Tool and hwmon PMUs
2024-10-14 16:57 UTC (2+ messages)
` (subset) "
[PATCH 0/2] Enable compile testing of TI MSGMGR/SPROXY driver
2024-10-14 16:53 UTC (6+ messages)
` [PATCH 1/2] mailbox: ti-msgmgr: Remove use of of_match_ptr() helper
` [PATCH 2/2] mailbox: ti-msgmgr: Allow building under COMPILE_TEST
[PATCH v1 0/2] POE fixes: kthreads and docs
2024-10-14 16:42 UTC (2+ messages)
[PATCH] drivers perf: remove unused field pmu_node
2024-10-14 16:42 UTC (2+ messages)
[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
2024-10-14 16:31 UTC (7+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
[PATCH v2 00/14] Fixing some dtbscheck warnings
2024-10-14 16:29 UTC (6+ messages)
` [PATCH v2 06/14] arm64: dts: rockchip: Remove #cooling-cells from fan on Theobroma boards
[PATCH] kasan: Disable Software Tag-Based KASAN with GCC
2024-10-14 16:25 UTC (2+ messages)
❌ FAIL (MISSED 7 of 7): Test report for for-kernelci (6.12.0-rc1, arm-next, 2d8bce6e)
2024-10-14 16:15 UTC (3+ messages)
[PATCH v3] usb: dwc3: core: Fix system suspend on TI AM62 platforms
2024-10-14 16:13 UTC (2+ messages)
[PATCH v3] firmware: arm_scmi: Queue in scmi layer for mailbox implementation
2024-10-14 16:12 UTC (2+ messages)
[PATCH V13 00/14] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
2024-10-14 16:06 UTC (11+ messages)
` [PATCH V13 02/14] KVM: x86: Fix Intel PT IA32_RTIT_CTL MSR validation
` [PATCH V13 05/14] perf/core: Add aux_pause, aux_resume, aux_start_paused
` [PATCH V13 06/14] perf/x86/intel/pt: Add support for pause / resume
` [PATCH V13 07/14] perf/x86/intel: Do not enable large PEBS for events with aux actions or aux sampling
` [PATCH V13 08/14] perf tools: Add aux_start_paused, aux_pause and aux_resume
` [PATCH V13 09/14] perf tools: Add aux-action config term
` [PATCH V13 10/14] perf tools: Parse aux-action
` [PATCH V13 11/14] perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resume
[PATCH] perf: arm-ccn: remove unused macros
2024-10-14 16:05 UTC (4+ messages)
[PATCH v3 00/11] cover-letter: iommufd: Add vIOMMU infrastructure (Part-1)
2024-10-14 15:46 UTC (7+ messages)
` [PATCH v3 03/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
[PATCH v5 0/5] Correct perf sampling with Guest VMs
2024-10-14 15:46 UTC (5+ messages)
` [PATCH v5 2/5] perf: Hoist perf_instruction_pointer() and perf_misc_flags()
` [PATCH v5 3/5] powerpc: perf: Use perf_arch_instruction_pointer()
[PATCH v1 00/11] Redo PolarFire SoC's mailbox/clock devicestrees and related code
2024-10-14 15:41 UTC (3+ messages)
` [PATCH v1 10/11] riscv: dts: microchip: fix mailbox description
[PATCH 6.1 624/798] arm64: Add Cortex-715 CPU part definition
2024-10-14 14:19 UTC
[PATCH] ARM: dts: aspeed: Add device tree for Ampere's Mt. Jefferson BMC
2024-10-14 15:02 UTC (4+ messages)
linux-next: duplicate patch in the jc_docs tree
2024-10-14 14:52 UTC (2+ messages)
[PATCH v6 00/11] arm64: Support for running as a guest in Arm CCA
2024-10-14 14:46 UTC (9+ messages)
` [PATCH v6 10/11] virt: arm-cca-guest: TSM_REPORT support for realms
[PATCH RFC v1 net-next 00/12] bridge-fastpath and related improvements
2024-10-14 14:46 UTC (5+ messages)
` [PATCH RFC v1 net-next 11/12] bridge: br_vlan_fill_forward_path_mode no _UNTAG_HW for dsa
provide generic page_to_phys and phys_to_page implementations v2
2024-10-14 14:44 UTC (3+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to pfn_valid
[PATCH] firmware: arm_ffa: Fix warning caused by export_uuid()
2024-10-14 14:41 UTC (4+ messages)
[PATCH net] net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()
2024-10-14 14:37 UTC
[PATCH v2] ACPI: GTDT: Tighten the check for the array of platform timer structures
2024-10-14 14:26 UTC (4+ messages)
[PATCH 0/4] clk: imx: scu and fracn pll update
2024-10-14 14:20 UTC (3+ messages)
` [PATCH 1/4] clk: imx: lpcg-scu: SW workaround for errata (e10858)
[PATCH v3 0/6] firmware: ti_sci: Partial-IO support
2024-10-14 14:05 UTC (2+ messages)
[PATCH 0/8] ARM: dts: Add some BCM6846 device tree
2024-10-14 14:05 UTC (2+ messages)
[PATCH 0/3] perf: arm_cspmu: nvidia: update event list and filter
2024-10-14 13:28 UTC (5+ messages)
` [PATCH 2/3] perf: arm_cspmu: nvidia: update CNVLINK PMU events
` [PATCH 3/3] perf: arm_cspmu: nvidia: enable NVLINK-C2C port filtering
[PATCH v8 0/3] PCIe RK3399 clock and reset using new helper functions
2024-10-14 13:52 UTC (4+ messages)
` [PATCH v8 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
` [PATCH v8 2/3] PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function
` [PATCH v8 3/3] PCI: rockchip: Refactor rockchip_pcie_disable_clocks() function signature
[PATCH v2 0/2] ARM: implement cacheinfo support (for v7/v7m)
2024-10-14 13:55 UTC (3+ messages)
` [PATCH v2 1/2] ARM: add CLIDR accessor functions
` [PATCH v2 2/2] ARM: implement cacheinfo support
[PATCH v3 00/16] Add support for Synopsis DWMAC IP on NXP Automotive SoCs S32G2xx/S32G3xx/S32R45
2024-10-14 13:46 UTC (5+ messages)
` [PATCH v3 04/16] net: phy: Add helper for mapping RGMII link speed to clock rate
` [PATCH v3 05/16] net: dwmac-dwc-qos-eth: Use helper rgmii_clock
[PATCH v5 0/3] i2c: imx: prevent rescheduling in non-dma mode
2024-10-14 13:15 UTC (4+ messages)
` [PATCH v5 1/3] i2c: imx: do not poll for bus busy in single master mode
` [PATCH v5 2/3] i2c: imx: separate atomic, dma and non-dma use case
` [PATCH v5 3/3] i2c: imx: prevent rescheduling in non dma mode
[PATCH v3] perf/cxlpmu: Support missing events in 3.1 spec
2024-10-14 14:15 UTC (3+ messages)
[PATCH] perf: arm-cmn: remove unused macro
2024-10-14 14:12 UTC (2+ messages)
[PATCH] arm64: Remove the check for CONFIG_TINY_RCU
2024-10-14 13:10 UTC (2+ messages)
[PATCH 0/9] vdso: Remove timekeeper argument and includes
2024-10-14 13:59 UTC (5+ messages)
` [PATCH 1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall()
` [PATCH 3/9] arm64: vdso: Remove timekeeper include
[PATCH] drivers/perf: hisi: Fix readl DDRC_VERSION stuck
2024-10-14 13:56 UTC (2+ messages)
[RFC PATCH net-next 1/1] net: phy: Add capability to enable/disable 2.5G/5G/10G AN in ethtool
2024-10-14 13:36 UTC (2+ messages)
Crash on armv7-a using KASAN
2024-10-14 13:19 UTC
[PATCH v3 2/2] irqchip/aspeed-intc: Add support for AST27XX INTC
2024-10-14 13:10 UTC (6+ messages)
[PATCH v10 0/6] Add support for the LAN966x PCI device using a DT overlay
2024-10-14 12:46 UTC (7+ messages)
` [PATCH v10 1/6] misc: Add support for LAN966x PCI device
` [PATCH v10 2/6] MAINTAINERS: Add the Microchip LAN966x PCI driver entry
` [PATCH v10 3/6] reset: mchp: sparx5: Map cpu-syscon locally in case of LAN966x
` [PATCH v10 4/6] reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency
` [PATCH v10 5/6] reset: mchp: sparx5: Allow building as a module
` [PATCH v10 6/6] reset: mchp: sparx5: set the dev member of the reset controller
[PATCH v2 0/4] Add support for stm32mp25x RNG
2024-10-14 12:36 UTC (6+ messages)
` [PATCH v2 2/4] hwrng: stm32 - implement support for STM32MP25x platforms
[PATCH net v2] net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()
2024-10-14 12:19 UTC
[PATCH v4 0/9] Add platform supports to MediaTek MT8188 SoC (part 2)
2024-10-14 12:12 UTC (12+ messages)
` [PATCH v4 1/9] arm64: dts: mediatek: mt8188: Assign GCE aliases
` [PATCH v4 2/9] arm64: dts: mediatek: mt8188: Add PCIe nodes
` [PATCH v4 3/9] arm64: dts: mediatek: mt8188: Add MIPI DSI nodes
` [PATCH v4 4/9] arm64: dts: mediatek: mt8188: Add video decoder and encoder nodes
` [PATCH v4 5/9] arm64: dts: mediatek: mt8188: Add JPEG "
` [PATCH v4 6/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys0
` [PATCH v4 7/9] arm64: dts: mediatek: mt8188: Add display nodes for vdosys1
` [PATCH v4 8/9] arm64: dts: mediatek: mt8188: Add DP-INTF nodes
` [PATCH v4 9/9] arm64: dts: mediatek: mt8188: Add eDP and DP TX nodes
[PATCH v2 RESEND] MAINTAINERS: Update maintainer list for MICROCHIP ASOC, SSC and MCP16502 drivers
2024-10-14 11:52 UTC (2+ messages)
[PATCH] kaslr: rename physmem_end and PHYSMEM_END to direct_map_physmem_end
2024-10-14 11:46 UTC (2+ messages)
[PATCH v2 0/9] Add ITE IT6263 LVDS to HDMI converter support
2024-10-14 11:36 UTC (21+ messages)
` [PATCH v2 5/9] dt-bindings: display: bridge: Add ITE IT6263 LVDS to HDMI converter
` [PATCH v2 6/9] drm/bridge: "
[PATCH 0/5] arm64/mm: Drop PXD_TABLE_BIT
2024-10-14 11:33 UTC (9+ messages)
` [PATCH 1/5] arm64/mm: Drop pte_mkhuge()
` [PATCH 2/5] arm64/mm: Replace PXD_TABLE_BIT with PXD_TYPE_[MASK|SECT]
[PATCH v8 0/8] platform/chrome: Introduce DT hardware prober
2024-10-14 11:25 UTC (16+ messages)
` [PATCH v8 4/8] i2c: Introduce OF component probe function
` [PATCH v8 6/8] i2c: of-prober: Add GPIO support to simple helpers
` [PATCH v8 7/8] platform/chrome: Introduce device tree hardware prober
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).