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.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
2023-08-11
tty: vcc: convert counts to size_t
Jiri Slaby (SUSE)
1
-1
/
+1
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
5
-6
/
+7
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
5
-9
/
+5
2023-08-11
tty: xtensa/iss: drop unneeded tty_operations hooks
Jiri Slaby (SUSE)
1
-24
/
+0
2023-08-04
serial: cpm_uart: Don't include fs_uart_pd.h when not needed
Christophe Leroy
2
-2
/
+0
2023-08-04
serial: cpm_uart: Remove stale prototype in powerpc/fsl_soc.c
Christophe Leroy
1
-2
/
+0
2023-08-04
serial: cpm_uart: Use get_baudrate() instead of uart_baudrate()
Christophe Leroy
1
-10
/
+0
2023-07-31
Merge 6.5-rc4 into tty-next
Greg Kroah-Hartman
92
-234
/
+395
2023-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-56
/
+121
2023-07-30
Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-9
/
+26
2023-07-30
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
63
-63
/
+63
2023-07-29
Merge tag 'loongarch-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-15
/
+29
2023-07-29
KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
Sean Christopherson
1
-4
/
+9
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
5
-20
/
+52
2023-07-29
Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"
Sean Christopherson
1
-8
/
+2
2023-07-29
KVM: x86: Acquire SRCU read lock when handling fastpath MSR writes
Sean Christopherson
1
-0
/
+4
2023-07-29
KVM: VMX: Use vmread_error() to report VM-Fail in "goto" path
Sean Christopherson
1
-2
/
+1
2023-07-29
KVM: VMX: Make VMREAD error path play nice with noinstr
Sean Christopherson
3
-9
/
+26
2023-07-29
KVM: x86/irq: Conditionally register IRQ bypass consumer again
Like Xu
1
-1
/
+1
2023-07-29
KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipiv
Peng Hao
1
-1
/
+2
2023-07-29
KVM: x86: check the kvm_cpu_get_interrupt result before using it
Maxim Levitsky
1
-3
/
+7
2023-07-29
KVM: x86: VMX: set irr_pending in kvm_apic_update_irr
Maxim Levitsky
1
-1
/
+4
2023-07-29
KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomically
Maxim Levitsky
1
-7
/
+13
2023-07-29
Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-3
/
+4
2023-07-28
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+2
2023-07-28
LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*
Huacai Chen
1
-11
/
+4
2023-07-28
LoongArch: BPF: Fix check condition to call lu32id in move_imm()
Tiezhu Yang
1
-1
/
+1
2023-07-28
LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch
Chenguang Zhao
1
-0
/
+1
2023-07-28
LoongArch: Fix return value underflow in exception path
WANG Rui
2
-2
/
+4
2023-07-28
LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handling
Zhihong Dong
1
-0
/
+16
2023-07-28
LoongArch: Fix module relocation error with binutils 2.41
Huacai Chen
1
-0
/
+2
2023-07-28
LoongArch: Only fiddle with CHECKFLAGS if `need-compiler'
Huacai Chen
1
-1
/
+1
2023-07-27
Revert "um: Use swap() to make code cleaner"
Andy Shevchenko
1
-3
/
+4
2023-07-26
arm64/sme: Set new vector length before reallocating
Mark Brown
1
-2
/
+2
2023-07-26
arm64/fpsimd: Don't flush SME register hardware state along with thread
Mark Brown
1
-1
/
+0
2023-07-26
x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memory
Kirill A. Shutemov
1
-7
/
+11
2023-07-25
arm64: dts: meson: a1: change uart compatible string
Dmitry Rokosov
1
-2
/
+2
2023-07-25
Merge tag 'm68k-for-v6.5-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-6
/
+6
2023-07-25
tty: sysrq: switch sysrq handlers from int to u8
Jiri Slaby
5
-6
/
+6
2023-07-24
Merge tag 'x86_bugs_zenbleed' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-72
/
+133
2023-07-24
m68k: Fix invalid .section syntax
Ben Hutchings
3
-6
/
+6
2023-07-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
16
-71
/
+139
2023-07-23
Merge tag 'kvm-s390-master-6.5-1' of https://git.kernel.org/pub/scm/linux/ker...
Paolo Bonzini
2
-2
/
+7
2023-07-23
Merge tag 'kvmarm-fixes-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
14
-69
/
+132
2023-07-23
Merge tag 'powerpc-6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
8
-80
/
+29
2023-07-22
Merge tag 's390-6.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
2
-1
/
+3
2023-07-22
Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linux
Linus Torvalds
2
-6
/
+11
2023-07-22
x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabled
Kim Phillips
1
-6
/
+9
2023-07-22
x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocks
Yazen Ghannam
1
-2
/
+2
[next]