summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)Author
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-06mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador
2024-11-04jump_label: adjust inline asm to be consistentAlice Ryhl
2024-11-02LoongArch: vDSO: Use vdso/datapage.h to access vDSO dataThomas Weißschuh
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif
2024-10-28loongarch: Use new fallback IO memcpy/memsetJulian Vetter
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig
2024-10-25KVM: LoongArch: Use kvm_faultin_pfn() to map pfns into the guestSean Christopherson
2024-10-25KVM: LoongArch: Mark "struct page" pfn accessed before dropping mmu_lockSean Christopherson
2024-10-25KVM: LoongArch: Mark "struct page" pfns accessed only in "slow" page fault pathSean Christopherson
2024-10-25KVM: LoongArch: Mark "struct page" pfns dirty only in "slow" page fault pathSean Christopherson
2024-10-23LoongArch: KVM: Mark hrtimer to expire in hard interrupt contextHuacai Chen
2024-10-23LoongArch: Make KASAN usable for variable cpu_vabitsHuacai Chen
2024-10-23dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2Binbin Zhou
2024-10-21LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao
2024-10-21LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh
2024-10-21LoongArch: Set correct size for vDSO code mappingHuacai Chen
2024-10-21LoongArch: Enable IRQ if do_ale() triggered in irq-enabled contextHuacai Chen
2024-10-21LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen
2024-10-21LoongArch: Use "Exception return address" to comment ERAYanteng Si
2024-10-16LoongArch: Switch to irq_set_nr_irqs()Bart Van Assche
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino
2024-10-15LoongArch: vdso: Remove timekeeper includesThomas Weißschuh
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt
2024-10-10ftrace: Make ftrace_regs abstract from direct useSteven Rostedt
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-09-27Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-27Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds
2024-09-24LoongArch: vDSO: Tune chacha implementationXi Ruoyao
2024-09-24LoongArch: Remove posix_types.h include from sigcontext.hXi Ruoyao
2024-09-24LoongArch: Fix memleak in pci_acpi_scan_root()Wentao Guan
2024-09-24LoongArch: Simplify _percpu_read() and _percpu_write()Uros Bizjak
2024-09-24LoongArch: Improve hardware page table walkerHuacai Chen
2024-09-24LoongArch: Add ARCH_HAS_SET_DIRECT_MAP supportHuacai Chen
2024-09-24LoongArch: Add ARCH_HAS_SET_MEMORY supportHuacai Chen
2024-09-24LoongArch: Rework CPU feature probe from CPUCFG/IOCSRJiaxun Yang
2024-09-24LoongArch: Enable ACPI BGRT handlingBibo Mao
2024-09-24LoongArch: Enable generic CPU vulnerabilites supportTiezhu Yang
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini
2024-09-17LoongArch: Remove STACK_FRAME_NON_STANDARD(do_syscall)Tiezhu Yang
2024-09-17LoongArch: Set AS_HAS_THIN_ADD_SUB as y if AS_IS_LLVMTiezhu Yang
2024-09-17LoongArch: Enable objtool for ClangTiezhu Yang
2024-09-17Merge tag 'irq-core-2024-09-16' into loongarch-nextHuacai Chen
2024-09-17mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-09-13LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao
2024-09-12LoongArch: KVM: Implement function kvm_para_has_feature()Bibo Mao