Linux-RISC-V Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-20 16:41:22 to 2021-12-28 10:24:19 UTC [more...]

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2021-12-28 10:23 UTC  (58+ 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 V3 0/8] sched: Remove unused TASK_SIZE_OF for all archs
 2021-12-28  6:47 UTC  (9+ 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 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] KVM: RISC-V: Avoid spurious virtual interrupts after clearing hideleg CSR
 2021-12-27  3:05 UTC 

[PATCH 00/13] riscv: compat: Add COMPAT mode support for rv64
 2021-12-27  2:29 UTC  (47+ messages)
` [PATCH 01/13] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH 02/13] riscv: Fixup difference with defconfig
` [PATCH 03/13] riscv: compat: Add basic compat date type implementation
` [PATCH 04/13] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH 05/13] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH 06/13] riscv: compat: syscall: Add entry.S implementation
` [PATCH 07/13] riscv: compat: Add elf.h implementation
` [PATCH 08/13] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH 09/13] riscv: compat: init: Add hw-cap detect in setup_arch
` [PATCH 10/13] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH 11/13] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH 12/13] riscv: compat: signal: Add rt_frame implementation
` [PATCH 13/13] riscv: compat: ptrace: Add compat_arch_ptrace implement

[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 v3 00/13] Introduce sv48 support without relocatable kernel
 2021-12-26  8:59 UTC  (3+ messages)
` [PATCH v3 07/13] riscv: Implement sv48 support

[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 

[PATCH v2 00/17] Update the Icicle Kit device tree
 2021-12-23 17:36 UTC  (12+ messages)
` [PATCH v2 01/17] dt-bindings: interrupt-controller: create a header for RISC-V interrupts
` [PATCH v2 03/17] dt-bindings: soc/microchip: make systemcontroller a mfd
` [PATCH v2 11/17] dt-bindings: usb: add bindings for microchip mpfs musb
` [PATCH v2 17/17] MAINTAINERS: update riscv/microchip entry

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

[PATCH v2 0/4] KVM RISC-V 64-bit selftests support
 2021-12-22  8:51 UTC  (7+ messages)
` [PATCH v2 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile
` [PATCH v2 4/4] KVM: selftests: Add initial support for RISC-V 64-bit

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

[PATCH] KVM: selftests: Fix compile error for non-x86 vm_compute_max_gfn()
 2021-12-22  3:28 UTC  (4+ messages)

[PATCH v3 0/2] dt-bindings: timer: sifive, clint: Miscellaneous improvements
 2021-12-21 14:56 UTC  (3+ messages)
` [PATCH v3 2/2] dt-bindings: timer: sifive, clint: Group interrupt tuples

[PATCH v2 00/17] lib/bitmap: optimize bitmap_weight() usage
 2021-12-21 13:15 UTC  (9+ messages)
` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq, gt, ge, lt, le} where appropriate
  ` [PATCH 08/17] all: replace bitmap_weight with bitmap_weight_{eq,gt,ge,lt,le} "
` [PATCH 13/17] kernel/cpu: add num_possible_cpus counter
` [PATCH 14/17] kernel/cpu: add num_present_cpu counter
` [PATCH 15/17] kernel/cpu: add num_active_cpu counter

[PATCH AUTOSEL 5.15 24/29] riscv: dts: sifive unmatched: Name gpio lines
 2021-12-21  1:57 UTC  (5+ messages)
` [PATCH AUTOSEL 5.15 25/29] riscv: dts: sifive unmatched: Expose the board ID eeprom
` [PATCH AUTOSEL 5.15 26/29] riscv: dts: sifive unmatched: Expose the PMIC sub-functions
` [PATCH AUTOSEL 5.15 27/29] riscv: dts: sifive unmatched: Fix regulator for board rev3
` [PATCH AUTOSEL 5.15 28/29] riscv: dts: sifive unmatched: Link the tmp451 with its power supply


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).