index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-10
LoongArch: Include linux/sizes.h in addrspace.h to prevent build errors
Randy Dunlap
1
-0
/
+1
2024-04-10
LoongArch: Make {virt, phys, page, pfn} translation work with KFENCE
Huacai Chen
3
-6
/
+49
2024-03-22
Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
17
-27
/
+182
2024-03-19
LoongArch: Define the __io_aw() hook as mmiowb()
Huacai Chen
3
-18
/
+3
2024-03-19
LoongArch: Remove superfluous flush_dcache_page() definition
Huacai Chen
1
-3
/
+0
2024-03-19
LoongArch: Move {dmw,tlb}_virt_to_page() definition to page.h
Max Kellermann
2
-3
/
+3
2024-03-19
LoongArch: Change __my_cpu_offset definition to avoid mis-optimization
Huacai Chen
1
-1
/
+6
2024-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+0
2024-03-11
LoongArch: Add kernel livepatching support
Jinyang He
1
-0
/
+2
2024-03-11
LoongArch: Add ORC stack unwinder support
Tiezhu Yang
10
-2
/
+168
2024-03-09
Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...
Paolo Bonzini
1
-2
/
+2
2024-03-06
arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Arnd Bergmann
1
-9
/
+1
2024-02-09
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
1
-2
/
+2
2024-02-08
kvm: replace __KVM_HAVE_READONLY_MEM with Kconfig symbol
Paolo Bonzini
1
-2
/
+0
2024-02-06
LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC]
Huacai Chen
1
-1
/
+3
2024-01-26
LoongArch: KVM: Add returns to SIMD stubs
Randy Dunlap
1
-2
/
+2
2024-01-19
Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
5
-20
/
+17
2024-01-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-4
/
+43
2024-01-17
LoongArch: Fix definition of ftrace_regs_set_instruction_pointer()
Tiezhu Yang
1
-1
/
+1
2024-01-17
LoongArch: Use generic interface to support crashkernel=X,[high,low]
Youling Tang
1
-0
/
+12
2024-01-17
LoongArch: Fix and simplify fcsr initialization on execve()
Xi Ruoyao
1
-5
/
+0
2024-01-17
LoongArch: Let cores_io_master cover the largest NR_CPUS
Huacai Chen
1
-2
/
+4
2024-01-17
LoongArch: Change SHMLBA from SZ_64K to PAGE_SIZE
Huacai Chen
1
-12
/
+0
2024-01-09
Merge tag 'efi-next-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2024-01-05
mm/mglru: add dummy pmd_dirty()
Kinsey Ho
1
-0
/
+1
2024-01-02
Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
9
-17
/
+54
2023-12-19
efi/loongarch: Directly position the loaded image file
Wang Yao
1
-2
/
+0
2023-12-19
LoongArch: KVM: Add LASX (256bit SIMD) support
Tianrui Zhao
2
-2
/
+18
2023-12-19
LoongArch: KVM: Add LSX (128bit SIMD) support
Tianrui Zhao
3
-2
/
+24
2023-12-19
LoongArch: KVM: Remove kvm_acquire_timer() before entering guest
Bibo Mao
1
-1
/
+0
2023-12-19
LoongArch: KVM: Optimization for memslot hugepage checking
Bibo Mao
1
-0
/
+3
2023-12-13
Merge tag 'efi-urgent-for-v6.7-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2023-12-11
efi/loongarch: Use load address to calculate kernel entry address
Wang Yao
1
-1
/
+1
2023-12-09
LoongArch: Preserve syscall nr across execve()
Hengqi Chen
1
-1
/
+1
2023-12-09
LoongArch: Slightly clean up drdtime()
Xi Ruoyao
1
-3
/
+2
2023-11-21
LoongArch: Add __percpu annotation for __percpu_read()/__percpu_write()
Huacai Chen
1
-6
/
+5
2023-11-21
LoongArch: Record pc instead of offset in la_abs relocation
WANG Rui
2
-3
/
+2
2023-11-14
Merge branch 'kvm-guestmemfd' into HEAD
Paolo Bonzini
1
-1
/
+0
2023-11-13
KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
Sean Christopherson
1
-1
/
+0
2023-11-12
Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
3
-25
/
+86
2023-11-08
LoongArch: Add more instruction opcodes and emit_* helpers
Hengqi Chen
1
-0
/
+13
2023-11-08
LoongArch: Relax memory ordering for atomic operations
WANG Rui
1
-20
/
+68
2023-11-08
LoongArch: Mark __percpu functions as always inline
Nathan Chancellor
1
-5
/
+5
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2023-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-5
/
+829
2023-10-31
Merge tag 'loongarch-kvm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
8
-5
/
+829
2023-10-30
Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+16
2023-10-18
LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()
Icenowy Zheng
2
-4
/
+5
2023-10-18
LoongArch: Use SYM_CODE_* to annotate exception handlers
Tiezhu Yang
1
-0
/
+8
[next]