messages from 2023-12-16 23:54:33 to 2023-12-20 01:35:00 UTC [more...]
[PATCH v1 00/16] Basic clock and reset support for StarFive JH8100 RISC-V SoC
2023-12-20 1:34 UTC (10+ messages)
` [PATCH v1 06/16] clk: starfive: Add JH8100 System clock generator driver
[v4 PATCH] riscv: mm: execute local TLB flush after populating vmemmap
2023-12-20 1:29 UTC
[PATCH v5 0/4] Enable networking support for StarFive JH7100 SoC
2023-12-20 0:46 UTC (5+ messages)
` [PATCH v5 1/4] riscv: dts: starfive: jh7100: Add sysmain and gmac DT nodes
` [PATCH v5 2/4] riscv: dts: starfive: jh7100-common: Setup pinmux and enable gmac
` [PATCH v5 3/4] riscv: dts: starfive: visionfive-v1: Setup ethernet phy
` [PATCH v5 4/4] riscv: dts: starfive: beaglev-starlight: Setup phy reset gpio
[PATCH v3 00/13] RISC-V: Add steal-time support
2023-12-19 23:40 UTC (26+ messages)
` [PATCH v3 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v3 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v3 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v3 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v3 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v3 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v3 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v3 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v3 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v3 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
` [PATCH v3 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v3 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v3 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers
[PATCH v2 00/13] RISC-V: Add steal-time support
2023-12-19 21:53 UTC (5+ messages)
` [PATCH v2 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v2 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
[RFT 1/2] RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions
2023-12-19 19:46 UTC (11+ messages)
[RFC PATCH v3 00/17] RISC-V: ACPI: Add external interrupt controller support
2023-12-19 17:50 UTC (19+ messages)
` [RFC PATCH v3 01/17] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v3 02/17] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v3 03/17] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
` [RFC PATCH v3 04/17] ACPI: Add fw_devlink support for ACPI fwnode for IRQ dependency
` [RFC PATCH v3 05/17] ACPI: irq: Add support for deferred probe in acpi_register_gsi()
` [RFC PATCH v3 06/17] pnp.h: Reconfigure IRQ in pnp_irq() to support deferred probe
` [RFC PATCH v3 07/17] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v3 08/17] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v3 09/17] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v3 10/17] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v3 11/17] irqchip: riscv-aplic: "
` [RFC PATCH v3 12/17] irqchip: irq-sifive-plic: "
` [RFC PATCH v3 13/17] ACPI: bus: Add RINTC IRQ model for RISC-V
` [RFC PATCH v3 14/17] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v3 15/17] ACPI: RISC-V: Create APLIC platform device
` [RFC PATCH v3 16/17] ACPI: RISC-V: Create PLIC "
` [RFC PATCH v3 17/17] irqchip: riscv-intc: Set ACPI irqmodel
[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
2023-12-19 18:22 UTC (6+ messages)
` [PATCH v4 08/11] KVM: riscv: selftests: Add guest helper to get vcpu id
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test
[PATCH 0/4] riscv: support fast gup
2023-12-19 17:50 UTC (5+ messages)
` [PATCH 1/4] riscv: tlb: fix __p*d_free_tlb()
` [PATCH 2/4] riscv: tlb: convert __p*d_free_tlb() to inline functions
` [PATCH 3/4] riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMU
` [PATCH 4/4] riscv: enable HAVE_FAST_GUP if MMU
[PATCH v6 0/3] Add D1/T113s thermal sensor controller support
2023-12-19 17:42 UTC (8+ messages)
` [PATCH v6 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller
` [PATCH v6 2/3] thermal: sun8i: Add D1/T113s THS controller support
` [PATCH v6 3/3] riscv: dts: allwinner: d1: Add thermal sensor
[PATCH 00/13] mm/gup: Unify hugetlb, part 2
2023-12-19 16:28 UTC (15+ messages)
` [PATCH 01/13] mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
` [PATCH 02/13] mm/hugetlb: Declare hugetlbfs_pagecache_present() non-static
` [PATCH 03/13] mm: Provide generic pmd_thp_or_huge()
` [PATCH 04/13] mm: Make HPAGE_PXD_* macros even if !THP
` [PATCH 05/13] mm: Introduce vma_pgtable_walk_{begin|end}()
` [PATCH 06/13] mm/gup: Drop folio_fast_pin_allowed() in hugepd processing
` [PATCH 07/13] mm/gup: Refactor record_subpages() to find 1st small page
` [PATCH 08/13] mm/gup: Handle hugetlb for no_page_table()
` [PATCH 09/13] mm/gup: Cache *pudp in follow_pud_mask()
` [PATCH 10/13] mm/gup: Handle huge pud for follow_pud_mask()
` [PATCH 11/13] mm/gup: Handle huge pmd for follow_pmd_mask()
` [PATCH 12/13] mm/gup: Handle hugepd for follow_page()
` [PATCH 13/13] mm/gup: Handle hugetlb in the generic follow_page_mask code
[PATCH v4 0/4] riscv: sophgo: add clock support for Sophgo CV1800 SoCs
2023-12-18 4:04 UTC (5+ messages)
` [PATCH v4 1/4] dt-bindings: clock: sophgo: Add clock controller of CV1800 series SoC
` [PATCH v4 2/4] clk: sophgo: Add CV1800 series clock controller driver
` [PATCH v4 3/4] riscv: dts: sophgo: add clock generator for Sophgo CV1800 series SoC
` [PATCH v4 4/4] riscv: dts: sophgo: add uart clock "
[PATCH v8 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
2023-12-19 14:54 UTC (4+ messages)
` [PATCH v8 1/3] dt-bindings: timer: Add timer for StarFive JH7110 SoC
` [PATCH v8 2/3] clocksource: Add JH7110 timer driver
` [PATCH v8 3/3] riscv: dts: jh7110: starfive: Add timer node
[PATCH v4 0/7] kexec_file: print out debugging message if required
2023-12-19 14:44 UTC (3+ messages)
` [PATCH v4 5/7] kexec_file, ricv: "
[v5, 0/6] riscv: support kernel-mode Vector
2023-12-19 14:43 UTC (11+ messages)
` [v5, 1/6] riscv: Add support for kernel mode vector
` [v5, 5/6] riscv: lib: vectorize copy_to_user/copy_from_user
[PATCH v4 0/9] Enable networking support for StarFive JH7100 SoC
2023-12-19 13:36 UTC (23+ messages)
` [PATCH v4 1/9] dt-bindings: net: starfive,jh7110-dwmac: Drop redundant reset description
` [PATCH v4 2/9] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible
` [PATCH v4 3/9] net: stmmac: dwmac-starfive: Add support for JH7100 SoC
` [PATCH v4 4/9] riscv: dts: starfive: jh7100: Add sysmain and gmac DT nodes
` [PATCH v4 5/9] riscv: dts: starfive: jh7100-common: Setup pinmux and enable gmac
` [PATCH v4 6/9] riscv: dts: starfive: visionfive-v1: Setup ethernet phy
` [PATCH v4 7/9] riscv: dts: starfive: beaglev-starlight: Setup phy reset gpio
` [PATCH v4 8/9] clk: starfive: Add flags argument to JH71X0__MUX macro
` [PATCH v4 9/9] clk: starfive: jh7100: Add CLK_SET_RATE_PARENT to gmac_tx
[PATCH] riscv: mm: Fixup compat mode boot failure
2023-12-19 11:17 UTC
[PATCH v5 00/16] Support Andes PMU extension
2023-12-19 7:43 UTC (5+ messages)
` [PATCH v5 02/16] irqchip/riscv-intc: Allow large non-standard interrupt number
[PATCH V2] Translated the RISC-V architecture boot documentation
2023-12-19 2:17 UTC (2+ messages)
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2023-12-18 20:35 UTC (23+ messages)
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 04/21] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH v2 0/5] cpufreq support for the D1
2023-12-18 16:20 UTC (14+ messages)
` [PATCH v2 1/5] riscv: dts: allwinner: Update opp table to allow CPU frequency scaling
` [PATCH v2 2/5] dt-bindings: opp: sun50i: Add binding for D1 CPUs
` [PATCH v2 3/5] cpufreq: sun50i: Add D1 support
` [PATCH v2 4/5] cpufreq: dt-platdev: Blocklist allwinner,sun20i-d1 SoC
` [PATCH v2 5/5] cpufreq: Make sun50i h6 cpufreq Kconfig option arch generic
[PATCH v3 0/9] Enable networking support for StarFive JH7100 SoC
2023-12-18 14:59 UTC (16+ messages)
` [PATCH v3 2/9] dt-bindings: net: starfive,jh7110-dwmac: Add JH7100 SoC compatible
` [PATCH v3 5/9] riscv: dts: starfive: jh7100-common: Setup pinmux and enable gmac
` [PATCH v3 6/9] riscv: dts: starfive: visionfive-v1: Setup ethernet phy
[PATCH v2 00/12] Enable networking support for StarFive JH7100 SoC
2023-12-18 11:38 UTC (7+ messages)
` [PATCH v2 12/12] [UNTESTED] riscv: dts: starfive: beaglev-starlight: Enable gmac
[v1 00/10] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2023-12-18 10:41 UTC (11+ messages)
` [v1 01/10] RISC-V: Fix the typo in Scountovf CSR name
` [v1 02/10] RISC-V: Add FIRMWARE_READ_HI definition
` [v1 03/10] drivers/perf: riscv: Read upper bits of a firmware counter
` [v1 04/10] RISC-V: Add SBI PMU snapshot definitions
` [v1 05/10] drivers/perf: riscv: Implement SBI PMU snapshot function
` [v1 06/10] RISC-V: KVM: No need to update the counter value during reset
` [v1 07/10] RISC-V: KVM: No need to exit to the user space if perf event failed
` [v1 08/10] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [v1 09/10] RISC-V: KVM: Add perf sampling support for guests
` [v1 10/10] RISC-V: KVM: Support 64 bit firmware counters on RV32
[PATCH] riscv: lib: Optimize 'strlen' function
2023-12-18 10:12 UTC (10+ messages)
[PATCH v1 0/8] Add T-Head TH15020 SoC pin control
2023-12-18 10:05 UTC (3+ messages)
` [PATCH v1 4/8] dt-bindings: gpio: dwapb: allow gpio-ranges
[PATCH v6 0/4] riscv: sophgo: add clock support for sg2042
2023-12-18 9:01 UTC (7+ messages)
` [PATCH v6 3/4] clk: sophgo: Add SG2042 clock generator driver
Fotowoltaika - propozycja instalacji
2023-12-18 8:40 UTC
[PATCH 4/5] cpufreq: Add support for RISC-V CPU Frequency scaling drivers
2023-12-18 6:09 UTC (4+ messages)
[PATCH v3 2/4] clk: sophgo: Add CV1800 series clock controller driver
2023-12-18 4:06 UTC (2+ messages)
[RFC 0/9] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2023-12-18 0:57 UTC (20+ messages)
` [RFC 2/9] drivers/perf: riscv: Add a flag to indicate SBI v2.0 support
` [RFC 4/9] drivers/perf: riscv: Read upper bits of a firmware counter
` [RFC 6/9] drivers/perf: riscv: Implement SBI PMU snapshot function
` [RFC 7/9] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [RFC 8/9] RISC-V: KVM: Add perf sampling support for guests
[PATCH v1] clk: microchip: mpfs-ccc: replace include of asm-generic/errno-base.h
2023-12-17 22:48 UTC (2+ messages)
[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
2023-12-17 2:18 UTC (7+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests
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