summaryrefslogtreecommitdiff
path: root/arch/loongarch/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-21/+0
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-1/+25
2024-09-13LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao1-0/+1
2024-09-12LoongArch: KVM: Implement function kvm_para_has_feature()Bibo Mao1-15/+17
2024-09-12LoongArch: KVM: Enable paravirt feature control from VMMBibo Mao1-4/+4
2024-09-11LoongArch: Revert qspinlock to test-and-set simple lock on VMBibo Mao3-1/+16
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-18/+0
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)1-3/+0
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-23irqchip/loongarch-avec: Add AVEC irqchip supportTianyang Zhang2-0/+11
2024-08-23LoongArch: Architectural preparation for AVEC irqchipHuacai Chen2-1/+14
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