index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-03
RISC-V: Add page table dump support for uefi
Atish Patra
1
-6
/
+42
2020-10-03
RISC-V: Add EFI runtime services
Atish Patra
11
-4
/
+287
2020-10-03
RISC-V: Add EFI stub support.
Atish Patra
7
-1
/
+180
2020-10-03
RISC-V: Add PE/COFF header for EFI stub
Atish Patra
5
-2
/
+212
2020-10-03
RISC-V: Implement late mapping page table allocation functions
Atish Patra
1
-31
/
+99
2020-10-03
RISC-V: Add early ioremap support
Atish Patra
6
-0
/
+51
2020-10-03
RISC-V: Move DT mapping outof fixmap
Anup Patel
6
-22
/
+20
2020-10-03
Merge tag 'efi-riscv-shared-for-v5.10' of ssh://gitolite.kernel.org/pub/scm/l...
Palmer Dabbelt
10
-209
/
+62
2020-09-16
efi/libstub: arm32: Use low allocation for the uncompressed kernel
Ard Biesheuvel
4
-189
/
+38
2020-09-16
efi/libstub: Export efi_low_alloc_above() to other units
Ard Biesheuvel
2
-2
/
+5
2020-09-16
efi/libstub: arm32: Base FDT and initrd placement on image address
Ard Biesheuvel
4
-18
/
+16
2020-09-16
RISC-V: Fix duplicate included thread_info.h
Tian Tao
1
-1
/
+0
2020-09-16
riscv/mm/fault: Set FAULT_FLAG_INSTRUCTION flag in do_page_fault()
Pekka Enberg
1
-1
/
+2
2020-09-16
riscv/mm/fault: Fix inline placement in vmalloc_fault() declaration
Pekka Enberg
1
-1
/
+1
2020-09-16
riscv: Add cache information in AUX vector
Zong Li
4
-2
/
+71
2020-09-16
riscv: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO
Zong Li
1
-0
/
+3
2020-09-16
riscv: Set more data to cacheinfo
Zong Li
1
-15
/
+51
2020-09-16
riscv/mm/fault: Move access error check to function
Pekka Enberg
1
-21
/
+27
2020-09-16
riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()
Pekka Enberg
1
-1
/
+3
2020-09-16
riscv/mm/fault: Simplify mm_fault_error()
Pekka Enberg
1
-23
/
+18
2020-09-16
riscv/mm/fault: Move fault error handling to mm_fault_error()
Pekka Enberg
1
-25
/
+31
2020-09-16
riscv/mm/fault: Simplify fault error handling
Pekka Enberg
1
-10
/
+8
2020-09-16
riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()
Pekka Enberg
1
-82
/
+82
2020-09-16
riscv/mm/fault: Move bad area handling to bad_area()
Pekka Enberg
1
-27
/
+40
2020-09-16
riscv/mm/fault: Move no context handling to no_context()
Pekka Enberg
1
-31
/
+52
2020-09-16
riscv/mm: Simplify retry logic in do_page_fault()
Pekka Enberg
1
-11
/
+9
2020-09-11
efi: Rename arm-init to efi-init common for all arch
Atish Patra
2
-1
/
+1
2020-09-11
include: pe.h: Add RISC-V related PE definition
Atish Patra
1
-0
/
+3
2020-08-24
Linux 5.9-rc2
v5.9-rc2
Linus Torvalds
1
-1
/
+1
2020-08-23
Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
21
-25
/
+161
2020-08-23
Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+6
2020-08-23
Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+49
2020-08-23
Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-92
/
+52
2020-08-23
Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+2
2020-08-23
Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-7
/
+7
2020-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
44
-163
/
+310
2020-08-23
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-13
/
+13
2020-08-23
do_epoll_ctl(): clean the failure exits up a bit
Al Viro
1
-13
/
+6
2020-08-23
epoll: Keep a reference on files added to the check list
Marc Zyngier
1
-2
/
+9
2020-08-22
net: nexthop: don't allow empty NHA_GROUP
Nikolay Aleksandrov
1
-1
/
+4
2020-08-22
Merge tag 'kbuild-fixes-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-89
/
+86
2020-08-22
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
6
-22
/
+42
2020-08-22
Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
8
-41
/
+79
2020-08-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
12
-18
/
+36
2020-08-22
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
16
-52
/
+119
2020-08-22
Merge tag 'devicetree-fixes-for-5.9-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
14
-14
/
+42
2020-08-22
dt-bindings: vendor-prefixes: Remove trailing whitespace
Geert Uytterhoeven
1
-1
/
+1
2020-08-22
KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set
Will Deacon
1
-4
/
+13
2020-08-22
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
10
-10
/
+17
2020-08-22
dt-bindings: net: correct description of phy-connection-type
Madalin Bucur
1
-1
/
+2
[next]