aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc
AgeCommit message (Expand)Author
5 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-07-12Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2023-07-10openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABIStafford Horne
2023-06-28Merge branch 'expand-stack'Linus Torvalds
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-05-05Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-05-01Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2023-04-29locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda
2023-04-26openrisc: Add floating point regsetStafford Horne
2023-04-26openrisc: Support floating point user apiStafford Horne
2023-04-26openrisc: Support storing and restoring fpu stateStafford Horne
2023-04-26openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne
2023-04-01openrisc: Use common of_get_cpu_node() instead of open-codingRob Herring
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-05Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2023-03-02openrisc: fix livelock in uaccessAl Viro
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka
2022-11-15openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-10-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-08openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks
2022-07-30openrisc: io: Define iounmap argument as volatileStafford Horne
2022-07-30openrisc: Add virt defconfigStafford Horne
2022-07-30openrisc: Add pci bus supportStafford Horne
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-07-17openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-28openrisc: unwinder: Fix grammar issue in commentXiang wangx
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-26Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-23openrisc: Allow power off handler overridingStafford Horne
2022-05-23openrisc: Remove unused IMMU tlb workardoundStafford Horne
2022-05-23openrisc/fault: Fix symbol scope warningsStafford Horne