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.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-06-17
KVM: arm64: Save the host's PtrAuth keys in non-preemptible context
Marc Zyngier
3
-24
/
+4
2020-06-17
KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception
Marc Zyngier
2
-0
/
+4
2020-06-17
ARM: dts: at91: sama5d2_ptc_ek: fix sdmmc0 node description
Ludovic Desroches
1
-2
/
+0
2020-06-17
KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts
Marc Zyngier
1
-2
/
+4
2020-06-17
KVM: arm64: Stop writing aarch32's CSSELR into ACTLR
James Morse
1
-2
/
+8
2020-06-17
KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits
Xing Li
1
-0
/
+4
2020-06-17
KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data)
Xing Li
1
-1
/
+1
2020-06-17
KVM: nVMX: Consult only the "basic" exit reason when routing nested exit
Sean Christopherson
1
-1
/
+1
2020-06-17
KVM: nSVM: leave ASID aside in copy_vmcb_control_area
Paolo Bonzini
1
-1
/
+1
2020-06-17
KVM: nSVM: fix condition for filtering async PF
Paolo Bonzini
1
-2
/
+2
2020-06-17
KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02
Sean Christopherson
3
-6
/
+17
2020-06-17
x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned
Tony Luck
2
-8
/
+22
2020-06-17
arm64: acpi: fix UBSAN warning
Nick Desaulniers
1
-2
/
+3
2020-06-17
powerpc/ptdump: Properly handle non standard page size
Christophe Leroy
1
-9
/
+12
2020-06-17
KVM: x86: Fix APIC page invalidation race
Eiichi Tsukata
1
-5
/
+2
2020-06-17
KVM: x86: respect singlestep when emulating instruction
Felipe Franciosi
1
-1
/
+1
2020-06-17
KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated
Sean Christopherson
1
-18
/
+9
2020-06-17
KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags
Paolo Bonzini
1
-1
/
+1
2020-06-17
perf/x86/intel: Add more available bits for OFFCORE_RESPONSE of Intel Tremont
Kan Liang
1
-2
/
+2
2020-06-17
x86/reboot/quirks: Add MacBook6,1 reboot quirk
Hill Ma
1
-0
/
+8
2020-06-17
x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.
Anthony Steinhauser
1
-2
/
+5
2020-06-17
x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.
Anthony Steinhauser
1
-37
/
+50
2020-06-17
x86/speculation: Prevent rogue cross-process SSBD shutdown
Anthony Steinhauser
1
-18
/
+10
2020-06-17
x86/PCI: Mark Intel C620 MROMs as having non-compliant BARs
Xiaochun Lee
1
-0
/
+4
2020-06-17
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
1
-13
/
+20
2020-06-17
x86_64: Fix jiffies ODR violation
Bob Haarman
2
-6
/
+2
2020-06-17
KVM: x86: only do L1TF workaround on affected processors
Paolo Bonzini
1
-9
/
+10
2020-06-17
x86/cpu/amd: Make erratum #1054 a legacy erratum
Kim Phillips
1
-2
/
+1
2020-06-17
s390/pci: Log new handle in clp_disable_fh()
Petr Tesarik
1
-2
/
+1
2020-06-17
powerpc/xive: Clear the page tables for the ESB IO mapping
Cédric Le Goater
1
-0
/
+5
2020-06-17
csky: Fixup abiv2 syscall_trace break a4 & a5
Guo Ren
2
-2
/
+6
2020-06-17
ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hook
Fredrik Strupe
1
-2
/
+2
2020-06-17
bpf: Support llvm-objcopy for vmlinux BTF
Fangrui Song
1
-6
/
+0
2020-06-10
x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigation
Mark Gross
5
-0
/
+144
2020-06-10
x86/cpu: Add 'table' argument to cpu_matches()
Mark Gross
1
-11
/
+14
2020-06-10
x86/cpu: Add a steppings field to struct x86_cpu_id
Mark Gross
2
-1
/
+36
2020-06-07
mm: Fix mremap not considering huge pmd devmap
Fan Yang
1
-0
/
+1
2020-06-07
riscv: Fix print_vm_layout build error if NOMMU
Kefeng Wang
1
-1
/
+1
2020-06-07
s390/mm: fix set_huge_pte_at() for empty ptes
Gerald Schaefer
1
-3
/
+6
2020-06-07
x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables
Nathan Chancellor
1
-2
/
+2
2020-06-07
x86/hyperv: Properly suspend/resume reenlightenment notifications
Vitaly Kuznetsov
1
-2
/
+17
2020-06-07
ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT
Vineet Gupta
1
-0
/
+1
2020-06-07
ARC: Fix ICCM & DCCM runtime size checks
Eugeniy Paltsev
1
-2
/
+3
2020-06-07
x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long"
Andy Lutomirski
1
-2
/
+9
2020-06-03
powerpc/bpf: Enable bpf_probe_read{, str}() on powerpc again
Petr Mladek
1
-0
/
+1
2020-06-03
x86/ioperm: Prevent a memory leak when fork fails
Jay Lang
3
-15
/
+15
2020-06-03
copy_xstate_to_kernel(): don't leave parts of destination uninitialized
Al Viro
1
-38
/
+48
2020-06-03
x86/dma: Fix max PFN arithmetic overflow on 32 bit systems
Alexander Dahl
1
-1
/
+1
2020-06-03
parisc: Fix kernel panic in mem_init()
Helge Deller
1
-1
/
+1
2020-06-03
ARM: dts: mmp3: Drop usb-nop-xceiv from HSIC phy
Lubomir Rintel
1
-4
/
+2
[next]