messages from 2023-12-13 20:34:37 to 2023-12-15 20:22:11 UTC [more...]
[PATCH v1 0/8] Add T-Head TH15020 SoC pin control
2023-12-15 20:21 UTC (12+ messages)
` [PATCH v1 1/8] dt-bindings: pinctrl: Add thead,th1520-pinctrl bindings
` [PATCH v1 2/8] pinctrl: Add driver for the T-Head TH1520 SoC
` [PATCH v1 3/8] riscv: dts: thead: Add TH1520 pin control nodes
` [PATCH v1 4/8] dt-bindings: gpio: dwapb: allow gpio-ranges
` [PATCH v1 5/8] riscv: dts: thead: Add TH1520 GPIO ranges
` [PATCH v1 6/8] riscv: dts: thead: Adjust TH1520 GPIO labels
` [PATCH v1 7/8] riscv: dts: thead: Add TH1520 pinctrl settings for UART0
` [PATCH v1 8/8] riscv: dtb: thead: Add BeagleV Ahead LEDs
[v5, 0/6] riscv: support kernel-mode Vector
2023-12-15 19:56 UTC (13+ messages)
` [v5, 1/6] riscv: Add support for kernel mode vector
` [v5, 2/6] riscv: vector: make Vector always available for softirq context
` [v5, 3/6] riscv: Add vector extension XOR implementation
` [v5, 4/6] riscv: sched: defer restoring Vector context for user
` [v5, 5/6] riscv: lib: vectorize copy_to_user/copy_from_user
` [v5, 6/6] riscv: lib: add vectorized mem* routines
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2023-12-15 19:47 UTC (44+ messages)
` [PATCH RFC v3 01/21] ACPI: Only enumerate enabled (or functional) devices
` [PATCH RFC v3 02/21] ACPI: processor: Add support for processors described as container packages
` [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 07/21] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [PATCH RFC v3 09/21] ACPI: convert acpi_processor_post_eject() to use IS_ENABLED()
` [PATCH RFC v3 10/21] ACPI: Check _STA present bit before making CPUs not present
` [PATCH RFC v3 13/21] ACPICA: Add new MADT GICC flags fields
` [PATCH RFC v3 14/21] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH RFC v3 15/21] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH RFC v3 16/21] arm64: psci: Ignore DENIED CPUs
` [PATCH RFC v3 18/21] ACPI: processor: Only call arch_unregister_cpu() if HOTPLUG_CPU is selected
` [PATCH RFC v3 19/21] arm64: document virtual CPU hotplug's expectations
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [PATCH RFC v3 21/21] cpumask: Add enabled cpumask for present CPUs that can be brought online
[PATCH v2 0/8] Add JH7100 errata and update device tree
2023-12-15 19:13 UTC (4+ messages)
` (subset) "
[PATCH] riscv: errata: Make ERRATA_STARFIVE_JH7100 depend on !DMA_DIRECT_REMAP
2023-12-15 19:09 UTC
[PATCH v12 0/5] riscv: Add fine-tuned checksum functions
2023-12-15 17:27 UTC (3+ messages)
` [PATCH v12 2/5] riscv: Add static key for misaligned accesses
[GIT PULL] KVM/riscv fixes for 6.7, take #1
2023-12-15 17:14 UTC
[PATCH 0/5] tools: selftests: riscv: Fix compiler warnings
2023-12-15 15:38 UTC (15+ messages)
` [PATCH 1/5] tools: selftests: riscv: Fix compile warnings in hwprobe
` [PATCH 2/5] tools: selftests: riscv: Fix compile warnings in cbo
` [PATCH 3/5] tools: selftests: riscv: Add missing include for vector test
` [PATCH 4/5] tools: selftests: riscv: Fix compile warnings in vector tests
` [PATCH 5/5] tools: selftests: riscv: Fix compile warnings in mm tests
[PATCH 0/5] cpufreq support for the D1
2023-12-15 15:18 UTC (17+ messages)
` [PATCH 1/5] riscv: dts: allwinner: Update opp table to allow CPU frequency scaling
` [PATCH 2/5] cpufreq: sun50i: Add D1 support
` [PATCH 3/5] cpufreq: dt-platdev: Blocklist allwinner,sun20i-d1 SoC
` [PATCH 4/5] cpufreq: Add support for RISC-V CPU Frequency scaling drivers
` [PATCH 5/5] cpufreq: Make sun50i h6 cpufreq Kconfig option generic
[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
2023-12-15 14:59 UTC (4+ messages)
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
[PATCH v2 00/13] RISC-V: Add steal-time support
2023-12-15 12:52 UTC (29+ messages)
` [PATCH v2 01/13] RISC-V: paravirt: Add skeleton for pv-time support
` [PATCH v2 02/13] RISC-V: Add SBI STA extension definitions
` [PATCH v2 03/13] RISC-V: paravirt: Implement steal-time support
` [PATCH v2 04/13] RISC-V: KVM: Add SBI STA extension skeleton
` [PATCH v2 05/13] RISC-V: KVM: Add steal-update vcpu request
` [PATCH v2 06/13] RISC-V: KVM: Add SBI STA info to vcpu_arch
` [PATCH v2 07/13] RISC-V: KVM: Add support for SBI extension registers
` [PATCH v2 08/13] RISC-V: KVM: Add support for SBI STA registers
` [PATCH v2 09/13] RISC-V: KVM: Implement SBI STA extension
` [PATCH v2 10/13] RISC-V: KVM: selftests: Move sbi_ecall to processor.c
` [PATCH v2 11/13] RISC-V: KVM: selftests: Add guest_sbi_probe_extension
` [PATCH v2 12/13] RISC-V: KVM: selftests: Add steal_time test support
` [PATCH v2 13/13] RISC-V: KVM: selftests: Add get-reg-list test for STA registers
[PATCH] riscv: remove duplicated including of cpufeature.h
2023-12-15 9:42 UTC
[PATCH v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF
2023-12-15 9:12 UTC (8+ messages)
` [PATCH v3 1/7] cfi: Flip headers
` [PATCH v3 2/7] x86/cfi,bpf: Fix BPF JIT call
` [PATCH v3 3/7] x86/cfi,bpf: Fix bpf_callback_t CFI
` [PATCH v3 4/7] x86/cfi,bpf: Fix bpf_struct_ops CFI
` [PATCH v3 5/7] cfi: Add CFI_NOSEAL()
` [PATCH v3 6/7] bpf: Fix dtor CFI
` [PATCH v3 7/7] x86/cfi,bpf: Fix bpf_exception_cb() signature
[PATCH 0/9] riscv: hwprobe: add Zicond, Zam, Zacas and Ztso support
2023-12-15 8:26 UTC (8+ messages)
` [PATCH 3/9] dt-bindings: riscv: add Zam ISA extension description
` [PATCH 4/9] riscv: add ISA extension parsing for Zam
` [PATCH 6/9] dt-bindings: riscv: add Zacas ISA extension description
[PATCH v9 0/4] StarFive's Pulse Width Modulation driver support
2023-12-15 8:17 UTC (5+ messages)
` [PATCH v9 2/4] pwm: opencores: Add PWM "
[PATCH v3 0/6] Initial device tree support for StarFive JH8100 SoC
2023-12-15 1:49 UTC (11+ messages)
` [PATCH v3 2/6] dt-bindings: riscv: Add "
` [PATCH v3 6/6] riscv: dts: starfive: Add initial StarFive JH8100 device tree
[PATCH v1] clk: microchip: mpfs-ccc: replace include of asm-generic/errno-base.h
2023-12-14 21:10 UTC (2+ messages)
[PATCH][riscv] use linux/export.h rather than asm-generic/export.h
2023-12-14 19:19 UTC
[RFC 0/9] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
2023-12-14 16:02 UTC (19+ messages)
` [RFC 1/9] RISC-V: Fix the typo in Scountovf CSR name
` [RFC 2/9] drivers/perf: riscv: Add a flag to indicate SBI v2.0 support
` [RFC 3/9] RISC-V: Add FIRMWARE_READ_HI definition
` [RFC 4/9] drivers/perf: riscv: Read upper bits of a firmware counter
` [RFC 5/9] RISC-V: Add SBI PMU snapshot definitions
` [RFC 7/9] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [RFC 8/9] RISC-V: KVM: Add perf sampling support for guests
` [RFC 9/9] RISC-V: KVM: Support 64 bit firmware counters on RV32
[PATCH] riscv: Use hugepage mappings for vmemmap
2023-12-14 13:29 UTC
[PATCH RESEND v1 0/7] MPFS clock fixes required for correct CAN clock modeling
2023-12-14 13:20 UTC (7+ messages)
` [PATCH RESEND v1 2/7] dt-bindings: can: mpfs: add missing required clock
linux-next: Tree for Dec 11 (riscv32: patch.c)
2023-12-14 10:05 UTC (5+ messages)
[PATCH -fixes v2] riscv: Check if the code to patch lies in the exit section
2023-12-14 9:19 UTC
[PATCH v2 0/2] riscv: Enable percpu page first chunk allocator
2023-12-14 8:40 UTC (2+ messages)
[PATCH v3 0/3] RISC-V, KVM: add 'vlenb' and vector CSRs to get-reg-list
2023-12-14 7:52 UTC (4+ messages)
` [PATCH v3 3/3] RISC-V: KVM: add vector CSRs in KVM_GET_REG_LIST
[PATCH v13 0/21] Refactoring Microchip PCIe driver and add StarFive PCIe
2023-12-14 7:28 UTC (22+ messages)
` [PATCH v13 01/21] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v13 02/21] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v13 03/21] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v13 04/21] PCI: microchip: Add bridge_addr field to struct mc_pcie
` [PATCH v13 05/21] PCI: microchip: Rename two PCIe data structures
` [PATCH v13 06/21] PCI: microchip: Move PCIe host data structures to plda-pcie.h
` [PATCH v13 07/21] PCI: microchip: Rename two setup functions
` [PATCH v13 08/21] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v13 09/21] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v13 10/21] PCI: microchip: Rename interrupt related functions
` [PATCH v13 11/21] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v13 12/21] PCI: microchip: Add request_event_irq() callback function
` [PATCH v13 13/21] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v13 14/21] PCI: microchip: Add get_events() callback and add PLDA get_event()
` [PATCH v13 15/21] PCI: microchip: Add event irqchip field to host port and add PLDA irqchip
` [PATCH v13 16/21] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v13 17/21] PCI: plda: Add host init/deinit and map bus functions
` [PATCH v13 18/21] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v13 19/21] PCI: Add PCIE_RESET_CONFIG_DEVICE_WAIT_MS waiting time value
` [PATCH v13 20/21] PCI: starfive: Add JH7110 PCIe controller
` [PATCH v13 21/21] riscv: dts: starfive: add PCIe dts configuration for JH7110
[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests
2023-12-14 6:44 UTC (5+ messages)
` [PATCH v4 02/11] KVM: arm64: selftests: Split arch_timer test code
` [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test
[PATCH v5 1/1] riscv: optimize ELF relocation function in riscv
2023-12-14 6:39 UTC
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-12-14 6:20 UTC (9+ messages)
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large
[PATCH v2 0/4] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses
2023-12-14 5:34 UTC (3+ messages)
` [PATCH v2 4/4] riscv: Use accessors to page table entries instead of direct dereference
[PATCH v2 0/6] RISC-V: KVM: Make SBI uapi consistent with ISA uapi
2023-12-14 5:19 UTC (2+ messages)
[RFC PATCH 00/12] Unified cross-architecture kernel-mode FPU API
2023-12-14 4:45 UTC (6+ messages)
` [RFC PATCH 10/12] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
[v3 5/6] drm/vs: Add hdmi driver
2023-12-14 2:51 UTC (15+ messages)
` "
[v4, 0/6] riscv: support kernel-mode Vector
2023-12-14 2:40 UTC (2+ messages)
[PATCH] riscv: Fix module loading free order
2023-12-14 1:55 UTC
[PATCH v6 0/4] riscv: sophgo: add clock support for sg2042
2023-12-14 0:15 UTC (6+ messages)
` [PATCH v6 3/4] clk: sophgo: Add SG2042 clock generator driver
[PATCH v2 0/3] RISC-V: Disable DWARF5 with known broken LLVM versions
2023-12-14 0:12 UTC (3+ messages)
` [PATCH v2 3/3] lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and name
[PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
2023-12-13 22:59 UTC (9+ messages)
[PATCH v3 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
2023-12-13 22:47 UTC (3+ messages)
` [PATCH v3 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v3 2/2] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
linux-next: Tree for Dec 13 (riscv-32-bit: opcodes)
2023-12-13 22:22 UTC
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