messages from 2024-01-23 10:32:30 to 2024-01-25 15:10:07 UTC [more...]
[PATCH v5 000/111] pwm: Improve lifetime tracking for pwm_chips
2024-01-25 14:14 UTC (8+ messages)
` [PATCH v5 003/111] pwm: Provide a macro to get the parent device of a given chip
` [PATCH v5 027/111] pwm: sifive: Make use of pwmchip_parent() macro
` [PATCH v5 039/111] pwm: Provide wrappers for storing and getting driver private data
` [PATCH v5 073/111] pwm: microchip-core: Make use of devm_pwmchip_alloc() function
` [PATCH v5 086/111] pwm: sifive: "
[PATCH v3] riscv: select ARCH_HAS_FAST_MULTIPLIER
2024-01-25 14:57 UTC
[RFC PATCH v3 00/21] ACPI/arm64: add support for virtual cpu hotplug
2024-01-25 14:42 UTC (40+ messages)
` [PATCH RFC v3 03/21] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [PATCH RFC v3 05/21] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [PATCH RFC v3 17/21] ACPI: add support to register CPUs based on the _STA enabled bit
` [PATCH RFC v3 20/21] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
[PATCH v2 0/4] riscv: sophgo: add reset support for SG2042
2024-01-25 13:10 UTC (8+ messages)
` [PATCH v2 1/4] dt-bindings: reset: sophgo: support SG2042
` [PATCH v2 2/4] reset: sophgo: add SG2042 reset generator driver
` [PATCH v2 3/4] riscv: dts: add reset generator for Sophgo SG2042 SoC
` [PATCH v2 4/4] riscv: dts: add resets property for uart node
[PATCH v1 0/2] RISC-V: enable rust
2024-01-25 13:45 UTC (11+ messages)
[PATCH v2] riscv: dts: sophgo: add watchdog dt node for CV1800
2024-01-25 12:39 UTC (3+ messages)
[PATCH v2] riscv: dts: sophgo: add timer dt node for CV1800
2024-01-25 9:46 UTC
[PATCH v2] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
2024-01-25 9:15 UTC (6+ messages)
[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
2024-01-25 9:17 UTC (21+ messages)
` [PATCH linux-next v3 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH linux-next v3 02/14] crash: split vmcoreinfo exporting "
` [PATCH linux-next v3 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH linux-next v3 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH linux-next v3 05/14] crash: clean up kdump related config items
` [PATCH linux-next v3 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 07/14] arm64, "
` [PATCH linux-next v3 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH linux-next v3 09/14] s390, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 10/14] sh, "
` [PATCH linux-next v3 11/14] mips, "
` [PATCH linux-next v3 12/14] riscv, "
` [PATCH linux-next v3 13/14] arm, "
` [PATCH linux-next v3 14/14] loongarch, "
qemu riscv, thead c906, Linux boot regression
2024-01-25 9:13 UTC (9+ messages)
[RFC PATCH v1 00/28] riscv control-flow integrity for usermode
2024-01-25 8:18 UTC (33+ messages)
` [RFC PATCH v1 01/28] riscv: abstract envcfg CSR
` [RFC PATCH v1 02/28] riscv: envcfg save and restore on trap entry/exit
` [RFC PATCH v1 03/28] riscv: define default value for envcfg
` [RFC PATCH v1 04/28] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [RFC PATCH v1 05/28] riscv: zicfiss/zicfilp enumeration
` [RFC PATCH v1 06/28] riscv: zicfiss/zicfilp extension csr and bit definitions
` [RFC PATCH v1 07/28] riscv: kernel handling on trap entry/exit for user cfi
` [RFC PATCH v1 08/28] mm: Define VM_SHADOW_STACK for RISC-V
` [RFC PATCH v1 09/28] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [RFC PATCH v1 10/28] riscv/mm : Introducing new protection flag "PROT_SHADOWSTACK"
` [RFC PATCH v1 11/28] riscv: Implementing "PROT_SHADOWSTACK" on riscv
` [RFC PATCH v1 12/28] riscv mm: manufacture shadow stack pte
` [RFC PATCH v1 13/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [RFC PATCH v1 14/28] riscv mmu: write protect and shadow stack
` [RFC PATCH v1 15/28] riscv/mm: Implement map_shadow_stack() syscall
` [RFC PATCH v1 16/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [RFC PATCH v1 17/28] prctl: arch-agnostic prctl for shadow stack
` [RFC PATCH v1 18/28] prctl: arch-agnostic prtcl for indirect branch tracking
` [RFC PATCH v1 19/28] riscv: Implements arch agnostic shadow stack prctls
` [RFC PATCH v1 20/28] riscv: Implements arch argnostic indirect branch tracking prctls
` [RFC PATCH v1 21/28] riscv/traps: Introduce software check exception
` [RFC PATCH v1 22/28] riscv sigcontext: adding cfi state field in sigcontext
` [RFC PATCH v1 23/28] riscv signal: Save and restore of shadow stack for signal
` [RFC PATCH v1 24/28] riscv: select config for shadow stack and landing pad instr support
` [RFC PATCH v1 25/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [RFC PATCH v1 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [RFC PATCH v1 27/28] riscv: Documentation for shadow stack on riscv
` [RFC PATCH v1 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v7 0/3] Add support for Allwinner PWM on D1/T113s/R329 SoCs
2024-01-25 7:19 UTC (4+ messages)
` [PATCH v7 1/3] dt-bindings: pwm: Add binding for Allwinner D1/T113-S3/R329 PWM controller
` [PATCH v7 2/3] pwm: Add Allwinner's D1/T113-S3/R329 SoCs PWM support
` [PATCH v7 3/3] riscv: dts: allwinner: d1: Add pwm node
[PATCH] RISC-V: add uniprocessor flush_tlb_range() support
2024-01-25 6:20 UTC
[PATCH v10 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
2024-01-25 4:23 UTC (3+ messages)
` [PATCH v10 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v10 2/2] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
[PATCH -next v21 23/27] riscv: detect assembler support for .option arch
2024-01-24 21:58 UTC (6+ messages)
[PATCH v3 0/4] membarrier: riscv: Core serializing command
2024-01-24 21:43 UTC (9+ messages)
` [PATCH v3 2/4] membarrier: Create Documentation/scheduler/membarrier.rst
` [PATCH v3 4/4] membarrier: riscv: Provide core serializing command
[PATCH v9 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
2024-01-24 19:30 UTC (8+ messages)
` [PATCH v9 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
` [PATCH v9 2/2] documentation: Document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
[PATCH V3 0/4] riscv: mm: Fixup & Optimize COMPAT code
2024-01-24 18:36 UTC (5+ messages)
` [PATCH V3 3/4] riscv: mm: Remove unused TASK_SIZE_MIN
` [PATCH V3 4/4] riscv: mm: Optimize TASK_SIZE definition
[PATCH AUTOSEL 6.6 08/11] riscv: Make XIP bootable again
2024-01-24 14:28 UTC
[PATCH AUTOSEL 6.7 10/13] riscv: Make XIP bootable again
2024-01-24 14:28 UTC
[PATCH] riscv: Fix wrong size passed to local_flush_tlb_range_asid()
2024-01-24 8:41 UTC (5+ messages)
` [External] "
[PATCH] riscv: Call secondary mmu notifier when flushing the tlb
2024-01-24 8:03 UTC
[GIT PULL] RISC-V Devicetrees fix for Sophgo/SG2042 v6.8-rc1
2024-01-24 7:50 UTC
[PATCH] riscv: Optimize crc32 with Zbc extension
2024-01-24 7:21 UTC (5+ messages)
[PATCH v1 00/11] mm/memory: optimize fork() with PTE-mapped THP
2024-01-24 5:46 UTC (42+ messages)
` [PATCH v1 01/11] arm/pgtable: define PFN_PTE_SHIFT on arm and arm64
` [PATCH v1 07/11] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v1 08/11] mm/memory: pass PTE to copy_present_pte()
` [PATCH v1 09/11] mm/memory: optimize fork() with PTE-mapped THP
` [PATCH v1 10/11] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
` [PATCH v1 11/11] mm/memory: ignore writable bit "
[PATCH bpf] riscv, bpf: Fix unpredictable kernel crash about RV64 struct_ops
2024-01-23 22:41 UTC (2+ messages)
[PATCH v8 0/2] riscv: Create and document PR_RISCV_SET_ICACHE_FLUSH_CTX prctl
2024-01-23 22:26 UTC (6+ messages)
` [PATCH v8 1/2] riscv: Include riscv_set_icache_flush_ctx prctl
riscv/for-next build: 8 builds: 0 failed, 8 passed, 2 warnings (v6.8-rc1-15-ge2d6b54b935a9)
2024-01-23 19:52 UTC
[PATCH v3 00/10] RISC-V crypto with reworked asm files
2024-01-23 17:50 UTC (3+ messages)
[PATCH] clocksource: extend the max_delta_ns of timer-riscv and timer-clint to ULONG_MAX
2024-01-23 17:50 UTC (2+ messages)
[PATCH v4] RISC-V: build: Allow LTO to be selected
2024-01-23 17:50 UTC (2+ messages)
[RFT 0/2] RISC-V: handle missing "no-map" properties for OpenSBI's PMP protected regions
2024-01-23 17:50 UTC (2+ messages)
[PATCH] sh: use generic uaccess
2024-01-23 16:35 UTC (5+ messages)
[PATCH v7 0/7] consolidate and cleanup CPU capacity
2024-01-23 15:14 UTC (5+ messages)
` [PATCH v7 3/7] cpufreq/schedutil: Use a fixed reference frequency
[PATCH v2 0/7] MPFS clock fixes required for correct CAN clock modeling
2024-01-23 11:27 UTC (3+ messages)
` [PATCH v2 2/7] dt-bindings: can: mpfs: add missing required clock
[PATCH bpf-next 0/3] Use bpf_prog_pack for RV64 bpf trampoline
2024-01-23 10:32 UTC (4+ messages)
` [PATCH bpf-next 1/3] bpf: Use precise image size for struct_ops trampoline
` [PATCH bpf-next 2/3] bpf: Keep im address consistent between dry run and real patching
` [PATCH bpf-next 3/3] riscv, bpf: Use bpf_prog_pack for RV64 bpf trampoline
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