summaryrefslogtreecommitdiff
path: root/arch/loongarch
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-108/+1
3 daysMerge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
3 daysMerge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2-26/+5
3 daysMerge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-34/+22
3 daysMerge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
6 daysMerge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+3
8 dayscrash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky1-0/+3
11 daysLoongArch: Fix AP booting issue in VM modeBibo Mao1-0/+15
11 daysLoongArch: Add WriteCombine shadow mapping in KASANKanglong Wang2-1/+15
11 daysLoongArch: Disable KASAN if PGDIR_SIZE is too large for cpu_vabitsHuacai Chen2-3/+14
11 daysLoongArch: Make KASAN work with 5-level page-tablesHuacai Chen1-3/+23
11 daysLoongArch: Define a default value for VM_DATA_DEFAULT_FLAGSYuli Wang1-4/+1
11 daysLoongArch: Fix early_numa_add_cpu() usage for FDT systemsHuacai Chen1-1/+1
11 daysLoongArch: For all possible CPUs setup logical-physical CPU mappingHuacai Chen2-29/+55
2024-11-02LoongArch: vDSO: Use vdso/datapage.h to access vDSO dataThomas Weißschuh6-23/+21
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-1/+1
2024-10-29loongarch: Use new fallback IO memcpy/memsetJulian Vetter3-105/+1
2024-10-29asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-23LoongArch: KVM: Mark hrtimer to expire in hard interrupt contextHuacai Chen2-4/+5
2024-10-23LoongArch: Make KASAN usable for variable cpu_vabitsHuacai Chen1-1/+1
2024-10-21LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao4-28/+40
2024-10-21LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh1-7/+9
2024-10-21LoongArch: Set correct size for vDSO code mappingHuacai Chen1-4/+4
2024-10-21LoongArch: Enable IRQ if do_ale() triggered in irq-enabled contextHuacai Chen1-0/+5
2024-10-21LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen2-1/+6
2024-10-21LoongArch: Use "Exception return address" to comment ERAYanteng Si1-1/+1
2024-10-16LoongArch: Switch to irq_set_nr_irqs()Bart Van Assche1-2/+2
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-6/+1
2024-10-15LoongArch: vdso: Remove timekeeper includesThomas Weißschuh2-5/+0
2024-10-15ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regsSteven Rostedt1-24/+1
2024-10-11ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2-11/+13
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2024-09-27Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-37/+55
2024-09-27Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds19-188/+469
2024-09-24LoongArch: vDSO: Tune chacha implementationXi Ruoyao1-37/+55
2024-09-24LoongArch: Remove posix_types.h include from sigcontext.hXi Ruoyao1-1/+0
2024-09-24LoongArch: Fix memleak in pci_acpi_scan_root()Wentao Guan1-0/+1
2024-09-24LoongArch: Simplify _percpu_read() and _percpu_write()Uros Bizjak1-89/+35
2024-09-24LoongArch: Improve hardware page table walkerHuacai Chen4-27/+83
2024-09-24LoongArch: Add ARCH_HAS_SET_DIRECT_MAP supportHuacai Chen3-0/+65
2024-09-24LoongArch: Add ARCH_HAS_SET_MEMORY supportHuacai Chen4-1/+178
2024-09-24LoongArch: Rework CPU feature probe from CPUCFG/IOCSRJiaxun Yang6-64/+100
2024-09-24LoongArch: Enable ACPI BGRT handlingBibo Mao1-0/+4
2024-09-24LoongArch: Enable generic CPU vulnerabilites supportTiezhu Yang1-0/+1
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-40/+5
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds9-1/+314
2024-09-17Merge branch 'kvm-redo-enable-virt' into HEADPaolo Bonzini1-2/+2
2024-09-17LoongArch: Remove STACK_FRAME_NON_STANDARD(do_syscall)Tiezhu Yang1-4/+0
2024-09-17LoongArch: Set AS_HAS_THIN_ADD_SUB as y if AS_IS_LLVMTiezhu Yang1-1/+1