messages from 2023-05-17 02:54:50 to 2023-05-18 17:30:55 UTC [more...]
[PATCH -next v20 00/26] riscv: Add vector ISA support
2023-05-18 17:28 UTC (28+ messages)
` [PATCH -next v20 01/26] riscv: Rename __switch_to_aux() -> fpu
` [PATCH -next v20 02/26] riscv: Extending cpufeature.c to detect V-extension
` [PATCH -next v20 03/26] riscv: hwprobe: Add support for probing V in RISCV_HWPROBE_KEY_IMA_EXT_0
` [PATCH -next v20 04/26] riscv: Add new csr defines related to vector extension
` [PATCH -next v20 05/26] riscv: Clear vector regfile on bootup
` [PATCH -next v20 06/26] riscv: Disable Vector Instructions for kernel itself
` [PATCH -next v20 07/26] riscv: Introduce Vector enable/disable helpers
` [PATCH -next v20 08/26] riscv: Introduce riscv_v_vsize to record size of Vector context
` [PATCH -next v20 09/26] riscv: Introduce struct/helpers to save/restore per-task Vector state
` [PATCH -next v20 10/26] riscv: Add task switch support for vector
` [PATCH -next v20 11/26] riscv: Allocate user's vector context in the first-use trap
` [PATCH -next v20 12/26] riscv: Add ptrace vector support
` [PATCH -next v20 13/26] riscv: signal: check fp-reserved words unconditionally
` [PATCH -next v20 14/26] riscv: signal: Add sigcontext save/restore for vector
` [PATCH -next v20 15/26] riscv: signal: Report signal frame size to userspace via auxv
` [PATCH -next v20 16/26] riscv: signal: validate altstack to reflect Vector
` [PATCH -next v20 17/26] riscv: prevent stack corruption by reserving task_pt_regs(p) early
` [PATCH -next v20 18/26] riscv: kvm: Add V extension to KVM ISA
` [PATCH -next v20 19/26] riscv: KVM: Add vector lazy save/restore support
` [PATCH -next v20 20/26] riscv: Add prctl controls for userspace vector management
` [PATCH -next v20 21/26] riscv: Add sysctl to set the default vector rule for new processes
` [PATCH -next v20 22/26] riscv: detect assembler support for .option arch
` [PATCH -next v20 23/26] riscv: Enable Vector code to be built
` [PATCH -next v20 24/26] riscv: Add documentation for Vector
` [PATCH -next v20 25/26] selftests: Test RISC-V Vector prctl interface
` [PATCH -next v20 26/26] selftests: add .gitignore file for RISC-V hwprobe
[PATCH 0/2] tools/nolibc: riscv: Fix up compile error for rv32
2023-05-18 17:03 UTC (3+ messages)
` [PATCH 1/2] tools/nolibc: riscv: Fix up load/store instructions "
` [PATCH 2/2] tools/nolibc: riscv: Support __NR_llseek "
[PATCH v1] dt-bindings: riscv: deprecate riscv,isa
2023-05-18 17:06 UTC (8+ messages)
[PATCH v3 00/10] riscv: add Bouffalolab bl808 support
2023-05-18 15:59 UTC (4+ messages)
` [PATCH v3 06/10] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
[RFC PATCH 00/22] riscv: s64ilp32: Running 32-bit Linux kernel on 64-bit supervisor mode
2023-05-18 15:38 UTC (24+ messages)
` [RFC PATCH 01/22] riscv: vdso: Unify vdso32 & compat_vdso into vdso/Makefile
` [RFC PATCH 02/22] riscv: vdso: Remove compat_vdso/
` [RFC PATCH 03/22] riscv: vdso: Add time-related vDSO common flow for vdso32
` [RFC PATCH 04/22] clocksource: riscv: s64ilp32: Use __riscv_xlen instead of CONFIG_32BIT
` [RFC PATCH 05/22] riscv: s64ilp32: Introduce xlen_t
` [RFC PATCH 06/22] irqchip: riscv: s64ilp32: Use __riscv_xlen instead of CONFIG_32BIT
` [RFC PATCH 07/22] riscv: s64ilp32: Add sbi support
` [RFC PATCH 08/22] riscv: s64ilp32: Add asid support
` [RFC PATCH 09/22] riscv: s64ilp32: Introduce PTR_L and PTR_S
` [RFC PATCH 10/22] riscv: s64ilp32: Enable user space runtime environment
` [RFC PATCH 11/22] riscv: s64ilp32: Add ebpf jit support
` [RFC PATCH 12/22] riscv: s64ilp32: Add ELF32 support
` [RFC PATCH 13/22] riscv: s64ilp32: Add ARCH RV64 ILP32 compiling framework
` [RFC PATCH 14/22] riscv: s64ilp32: Add MMU_SV39 mode support for 32BIT
` [RFC PATCH 15/22] riscv: s64ilp32: Enable native atomic64
` [RFC PATCH 16/22] riscv: s64ilp32: Add TImode (128 int) support
` [RFC PATCH 17/22] riscv: s64ilp32: Implement cmpxchg_double
` [RFC PATCH 18/22] riscv: s64ilp32: Disable KVM
` [RFC PATCH 19/22] riscv: Cleanup rv32_defconfig
` [RFC PATCH 20/22] riscv: s64ilp32: Add rv64ilp32_defconfig
` [RFC PATCH 21/22] riscv: s64ilp32: Correct the rv64ilp32 stackframe layout
` [RFC PATCH 22/22] riscv: s64ilp32: Temporary workaround solution to gcc problem
[PATCH v4 00/10] riscv: add Bouffalolab bl808 support
2023-05-18 15:22 UTC (11+ messages)
` [PATCH v4 01/10] dt-bindings: vendor-prefixes: add bouffalolab
` [PATCH v4 02/10] dt-bindings: interrupt-controller: Add bouffalolab bl808 plic
` [PATCH v4 03/10] dt-bindings: serial: add documentation for Bouffalolab UART Driver
` [PATCH v4 04/10] serial: bflb_uart: add "
` [PATCH v4 05/10] riscv: add the Bouffalolab SoC family Kconfig option
` [PATCH v4 06/10] dt-bindings: riscv: Add bouffalolab bl808 board compatibles
` [PATCH v4 07/10] riscv: dts: bouffalolab: add the bl808 SoC base device tree
` [PATCH v4 08/10] riscv: dts: bouffalolab: add Sipeed M1s SoM and Dock devicetree
` [PATCH v4 09/10] MAINTAINERS: riscv: add entry for Bouffalolab SoC
` [PATCH v4 10/10] riscv: defconfig: enable BOUFFALOLAB SoC
[PATCH v18 0/2] Microchip Soft IP corePWM driver
2023-05-18 15:15 UTC (5+ messages)
` [PATCH v18 1/2] pwm: add microchip soft ip "
` [PATCH v18 2/2] MAINTAINERS: add pwm to PolarFire SoC entry
Bug report: kernel paniced when system hibernates
2023-05-18 14:04 UTC (24+ messages)
` Fwd: "
[PATCH v2 00/34] Split ptdesc from struct page
2023-05-18 12:12 UTC (2+ messages)
[PATCH v6 0/7] Add JH7110 USB and USB PHY driver support
2023-05-18 11:27 UTC (8+ messages)
` [PATCH v6 1/7] dt-bindings: phy: Add StarFive JH7110 USB PHY
` [PATCH v6 2/7] dt-bindings: phy: Add StarFive JH7110 PCIe PHY
` [PATCH v6 3/7] phy: starfive: Add JH7110 USB 2.0 PHY driver
` [PATCH v6 4/7] phy: starfive: Add JH7110 PCIE "
` [PATCH v6 5/7] dt-bindings: usb: Add StarFive JH7110 USB controller
` [PATCH v6 6/7] usb: cdns3: Add StarFive JH7110 USB driver
` [PATCH v6 7/7] riscv: dts: starfive: Add USB dts configuration for JH7110
[PATCH v6 00/11] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
2023-05-18 10:12 UTC (12+ messages)
` [PATCH v6 01/11] dt-bindings: clock: Add StarFive JH7110 System-Top-Group clock and reset generator
` [PATCH v6 02/11] clk: starfive: Add StarFive JH7110 System-Top-Group clock driver
` [PATCH v6 03/11] dt-bindings: clock: Add StarFive JH7110 Image-Signal-Process clock and reset generator
` [PATCH v6 04/11] clk: starfive: Add StarFive JH7110 Image-Signal-Process clock driver
` [PATCH v6 05/11] dt-bindings: clock: Add StarFive JH7110 Video-Output clock and reset generator
` [PATCH v6 06/11] clk: starfive: Add StarFive JH7110 Video-Output clock driver
` [PATCH v6 07/11] MAINTAINERS: Update maintainer of JH71x0 clock drivers
` [PATCH v6 08/11] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
` [PATCH v6 09/11] riscv: dts: starfive: jh7110: add pmu controller node
` [PATCH v6 10/11] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks
` [PATCH v6 11/11] riscv: dts: starfive: jh7110: Add STGCRG/ISPCRG/VOUTCRG nodes
[PATCH V3] perf vendor events riscv: add T-HEAD C9xx JSON file
2023-05-18 12:09 UTC (3+ messages)
[PATCH 0/2] RISCV: Add KVM_GET_REG_LIST API
2023-05-18 8:10 UTC (6+ messages)
` [PATCH 2/2] KVM: selftests: Add riscv get-reg-list test
[RESEND PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
2023-05-18 6:59 UTC (3+ messages)
` [RESEND PATCH v9 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [RESEND PATCH v9 2/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
[PATCH 00/14] mm/init/kernel: missing-prototypes warnings
2023-05-18 3:54 UTC (21+ messages)
` [PATCH 01/14] mm: percpu: unhide pcpu_embed_first_chunk prototype
` [PATCH 02/14] mm: page_poison: always declare __kernel_map_pages() function
` [PATCH 03/14] mm: sparse: mark populate_section_memmap() static
` [PATCH 04/14] audit: avoid missing-prototype warnings
` [PATCH 4/14] "
` [PATCH 05/14] lib: devmem_is_allowed: include linux/io.h
` [PATCH 06/14] locking: add lockevent_read() prototype
` [PATCH 07/14] panic: hide unused global functions
` [PATCH 08/14] panic: make function declarations visible
` [PATCH 09/14] kunit: include debugfs header file
` [PATCH 10/14] suspend: add a arch_resume_nosmt() prototype
` [PATCH 11/14] init: consolidate prototypes in linux/init.h
` [PATCH 12/14] init: move cifs_root_data() prototype into linux/mount.h
` [PATCH 13/14] thread_info: move function declarations to linux/thread_info.h
` [PATCH 14/14] time_namespace: always provide arch_get_vdso_data() prototype for vdso
[PATCH v3 0/3] Make fprobe + rethook immune to recursion
2023-05-18 2:49 UTC (13+ messages)
` [PATCH v3 1/4] rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
` [PATCH v3 2/4] fprobe: make fprobe_kprobe_handler recursion free
` [PATCH v3 3/4] fprobe: add recursion detection in fprobe_exit_handler
` [PATCH v3 4/4] rethook, fprobe: do not trace rethook related functions
[PATCH v5 00/10] Add STG/ISP/VOUT clock and reset drivers for StarFive JH7110
2023-05-18 1:22 UTC (4+ messages)
` [PATCH v5 08/10] reset: starfive: jh7110: Add StarFive STG/ISP/VOUT resets support
[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
2023-05-17 21:50 UTC (6+ messages)
` [PATCH 15/23] s390: allow pte_offset_map_lock() "
` [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
[PATCH 0/7] riscv: Memory Hot(Un)Plug support
2023-05-17 18:53 UTC (3+ messages)
[PATCH] irq_work: consolidate arch_irq_work_raise prototypes
2023-05-17 14:08 UTC (2+ messages)
[PATCH 00/10] RISC-V KVM in-kernel AIA irqchip
2023-05-17 10:51 UTC (11+ messages)
` [PATCH 01/10] RISC-V: KVM: Implement guest external interrupt line management
` [PATCH 02/10] RISC-V: KVM: Add IMSIC related defines
` [PATCH 03/10] RISC-V: KVM: Add APLIC "
` [PATCH 04/10] RISC-V: KVM: Set kvm_riscv_aia_nr_hgei to zero
` [PATCH 05/10] RISC-V: KVM: Skeletal in-kernel AIA irqchip support
` [PATCH 06/10] RISC-V: KVM: Implement device interface for AIA irqchip
` [PATCH 07/10] RISC-V: KVM: Add in-kernel emulation of AIA APLIC
` [PATCH 08/10] RISC-V: KVM: Expose APLIC registers as attributes of AIA irqchip
` [PATCH 09/10] RISC-V: KVM: Add in-kernel virtualization of AIA IMSIC
` [PATCH 10/10] RISC-V: KVM: Expose IMSIC registers as attributes of AIA irqchip
[PATCH V10 0/4] riscv: Optimize function trace
2023-05-17 11:09 UTC (3+ messages)
[PATCH v17 0/2] Microchip Soft IP corePWM driver
2023-05-17 10:57 UTC (4+ messages)
` [PATCH v17 1/2] pwm: add microchip soft ip "
[PATCH v3] RISC-V: Enable dead code elimination
2023-05-17 8:41 UTC (2+ messages)
[PATCH v4 0/3] Add TDM audio on StarFive JH7110
2023-05-17 8:35 UTC (3+ messages)
` [PATCH v4 2/3] ASoC: starfive: Add JH7110 TDM driver
[PATCH V2] perf vendor events riscv: add T-HEAD C9xx JSON file
2023-05-17 9:04 UTC (3+ messages)
[PATCH 2/2] perf vendor events riscv: add T-HEAD C9xx JSON file
2023-05-17 5:16 UTC (3+ messages)
` RESEND "
[PATCH 1/2] perf tools riscv: Allow get_cpuid return empty MARCH and MIMP
2023-05-17 5:06 UTC (2+ messages)
[PATCH v2 0/4] Make fprobe + rethook immune to recursion
2023-05-17 4:51 UTC (11+ messages)
` [PATCH v2 2/4] fprobe: make fprobe_kprobe_handler recursion free
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