index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
LoongArch: Add basic STACKPROTECTOR support
Huacai Chen
5
-0
/
+53
2022-12-14
LoongArch: Add hibernation (ACPI S4) support
Huacai Chen
7
-0
/
+154
2022-12-14
LoongArch: Add suspend (ACPI S3) support
Huacai Chen
13
-3
/
+260
2022-12-14
LoongArch: Add processing ISA Node in DeviceTree
Binbin Zhou
1
-0
/
+75
2022-12-14
LoongArch: Add FDT booting support from efi system table
Binbin Zhou
10
-7
/
+145
2022-12-14
LoongArch: Use alternative to optimize libraries
Huacai Chen
7
-11
/
+465
2022-12-14
LoongArch: Add alternative runtime patching mechanism
Huacai Chen
9
-1
/
+507
2022-12-14
LoongArch: Add unaligned access support
Huacai Chen
8
-3
/
+630
2022-12-14
LoongArch: BPF: Add BPF exception tables
Youling Tang
5
-5
/
+96
2022-12-14
LoongArch: Remove the .fixup section usage
Youling Tang
2
-19
/
+11
2022-12-14
LoongArch: extable: Add a dedicated uaccess handler
Youling Tang
5
-29
/
+76
2022-12-14
LoongArch: extable: Add `type` and `data` fields
Youling Tang
4
-7
/
+29
2022-12-14
LoongArch: Switch to relative exception tables
Youling Tang
4
-17
/
+55
2022-12-14
LoongArch: Consolidate __ex_table construction
Youling Tang
6
-23
/
+49
2022-12-13
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-18
/
+31
2022-12-13
Merge tags 'acpi-6.2-rc1' and 'irq-core-2022-12-10' into loongarch-next
Huacai Chen
2
-143
/
+1
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2022-12-12
Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-142
/
+0
2022-12-12
Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-12-12
Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2022-12-12
Merge branch 'acpica'
Rafael J. Wysocki
1
-142
/
+0
2022-12-11
LoongArch: enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Feiyang Chen
1
-0
/
+1
2022-12-11
mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()
Feiyang Chen
1
-43
/
+16
2022-12-11
LoongArch: add sparse memory vmemmap support
Feiyang Chen
4
-4
/
+84
2022-12-11
MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()
Feiyang Chen
4
-27
/
+21
2022-12-08
LoongArch: mm: Fix huge page entry update for virtual machine
Huacai Chen
1
-14
/
+16
2022-12-08
LoongArch: Export symbol for function smp_send_reschedule()
Bibo Mao
2
-10
/
+11
2022-12-07
Merge tag 'v6.1-rc8' into efi/next
Ard Biesheuvel
10
-71
/
+70
2022-12-07
Merge tag 'irqchip-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...
Thomas Gleixner
1
-1
/
+1
2022-12-05
efi: Put Linux specific magic number in the DOS header
Ard Biesheuvel
1
-1
/
+2
2022-12-02
Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+1
2022-11-30
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-0
/
+1
2022-11-30
mm: add dummy pmd_young() for architectures not having it
Juergen Gross
1
-0
/
+1
2022-11-26
irqchip/loongson-htvec: Add ACPI init support
Huacai Chen
1
-1
/
+1
2022-11-21
LoongArch: Fix unsigned comparison with less than zero
KaiLong Wang
1
-1
/
+2
2022-11-21
LoongArch: Set _PAGE_DIRTY only if _PAGE_MODIFIED is set in {pmd,pte}_mkwrite()
Huacai Chen
1
-2
/
+6
2022-11-21
LoongArch: Set _PAGE_DIRTY only if _PAGE_WRITE is set in {pmd,pte}_mkdirty()
Huacai Chen
1
-2
/
+6
2022-11-21
LoongArch: Clear FPU/SIMD thread info flags for kernel thread
Huacai Chen
1
-4
/
+5
2022-11-21
LoongArch: SMP: Change prefix from loongson3 to loongson
Huacai Chen
4
-39
/
+39
2022-11-21
LoongArch: Combine acpi_boot_table_init() and acpi_boot_init()
Huacai Chen
2
-22
/
+10
2022-11-21
LoongArch: Makefile: Use "grep -E" instead of "egrep"
Tiezhu Yang
1
-1
/
+1
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2
-2
/
+2
2022-11-09
efi/loongarch: Don't jump to kernel entry via the old image
Ard Biesheuvel
1
-0
/
+2
2022-11-09
efi: libstub: Factor out min alignment and preferred kernel load address
Ard Biesheuvel
1
-0
/
+7
2022-11-09
efi: libstub: Move screen_info handling to common code
Ard Biesheuvel
2
-11
/
+22
2022-11-09
efi: loongarch: Drop exports of unused string routines
Ard Biesheuvel
1
-5
/
+0
2022-11-09
efi: libstub: Enable efi_printk() in zboot decompressor
Ard Biesheuvel
1
-2
/
+0
2022-11-09
efi: libstub: Clone memcmp() into the stub
Ard Biesheuvel
1
-1
/
+0
2022-11-08
mm: remove kern_addr_valid() completely
Kefeng Wang
1
-2
/
+0
2022-11-03
Revert "LoongArch: Provisionally add ACPICA data structures"
Huacai Chen
1
-142
/
+0
[prev]
[next]