messages from 2025-01-13 18:43:48 to 2025-01-15 09:56:45 UTC [more...]
[PATCH v5 0/2] riscv/ptrace: add new regset to access original a0 register
2025-01-15 9:56 UTC (6+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] riscv: selftests: Add a ptrace test to verify a0 and orig_a0 access
[PATCH 00/12] Support for Allwinner V853 SoC
2025-01-15 9:43 UTC (13+ messages)
` [PATCH 02/12] dt-bindings: pinctrl: sunxi: add compatible for V853
` [PATCH 03/12] pinctrl: sunxi: add driver for Allwinner V853
` [PATCH 10/12] dt-bindings: phy: allwinner: add v853 usb phy
` [PATCH 12/12] ARM: dts: sun8i: add DTSI file for V853
[PATCH 0/2] RISC-V IOMMU HPM support
2025-01-15 9:44 UTC (7+ messages)
` [PATCH 1/2] iommu/riscv: add RISC-V IOMMU PMU support
` [External] "
` [PATCH 2/2] iommu/riscv: support HPM and interrupt handling
[PATCH v1 0/5] riscv: dts: starfive: jh7110-common: Sync downstream U-Boot changes
2025-01-15 9:35 UTC (11+ messages)
` [PATCH v1 1/5] riscv: dts: starfive: jh7110-common: replace syscrg clock assignments
` [PATCH v1 2/5] riscv: dts: starfive: jh7110-common: qspi flash setting read-delay 2 cycles max 100MHz
` [PATCH v1 4/5] riscv: dts: starfive: jh7110-common: add eeprom node to i2c5
[PATCH v5 0/3] Enable Zicbom in usermode
2025-01-15 9:17 UTC (5+ messages)
` [PATCH v5 1/3] RISC-V: Enable cbo.clean/flush "
` [PATCH v5 2/3] RISC-V: hwprobe: Expose Zicbom extension and its block size
` [PATCH v5 3/3] RISC-V: selftests: Add TEST_ZICBOM into CBO tests
Page sizes supported by RISC-V
2025-01-15 9:03 UTC (8+ messages)
[PATCH v4 0/4] Add clock controller support for SpacemiT K1
2025-01-15 7:29 UTC (4+ messages)
` [PATCH v4 1/4] dt-bindings: clock: spacemit: Add clock controllers of Spacemit K1 SoC
[PATCH v3 0/5] Add PCIe support to Sophgo SG2042 SoC
2025-01-15 7:07 UTC (6+ messages)
` [PATCH v3 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
` [PATCH v3 2/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
` [PATCH v3 3/5] dt-bindings: mfd: syscon: Add sg2042 pcie ctrl compatible
` [PATCH v3 4/5] riscv: sophgo: dts: add pcie controllers for SG2042
` [PATCH v3 5/5] riscv: sophgo: dts: enable pcie for PioneerBox
[PATCH v3 0/4] mm: batched unmap lazyfree large folios during reclamation
2025-01-15 7:01 UTC (11+ messages)
` [PATCH v3 1/4] mm: Set folio swapbacked iff folios are dirty in try_to_unmap_one
` [PATCH v3 2/4] mm: Support tlbbatch flush for a range of PTEs
` [PATCH v3 3/4] mm: Support batched unmap for lazyfree large folios during reclamation
` [PATCH v3 4/4] mm: Avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmap
[PATCH v3 0/3] irqchip: Add Sophgo SG2042 MSI controller
2025-01-15 6:34 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: interrupt-controller: Add Sophgo SG2042 MSI
` [PATCH v3 2/3] irqchip: Add the Sophgo SG2042 MSI interrupt controller
` [PATCH v3 3/3] riscv: sophgo: dts: add msi controller for SG2042
[PATCH RFC] lib perf: Select syscall table at runtime
2025-01-15 2:19 UTC (2+ messages)
[PATCH v2 00/12] pm: Introduce devm_pm_set_wake_irq
2025-01-15 1:28 UTC (6+ messages)
` [PATCH v2 01/12] PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq
` [PATCH v2 09/12] rtc: pm8xxx: Use devm_pm_set_wake_irq
[PATCH] riscv: Add initial Xen guest support for RISC-V
2025-01-15 0:01 UTC (5+ messages)
[PATCH v2 00/21] Add Counter delegation ISA extension support
2025-01-15 0:57 UTC (25+ messages)
` [PATCH v2 01/21] perf pmu-events: Add functions in jevent.py to parse counter and event info for hardware aware grouping
` [PATCH v2 02/21] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v2 03/21] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v2 04/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v2 05/21] RISC-V: Define indirect CSR access helpers
` [PATCH v2 06/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v2 07/21] RISC-V: Add Ssccfg ISA extension definition and parsing
` [PATCH v2 08/21] dt-bindings: riscv: add Ssccfg ISA extension description
` [PATCH v2 09/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v2 10/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v2 11/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v2 12/21] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v2 13/21] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v2 14/21] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v2 15/21] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v2 16/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v2 17/21] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v2 18/21] RISC-V: perf: Add Qemu virt machine events
` [PATCH v2 19/21] tools/perf: Support event code for arch standard events
` [PATCH v2 20/21] tools/perf: Pass the Counter constraint values in the pmu events
` [PATCH v2 21/21] Sync empty-pmu-events.c with autogenerated one
[PATCH v10 0/3] Fix address translations on MPFS PCIe controller
2025-01-14 23:19 UTC (4+ messages)
[PATCH v10 1/3] PCI: microchip: Fix outbound address translation tables
2025-01-15 0:13 UTC (2+ messages)
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-01-14 21:48 UTC (39+ messages)
` [PATCH v4 01/30] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v4 02/30] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option
` [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v4 05/30] jump_label: Add annotations for validating noinstr usage
` [PATCH v4 06/30] static_call: Add read-only-after-init static calls
` [PATCH v4 07/30] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v4 08/30] x86/idle: Mark x86_idle "
` [PATCH v4 09/30] x86/paravirt: Mark pv_steal_clock "
` [PATCH v4 10/30] riscv/paravirt: "
` [PATCH v4 11/30] loongarch/paravirt: "
` [PATCH v4 12/30] arm64/paravirt: "
` [PATCH v4 13/30] arm/paravirt: "
` [PATCH v4 14/30] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v4 15/30] sched/clock: Mark sched_clock_running key "
` [PATCH v4 16/30] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v4 17/30] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v4 19/30] stackleack: Mark stack_erasing_bypass key "
` [PATCH v4 20/30] objtool: Add noinstr validation for static branches/calls
` [PATCH v4 21/30] context_tracking: Explicitely use CT_STATE_KERNEL where it is missing
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 23/30] context_tracking: Turn CT_STATE_* into bits
` [PATCH v4 24/30] context-tracking: Introduce work deferral infrastructure
` [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant
` [PATCH v4 27/30] x86/tlb: Make __flush_tlb_local() noinstr-compliant
` [PATCH v4 28/30] x86/tlb: Make __flush_tlb_all() noinstr
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
` [PATCH v4 30/30] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE
[PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs
2025-01-14 22:00 UTC (11+ messages)
[PATCH v4 0/4] defconfig: drop RT_GROUP_SCHED=y
2025-01-14 20:41 UTC (5+ messages)
` [PATCH v4 1/4] riscv: "
` [PATCH v4 2/4] loongarch: "
` [PATCH v4 3/4] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH v4 4/4] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2835/tegra/omap2plus
[PATCH v4 0/2] riscv/ptrace: add new regset to access original a0 register
2025-01-14 20:31 UTC (6+ messages)
` [PATCH v4 2/2] riscv: selftests: Add a ptrace test to verify syscall parameter modification
[PATCH v1 0/2] riscv: dts: starfive: Enable USB3.0 for Pine64 Star64
2025-01-14 18:11 UTC (5+ messages)
` [PATCH v1 1/2] riscv: dts: starfive: jh7110: pciephy0 USB 3.0 configuration registers
[PATCH RFC 0/6] riscv: perf: Add support for Control Transfer Records Ext
2025-01-14 17:55 UTC (7+ messages)
` [PATCH RFC 5/6] riscv: perf: Add driver "
[PATCH v2] rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm
2025-01-14 17:07 UTC
[PATCH] rseq/selftests: Fix riscv rseq_offset_deref_addv inline asm
2025-01-14 17:04 UTC (4+ messages)
[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
2025-01-12 18:42 UTC (3+ messages)
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit
` [REGRESSION] "
[RESEND PATCH v2] riscv: cacheinfo: Use of_property_present() for non-boolean properties
2025-01-14 15:25 UTC (3+ messages)
[PATCHv3 2/2] x86/mm: Make memremap(MEMREMAP_WB) map memory as encrypted by default
2025-01-14 15:06 UTC (6+ messages)
[PATCH] riscv: dts: microchip: update pcie reg properties to new format
2025-01-14 13:18 UTC
[PATCH v4 0/3] Enable Zicbom in usermode
2025-01-14 12:42 UTC (9+ messages)
` [PATCH v4 1/3] RISC-V: Enable cbo.clean/flush "
` [PATCH v4 2/3] RISC-V: hwprobe: Expose Zicbom extension and its block size
` [External] "
` [PATCH v4 3/3] RISC-V: selftests: Add TEST_ZICBOM into CBO tests
[PATCH v2 0/4] mm: batched unmap lazyfree large folios during reclamation
2025-01-14 10:37 UTC (16+ messages)
` [PATCH v2 1/4] mm: Set folio swapbacked iff folios are dirty in try_to_unmap_one
` [PATCH v2 2/4] mm: Support tlbbatch flush for a range of PTEs
` [PATCH v2 4/4] mm: Avoid splitting pmd for lazyfree pmd-mapped THP in try_to_unmap
[PATCH v2 00/18] vDSO: Introduce generic data storage
2025-01-14 10:33 UTC (5+ messages)
` [PATCH v2 09/18] riscv: vdso: Switch to generic storage implementation
[PATCH 0/5] riscv: irqchip: Optimization of interrupt handling
2025-01-14 9:07 UTC (10+ messages)
` [PATCH 3/5] irqchip/riscv-imsic: Use wmb() to order normal writes and IPI writes
` [External] "
` [PATCH 4/5] irqchip/timer-clint: "
` [PATCH 5/5] irqchip/aclint-sswi: "
Proszę o kontakt
2025-01-14 8:40 UTC
[PATCH v4] riscv: Call secondary mmu notifier when flushing the tlb
2025-01-14 5:41 UTC (2+ messages)
[PATCH v5 00/17] move pagetable_*_dtor() to __tlb_remove_table()
2025-01-14 2:26 UTC (4+ messages)
` [PATCH v5 05/17] arm64: pgtable: use mmu gather to free p4d level page table
[PATCH RESEND 0/2] clk: thead: Fix TH1520 boot dependency on clk_ignore_unused
2025-01-13 21:38 UTC (5+ messages)
` [PATCH RESEND 1/2] clk: thead: Fix clk gate registration to pass flags
` [PATCH RESEND 2/2] clk: thead: Add CLK_IGNORE_UNUSED to fix TH1520 boot
[PATCH] clk: thead: Fix cpu2vp_clk for TH1520 AP_SUBSYS clocks
2025-01-13 21:38 UTC (2+ messages)
[GIT PULL] RISC-V config for v6.14
2025-01-13 19:39 UTC
[GIT PULL] StarFive Devicetrees for v6.14
2025-01-13 19:35 UTC
[RFC PATCH v1 0/3] riscv: dts: starfive: jh7110: More U-Boot downstream changes for JH7110
2025-01-13 18:39 UTC (3+ messages)
` [RFC PATCH v1 1/3] riscv: dts: starfive: jh7110: add timer node
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;
as well as URLs for NNTP newsgroup(s).