summaryrefslogtreecommitdiff
path: root/arch/loongarch/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-11-01LoongArch: Enable IRQ if do_ale() triggered in irq-enabled contextHuacai Chen1-0/+5
2024-11-01LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen1-1/+2
2024-11-01LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh1-7/+9
2024-08-26LoongArch: Add ifdefs to fix LSX and LASX related warningsTiezhu Yang1-0/+4
2024-08-26LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBEHuacai Chen1-3/+0
2024-08-07LoongArch: Enable general EFI poweroff methodMiao Wang1-0/+6
2024-08-02syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann1-1/+2
2024-07-22Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds12-30/+128
2024-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+147
2024-07-20LoongArch: Make the users of larch_insn_gen_break() constantOleg Nesterov1-2/+2
2024-07-20LoongArch: Check TIF_LOAD_WATCH to enable user space watchpointTiezhu Yang2-1/+4
2024-07-20LoongArch: Add support for relocating the kernel with RELR relocationXi Ruoyao2-0/+26
2024-07-20LoongArch: Remove a redundant checking in relocatorXi Ruoyao1-3/+1
2024-07-20LoongArch: Use correct API to map cmdline in relocate_kernel()Huacai Chen1-1/+3
2024-07-20LoongArch: Automatically disable KASLR for hibernationHuacai Chen1-0/+26
2024-07-20LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen1-9/+2
2024-07-20LoongArch: Add RANDOMIZE_KSTACK_OFFSET supportJinjie Ruan1-1/+21
2024-07-20LoongArch: Add irq_work support via self IPIsHuacai Chen2-0/+20
2024-07-20LoongArch: Always enumerate MADT and setup logical-physical CPU mappingHuacai Chen3-11/+22
2024-07-20LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.hHuacai Chen1-2/+1
2024-07-10loongarch: convert to generic syscall tableArnd Bergmann2-1/+6
2024-07-09LoongArch: KVM: Add PV steal time support in guest sideBibo Mao2-0/+147
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann1-1/+1
2024-06-21LoongArch: Fix multiple hardware watchpoint issuesHui Li1-24/+33
2024-06-21LoongArch: Trigger user-space watchpoints correctlyHui Li2-6/+29
2024-06-21LoongArch: Fix watchpoint setting errorHui Li2-31/+20
2024-06-03LoongArch: Fix entry point in kernel image headerJiaxun Yang2-5/+7
2024-06-03LoongArch: Add all CPUs enabled by fdt to NUMA node 0Jiaxun Yang1-1/+4
2024-06-03LoongArch: Fix built-in DTB detectionJiaxun Yang1-1/+1
2024-06-03LoongArch: Remove CONFIG_ACPI_TABLE_UPGRADE in platform_init()Tiezhu Yang1-3/+1
2024-05-22Merge tag 'loongarch-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-1/+1
2024-05-18Merge tag 'iommu-updates-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+2
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+3
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-05-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-65/+189
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-19/+0
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)1-3/+16
2024-05-14LoongArch: Give a chance to build with !CONFIG_SMPTiezhu Yang2-1/+3
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-7/+2
2024-05-06LoongArch: KVM: Add PV IPI support on guest sideBibo Mao4-2/+156
2024-05-06LoongArch/smp: Refine some ipi functions on LoongArch platformBibo Mao4-63/+33
2024-04-26dma-mapping: Add helpers for dma_range_map boundsRobin Murphy1-7/+2
2024-04-25LoongArch: Lately init pmu after smp is onlineBibo Mao1-1/+1
2024-03-22Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds14-20/+657
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2024-03-11Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+2
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov1-1/+1
2024-03-11LoongArch: Add kernel livepatching supportJinyang He1-0/+40
2024-03-11LoongArch: Add ORC stack unwinder supportTiezhu Yang14-20/+617