summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
|/
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-6/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-6/+0
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-053-18/+24
|\ \
| * | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * | openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-18/+21
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
| |/
* | openrisc: io: Define iounmap argument as volatileStafford Horne2022-07-302-2/+2
* | openrisc: Add virt defconfigStafford Horne2022-07-301-0/+108
* | openrisc: Add pci bus supportStafford Horne2022-07-303-2/+6
* | openrisc: unwinder: Fix grammar issue in commentXiang wangx2022-06-281-1/+1
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-5/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+5
* | Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2022-05-2611-315/+272
|\ \
| * | openrisc: Allow power off handler overridingStafford Horne2022-05-231-2/+15
| * | openrisc: Remove unused IMMU tlb workardoundStafford Horne2022-05-231-209/+0
| * | openrisc/fault: Fix symbol scope warningsStafford Horne2022-05-231-3/+1
| * | openrisc/delay: Add include to fix symbol not declared warningStafford Horne2022-05-231-0/+1
| * | openrisc/time: Fix symbol scope warningsStafford Horne2022-05-231-1/+2
| * | openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne2022-05-231-1/+1
| * | openrisc/traps: Remove die_if_kernel functionStafford Horne2022-05-231-9/+0
| * | openrisc/traps: Declare file scope symbols as staticStafford Horne2022-05-231-3/+3
| * | openrisc: Update litex defconfig to support glibc userlandStafford Horne2022-05-231-0/+32
| * | openrisc: Pretty print show_registers memory dumpsStafford Horne2022-05-231-13/+33
| * | openrisc: Add syscall details to emergency syscall debuggingStafford Horne2022-05-231-5/+15
| * | openrisc: Add support for liteuart emergency printingStafford Horne2022-05-231-1/+12
| * | openrisc: Cleanup emergency print handlingStafford Horne2022-05-231-63/+85
| * | openrisc: Add gcc machine instruction flag configurationStafford Horne2022-05-232-0/+70
| * | openrisc: define nop command for simulator rebootJason A. Donenfeld2022-05-231-0/+2
| * | openrisc: remove bogus nops and shutdownsJason A. Donenfeld2022-05-121-5/+0
| * | openrisc: fix typos in commentsJulia Lawall2022-05-121-1/+1
| |/