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.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-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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-27
x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasks
Josh Poimboeuf
1
-0
/
+7
2020-05-27
s390/kexec_file: fix initrd location for kdump kernel
Philipp Rudo
1
-1
/
+1
2020-05-27
s390/kaslr: add support for R_390_JMP_SLOT relocation type
Gerald Schaefer
1
-0
/
+1
2020-05-27
s390/pci: Fix s390_mmio_read/write with MIO
Niklas Schnelle
2
-4
/
+219
2020-05-27
powerpc/64s: Disable STRICT_KERNEL_RWX
Michael Ellerman
1
-1
/
+1
2020-05-27
powerpc: Remove STRICT_KERNEL_RWX incompatibility with RELOCATABLE
Russell Currey
1
-1
/
+1
2020-05-27
arm64: Fix PTRACE_SYSEMU semantics
Keno Fischer
1
-3
/
+4
2020-05-27
KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c
Babu Moger
3
-18
/
+18
2020-05-27
ARM: futex: Address build warning
Thomas Gleixner
1
-2
/
+7
2020-05-27
x86/apic: Move TSC deadline timer debug printk
Thomas Gleixner
1
-13
/
+14
2020-05-27
x86/mm/cpa: Flush direct map alias during cpa
Rick Edgecombe
1
-4
/
+8
2020-05-27
KVM: SVM: Fix potential memory leak in svm_cpu_init()
Miaohe Lin
1
-7
/
+6
2020-05-20
KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce
Jim Mattson
1
-1
/
+1
2020-05-20
ARM: dts: r8a7740: Add missing extal2 to CPG node
Geert Uytterhoeven
1
-1
/
+1
2020-05-20
arm64: dts: renesas: r8a77980: Fix IPMMU VIP[01] nodes
Yoshihiro Shimoda
1
-0
/
+2
2020-05-20
ARM: dts: r8a73a4: Add missing CMT1 interrupts
Geert Uytterhoeven
1
-1
/
+8
2020-05-20
arm64: dts: imx8mn: Change SDMA1 ahb clock for imx8mn
Adam Ford
1
-1
/
+1
2020-05-20
arm64: dts: rockchip: Rename dwc3 device nodes on rk3399 to make dtc happy
Chen-Yu Tsai
1
-2
/
+2
2020-05-20
arm64: dts: rockchip: Replace RK805 PMIC node name with "pmic" on rk3328 boards
Chen-Yu Tsai
2
-2
/
+2
2020-05-20
arm64: dts: meson-g12-common: fix dwc2 clock names
Neil Armstrong
1
-1
/
+1
2020-05-20
arm64: dts: meson-g12b-khadas-vim3: add missing frddr_a status property
Neil Armstrong
1
-0
/
+4
2020-05-20
x86/unwind/orc: Fix error handling in __unwind_start()
Josh Poimboeuf
1
-7
/
+9
2020-05-20
x86: Fix early boot crash on gcc-10, third try
Borislav Petkov
3
-1
/
+15
2020-05-20
powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG
Christophe Leroy
1
-1
/
+1
2020-05-20
ARM: dts: imx6dl-yapp4: Fix Ursa board Ethernet connection
Michal Vokáč
1
-1
/
+1
2020-05-20
ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entries
Fabio Estevam
1
-2
/
+2
2020-05-20
ARM: dts: dra7: Fix bus_dma_limit for PCIe
Kishon Vijay Abraham I
1
-2
/
+2
2020-05-20
arm64: fix the flush_icache_range arguments in machine_kexec
Christoph Hellwig
1
-0
/
+1
2020-05-20
riscv: fix vdso build with lld
Ilie Halip
1
-3
/
+3
2020-05-14
arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()
Janakarajan Natarajan
1
-1
/
+1
2020-05-14
KVM: x86: Fixes posted interrupt check for IRQs delivery modes
Suravee Suthikulpanit
1
-2
/
+2
2020-05-14
x86/unwind/orc: Fix premature unwind stoppage due to IRET frames
Josh Poimboeuf
3
-14
/
+43
2020-05-14
x86/unwind/orc: Fix error path for bad ORC entry type
Josh Poimboeuf
1
-1
/
+1
2020-05-14
x86/unwind/orc: Prevent unwinding before ORC initialization
Josh Poimboeuf
1
-3
/
+3
2020-05-14
x86/unwind/orc: Don't skip the first frame for inactive tasks
Miroslav Benes
1
-1
/
+1
2020-05-14
x86/entry/64: Fix unwind hints in rewind_stack_do_exit()
Jann Horn
1
-1
/
+1
2020-05-14
x86/entry/64: Fix unwind hints in kernel exit path
Josh Poimboeuf
1
-1
/
+2
2020-05-14
x86/entry/64: Fix unwind hints in register clearing code
Josh Poimboeuf
1
-19
/
+21
2020-05-14
riscv: set max_pfn to the PFN of the last page
Vincent Chen
1
-1
/
+2
2020-05-14
arm64: hugetlb: avoid potential NULL dereference
Mark Rutland
1
-0
/
+2
2020-05-14
KVM: arm64: Fix 32bit PC wrap-around
Marc Zyngier
1
-0
/
+7
2020-05-14
KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB path
Sean Christopherson
1
-0
/
+3
2020-05-14
KVM: s390: Remove false WARN_ON_ONCE for the PQAP instruction
Christian Borntraeger
1
-1
/
+3
2020-05-14
crypto: arch/nhpoly1305 - process in explicit 4k chunks
Jason A. Donenfeld
4
-4
/
+4
2020-05-10
x86/kvm: fix a missing-prototypes "vmread_error"
Qian Cai
1
-0
/
+1
2020-05-10
hexagon: define ioremap_uc
Nick Desaulniers
1
-0
/
+1
2020-05-10
hexagon: clean up ioremap
Christoph Hellwig
3
-11
/
+4
2020-05-06
arm64: vdso: Add -fasynchronous-unwind-tables to cflags
Vincenzo Frascino
1
-1
/
+1
2020-05-06
ARM: dts: imx6qdl-sr-som-ti: indicate powering off wifi is safe
Russell King
1
-0
/
+1
2020-05-02
arm64: Delete the space separator in __emit_inst
Fangrui Song
1
-1
/
+3
[next]