summaryrefslogtreecommitdiff
path: root/arch/csky
AgeCommit message (Expand)AuthorFilesLines
2023-06-25mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-17/+6
2023-06-18csky: uprobes: Restore thread.trap_noTiezhu Yang1-0/+3
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-35/+0
2023-05-15csky/smp: Switch to hotplug core state synchronizationThomas Gleixner3-7/+4
2023-05-04Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linuxLinus Torvalds3-5/+6
2023-04-29Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2023-04-28Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-14/+1
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1
2023-04-19csky: drop ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-4/+0
2023-04-13csky: simplify alignment sysctl registrationLuis Chamberlain1-14/+1
2023-04-13csky: mmu: Prevent spurious page faultsGuo Ren2-0/+6
2023-04-06csky: remove obsolete config CPU_TLB_SIZELukas Bulwahn1-5/+0
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song1-3/+1
2023-03-12csky: Remove kernel_thread declarationMike Christie1-2/+0
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-07csky/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf1-0/+2
2023-02-27Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linuxLinus Torvalds1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-12/+38
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-1/+0
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-11/+39
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2-2/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-12-30csky: delay: Add function alignmentJialu Xu1-1/+1
2022-12-19Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds5-18/+7
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2022-12-13Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2022-11-25[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-2/+2
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld1-9/+1
2022-11-11Revert "csky: Add support for restartable sequence"Mathieu Desnoyers3-7/+0
2022-11-11Revert "csky: Fixup CONFIG_DEBUG_RSEQ"Mathieu Desnoyers1-10/+5
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-3/+0
2022-10-22csky: Kconfig: Fix spelling mistake "Meory" -> "Memory"Colin Ian King1-1/+1
2022-10-22csky: add arch support current_stack_pointerTong Tiangen3-4/+5
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
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 Wang1-5/+0
2022-09-12arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-5/+0
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-23/+27
2022-08-05Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-21/+2
2022-08-05Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds14-20/+211
2022-08-03Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+5
2022-08-01csky: abiv1: Fixup compile errorGuo Ren1-0/+6