Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-24 06:53:32 to 2022-01-03 06:12:08 UTC [more...]

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2022-01-03  6:11 UTC  (96+ messages)
` [RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
` [RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary
` [RFC 03/32] ACPI: Kconfig: add HAS_IOPORT dependencies
` [RFC 04/32] parport: PC style parport depends on HAS_IOPORT
` [RFC 05/32] char: impi, tpm: depend "
` [RFC 06/32] speakup: Kconfig: add HAS_IOPORT dependencies
` [RFC 07/32] Input: gameport: add ISA and "
` [RFC 08/32] comedi: Kconfig: add "
` [RFC 09/32] sound: "
` [RFC 10/32] i2c: "
` [RFC 11/32] Input: "
` [RFC 12/32] iio: adc: "
` [RFC 13/32] hwmon: "
` [RFC 14/32] leds: "
` [RFC 15/32] media: "
` [RFC 16/32] misc: handle "
` [RFC 17/32] net: Kconfig: add "
` [RFC 18/32] pcmcia: "
` [RFC 19/32] platform: "
` [RFC 20/32] pnp: "
` [RFC 21/32] power: "
` [RFC 22/32] video: handle "
` [RFC 23/32] rtc: Kconfig: add "
` [RFC 24/32] scsi: "
` [RFC 25/32] watchdog: "
` [RFC 26/32] drm: handle "
` [RFC 27/32] PCI/sysfs: make I/O resource depend on HAS_IOPORT
` [RFC 28/32] PCI: make quirk using inw() "
` [RFC 29/32] firmware: dmi-sysfs: handle HAS_IOPORT dependencies
` [RFC 30/32] /dev/port: don't compile file operations without CONFIG_DEVPORT
` [RFC 31/32] usb: handle HAS_IOPORT dependencies
` [RFC 32/32] asm-generic/io.h: drop inb() etc for HAS_IOPORT=n

[PATCH] riscv: dts: sifive unmatched: Add gpio poweroff
 2021-12-31 17:16 UTC  (4+ messages)

[PATCH] riscv/entry: fix misspelling of instruction
 2021-12-30 15:57 UTC 

[PATCH -next 0/2] riscv/mm: Enable THP migration
 2021-12-30  6:45 UTC  (2+ messages)

[PATCH] riscv: canaan: remove useless select of non-existing config SYSCON
 2021-12-30  5:23 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2021-12-29  8:45 UTC 

[PATCH v2] KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR
 2021-12-29  4:53 UTC  (2+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2021-12-29  3:42 UTC  (4+ messages)
` [PATCH v3 07/13] riscv: Implement sv48 support

[PATCH v2 0/6] Sparse HART id support
 2021-12-28 22:30 UTC  (7+ messages)
` [PATCH v2 1/6] RISC-V: Avoid using per cpu array for ordered booting
` [PATCH v2 2/6] RISC-V: Do not print the SBI version during HSM extension boot print
` [PATCH v2 3/6] RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
` [PATCH v2 4/6] RISC-V: Move the entire hart selection via lottery to SMP
` [PATCH v2 5/6] RISC-V: Move spinwait booting method to its own config
` [PATCH v2 6/6] RISC-V: Do not use cpumask data structure for hartid bitmap

[PATCH V3 0/8] sched: Remove unused TASK_SIZE_OF for all archs
 2021-12-28 17:00 UTC  (10+ messages)
` [PATCH V3 1/8] sched: Remove unused TASK_SIZE_OF
` [PATCH V3 2/8] sched: x86: "
` [PATCH V3 3/8] sched: sparc: "
` [PATCH V3 4/8] sched: powerpc: "
` [PATCH V3 5/8] sched: s390: "
` [PATCH V3 6/8] sched: parisc: "
` [PATCH V3 7/8] sched: arm64: "
` [PATCH V3 8/8] sched: mips: "

[PATCH V2 00/17] riscv: compat: Add COMPAT mode support for rv64
 2021-12-28 14:39 UTC  (18+ messages)
` [PATCH V2 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V2 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V2 03/17] asm-generic: fcntl: compat: Remove duplicate definitions
` [PATCH V2 04/17] asm-generic: compat: Cleanup "
` [PATCH V2 05/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V2 06/17] riscv: Fixup difference with defconfig
` [PATCH V2 07/17] riscv: compat: Add basic compat date type implementation
` [PATCH V2 08/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V2 09/17] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V2 10/17] riscv: compat: syscall: Add entry.S implementation
` [PATCH V2 11/17] riscv: compat: Add elf.h implementation
` [PATCH V2 12/17] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V2 13/17] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V2 14/17] riscv: compat: signal: Add rt_frame implementation
` [PATCH V2 15/17] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V2 16/17] riscv: compat: Add UXL_32 support in start_thread
` [PATCH V2 17/17] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH 00/13] riscv: compat: Add COMPAT mode support for rv64
 2021-12-28 10:45 UTC  (26+ messages)
` [PATCH 03/13] riscv: compat: Add basic compat date type implementation
` [PATCH 05/13] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH 08/13] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH v4 0/4] KVM RISC-V 64-bit selftests support
 2021-12-28  6:21 UTC  (10+ messages)
` [PATCH v4 1/4] RISC-V: KVM: Forward SBI experimental and vendor extensions
` [PATCH v4 2/4] RISC-V: KVM: Add VM capability to allow userspace get GPA bits
` [PATCH v4 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
` [PATCH v4 4/4] KVM: selftests: Add initial support for RISC-V 64-bit

[PATCH 0/6] Improve KVM's interaction with CPU hotplug
 2021-12-27  8:15 UTC  (2+ messages)
` [PATCH 3/6] KVM: Remove opaque from kvm_arch_check_processor_compat

[PATCH V2 0/8] sched: Remove unused TASK_SIZE_OF
 2021-12-26 12:26 UTC  (11+ messages)
` [PATCH V2 1/8] "
` [PATCH V2 2/8] sched: x86: "
` [PATCH V2 3/8] sched: sparc: "
` [PATCH V2 4/8] sched: powerpc: "
` [PATCH V2 5/8] sched: s390: "
` [PATCH V2 6/8] sched: parisc: "
` [PATCH V2 7/8] sched: arm64: "
` [PATCH V2 8/8] sched: mips: "

[PATCH] riscv: mm: fix wrong phys_ram_base value for RV64
 2021-12-26  8:10 UTC  (3+ messages)

[PATCH v1 0/2] Provide a fraemework for RISC-V ISA extensions
 2021-12-25 14:48 UTC  (9+ messages)
` [PATCH v1 1/2] RISC-V: Provide a framework for parsing multi-letter "
` [PATCH v1 2/2] dt-bindings: riscv: Add DT binding for RISC-V "

[v5 0/9] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-12-25  6:12 UTC  (11+ messages)
` [v5 1/9] RISC-V: Remove the current perf implementation
` [v5 2/9] RISC-V: Add CSR encodings for all HPMCOUNTERS
` [v5 3/9] RISC-V: Add a perf core library for pmu drivers
` [v5 4/9] RISC-V: Add a simple platform driver for RISC-V legacy perf
` [v5 5/9] RISC-V: Add RISC-V SBI PMU extension definitions
` [v5 6/9] RISC-V: Add perf platform driver based on SBI PMU extension
` [v5 7/9] RISC-V: Add sscofpmf extension support
` [v5 8/9] Documentation: riscv: Remove the old documentation
` [v5 9/9] MAINTAINERS: Add entry for RISC-V PMU drivers

[v5 0/9] Improve RISC-V Perf support using SBI PMU and sscofpmf extension
 2021-12-25  5:40 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).