Linux OpenRISC platform development
 help / color / mirror / Atom feed
 messages from 2020-09-13 15:53:18 to 2021-04-07 20:12:58 UTC [more...]

[OpenRISC] [PATCH v6 0/9] riscv: Add qspinlock/qrwlock
 2021-04-07 20:12 UTC  (16+ messages)
` [OpenRISC] [PATCH v6 1/9] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [OpenRISC] [PATCH v6 2/9] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [OpenRISC] [PATCH v6 3/9] riscv: locks: Introduce ticket-based spinlock implementation
` [OpenRISC] [PATCH v6 4/9] csky: locks: Optimize coding convention
` [OpenRISC] [PATCH v6 5/9] csky: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [OpenRISC] [PATCH v6 6/9] openrisc: qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [OpenRISC] [PATCH v6 7/9] sparc: "
` [OpenRISC] [PATCH v6 8/9] xtensa: "
` [OpenRISC] [PATCH v6 9/9] powerpc/qspinlock: "

[OpenRISC] [PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-06 17:38 UTC  (23+ messages)
` [OpenRISC] [PATCH v4 01/20] cmdline: Add generic function to build command line
` [OpenRISC] [PATCH v4 02/20] drivers: of: use cmdline building function
` [OpenRISC] [PATCH v4 03/20] x86/efi: Replace CONFIG_CMDLINE_OVERRIDE by CONFIG_CMDLINE_FORCE
` [OpenRISC] [PATCH v4 04/20] drivers: firmware: efi: use cmdline building function
` [OpenRISC] [PATCH v4 05/20] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [OpenRISC] [PATCH v4 06/20] powerpc: convert strcpy to strlcpy in prom_init
` [OpenRISC] [PATCH v4 07/20] powerpc: Convert to GENERIC_CMDLINE
` [OpenRISC] [PATCH v4 08/20] arm: "
` [OpenRISC] [PATCH v4 09/20] arm64: "
` [OpenRISC] [PATCH v4 10/20] hexagon: "
` [OpenRISC] [PATCH v4 11/20] microblaze: "
` [OpenRISC] [PATCH v4 12/20] nios2: "
` [OpenRISC] [PATCH v4 13/20] openrisc: "
` [OpenRISC] [PATCH v4 14/20] riscv: "
` [OpenRISC] [PATCH v4 15/20] sh: "
` [OpenRISC] [PATCH v4 16/20] sparc: "
` [OpenRISC] [PATCH v4 17/20] xtensa: "
` [OpenRISC] [PATCH v4 18/20] x86: "
` [OpenRISC] [PATCH v4 19/20] mips: "
` [OpenRISC] [PATCH v4 20/20] cmdline: Remove CONFIG_CMDLINE_EXTEND

[OpenRISC] [PATCH RFC 1/3] drivers/char: remove /dev/kmem for good
 2021-04-05 17:16 UTC  (3+ messages)

[OpenRISC] [PATCH] Documentation: Add qemu instructions for OpenRISC
 2021-04-04 18:46 UTC  (2+ messages)

[OpenRISC] [RFC PATCH v6 1/1] cmdline: Add capability to both append and prepend at the same time
 2021-04-04 17:20 UTC 

[OpenRISC] [PATCH v3 00/17] Implement GENERIC_CMDLINE
 2021-04-02 15:36 UTC  (40+ messages)
` [OpenRISC] [PATCH v3 01/17] cmdline: Add generic function to build command line
` [OpenRISC] [PATCH v3 02/17] drivers: of: use cmdline building function
` [OpenRISC] [PATCH v3 03/17] cmdline: Gives architectures opportunity to use generically defined boot cmdline manipulation
` [OpenRISC] [PATCH v3 04/17] powerpc: Convert to GENERIC_CMDLINE
` [OpenRISC] [PATCH v3 05/17] arm: "
` [OpenRISC] [PATCH v3 06/17] arm64: "
` [OpenRISC] [PATCH v3 07/17] hexagon: "
` [OpenRISC] [PATCH v3 08/17] microblaze: "
` [OpenRISC] [PATCH v3 09/17] nios2: "
` [OpenRISC] [PATCH v3 10/17] openrisc: "
` [OpenRISC] [PATCH v3 11/17] riscv: "
` [OpenRISC] [PATCH v3 12/17] sh: "
` [OpenRISC] [PATCH v3 13/17] sparc: "
` [OpenRISC] [PATCH v3 14/17] xtensa: "
` [OpenRISC] [PATCH v3 15/17] x86: "
` [OpenRISC] [PATCH v3 16/17] mips: "
` [OpenRISC] [PATCH v3 17/17] cmdline: Remove CONFIG_CMDLINE_EXTEND

[OpenRISC] [PATCH] mm: Move mem_init_print_info() into mm_init()
 2021-03-31  9:34 UTC  (17+ messages)
` [OpenRISC] [PATCH RESEND] "
    ` [OpenRISC] [PATCH v2] "

[OpenRISC] [PATCH v5 0/7] riscv: Add qspinlock/qrwlock
 2021-03-28 11:36 UTC  (10+ messages)
` [OpenRISC] [PATCH v5 1/7] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [OpenRISC] [PATCH v5 2/7] riscv: Convert custom spinlock/rwlock to generic qspinlock/qrwlock
` [OpenRISC] [PATCH v5 3/7] csky: "
` [OpenRISC] [PATCH v5 4/7] powerpc/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32
` [OpenRISC] [PATCH v5 5/7] openrisc: qspinlock: "
` [OpenRISC] [PATCH v5 6/7] sparc: "
` [OpenRISC] [PATCH v5 7/7] xtensa: "

[OpenRISC] [PATCH v1 1/3] drivers/char: remove /dev/kmem for good
 2021-03-24 10:23 UTC 

[OpenRISC] [PATCH] openrisc: Define the elf binary entry point
 2021-03-04 11:12 UTC  (2+ messages)

[OpenRISC] [PATCH 0/4] OpenRISC fixes and setjmp/longjmp work
 2021-03-03 20:25 UTC  (8+ messages)
` [OpenRISC] [PATCH 1/4] openrisc: Use movhi to zero registers
` [OpenRISC] [PATCH 2/4] openrisc: Add gitignore for dtb files
` [OpenRISC] [PATCH 3/4] openrisc: Add linkage.h
` [OpenRISC] [PATCH 4/4] openrisc: Implement setjmp/longjmp/initjmp

[OpenRISC] [GIT PULL] OpenRISC updates for 5.12
 2021-02-26 22:24 UTC  (2+ messages)

[OpenRISC] [PATCH v2] Use devicetree to determine present cpus (v2)
 2021-02-09  9:42 UTC  (3+ messages)

[OpenRISC] [PATCH v3] openrisc: Use devicetree to determine present cpus
 2021-02-08 20:53 UTC 

[OpenRISC] [PATCH] Use devicetree to determine present cpus
 2021-02-08 14:27 UTC 

[OpenRISC] [PATCH] openrisc: use device tree to determine present cpus
 2021-02-08 12:22 UTC  (15+ messages)
          ` [OpenRISC] [PATCH v2] "

[OpenRISC] [GIT PULL] OpenRISC fixes for 5.11-rc6
 2021-01-31  2:17 UTC  (2+ messages)

[OpenRISC] [GIT PULL] OpenRISC fixes for 5.11
 2021-01-22  2:41 UTC  (2+ messages)

[OpenRISC] [PATCH] openrisc: io: Add missing __iomem annotation to iounmap()
 2021-01-19 21:18 UTC  (2+ messages)

[OpenRISC] [PATCH v5] net: can: Introduce MEN 16Z192-00 CAN controller driver
 2021-01-19 20:56 UTC  (5+ messages)
    ` [OpenRISC] Fwd: "

[OpenRISC] [PATCH] openrisc: add arch/openrisc/Kbuild
 2021-01-18 12:08 UTC  (2+ messages)

[OpenRISC] [RESEND PATCH 0/5] OpenRISC GCC Fixes for Glibc Support
 2021-01-13 23:50 UTC  (6+ messages)
` [OpenRISC] [PATCH v2 1/5] or1k: Implement profile hook calling _mcount
` [OpenRISC] [PATCH v2 2/5] or1k: Add builtin define to detect hard float
` [OpenRISC] [PATCH v2 3/5] or1k: Support for softfloat to emulate hw exceptions
` [OpenRISC] [PATCH v2 4/5] or1k: Add note to indicate execstack
` [OpenRISC] [PATCH v2 5/5] or1k: Fixup exception header data encodings

[OpenRISC] [PATCH v2] arch: consolidate pm_power_off callback
 2021-01-12 14:05 UTC  (2+ messages)

[OpenRISC] [PATCH] openrisc: restart: Call common handlers before hanging
 2021-01-02 13:10 UTC  (3+ messages)

[OpenRISC] [PATCH] arch: consolidate pm_power_off callback
 2020-12-23 10:37 UTC  (4+ messages)

[OpenRISC] [PATCH v2] openrisc: Add vmlinux.bin target
 2020-12-22 13:18 UTC  (3+ messages)

[OpenRISC] [PATCH] openrisc: Add vmlinux.bin target
 2020-12-22  6:34 UTC  (2+ messages)

[OpenRISC] [RFC PATCH] treewide: remove bzip2 compression support
 2020-12-15 23:39 UTC  (3+ messages)

[OpenRISC] [PATCH AUTOSEL 5.9 27/39] sched/idle: Fix arch_cpu_idle() vs tracing
 2020-12-13 14:10 UTC  (4+ messages)

[OpenRISC] [PATCH 0/6] Add documentation for Documentation/features at the built docs
 2020-12-03 22:36 UTC  (3+ messages)
` [OpenRISC] [PATCH 6/6] docs: archis: add a per-architecture features list

[OpenRISC] [PATCH] openrisc: add local64.h to fix blk-iocost build
 2020-11-20 22:14 UTC 

[OpenRISC] [PATCH] openrisc: fix trap for debugger breakpoint signalling
 2020-11-11 21:23 UTC 

[OpenRISC] [PATCH] openrisc: add support for TIF_NOTIFY_SIGNAL
 2020-11-05 21:38 UTC 

[OpenRISC] [PATCH 0/1] OpenRISC binder.c compiler failure fix for stable
 2020-10-18 20:16 UTC  (2+ messages)
` [OpenRISC] [PATCH 1/1] openrisc: Fix issue with get_user for 64-bit values

[OpenRISC] [linux-stable-rc:linux-5.4.y 665/2391] drivers/android/binder.c:3776: Error: unrecognized keyword/register name `l.lwz
 2020-10-17 21:08 UTC  (3+ messages)

[OpenRISC] [PATCH AUTOSEL 4.19 11/19] openrisc: Fix cache API compile issue when not inlining
 2020-09-14 13:04 UTC 

[OpenRISC] [PATCH AUTOSEL 5.4 12/22] openrisc: Fix cache API compile issue when not inlining
 2020-09-14 13:04 UTC 

[OpenRISC] [PATCH AUTOSEL 5.8 18/29] openrisc: Fix cache API compile issue when not inlining
 2020-09-14 13:03 UTC 

[OpenRISC] [GIT PULL] OpenRISC fixes for v5.9-rc4
 2020-09-13 15:53 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox