messages from 2022-04-08 14:57:41 to 2022-04-13 09:17:59 UTC [more...]
[PATCH v9 00/12] riscv: support for Svpbmt and D1 memory types
2022-04-13 9:17 UTC (29+ messages)
` [PATCH v9 01/12] riscv: integrate alternatives better into the main architecture
` [PATCH v9 02/12] riscv: allow different stages with alternatives
` [PATCH v9 03/12] riscv: implement module alternatives
` [PATCH v9 04/12] riscv: implement ALTERNATIVE_2 macro
` [PATCH v9 05/12] riscv: extend concatenated alternatives-lines to the same length
` [PATCH v9 06/12] riscv: prevent compressed instructions in alternatives
` [PATCH v9 07/12] riscv: move boot alternatives to after fill_hwcap
` [PATCH v9 08/12] riscv: Fix accessing pfn bits in PTEs for non-32bit variants
` [PATCH v9 09/12] riscv: add RISC-V Svpbmt extension support
` [PATCH v9 10/12] riscv: remove FIXMAP_PAGE_IO and fall back to its default value
` [PATCH v9 11/12] riscv: don't use global static vars to store alternative data
` [PATCH v9 12/12] riscv: add memory-type errata for T-Head
[PATCH v3 0/9] More PolarFire SoC Fixes for 5.18
2022-04-13 7:58 UTC (10+ messages)
` [PATCH v3 1/9] clk: microchip: mpfs: fix parents for FIC clocks
` [PATCH v3 2/9] clk: microchip: mpfs: mark CLK_ATHENA as critical
` [PATCH v3 3/9] riscv: dts: microchip: fix usage of fic clocks on mpfs
` [PATCH v3 4/9] dt-bindings: clk: mpfs document msspll dri registers
` [PATCH v3 5/9] dt-bindings: clk: mpfs: add defines for two new clocks
` [PATCH v3 6/9] dt-bindings: rtc: add refclk to mpfs-rtc
` [PATCH v3 7/9] clk: microchip: mpfs: re-parent the configurable clocks
` [PATCH v3 8/9] clk: microchip: mpfs: add RTCREF clock control
` [PATCH v3 9/9] riscv: dts: microchip: reparent mpfs clocks
[PATCH v2 0/9] More PolarFire SoC Fixes for 5.18
2022-04-13 6:44 UTC (22+ messages)
` [PATCH v2 1/9] clk: microchip: mpfs: fix parents for FIC clocks
` [PATCH v2 2/9] clk: microchip: mpfs: mark CLK_ATHENA as critical
` [PATCH v2 3/9] riscv: dts: microchip: fix usage of fic clocks on mpfs
` [PATCH v2 4/9] dt-bindings: clk: mpfs document msspll dri registers
` [PATCH v2 5/9] dt-bindings: clk: mpfs: add defines for two new clocks
` [PATCH v2 6/9] dt-bindings: rtc: add refclk to mpfs-rtc
` [PATCH v2 7/9] clk: microchip: mpfs: re-parent the configurable clocks
` [PATCH v2 8/9] clk: microchip: mpfs: add RTCREF clock control
` [PATCH v2 9/9] riscv: dts: microchip: reparent mpfs clocks
cleanup swiotlb initialization v8
2022-04-13 6:20 UTC (5+ messages)
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
[PATCH v3 00/10] archs/random: fallback to best raw ktime when no cycle counter
2022-04-12 21:17 UTC (14+ messages)
` [PATCH v3 01/10] timekeeping: add raw clock fallback for random_get_entropy()
` [PATCH v3 02/10] m68k: use fallback for random_get_entropy() instead of zero
` [PATCH v3 03/10] riscv: "
` [PATCH v3 04/10] mips: "
` [PATCH v3 05/10] arm: "
` [PATCH v3 06/10] nios2: "
` [PATCH v3 07/10] x86: "
` [PATCH v3 08/10] um: "
` [PATCH v3 09/10] sparc: "
` [PATCH v3 10/10] xtensa: "
[PATCH] binfmt_flat: do not stop relocating GOT entries prematurely
2022-04-12 14:52 UTC (4+ messages)
[PATCH 0/6] KVM RISC-V Sv57x4 support and HFENCE improvements
2022-04-12 10:07 UTC (7+ messages)
` [PATCH 1/6] RISC-V: KVM: Use G-stage name for hypervisor page table
` [PATCH 2/6] RISC-V: KVM: Add Sv57x4 mode support for G-stage
` [PATCH 3/6] RISC-V: KVM: Treat SBI HFENCE calls as NOPs
` [PATCH 4/6] RISC-V: KVM: Introduce range based local HFENCE functions
` [PATCH 5/6] RISC-V: KVM: Reduce KVM_MAX_VCPUS value
` [PATCH 6/6] RISC-V: KVM: Add remote HFENCE functions based on VCPU requests
[PATCH v7 00/20] Introduce power-off+restart call chain API
2022-04-12 9:56 UTC (25+ messages)
` [PATCH v7 01/20] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v7 02/20] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v7 03/20] reboot: Print error message if restart handler has duplicated priority
` [PATCH v7 04/20] kernel: Add combined power-off+restart handler call chain API
` [PATCH v7 05/20] ARM: Use do_kernel_power_off()
` [PATCH v7 06/20] csky: "
` [PATCH v7 07/20] riscv: "
` [PATCH v7 08/20] arm64: "
` [PATCH v7 09/20] parisc: "
` [PATCH v7 10/20] xen/x86: "
` [PATCH v7 11/20] powerpc: "
` [PATCH v7 12/20] m68k: Switch to new sys-off handler API
` [PATCH v7 13/20] sh: Use do_kernel_power_off()
` [PATCH v7 14/20] x86: "
` [PATCH v7 15/20] ia64: "
` [PATCH v7 16/20] mips: "
` [PATCH v7 17/20] memory: emif: Use kernel_can_power_off()
` [PATCH v7 18/20] ACPI: power: Switch to sys-off handler API
` [PATCH v7 19/20] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v7 20/20] reboot: Remove pm_power_off_prepare()
Wycena paneli fotowoltaicznych
2022-04-12 7:50 UTC
[PATCH V2 0/3] riscv: atomic: Optimize AMO instructions usage
2022-04-12 3:49 UTC (4+ messages)
` [PATCH V2 1/3] riscv: atomic: Cleanup unnecessary definition
` [PATCH V2 2/3] riscv: atomic: Optimize acquire and release for AMO operations
` [PATCH V2 3/3] riscv: atomic: Optimize memory barrier semantics of LRSC-pairs
[PATCH] RISC-V: mm: Fix set_satp_mode() for platform not having Sv57
2022-04-12 3:33 UTC
[PATCH v2] RISC-V: Increase range and default value of NR_CPUS
2022-04-11 22:18 UTC (6+ messages)
[PATCH v2 00/11] archs/random: fallback to using ktime_read_raw_clock() if no cycle counter
2022-04-11 22:07 UTC (14+ messages)
` [PATCH v2 01/11] timekeeping: add accessor for raw clock
` [PATCH v2 02/11] timekeeping: use ktime_read_raw_clock() for random_get_entropy() if no get_cycles()
` [PATCH v2 03/11] m68k: use ktime_read_raw_clock() for random_get_entropy() instead of zero
` [PATCH v2 04/11] riscv: "
` [PATCH v2 05/11] mips: "
` [PATCH v2 06/11] arm: "
` [PATCH v2 07/11] nios2: "
` [PATCH v2 08/11] x86: "
` [PATCH v2 09/11] um: "
` [PATCH v2 10/11] sparc: "
` [PATCH v2 11/11] xtensa: "
[PATCH v2 0/1] perf jitdump: Add riscv64 support
2022-04-11 19:40 UTC (3+ messages)
` [PATCH v2 1/1] "
[GIT PULL] KVM/riscv fixes for 5.18, take #1
2022-04-11 17:29 UTC (2+ messages)
[PATCH bpf-next] riscv, bpf: Implement more atomic operations for RV64
2022-04-11 15:00 UTC (4+ messages)
[PATCH v1 0/4] riscv: mm: add Svnapot support
2022-04-11 14:39 UTC (6+ messages)
` [PATCH v1 1/4] mm: modify pte format for Svnapot
` [PATCH v1 2/4] mm: support Svnapot in physical page linear-mapping
` [PATCH v1 3/4] mm: support Svnapot in hugetlb page
` [PATCH v1 4/4] mm: support Svnapot in huge vmap
[PATCH] riscv: Optimize AMO acquire/release usage
2022-04-11 13:20 UTC (3+ messages)
[PATCH v8 0/4] Determine the number of DMA channels by 'dma-channels' property
2022-04-11 11:43 UTC (5+ messages)
[PATCH 0/3] tty: TX helpers
2022-04-11 10:54 UTC (2+ messages)
` [PATCH 3/3] tty: serial: use uart_port_tx_limit() helper
[PATCH v2] clk: microchip: mpfs: don't reset disabled peripherals
2022-04-11 7:23 UTC
[PATCH RFC v1 00/10] archs/random: fallback to using sched_clock() if no cycle counter
2022-04-10 23:29 UTC (19+ messages)
` [PATCH RFC v1 01/10] random: use sched_clock() for random_get_entropy() if no get_cycles()
` [PATCH RFC v1 02/10] m68k: use sched_clock() for random_get_entropy() instead of zero
` [PATCH RFC v1 03/10] riscv: "
` [PATCH RFC v1 04/10] mips: "
` [PATCH RFC v1 05/10] arm: "
` [PATCH RFC v1 06/10] x86: "
` [PATCH RFC v1 07/10] arm64: "
` [PATCH RFC v1 08/10] um: "
` [PATCH RFC v1 09/10] sparc: "
` [PATCH RFC v1 10/10] xtensa: "
[PATCH v5 0/7] RISC-V IPI Improvements
2022-04-10 20:11 UTC (3+ messages)
` [PATCH v5 3/7] genirq: Add mechanism to multiplex a single HW IPI
[PATCH 0/1] perf jitdump: Add riscv64 support
2022-04-10 15:15 UTC (4+ messages)
` [PATCH 1/1] "
[PATCH v1 0/7] Add rtc refclk support for PolarFire SoC
2022-04-10 8:12 UTC (8+ messages)
[RFC PULL] remove arch/h8300
2022-04-10 8:08 UTC (12+ messages)
[PATCH] RISC-V: cpuidle: fix Kconfig select for RISCV_SBI_CPUIDLE
2022-04-10 3:14 UTC (2+ messages)
[PATCH] RISC-V: KVM: include missing hwcap.h into vcpu_fp
2022-04-09 3:51 UTC (2+ messages)
[PATCH v8 00/14] riscv: support for Svpbmt and D1 memory types
2022-04-08 16:13 UTC (4+ messages)
` [PATCH v8 10/14] riscv: add cpufeature handling via alternatives
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).