index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-26
LoongArch: KVM: Invalidate guest steal time address on vCPU reset
Bibo Mao
3
-9
/
+1
2024-08-26
LoongArch: Add ifdefs to fix LSX and LASX related warnings
Tiezhu Yang
2
-0
/
+8
2024-08-26
LoongArch: Define ARCH_IRQ_INIT_FLAGS as IRQ_NOPROBE
Huacai Chen
2
-3
/
+2
2024-08-25
LoongArch: Remove the unused dma-direct.h
Miao Wang
1
-11
/
+0
2024-08-07
LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall()
Dandan Zhang
1
-2
/
+2
2024-08-07
LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTS
Yuli Wang
1
-2
/
+0
2024-08-07
LoongArch: Use accessors to page table entries instead of direct dereference
Huacai Chen
8
-42
/
+52
2024-08-07
LoongArch: Enable general EFI poweroff method
Miao Wang
1
-0
/
+6
2024-08-02
syscalls: fix syscall macros for newfstat/newfstatat
Arnd Bergmann
1
-1
/
+2
2024-07-27
Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+0
2024-07-22
Merge tag 'loongarch-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/c...
Linus Torvalds
30
-50
/
+253
2024-07-22
Merge patch series "Add ACPI NUMA support for RISC-V"
Palmer Dabbelt
1
-1
/
+0
2024-07-22
ACPI: NUMA: change the ACPI_NUMA to a hidden option
Haibo Xu
1
-1
/
+0
2024-07-21
Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
15
-31
/
+440
2024-07-20
LoongArch: Make the users of larch_insn_gen_break() constant
Oleg Nesterov
3
-4
/
+7
2024-07-20
LoongArch: Check TIF_LOAD_WATCH to enable user space watchpoint
Tiezhu Yang
2
-1
/
+4
2024-07-20
LoongArch: Use rustc option -Zdirect-access-external-data
WANG Rui
1
-1
/
+2
2024-07-20
LoongArch: Add support for relocating the kernel with RELR relocation
Xi Ruoyao
5
-0
/
+33
2024-07-20
LoongArch: Remove a redundant checking in relocator
Xi Ruoyao
1
-3
/
+1
2024-07-20
LoongArch: Use correct API to map cmdline in relocate_kernel()
Huacai Chen
1
-1
/
+3
2024-07-20
LoongArch: Automatically disable KASLR for hibernation
Huacai Chen
1
-0
/
+26
2024-07-20
LoongArch: Add ACPI standard hardware register based S3 support
Jiaxun Yang
2
-6
/
+18
2024-07-20
LoongArch: Add architectural preparation for CPUFreq
Huacai Chen
3
-0
/
+19
2024-07-20
LoongArch: Add writecombine support for DMW-based ioremap()
Huacai Chen
6
-17
/
+35
2024-07-20
LoongArch: Add ARCH_HAS_DEBUG_VM_PGTABLE support
Huacai Chen
1
-0
/
+1
2024-07-20
LoongArch: Add ARCH_HAS_PTE_DEVMAP support
Huacai Chen
3
-2
/
+24
2024-07-20
LoongArch: Add RANDOMIZE_KSTACK_OFFSET support
Jinjie Ruan
2
-1
/
+22
2024-07-20
LoongArch: Add irq_work support via self IPIs
Huacai Chen
5
-1
/
+34
2024-07-20
LoongArch: Always enumerate MADT and setup logical-physical CPU mapping
Huacai Chen
3
-11
/
+22
2024-07-20
LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
Huacai Chen
2
-2
/
+2
2024-07-18
Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-1
/
+0
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-2
/
+1
2024-07-10
loongarch: convert to generic syscall table
Arnd Bergmann
6
-3
/
+12
2024-07-10
clone3: drop __ARCH_WANT_SYS_CLONE3 macro
Arnd Bergmann
1
-1
/
+0
2024-07-10
loongarch: avoid generating extra header files
Arnd Bergmann
1
-16
/
+0
2024-07-09
LoongArch: KVM: Add PV steal time support in guest side
Bibo Mao
4
-0
/
+163
2024-07-09
LoongArch: KVM: Add PV steal time support in host side
Bibo Mao
8
-4
/
+189
2024-07-09
LoongArch: KVM: always make pte young in page map's fast path
Jia Qingtong
1
-4
/
+2
2024-07-09
LoongArch: KVM: Mark page accessed and dirty with page ref added
Bibo Mao
1
-10
/
+13
2024-07-09
LoongArch: KVM: Add dirty bitmap initially all set support
Bibo Mao
2
-0
/
+10
2024-07-09
LoongArch: KVM: Add memory barrier before update pmd entry
Bibo Mao
1
-0
/
+2
2024-07-09
LoongArch: KVM: Discard dirty page tracking on readonly memslot
Bibo Mao
1
-3
/
+12
2024-07-09
LoongArch: KVM: Select huge page only if secondary mmu supports it
Bibo Mao
1
-3
/
+13
2024-07-09
LoongArch: KVM: Delay secondary mmu tlb flush until guest entry
Bibo Mao
5
-5
/
+24
2024-07-09
LoongArch: KVM: Sync pending interrupt when getting ESTAT from user mode
Bibo Mao
1
-0
/
+11
2024-07-03
mm: implement update_mmu_tlb() using update_mmu_tlb_range()
Bang Li
1
-2
/
+0
2024-07-03
mm: add update_mmu_tlb_range()
Bang Li
1
-0
/
+2
2024-06-25
syscalls: mmap(): use unsigned offset type consistently
Arnd Bergmann
1
-1
/
+1
2024-06-21
LoongArch: KVM: Remove an unneeded semicolon
Yang Li
1
-1
/
+1
[next]