openrisc.lists.librecores.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-29 04:15:23 to 2022-02-18 06:29:44 UTC [more...]

[OpenRISC] [PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-18  6:29 UTC  (38+ messages)
` [OpenRISC] [PATCH v2 01/18] uaccess: fix integer overflow on access_ok()
` [OpenRISC] [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [OpenRISC] [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [OpenRISC] [PATCH v2 04/18] sparc64: add __{get, put}_kernel_nocheck()
` [OpenRISC] [PATCH v2 05/18] x86: remove __range_not_ok()
` [OpenRISC] [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [OpenRISC] [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [OpenRISC] [PATCH v2 08/18] uaccess: add generic __{get, put}_kernel_nofault
` [OpenRISC] [PATCH v2 09/18] mips: use simpler access_ok()
` [OpenRISC] [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [OpenRISC] [PATCH v2 11/18] arm64: simplify access_ok()
` [OpenRISC] [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [OpenRISC] [PATCH v2 13/18] uaccess: generalize access_ok()
` [OpenRISC] [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [OpenRISC] [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support
` [OpenRISC] [PATCH v2 16/18] sh: "
` [OpenRISC] [PATCH v2 17/18] ia64: "
` [OpenRISC] [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

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

[OpenRISC] [PATCH 22/30] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-14  2:30 UTC 

[OpenRISC] [PATCH v4] openrisc: remove CONFIG_SET_FS
 2022-02-10 22:28 UTC 

[OpenRISC] [PATCH v3] openrisc: remove CONFIG_SET_FS
 2022-02-09  6:47 UTC  (2+ messages)

[OpenRISC] [PATCH] openrisc: remove CONFIG_SET_FS
 2022-02-08  5:29 UTC  (7+ messages)

[OpenRISC] [PATCH v2] openrisc: remove CONFIG_SET_FS
 2022-02-07  7:50 UTC 

[OpenRISC] [PATCH] mm: Remove mmu_gathers storage from remaining architectures
 2022-02-06  3:19 UTC  (3+ messages)

[OpenRISC] [RFC V1 22/31] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-05  6:58 UTC  (2+ messages)

[OpenRISC] [PATCH] gcc: define _REENTRANT for OpenRISC when -pthread is passed
 2022-01-31 13:38 UTC 

[OpenRISC] [PATCH] or1k: Define PI_STATIC_AND_HIDDEN
 2022-01-28 23:28 UTC 

[OpenRISC] [PATCH v5 00/13] Glibc OpenRISC port
 2022-01-25 17:07 UTC  (25+ messages)
` [OpenRISC] [PATCH v5 01/13] elf: Add reloc for OpenRISC
` [OpenRISC] [PATCH v5 02/13] linux/syscalls: Add or1k_atomic syscall "
` [OpenRISC] [PATCH v5 03/13] or1k: ABI Implementation
` [OpenRISC] [PATCH v5 04/13] or1k: startup and dynamic linking code
` [OpenRISC] [PATCH v5 05/13] or1k: Thread Local Storage support
` [OpenRISC] [PATCH v5 06/13] or1k: Atomics and Locking primitives
` [OpenRISC] [PATCH v5 07/13] or1k: math soft float support
` [OpenRISC] [PATCH v5 08/13] or1k: Linux Syscall Interface
` [OpenRISC] [PATCH v5 09/13] or1k: Linux ABI
` [OpenRISC] [PATCH v5 10/13] or1k: ABI lists
` [OpenRISC] [PATCH v5 11/13] or1k: Build Infrastructure
` [OpenRISC] [PATCH v5 12/13] build-many-glibcs.py: add OpenRISC support
` [OpenRISC] [PATCH v5 13/13] Documentation for OpenRISC port
    ` [OpenRISC] [PATCH v5 00/13] Glibc OpenRISC port - PUSHED

[OpenRISC] [PATCH] openrisc/boot: Remove unnecessary initialisation in memcpy()
 2022-01-24  0:45 UTC  (4+ messages)

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

[OpenRISC] [GIT PULL] OpenRISC updates for 5.17
 2022-01-14 14:39 UTC  (2+ messages)

[OpenRISC] [PATCH] openrisc: init: Add support for common clk
 2022-01-11 21:12 UTC  (3+ messages)

[OpenRISC] [PATCH v4 00/13] Glibc OpenRISC port
 2022-01-04 12:05 UTC  (38+ messages)
` [OpenRISC] [PATCH v4 01/13] elf: Add reloc for OpenRISC
` [OpenRISC] [PATCH v4 02/13] linux/syscalls: Add or1k_atomic syscall "
` [OpenRISC] [PATCH v4 03/13] or1k: ABI Implementation
` [OpenRISC] [PATCH v4 04/13] or1k: startup and dynamic linking code
` [OpenRISC] [PATCH v4 05/13] or1k: Thread Local Storage support
` [OpenRISC] [PATCH v4 06/13] or1k: Atomics and Locking primitives
` [OpenRISC] [PATCH v4 07/13] or1k: math soft float support
` [OpenRISC] [PATCH v4 08/13] or1k: Linux Syscall Interface
` [OpenRISC] [PATCH v4 09/13] or1k: Linux ABI
` [OpenRISC] [PATCH v4 10/13] or1k: ABI lists
` [OpenRISC] [PATCH v4 11/13] or1k: Build Infrastructure
` [OpenRISC] [PATCH v4 12/13] build-many-glibcs.py: add OpenRISC support
` [OpenRISC] [PATCH v4 13/13] Documentation for OpenRISC port

[OpenRISC] [PATCH] or1k: Avoid R_OR1K_GOT16 signed overflow by using special howto
 2022-01-02 20:21 UTC  (2+ messages)

[OpenRISC] [RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2021-12-31 21:55 UTC  (10+ 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).