summaryrefslogtreecommitdiffstats
path: root/arch/loongarch/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9 days6-1/+268
|\
| * irqchip/loongson-eiointc: Add virt extension supportBibo Mao2024-11-131-0/+1
| * LoongArch: KVM: Add irqfd supportXianglai Li2024-11-132-0/+4
| * LoongArch: KVM: Add PCHPIC user mode read and write functionsXianglai Li2024-11-131-0/+4
| * LoongArch: KVM: Add PCHPIC read and write functionsXianglai Li2024-11-132-0/+33
| * LoongArch: KVM: Add PCHPIC device supportXianglai Li2024-11-132-0/+33
| * LoongArch: KVM: Add EIOINTC user mode read and write functionsXianglai Li2024-11-131-0/+12
| * LoongArch: KVM: Add EIOINTC read and write functionsXianglai Li2024-11-132-0/+32
| * LoongArch: KVM: Add EIOINTC device supportXianglai Li2024-11-132-1/+96
| * LoongArch: KVM: Add IPI user mode read and write functionXianglai Li2024-11-131-0/+2
| * LoongArch: KVM: Add IPI read and write functionXianglai Li2024-11-132-0/+14
| * LoongArch: KVM: Add IPI device supportXianglai Li2024-11-132-0/+37
* | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10 days4-5/+5
|\ \
| * | mm: define general function pXd_init()Bibo Mao2024-11-121-0/+3
| * | arch: introduce set_direct_map_valid_noflush()Mike Rapoport (Microsoft)2024-11-071-0/+1
| * | asm-generic: introduce text-patching.hMike Rapoport (Microsoft)2024-11-071-0/+1
| * | mm: consolidate common checks in hugetlb_get_unmapped_areaOscar Salvador2024-11-071-5/+0
| |/
* | Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12 days2-13/+0
|\ \
| * | loongarch: Use new fallback IO memcpy/memsetJulian Vetter2024-10-281-10/+0
| * | asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-281-3/+0
* | | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds12 days1-25/+4
|\ \ \
| * | | ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt2024-10-151-24/+1
| * | | ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2024-10-111-10/+12
| |/ /
* | | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13 days5-31/+5
|\ \ \
| * | | LoongArch: vDSO: Use vdso/datapage.h to access vDSO dataThomas Weißschuh2024-11-023-21/+4
| * | | vdso: Introduce vdso/page.hVincenzo Frascino2024-10-161-6/+1
| * | | LoongArch: vdso: Remove timekeeper includesThomas Weißschuh2024-10-151-4/+0
| |/ /
* | | LoongArch: Add WriteCombine shadow mapping in KASANKanglong Wang2024-11-121-1/+10
* | | LoongArch: Disable KASAN if PGDIR_SIZE is too large for cpu_vabitsHuacai Chen2024-11-121-1/+1
* | | LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGSYuli Wang2024-11-121-4/+1
| |/ |/|
* | LoongArch: Make KASAN usable for variable cpu_vabitsHuacai Chen2024-10-231-1/+1
* | LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao2024-10-212-28/+18
* | LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen2024-10-211-0/+4
* | LoongArch: Use "Exception return address" to comment ERAYanteng Si2024-10-211-1/+1
|/
* Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-09-2710-130/+119
|\
| * LoongArch: Remove posix_types.h include from sigcontext.hXi Ruoyao2024-09-241-1/+0
| * LoongArch: Simplify _percpu_read() and _percpu_write()Uros Bizjak2024-09-241-89/+35
| * LoongArch: Improve hardware page table walkerHuacai Chen2024-09-243-27/+42
| * LoongArch: Add ARCH_HAS_SET_DIRECT_MAP supportHuacai Chen2024-09-241-0/+4
| * LoongArch: Add ARCH_HAS_SET_MEMORY supportHuacai Chen2024-09-241-0/+17
| * LoongArch: Rework CPU feature probe from CPUCFG/IOCSRJiaxun Yang2024-09-244-13/+21
| * Merge tag 'irq-core-2024-09-16' into loongarch-nextHuacai Chen2024-09-176-21/+36
| |\
* | \ Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-213-16/+2
|\ \ \
| * | | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-043-16/+2
| |/ /
* | | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-183-0/+53
|\ \ \
| * | | LoongArch: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao2024-09-133-0/+53
| |/ /
* | | Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-176-21/+36
|\ \ \ | | |/ | |/|
| * | irqchip/loongarch-avec: Add AVEC irqchip supportTianyang Zhang2024-08-231-0/+2
| * | LoongArch: Architectural preparation for AVEC irqchipHuacai Chen2024-08-236-7/+34
| * | LoongArch: Move irqchip function prototypes to irq-loongson.hHuacai Chen2024-08-231-14/+0