Linux-csky Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-03 11:36:37 to 2022-02-14 16:39:15 UTC [more...]

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-14 16:34 UTC  (14+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 02/14] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH 06/14] mips: use simpler access_ok()
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 12/14] sh: "
` [PATCH 13/14] ia64: "

[PATCH 1/1] csky: Fixup compile warning
 2022-02-14 16:17 UTC  (4+ messages)
  ` [PATCH 1/1] csky: Fix versioncheck warnings

[PATCH] parport_pc: Also enable driver for PCI systems
 2022-02-14 10:04 UTC  (7+ messages)

[PATCH 19/30] csky/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-14  2:30 UTC  (2+ messages)
` [PATCH 20/30] extensa/mm: "

Monitorowanie samochodu
 2022-02-10  8:30 UTC 

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-08  7:43 UTC  (31+ messages)
` [PATCH V5 01/21] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V5 02/21] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V5 03/21] compat: consolidate the compat_flock{,64} definition
` [PATCH V5 04/21] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V5 05/21] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V5 06/21] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V5 07/21] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V5 08/21] riscv: Fixup difference with defconfig
` [PATCH V5 09/21] riscv: compat: Add basic compat data type implementation
` [PATCH V5 10/21] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V5 11/21] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation
` [PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V5 14/21] riscv: compat: Add elf.h implementation
` [PATCH V5 15/21] riscv: compat: Add hw capability check for elf
` [PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation
` [PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V5 20/21] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected

Koszty instalacji fotowoltaicznej
 2022-02-01  9:17 UTC 

[PATCH V4 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-02-01 13:56 UTC  (43+ 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 V4 12/17] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V4 13/17] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V4 14/17] riscv: compat: signal: Add rt_frame implementation
` [PATCH V4 15/17] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V4 16/17] riscv: compat: Add COMPAT Kbuild skeletal support
` [PATCH V4 17/17] KVM: compat: riscv: Prevent KVM_COMPAT from being selected

[PATCH v6 00/21] Introduce power-off+restart call chain API
 2022-01-31  9:28 UTC  (23+ messages)
` [PATCH v6 01/21] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v6 02/21] notifier: Add atomic/blocking_notifier_chain_register_unique_prio()
` [PATCH v6 03/21] reboot: Print error message if restart handler has duplicated priority
` [PATCH v6 04/21] kernel: Add combined power-off+restart handler call chain API
` [PATCH v6 05/21] ARM: Use do_kernel_power_off()
` [PATCH v6 06/21] csky: "
` [PATCH v6 07/21] riscv: "
` [PATCH v6 08/21] arm64: "
` [PATCH v6 09/21] parisc: "
` [PATCH v6 10/21] xen/x86: "
` [PATCH v6 11/21] powerpc: "
` [PATCH v6 12/21] m68k: Switch to new sys-off handler API
` [PATCH v6 13/21] sh: Use do_kernel_power_off()
` [PATCH v6 14/21] x86: "
` [PATCH v6 15/21] ia64: "
` [PATCH v6 16/21] mips: "
` [PATCH v6 17/21] nds32: "
` [PATCH v6 18/21] memory: emif: Use kernel_can_power_off()
` [PATCH v6 19/21] ACPI: power: Switch to sys-off handler API
` [PATCH v6 20/21] regulator: pfuze100: Use devm_register_sys_off_handler()
` [PATCH v6 21/21] reboot: Remove pm_power_off_prepare()

[RFC 00/32] Kconfig: Introduce HAS_IOPORT and LEGACY_PCI options
 2022-01-30 15:05 UTC  (15+ messages)
` [RFC 12/32] iio: adc: Kconfig: add HAS_IOPORT dependencies
` [RFC 31/32] usb: handle "

[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  (13+ 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 11/17] riscv: compat: Add elf.h implementation

[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
 2022-01-10  9:34 UTC  (8+ messages)


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