public inbox for linux-riscv@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-05-11 01:35:20 to 2023-05-12 21:51:46 UTC [more...]

[PATCH 0/3] riscv: sbi: Switch to the sys-off handler API
 2023-05-12 21:51 UTC  (3+ messages)

[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-12 21:07 UTC  (36+ messages)
` [patch V4 03/37] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V4 05/37] x86/topology: Remove CPU0 hotplug option
` [patch V4 06/37] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch V4 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V4 08/37] x86/smpboot: Remove unnecessary barrier()
` [patch V4 09/37] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch V4 10/37] x86/smpboot: Get rid of cpu_init_secondary()
` [patch V4 11/37] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch V4 12/37] x86/smpboot: Move synchronization masks to SMP boot code
` [patch V4 13/37] x86/smpboot: Make TSC synchronization function call based
` [patch V4 14/37] x86/smpboot: Remove cpu_callin_mask
` [patch V4 15/37] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch V4 16/37] x86/smpboot: Remove wait for cpu_online()
` [patch V4 17/37] x86/xen/smp_pv: Remove wait for CPU online
` [patch V4 18/37] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch V4 19/37] cpu/hotplug: Add CPU state tracking and synchronization
` [patch V4 20/37] x86/smpboot: Switch to hotplug core state synchronization
` [patch V4 21/37] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch V4 22/37] ARM: smp: Switch to hotplug core state synchronization
` [patch V4 23/37] arm64: "
` [patch V4 24/37] csky/smp: "
` [patch V4 25/37] MIPS: SMP_CPS: "
` [patch V4 26/37] parisc: "
` [patch V4 27/37] riscv: "
` [patch V4 28/37] cpu/hotplug: Remove unused state functions
` [patch V4 29/37] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch V4 30/37] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch V4 31/37] x86/smpboot: Enable split CPU startup
` [patch V4 32/37] x86/apic: Provide cpu_primary_thread mask
` [patch V4 33/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch V4 34/37] x86/apic: Save the APIC virtual base address
` [patch V4 35/37] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch V4 36/37] x86/smpboot: Support parallel startup of secondary CPUs
` [patch V4 37/37] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it

[RFC 0/6] Deprecate riscv,isa DT property?
 2023-05-12 19:40 UTC  (8+ messages)

[PATCH v8 0/3] Introduce 64b relocatable kernel
 2023-05-12 18:41 UTC  (6+ messages)
` [PATCH v8 1/3] riscv: Introduce CONFIG_RELOCATABLE

[PATCH v4 0/7] Add PLL clocks driver and syscon for StarFive JH7110 SoC
 2023-05-12 16:15 UTC  (26+ messages)
` [PATCH v4 1/7] dt-bindings: clock: Add StarFive JH7110 PLL clock generator
` [PATCH v4 2/7] clk: starfive: Add StarFive JH7110 PLL clock driver
` [PATCH v4 3/7] dt-bindings: clock: jh7110-syscrg: Add PLL clock inputs
` [PATCH v4 4/7] clk: starfive: jh7110-sys: Modify PLL clocks source
` [PATCH v4 5/7] dt-bindings: soc: starfive: Add StarFive syscon module
` [PATCH v4 6/7] riscv: dts: starfive: jh7110: Add syscon nodes
` [PATCH v4 7/7] riscv: dts: starfive: jh7110: Add PLL clock node and modify syscrg node

[PATCH 0/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
 2023-05-12 15:39 UTC  (11+ messages)
` [PATCH 1/4] riscv: vmlinux-xip.lds.S: remove .alternative section
` [PATCH 2/4] riscv: move HAVE_RETHOOK to keep entries sorted
` [PATCH 3/4] vmlinux.lds.h: use correct .init.data.* section name
` [PATCH 4/4] riscv: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION

[GIT PULL] RISC-V Fix for 6.4-rc2
 2023-05-12 15:05 UTC 

[PATCH 0/7] riscv: Memory Hot(Un)Plug support
 2023-05-12 14:57 UTC  (8+ messages)
` [PATCH 1/7] riscv: mm: Pre-allocate PGD leaves to avoid synchronization
` [PATCH 2/7] riscv: mm: Change attribute from __init to __meminit for page functions
` [PATCH 3/7] riscv: mm: Refactor create_linear_mapping_range() for hot add
` [PATCH 4/7] riscv: mm: Add memory hot add/remove support
` [PATCH 5/7] riscv: Enable memory hot add/remove arch kbuild support
` [PATCH 6/7] virtio-mem: Enable virtio-mem for RISC-V
` [PATCH 7/7] riscv: mm: Pre-allocate vmalloc PGD leaves

[PATCH net-next v2 0/2] Add support for partial store and forward
 2023-05-12 11:53 UTC  (12+ messages)
` [PATCH net-next v2 1/2] dt-bindings: net: cdns,macb: Add rx-watermark property
` [PATCH net-next v2 2/2] net: macb: Add support for partial store and forward

[PATCH v2 0/2] RISC-V: Optimize memset for data sizes less than 16 bytes
 2023-05-12 11:04 UTC  (7+ messages)
` [PATCH v2 2/2] RISC-V: lib: Optimize memset performance

[PATCH v7 0/4] crypto: starfive - Add drivers for crypto engine
 2023-05-12 10:55 UTC  (5+ messages)
` [PATCH v7 2/4] crypto: starfive - Add crypto engine support
` [PATCH v7 4/4] crypto: starfive - Add hash and HMAC support

[PATCH v2 00/10] riscv: Allow userspace to directly access perf counters
 2023-05-12  8:53 UTC  (11+ messages)
` [PATCH v2 01/10] perf: Fix wrong comment about default event_idx
` [PATCH v2 02/10] include: riscv: Fix wrong include guard in riscv_pmu.h
` [PATCH v2 03/10] riscv: Make legacy counter enum match the HW numbering
` [PATCH v2 04/10] drivers: perf: Rename riscv pmu driver
` [PATCH v2 05/10] riscv: Prepare for user-space perf event mmap support
` [PATCH v2 06/10] drivers: perf: Implement perf event mmap support in the legacy backend
` [PATCH v2 07/10] drivers: perf: Implement perf event mmap support in the SBI backend
` [PATCH v2 08/10] Documentation: admin-guide: Add riscv sysctl_perf_user_access
` [PATCH v2 09/10] tools: lib: perf: Implement riscv mmap support
` [PATCH v2 10/10] perf: tests: Adapt mmap-basic.c for riscv

[PATCH v2] riscv: optimize ELF relocation function in riscv
 2023-05-12 10:06 UTC  (4+ messages)

[PATCH v2] arch: fix broken BuildID for arm64 and riscv
 2023-05-12 10:10 UTC  (2+ messages)

[PATCH AUTOSEL 6.3 5/7] riscv: Unconditionnally select KASAN_VMALLOC if KASAN
 2023-05-12  9:51 UTC  (2+ messages)

[PATCH 04/12] riscv: mm: init: Pass a pointer to virt_to_page()
 2023-05-12  8:56 UTC 

[PATCH v5 0/5] Allwinner R329/D1/R528/T113s SPI support
 2023-05-12  5:24 UTC  (9+ messages)
` [PATCH v5 1/5] dt-bindings: spi: sun6i: add DT bindings for Allwinner R329/D1/R528/T113s SPI
` [PATCH v5 2/5] spi: sun6i: change OF match data to a struct
` [PATCH v5 3/5] spi: sun6i: add quirk for in-controller clock divider
` (subset) [PATCH v5 0/5] Allwinner R329/D1/R528/T113s SPI support

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-12  3:38 UTC  (17+ messages)
` [PATCH 01/23] arm: "
` [PATCH 05/23] m68k: "
` [PATCH 21/23] x86: Allow get_locked_pte() "

[PATCH -next v19 04/24] riscv: Add new csr defines related to vector extension
 2023-05-11 22:56 UTC  (2+ messages)

[PATCH -next v19 05/24] riscv: Clear vector regfile on bootup
 2023-05-11 22:56 UTC  (2+ messages)

[PATCH -next v19 06/24] riscv: Disable Vector Instructions for kernel itself
 2023-05-11 22:56 UTC  (2+ messages)

[PATCH -next v19 02/24] riscv: Extending cpufeature.c to detect V-extension
 2023-05-11 22:56 UTC  (2+ messages)

[PATCH -next v19 08/24] riscv: Introduce riscv_v_vsize to record size of Vector context
 2023-05-11 22:56 UTC  (2+ messages)

[PATCH -next v19 07/24] riscv: Introduce Vector enable/disable helpers
 2023-05-11 22:56 UTC  (2+ messages)

[PATCH -next v19 01/24] riscv: Rename __switch_to_aux() -> fpu
 2023-05-11 22:56 UTC  (2+ messages)

[PATCH 0/2] RISCV: Add KVM_GET_REG_LIST API
 2023-05-11 22:48 UTC  (7+ messages)
` [PATCH 1/2] riscv: kvm: Add KVM_GET_REG_LIST API support
` [PATCH 2/2] KVM: selftests: Add riscv get-reg-list test

[PATCH] riscv: optimize ELF relocation function in riscv
 2023-05-11 22:45 UTC  (2+ messages)

[PATCH] riscv: replace deprecated scall with ecall
 2023-05-11 22:41 UTC  (2+ messages)

[PATCH -next v19 03/24] riscv: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_V
 2023-05-11 22:36 UTC  (2+ messages)

[PATCH 0/4] Zbb + fast-unaligned string optimization
 2023-05-11 21:06 UTC  (2+ messages)

[PATCH 0/3] riscv: sbi: Switch to the sys-off handler API
 2023-05-11 20:53 UTC  (2+ messages)

[PATCH V10 0/4] riscv: Optimize function trace
 2023-05-11 19:42 UTC  (6+ messages)
` [PATCH V10 1/4] riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH V10 2/4] riscv: ftrace: Add ftrace_graph_func
` [PATCH V10 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH V10 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-05-11 19:02 UTC  (5+ messages)
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[PATCH] PCI: microchip: Avoid cast to incompatible function type
 2023-05-11 15:30 UTC  (2+ messages)

[PATCH v1] Documentation: RISC-V: patch-acceptance: mention patchwork's role
 2023-05-11 13:50 UTC 

[PATCH V9 0/4] riscv: Optimize function trace
 2023-05-11 13:30 UTC  (9+ messages)
` [PATCH V9 2/4] riscv: ftrace: Add ftrace_graph_func
` [PATCH V9 3/4] riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
` [PATCH V9 4/4] samples: ftrace: Add riscv support for SAMPLE_FTRACE_DIRECT[_MULTI]

[PATCH v3 00/11] Linux RISC-V AIA Support
 2023-05-11  9:49 UTC  (3+ messages)
` [PATCH v3 04/11] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller

[PATCH v4 0/3] Add TDM audio on StarFive JH7110
 2023-05-11  9:15 UTC  (4+ messages)
` [PATCH v4 1/3] ASoC: dt-bindings: Add TDM controller bindings for "
` [PATCH v4 2/3] ASoC: starfive: Add JH7110 TDM driver
` [PATCH v4 3/3] riscv: dts: starfive: add the node and pins configuration for tdm

[PATCH v2 1/5] riscv: Add the T-HEAD SoC family Kconfig option
 2023-05-11  9:12 UTC  (8+ messages)
` [PATCH v2 2/5] riscv: dts: add initial T-HEAD light SoC device tree
` [PATCH v2 3/5] riscv: dts: thead: add sipeed Lichee Pi 4A board "
` [PATCH v2 5/5] MAINTAINERS: add entry for T-HEAD RISC-V SoC

[PATCH -next v5 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-05-11  8:51 UTC  (3+ messages)
` [PATCH -next v5 1/2] riscv: kdump: Implement crashkernel=X,[high,low]
` [PATCH -next v5 2/2] docs: kdump: Update the crashkernel description for riscv

[PATCH -next v4 0/2] support allocating crashkernel above 4G explicitly on riscv
 2023-05-11  8:47 UTC  (4+ messages)
` [PATCH -next v4 1/2] riscv: kdump: Implement crashkernel=X,[high,low]

[PATCH] dt-bindings: timer: sifive,clint: Clean up compatible value section
 2023-05-11  7:07 UTC  (3+ messages)

[PATCH v3 0/7] Add PLL clocks driver for StarFive JH7110 SoC
 2023-05-11  6:59 UTC  (8+ messages)
` [PATCH v3 5/7] dt-bindings: soc: starfive: Add StarFive syscon module

[PATCH v5 00/10] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
 2023-05-11  6:48 UTC  (3+ messages)
` [PATCH v5 04/10] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver

[PATCH v3 0/3] Add TDM audio on StarFive JH7110
 2023-05-11  5:10 UTC  (9+ messages)
` [PATCH v3 3/3] riscv: dts: starfive: add tdm node and sound card

[PATCH v3 0/5] Add JH7110 AON PMU support
 2023-05-11  2:06 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: power: "

[PATCH 1/2] RISC-V: lib: Improve memset assembler formatting
 2023-05-11  1:55 UTC  (2+ messages)

[PATCH] riscv: Optimize memset
 2023-05-11  1:42 UTC  (2+ messages)


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