Linux-csky Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-27 16:44:06 to 2022-01-29 12:20:23 UTC [more...]

[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-01-29 12:17 UTC  (12+ messages)
` [PATCH V4 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V4 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V4 03/17] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V4 04/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V4 05/17] riscv: Fixup difference with defconfig
` [PATCH V4 06/17] riscv: compat: Add basic compat date type implementation
` [PATCH V4 07/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V4 08/17] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V4 09/17] riscv: compat: syscall: Add entry.S implementation
` [PATCH V4 10/17] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V4 11/17] riscv: compat: Add elf.h implementation

[PATCH V3 03/17] asm-generic: compat: Cleanup duplicate definitions
 2022-01-28  7:20 UTC  (4+ messages)

[PATCH v2] usercopy/csky: Do not fail on memory from former init sections
 2022-01-27 19:03 UTC  (2+ messages)

[PATCH v5 00/21] Introduce power-off+restart call chain API
 2022-01-27 14:39 UTC  (5+ messages)
` [PATCH v5 04/21] kernel: Add combined power-off+restart handler "

Wycena paneli fotowoltaicznych
 2022-01-25  9:00 UTC 

[RFC V1 19/31] csky/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-01-24 12:56 UTC  (2+ messages)
` [RFC V1 20/31] extensa/mm: "

Fotowoltaika - nowe warunki
 2022-01-24  9:11 UTC 

[PATCH V3 08/17] riscv: compat: syscall: Add compat_sys_call_table implementation
 2022-01-21  9:22 UTC  (5+ messages)

[PATCH V3 13/17] riscv: compat: signal: Add rt_frame implementation
 2022-01-21  7:12 UTC  (3+ messages)

[PATCH V3 06/17] riscv: compat: Add basic compat date type implementation
 2022-01-21  6:59 UTC  (3+ messages)

[PATCH V3 17/17] KVM: compat: riscv: Prevent KVM_COMPAT from being selected
 2022-01-21  6:35 UTC  (3+ messages)

[PATCH V3 07/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
 2022-01-20 15:46 UTC  (6+ messages)

[PATCH V3 15/17] riscv: compat: Add UXL_32 support in start_thread
 2022-01-20 13:43 UTC  (3+ messages)

[PATCH V3 10/17] riscv: compat: Add elf.h implementation
 2022-01-20 13:35 UTC  (3+ messages)

[PATCH V3 16/17] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-01-20  9:41 UTC  (2+ messages)

[PATCH V3 04/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
 2022-01-20  9:26 UTC  (2+ messages)

[PATCH V3 14/17] riscv: compat: ptrace: Add compat_arch_ptrace implement
 2022-01-20  7:39 UTC 

[PATCH V3 12/17] riscv: compat: vdso: Add setup additional pages implementation
 2022-01-20  7:39 UTC 

[PATCH V3 11/17] riscv: compat: vdso: Add rv32 VDSO base code implementation
 2022-01-20  7:39 UTC 

[PATCH V3 09/17] riscv: compat: syscall: Add entry.S implementation
 2022-01-20  7:39 UTC 

[PATCH V3 05/17] riscv: Fixup difference with defconfig
 2022-01-20  7:38 UTC 

[PATCH V3 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
 2022-01-20  7:38 UTC 

[PATCH V3 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures
 2022-01-20  7:38 UTC 

[PATCH V3 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-01-20  7:38 UTC 

architectures that still need to remove set_fs()
 2022-01-18 11:48 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-01-11  7:45 UTC 

[PATCH V2 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-01-11  2:43 UTC  (26+ 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

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2022-01-10  9:34 UTC  (107+ 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 00/13] riscv: compat: Add COMPAT mode support for rv64
 2021-12-28 10:45 UTC  (9+ messages)

Słowa kluczowe do wypozycjonowania
 2021-12-28  9:10 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).