summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2023-09-0513-93/+51
|\
| * openrisc: Remove kernel-doc marker from ioremap commentStafford Horne2023-08-211-1/+1
| * openrisc: Remove unused tlb_init functionStafford Horne2023-08-212-11/+0
| * openriac: Remove unused nommu_dump_state functionStafford Horne2023-08-211-75/+0
| * openrisc: Include cpu.h and switch_to.h for prototypesStafford Horne2023-08-211-0/+2
| * openrisc: Add prototype for die to bug.hStafford Horne2023-08-213-2/+13
| * openrisc: Add prototype for show_registers to processor.hStafford Horne2023-08-213-2/+2
| * openrisc: Declare do_signal function as staticStafford Horne2023-08-211-1/+1
| * openrisc: Add missing prototypes for assembly called fnctionsStafford Horne2023-08-216-0/+24
| * 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
* | | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-1/+1
|\ \ \
| * | | treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-211-1/+1
| | |/ | |/|
* | | openrisc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-243-10/+25
* | | openrisc: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-4/+4
* | | openrisc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-183-54/+7
* | | openrisc: mm: remove unneeded early ioremap codeBaoquan He2023-08-181-38/+5
|/ /
* | Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2023-07-122-4/+6
|\ \ | |/ |/|
| * openrisc: Union fpcsr and oldmask in sigcontext to unbreak userspace ABIStafford Horne2023-07-102-4/+6
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-2/+3
|\ \
| * | mm: always expand the stack with the mmap write lock heldLinus Torvalds2023-06-271-2/+3
| |/
* / 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
* | Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2023-05-0110-31/+101
|\ \
| * | openrisc: Add floating point regsetStafford Horne2023-04-261-0/+37
| * | openrisc: Support floating point user apiStafford Horne2023-04-267-6/+41
| * | openrisc: Support storing and restoring fpu stateStafford Horne2023-04-263-4/+19
| * | openrisc: Properly store r31 to pt_regs on unhandled exceptionsStafford Horne2023-04-261-4/+2
| * | openrisc: Use common of_get_cpu_node() instead of open-codingRob Herring2023-04-011-17/+2
| |/
* / treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
|/
* Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-1/+4
|\
| * openrisc: fix livelock in uaccessAl Viro2023-03-021-1/+4
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-7/+35
|\ \
| * | 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
| |/
* | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-0/+1
* | objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-2/+0
|\
| * mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
* | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-5/+3
|\ \
| * | openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov2022-11-151-5/+3
| |/
* / mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka2022-12-012-2/+4
|/
* Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-10-151-8/+8
|\
| * openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn2022-10-081-8/+8
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-122-5/+0
|\ \
| * | kernel: exit: cleanup release_thread()Kefeng Wang2022-09-112-5/+0
| |/
* | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-2/+0