index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2023-01-01
1
-1
/
+1
|
\
|
*
perf/x86/amd: fix potential integer overflow on shift of a int
Colin Ian King
2022-12-27
1
-1
/
+1
*
|
Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-01-01
3
-25
/
+17
|
\
\
|
*
|
x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNK
Masami Hiramatsu (Google)
2022-12-27
1
-20
/
+8
|
*
|
x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK
Masami Hiramatsu (Google)
2022-12-27
1
-3
/
+7
|
*
|
x86/calldepth: Fix incorrect init section references
Arnd Bergmann
2022-12-27
1
-2
/
+2
|
|
/
*
|
Merge branch 'kvm-late-6.1-fixes' into HEAD
Paolo Bonzini
2022-12-28
11
-115
/
+164
|
\
\
|
|
/
|
/
|
|
*
KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
Paolo Bonzini
2022-12-28
1
-3
/
+27
|
*
KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapi
David Woodhouse
2022-12-27
1
-7
/
+7
|
*
KVM: x86/xen: Simplify eventfd IOCTLs
Michal Luczaj
2022-12-27
1
-7
/
+1
|
*
KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_ports
Paolo Bonzini
2022-12-27
1
-11
/
+18
|
*
KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badly
David Woodhouse
2022-12-27
1
-38
/
+18
|
*
KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()
Michal Luczaj
2022-12-27
1
-3
/
+4
|
*
kvm: x86/mmu: Remove duplicated "be split" in spte.h
Lai Jiangshan
2022-12-27
1
-1
/
+1
|
*
KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected level
Sean Christopherson
2022-12-23
1
-1
/
+3
|
*
KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowed
Sean Christopherson
2022-12-23
1
-1
/
+2
|
*
KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reached
Sean Christopherson
2022-12-23
1
-3
/
+11
|
*
KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozen
Sean Christopherson
2022-12-23
1
-3
/
+3
|
*
KVM: nVMX: Don't stuff secondary execution control if it's not supported
Sean Christopherson
2022-12-23
1
-0
/
+7
|
*
KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1
Sean Christopherson
2022-12-23
1
-1
/
+2
|
*
KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberate
Sean Christopherson
2022-12-23
1
-4
/
+13
|
*
KVM: x86: Sanity check inputs to kvm_handle_memory_failure()
Sean Christopherson
2022-12-23
1
-0
/
+3
|
*
KVM: x86: Simplify kvm_apic_hw_enabled
Peng Hao
2022-12-23
1
-2
/
+2
|
*
KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warning
Vitaly Kuznetsov
2022-12-23
1
-27
/
+36
|
*
KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure race
Adamos Ttofari
2022-12-23
1
-2
/
+3
|
*
KVM: x86/pmu: Prevent zero period event from being repeatedly released
Like Xu
2022-12-23
2
-2
/
+4
*
|
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-25
1
-1
/
+1
*
|
Merge tag 'mips_6.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...
Linus Torvalds
2022-12-23
2
-1
/
+5
|
\
\
|
*
|
MIPS: dts: bcm63268: Add missing properties to the TWD node
Florian Fainelli
2022-12-21
1
-0
/
+2
|
*
|
MIPS: ralink: mt7621: avoid to init common ralink reset controller
Sergio Paracuellos
2022-12-21
1
-1
/
+3
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-12-21
11
-44
/
+97
|
\
\
\
|
*
|
|
RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpid
Anup Patel
2022-12-07
2
-0
/
+30
|
*
|
|
RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPU
Anup Patel
2022-12-07
3
-6
/
+16
|
*
|
|
RISC-V: Export sbi_get_mvendorid() and friends
Anup Patel
2022-12-07
1
-0
/
+3
|
*
|
|
RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.h
Anup Patel
2022-12-07
2
-8
/
+8
|
*
|
|
RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()
Anup Patel
2022-12-07
1
-14
/
+22
|
*
|
|
RISC-V: KVM: Remove redundant includes of asm/csr.h
Anup Patel
2022-12-07
5
-5
/
+0
|
*
|
|
RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.h
Anup Patel
2022-12-07
1
-1
/
+0
|
*
|
|
RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()
Anup Patel
2022-12-07
1
-4
/
+7
|
*
|
|
RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()
Christophe JAILLET
2022-12-07
1
-3
/
+1
|
*
|
|
RISC-V: KVM: Exit run-loop immediately if xfer_to_guest fails
Anup Patel
2022-12-07
1
-2
/
+3
|
*
|
|
RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()
Bo Liu
2022-12-07
1
-1
/
+1
|
*
|
|
RISC-V: KVM: Add exit logic to main.c
XiakaiPan
2022-12-07
1
-0
/
+6
*
|
|
|
Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...
Linus Torvalds
2022-12-21
1
-0
/
+33
|
\
\
\
\
|
*
|
|
|
arm64: dts: xilinx: zynqmp: Add RPU subsystem device node
Tanmay Shah
2022-11-25
1
-0
/
+33
*
|
|
|
|
m68k: remove broken strcmp implementation
Linus Torvalds
2022-12-21
1
-20
/
+0
*
|
|
|
|
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-12-21
3
-1
/
+3
|
\
\
\
\
\
|
*
|
|
|
|
prandom: remove prandom_u32_max()
Jason A. Donenfeld
2022-12-20
1
-1
/
+1
|
*
|
|
|
|
random: do not include <asm/archrandom.h> from random.h
Jason A. Donenfeld
2022-12-20
2
-0
/
+2
*
|
|
|
|
|
Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-12-20
1
-2
/
+1
|
\
\
\
\
\
\
[next]