summaryrefslogtreecommitdiff
path: root/arch/openrisc
AgeCommit message (Expand)AuthorFilesLines
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-2/+0
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03openrisc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-5/+36
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra1-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-12-13Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+3
2022-12-01mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATEDVlastimil Babka2-2/+4
2022-11-16openrisc: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov1-5/+3
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-2/+0
2022-10-16Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds1-8/+8
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+0
2022-10-08openrisc: Fix pagewalk usage in arch_dma_{clear, set}_uncachedJann Horn1-8/+8
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang2-5/+0
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-6/+0
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-18/+24
2022-07-30profile: setup_profiling_timer() is moslty not implementedBen Dooks1-6/+0
2022-07-29openrisc: io: Define iounmap argument as volatileStafford Horne2-2/+2
2022-07-29openrisc: Add virt defconfigStafford Horne1-0/+108
2022-07-29openrisc: Add pci bus supportStafford Horne3-2/+6
2022-07-18mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-18openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-06-28openrisc: unwinder: Fix grammar issue in commentXiang wangx1-1/+1
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+7
2022-05-27Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds11-315/+272
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-38/+2
2022-05-23openrisc: Allow power off handler overridingStafford Horne1-2/+15
2022-05-23openrisc: Remove unused IMMU tlb workardoundStafford Horne1-209/+0
2022-05-23openrisc/fault: Fix symbol scope warningsStafford Horne1-3/+1
2022-05-23openrisc/delay: Add include to fix symbol not declared warningStafford Horne1-0/+1
2022-05-23openrisc/time: Fix symbol scope warningsStafford Horne1-1/+2
2022-05-23openrisc/traps: Declare unhandled_exception for asmlinkageStafford Horne1-1/+1
2022-05-23openrisc/traps: Remove die_if_kernel functionStafford Horne1-9/+0
2022-05-23openrisc/traps: Declare file scope symbols as staticStafford Horne1-3/+3
2022-05-23openrisc: Update litex defconfig to support glibc userlandStafford Horne1-0/+32
2022-05-23openrisc: Pretty print show_registers memory dumpsStafford Horne1-13/+33
2022-05-23openrisc: Add syscall details to emergency syscall debuggingStafford Horne1-5/+15
2022-05-23openrisc: Add support for liteuart emergency printingStafford Horne1-1/+12
2022-05-23openrisc: Cleanup emergency print handlingStafford Horne1-63/+85
2022-05-23openrisc: Add gcc machine instruction flag configurationStafford Horne2-0/+70
2022-05-23openrisc: define nop command for simulator rebootJason A. Donenfeld1-0/+2
2022-05-18random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-1/+1
2022-05-14openrisc: start CPU timer early in bootJason A. Donenfeld2-0/+10
2022-05-12openrisc: remove bogus nops and shutdownsJason A. Donenfeld1-5/+0
2022-05-12openrisc: fix typos in commentsJulia Lawall1-1/+1
2022-05-11openrisc: Move to ticket-spinlockPeter Zijlstra4-38/+2
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3