summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2023-09-053-2/+21
|\
| * openrisc: Add prototype for die to bug.hStafford Horne2023-08-211-0/+11
| * openrisc: Add prototype for show_registers to processor.hStafford Horne2023-08-211-0/+1
| * openrisc: Make pfn accessors statics inlinesLinus Walleij2023-08-111-2/+9
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | | openrisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-6/+17
* | | openrisc: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+4
* | | openrisc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-5/+6
| |/ |/|
* | Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2023-07-121-2/+4
|\ \ | |/ |/|
| * openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABIStafford Horne2023-07-101-2/+4
* | locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-3/+0
|/
* Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-051-5/+5
|\
| * locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-291-5/+5
* | openrisc: Support floating point user apiStafford Horne2023-04-263-2/+6
* | openrisc: Support storing and restoring fpu stateStafford Horne2023-04-261-2/+2
|/
* mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-2/+0
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-5/+36
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-1/+0
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-18/+0
|\
| * openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-18/+0
* | openrisc: io: Define iounmap argument as volatileStafford Horne2022-07-301-1/+1
* | openrisc: Add pci bus supportStafford Horne2022-07-302-1/+2
|/
* Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-263-37/+2
|\
| * openrisc: Move to ticket-spinlockPeter Zijlstra2022-05-113-37/+2
* | openrisc: start CPU timer early in bootJason A. Donenfeld2022-05-131-0/+1
|/
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-232-48/+1
|\
| * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-252-30/+0
| * uaccess: generalize access_ok()Arnd Bergmann2022-02-251-18/+1
* | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | openrisc: Add clone3 ABI wrapperStafford Horne2021-12-041-0/+2
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-7/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-7/+0
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* / locking: Remove spin_lock_flags() etcArnd Bergmann2021-10-301-3/+0
|/
* openrisc: Fix compiler warnings in setupStafford Horne2021-08-111-0/+15
* openrisc: rename or32 code & comments to or1kRandy Dunlap2021-08-052-4/+4
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-47/+0
|\
| * openrisc: always use unaligned-struct headerArnd Bergmann2021-05-101-47/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-3/+0
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-2/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-1/+1
|\| |
| * | mm: update legacy flush_tlb_* to use vmaChen Li2021-06-291-1/+1
* | | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-06-282-18/+28
|\ \ \ | |/ / |/| |