| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'for-next' of https://github.com/openrisc/linux.git | Mark Brown | 1 | -0/+4 |
| 3 days | uaccess: unify inline vs outline copy_{from,to}_user() selection | Yury Norov | 1 | -2/+1 |
| 9 days | openrisc: Add full instruction cache invalidate functions | Stafford Horne | 1 | -0/+4 |
| 11 days | ring-buffer: Flush and stop persistent ring buffer on panic | Masami Hiramatsu (Google) | 1 | -0/+1 |
| 2026-04-05 | arch, mm: consolidate empty_zero_page | Mike Rapoport (Microsoft) | 1 | -4/+0 |
| 2026-02-12 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 2 | -1/+4 |
| 2026-01-20 | treewide: provide a generic clear_user_page() variant | David Hildenbrand | 1 | -1/+0 |
| 2026-01-20 | openrisc: define arch-specific version of nop() | Brian Masney | 1 | -0/+2 |
| 2026-01-16 | openrisc: Fix IPIs on simple multicore systems | Stafford Horne | 1 | -1/+2 |
| 2025-10-05 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 5 | -1/+101 |
| 2025-10-03 | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -17/+0 |
| 2025-10-02 | Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2025-09-13 | mm: introduce memdesc_flags_t | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-09-13 | SET_PAGE_DIR() users had been gone since 2.3.12pre1 | Al Viro | 1 | -3/+0 |
| 2025-09-13 | PAGE_PTR() had been last used outside of arch/* in 1.1.94 | Al Viro | 1 | -14/+0 |
| 2025-09-11 | openrisc: Add jump label support | chenmiao | 2 | -0/+75 |
| 2025-09-11 | openrisc: Add text patching API support | chenmiao | 4 | -1/+26 |
| 2025-09-08 | openrisc: Add __attribute_const__ to ffs()-family implementations | Kees Cook | 4 | -4/+4 |
| 2025-08-04 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 8 | -17/+17 |
| 2025-06-11 | mm: pgtable: fix pte_swp_exclusive | Magnus Lindholm | 1 | -1/+1 |
| 2025-06-07 | openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers | Thomas Huth | 7 | -16/+16 |
| 2025-06-07 | openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers | Thomas Huth | 1 | -1/+1 |
| 2025-05-11 | syscall.h: introduce syscall_set_nr() | Dmitry V. Levin | 1 | -0/+6 |
| 2025-05-11 | syscall.h: add syscall_set_arguments() | Dmitry V. Levin | 1 | -0/+7 |
| 2025-05-11 | mm: introduce a common definition of mk_pte() | Matthew Wilcox (Oracle) | 1 | -2/+0 |
| 2025-04-26 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 2 | -7/+34 |
| 2025-04-20 | openrisc: Introduce new utility functions to flush and invalidate caches | Sahil Siddiq | 2 | -0/+25 |
| 2025-04-20 | openrisc: Refactor struct cpuinfo_or1k to reduce duplication | Sahil Siddiq | 1 | -7/+9 |
| 2025-04-01 | mm: pgtable: convert some architectures to use tlb_remove_ptdesc() | Qi Zheng | 1 | -5/+2 |
| 2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+3 |
| 2025-01-25 | asm-generic: pgalloc: provide generic __pgd_{alloc,free} | Kevin Brodsky | 1 | -4/+2 |
| 2025-01-25 | mm: pgtable: introduce pagetable_dtor() | Qi Zheng | 1 | -1/+1 |
| 2025-01-14 | openrisc: Add HAVE_REGS_AND_STACK_ACCESS_API support | Michael Jeanson | 1 | -1/+72 |
| 2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+1 |
| 2024-11-20 | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+0 |
| 2024-11-20 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 1 | -16/+5 |
| 2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) | 1 | -0/+1 |
| 2024-10-28 | asm-generic: provide generic page_to_phys and phys_to_page implementations | Christoph Hellwig | 1 | -2/+0 |
| 2024-10-16 | vdso: Introduce vdso/page.h | Vincenzo Frascino | 1 | -10/+1 |
| 2024-10-15 | openrisc: Implement fixmap to fix earlycon | Stafford Horne | 1 | -16/+5 |
| 2024-07-10 | openrisc: convert to generic syscall table | Arnd Bergmann | 5 | -17/+13 |
| 2024-07-10 | clone3: drop __ARCH_WANT_SYS_CLONE3 macro | Arnd Bergmann | 1 | -1/+0 |
| 2024-04-15 | openrisc: Move FPU state out of pt_regs | Stafford Horne | 3 | -2/+24 |
| 2024-04-15 | openrisc: Define openrisc relocation types | Stafford Horne | 1 | -9/+66 |
| 2024-03-14 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 1 | -30/+1 |
| 2024-03-10 | openrisc: Use asm-generic's version of fix_to_virt() & virt_to_fix() | Dawei Li | 1 | -30/+1 |
| 2024-03-06 | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 1 | -1/+1 |
| 2024-03-05 | mm: Remove broken pfn_to_virt() on arch csky/hexagon/openrisc | Yan Zhao | 1 | -5/+0 |
| 2023-09-05 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 3 | -2/+21 |
| 2023-08-31 | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2023-08-24 | openrisc: implement the new page table range API | Matthew Wilcox (Oracle) | 2 | -6/+17 |
| 2023-08-21 | openrisc: convert __pte_free_tlb() to use ptdescs | Vishal Moola (Oracle) | 1 | -4/+4 |
| 2023-08-21 | openrisc: Add prototype for die to bug.h | Stafford Horne | 1 | -0/+11 |
| 2023-08-21 | openrisc: Add prototype for show_registers to processor.h | Stafford Horne | 1 | -0/+1 |
| 2023-08-18 | openrisc: mm: convert to GENERIC_IOREMAP | Baoquan He | 1 | -5/+6 |
| 2023-08-11 | openrisc: Make pfn accessors statics inlines | Linus Walleij | 1 | -2/+9 |
| 2023-07-12 | Merge tag 'for-linus' of https://github.com/openrisc/linux | Linus Torvalds | 1 | -2/+4 |
| 2023-07-11 | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe | 1 | -1/+1 |
| 2023-07-10 | openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABI | Stafford Horne | 1 | -2/+4 |
| 2023-06-05 | locking/atomic: make atomic*_{cmp,}xchg optional | Mark Rutland | 1 | -3/+0 |
| 2023-05-05 | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+5 |
| 2023-04-29 | locking/arch: Rename all internal __xchg() names to __arch_xchg() | Andrzej Hajda | 1 | -5/+5 |
| 2023-04-26 | openrisc: Support floating point user api | Stafford Horne | 3 | -2/+6 |
| 2023-04-26 | openrisc: Support storing and restoring fpu state | Stafford Horne | 1 | -2/+2 |
| 2023-02-09 | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) | 1 | -2/+0 |
| 2023-02-02 | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -1/+0 |
| 2023-02-02 | openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 1 | -5/+36 |
| 2022-11-08 | mm: remove kern_addr_valid() completely | Kefeng Wang | 1 | -2/+0 |
| 2022-09-11 | kernel: exit: cleanup release_thread() | Kefeng Wang | 1 | -1/+0 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -18/+0 |
| 2022-07-30 | openrisc: io: Define iounmap argument as volatile | Stafford Horne | 1 | -1/+1 |
| 2022-07-30 | openrisc: Add pci bus support | Stafford Horne | 2 | -1/+2 |
| 2022-07-17 | openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -18/+0 |
| 2022-05-26 | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -37/+2 |
| 2022-05-13 | openrisc: start CPU timer early in boot | Jason A. Donenfeld | 1 | -0/+1 |
| 2022-05-11 | openrisc: Move to ticket-spinlock | Peter Zijlstra | 3 | -37/+2 |
| 2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -48/+1 |
| 2022-03-21 | arch: Add pmd_pfn() where it is missing | Mike Rapoport | 1 | -0/+1 |
| 2022-02-25 | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 2 | -30/+0 |
| 2022-02-25 | uaccess: generalize access_ok() | Arnd Bergmann | 1 | -18/+1 |
| 2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -1/+0 |
| 2022-01-15 | include: move find.h from asm_generic to linux | Yury Norov | 1 | -1/+0 |
| 2021-12-04 | openrisc: Add clone3 ABI wrapper | Stafford Horne | 1 | -0/+2 |
| 2021-11-10 | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+0 |
| 2021-11-01 | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2021-10-30 | locking: Remove spin_lock_flags() etc | Arnd Bergmann | 1 | -3/+0 |
| 2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook | 1 | -1/+1 |
| 2021-09-14 | arch: remove unused function syscall_set_arguments() | Peter Collingbourne | 1 | -7/+0 |
| 2021-08-11 | openrisc: Fix compiler warnings in setup | Stafford Horne | 1 | -0/+15 |
| 2021-08-05 | openrisc: rename or32 code & comments to or1k | Randy Dunlap | 2 | -4/+4 |
| 2021-07-02 | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -47/+0 |
| 2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -3/+0 |
| 2021-07-01 | mm/thp: define default pmd_pgtable() | Anshuman Khandual | 1 | -2/+0 |
| 2021-07-01 | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual | 1 | -1/+0 |
| 2021-06-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
| 2021-06-29 | mm: update legacy flush_tlb_* to use vma | Chen Li | 1 | -1/+1 |
| 2021-06-28 | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -18/+28 |
| 2021-05-26 | locking/atomic: openrisc: move to ARCH_ATOMIC | Mark Rutland | 2 | -21/+25 |
| 2021-05-26 | locking/atomic: openrisc: avoid asm-generic/atomic.h | Mark Rutland | 1 | -1/+7 |
| 2021-05-15 | openrisc: Define memory barrier mb | Peter Zijlstra | 1 | -0/+9 |
| 2021-05-10 | openrisc: always use unaligned-struct header | Arnd Bergmann | 1 | -47/+0 |
| 2021-01-20 | openrisc: io: Add missing __iomem annotation to iounmap() | Geert Uytterhoeven | 1 | -1/+1 |
| 2020-12-29 | local64.h: make <asm/local64.h> mandatory | Randy Dunlap | 1 | -1/+0 |
| 2020-12-17 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 1 | -0/+1 |
| 2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+2 |
| 2020-11-21 | openrisc: add local64.h to fix blk-iocost build | Stafford Horne | 1 | -0/+1 |
| 2020-11-09 | openrisc: add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 1 | -0/+2 |
| 2020-10-27 | openrisc: use asm-generic/mmu_context.h for no-op implementations | Nicholas Piggin | 1 | -5/+3 |
| 2020-09-12 | openrisc: Fix issue with get_user for 64-bit values | Stafford Horne | 1 | -12/+21 |
| 2020-08-14 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2 | -13/+19 |
| 2020-08-12 | uaccess: remove segment_eq | Christoph Hellwig | 1 | -1/+1 |
| 2020-08-09 | openrisc: uaccess: Add user address space check to access_ok | Stafford Horne | 1 | -0/+1 |
| 2020-08-09 | openrisc: uaccess: Remove unused macro __addr_ok | Stafford Horne | 1 | -3/+0 |
| 2020-08-09 | openrisc: uaccess: Use static inline function in access_ok | Stafford Horne | 1 | -4/+7 |
| 2020-08-09 | openrisc: uaccess: Fix sparse address space warnings | Stafford Horne | 1 | -4/+4 |
| 2020-08-07 | opeinrisc: switch to generic version of pte allocation | Mike Rapoport | 1 | -30/+3 |
| 2020-08-07 | mm: remove unneeded includes of <asm/pgalloc.h> | Mike Rapoport | 1 | -1/+0 |
| 2020-08-06 | openrisc: io: Fixup defines and move include to the end | Stafford Horne | 1 | -2/+7 |
| 2020-08-04 | openrisc: fix __user in raw_copy_to_user()'s prototype | Luc Van Oostenryck | 1 | -1/+1 |
| 2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 1 | -27/+4 |
| 2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+0 |
| 2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2 | -3/+1 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
| 2020-06-08 | mm: rename flush_icache_user_range to flush_icache_user_page | Christoph Hellwig | 1 | -1/+1 |
| 2020-06-08 | openrisc: use asm-generic/cacheflush.h | Christoph Hellwig | 1 | -25/+6 |
| 2020-06-04 | openrisc: add support for folded p4d page tables | Mike Rapoport | 1 | -1/+0 |
| 2020-04-10 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual | 1 | -2/+0 |
| 2020-04-10 | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS | Anshuman Khandual | 1 | -5/+0 |
| 2020-04-07 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 1 | -0/+1 |
| 2020-04-02 | asm-generic: make more kernel-space headers mandatory | Masahiro Yamada | 1 | -36/+0 |
| 2020-03-27 | futex: arch_futex_atomic_op_inuser() calling conventions change | Al Viro | 1 | -3/+2 |
| 2020-03-02 | openrisc: Enable the clone3 syscall | Stafford Horne | 1 | -0/+1 |
| 2019-12-10 | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo... | Ingo Molnar | 1 | -0/+4 |
| 2019-11-11 | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 1 | -1/+0 |
| 2019-09-26 | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 1 | -3/+3 |
| 2019-09-24 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 1 | -5/+0 |
| 2019-09-24 | mm: remove quicklist page table caches | Nicholas Piggin | 1 | -2/+0 |
| 2019-08-31 | openrisc: map as uncached in ioremap | Christoph Hellwig | 2 | -18/+4 |
| 2019-05-30 | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 2 | -0/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 34 | -170/+34 |
| 2019-05-16 | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+0 |
| 2019-05-07 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -0/+1 |
| 2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+2 |
| 2019-04-23 | arch: mostly remove <asm/segment.h> | Christoph Hellwig | 1 | -1/+0 |
| 2019-04-08 | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon | 1 | -0/+1 |
| 2019-04-05 | syscalls: Remove start and number from syscall_set_arguments() args | Steven Rostedt (VMware) | 1 | -4/+2 |
| 2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 1 | -4/+2 |
| 2019-04-03 | arch/tlb: Clean up simple architectures | Peter Zijlstra | 1 | -6/+2 |
| 2019-03-28 | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported | Masahiro Yamada | 2 | -1/+1 |
| 2019-03-20 | syscall_get_arch: add "struct task_struct *" argument | Dmitry V. Levin | 1 | -1/+1 |
| 2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -2/+0 |
| 2019-03-17 | kbuild: warn redundant generic-y | Masahiro Yamada | 1 | -2/+0 |
| 2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
| 2019-03-04 | get rid of legacy 'get_ds()' function | Linus Torvalds | 1 | -1/+0 |
| 2019-02-27 | Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Thomas Gleixner | 1 | -0/+2 |
| 2019-02-19 | asm-generic: Make time32 syscall numbers optional | Arnd Bergmann | 1 | -0/+1 |
| 2019-02-19 | asm-generic: Drop getrlimit and setrlimit syscalls from default list | Yury Norov | 1 | -0/+1 |
| 2019-02-01 | arch: unexport asm/shmparam.h for all architectures | Masahiro Yamada | 2 | -1/+1 |
| 2019-01-08 | arch/openrisc: Fix issues with access_ok() | Stafford Horne | 1 | -2/+6 |
| 2019-01-06 | arch: restore generic-y += shmparam.h for some architectures | Masahiro Yamada | 1 | -0/+1 |
| 2019-01-06 | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 1 | -27/+0 |
| 2019-01-06 | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 1 | -1/+0 |
| 2019-01-05 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -4/+3 |
| 2019-01-04 | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 1 | -3/+2 |
| 2019-01-04 | fls: change parameter to unsigned int | Matthew Wilcox | 1 | -1/+1 |
| 2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 2 | -5/+5 |
| 2018-10-31 | treewide: remove current_text_addr | Nick Desaulniers | 1 | -5/+0 |
| 2018-08-29 | y2038: Remove stat64 family from default syscall set | Arnd Bergmann | 1 | -0/+1 |
| 2018-08-23 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 2 | -35/+1 |
| 2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -3/+4 |
| 2018-08-06 | Merge tag 'irqchip-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 1 | -1/+5 |
| 2018-08-03 | openrisc: Use the new GENERIC_IRQ_MULTI_HANDLER | Palmer Dabbelt | 1 | -2/+0 |
| 2018-07-21 | openrisc: use generic dma_noncoherent_ops | Christoph Hellwig | 2 | -35/+1 |
| 2018-07-17 | Merge tag 'v4.18-rc5' into locking/core, to pick up fixes | Ingo Molnar | 1 | -1/+5 |
| 2018-06-25 | openrisc: Call destructor during __pte_free_tlb | Stafford Horne | 1 | -1/+5 |
| 2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland | 1 | -2/+2 |
| 2018-06-21 | locking/atomics/openrisc: Don't pull in all of <linux/bitops.h> in <asm/cmpxc... | Will Deacon | 1 | -1/+2 |
| 2018-04-19 | time: Add an asm-generic/compat.h file | Arnd Bergmann | 1 | -0/+1 |
| 2018-04-15 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 1 | -2/+0 |
| 2018-04-08 | openrisc: remove unused __ARCH_HAVE_MMU define | Tobias Klauser | 1 | -2/+0 |
| 2018-02-22 | openrisc: add ioremap_nocache declaration before include asm-generic/io.h and... | Greentime Hu | 1 | -1/+2 |
| 2018-02-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -1/+0 |
| 2018-01-09 | Construct init thread stack in the linker script rather than by union | David Howells | 2 | -4/+0 |
| 2018-01-03 | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd | 1 | -1/+0 |
| 2017-12-05 | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 1 | -0/+1 |
| 2017-11-15 | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 1 | -1/+0 |
| 2017-11-13 | Merge tag 'for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 15 | -52/+354 |
| 2017-11-03 | openrisc: add tick timer multi-core sync logic | Stafford Horne | 1 | -0/+8 |
| 2017-11-03 | openrisc: support framepointers and STACKTRACE_SUPPORT | Stafford Horne | 1 | -0/+20 |
| 2017-11-03 | openrisc: add cacheflush support to fix icache aliasing | Jan Henrik Weinstock | 3 | -7/+106 |
| 2017-11-03 | openrisc: fix initial preempt state for secondary cpu tasks | Stafford Horne | 1 | -1/+1 |
| 2017-11-03 | openrisc: initial SMP support | Stefan Kristiansson | 8 | -11/+82 |
| 2017-11-03 | openrisc: use qspinlocks and qrwlocks | Stafford Horne | 3 | -1/+22 |
| 2017-11-03 | openrisc: add 1 and 2 byte cmpxchg support | Stafford Horne | 1 | -32/+115 |
| 2017-11-02 | License cleanup: add SPDX license identifier to uapi header files with a license | Greg Kroah-Hartman | 5 | -0/+5 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-09-13 | Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linux | Linus Torvalds | 1 | -0/+2 |
| 2017-09-11 | openrisc: add forward declaration for struct vm_area_struct | Tobias Klauser | 1 | -0/+2 |
| 2017-08-25 | futex: Remove duplicated code and fix undefined behaviour | Jiri Slaby | 1 | -35/+4 |