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 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
29
-37
/
+5
|
\
|
*
Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
Yury Norov
2022-01-15
1
-2
/
+2
|
*
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2022-01-15
2
-3
/
+3
|
*
arch: remove GENERIC_FIND_FIRST_BIT entirely
Yury Norov
2022-01-15
6
-6
/
+0
|
*
include: move find.h from asm_generic to linux
Yury Norov
2022-01-15
20
-26
/
+0
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-22
23
-31
/
+15
|
\
\
|
*
|
mm: remove cleancache
Christoph Hellwig
2022-01-22
16
-16
/
+0
|
*
|
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
6
-13
/
+13
|
*
|
kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
Luis Chamberlain
2022-01-22
2
-2
/
+2
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-01-22
21
-535
/
+664
|
\
\
\
|
*
|
|
KVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC is disabled
Sean Christopherson
2022-01-19
3
-6
/
+9
|
*
|
|
KVM: SVM: Move svm_hardware_setup() and its helpers below svm_x86_ops
Sean Christopherson
2022-01-19
1
-233
/
+234
|
*
|
|
KVM: SVM: Drop AVIC's intermediate avic_set_running() helper
Sean Christopherson
2022-01-19
1
-20
/
+36
|
*
|
|
KVM: VMX: Don't do full kick when handling posted interrupt wakeup
Sean Christopherson
2022-01-19
1
-1
/
+1
|
*
|
|
KVM: VMX: Fold fallback path into triggering posted IRQ helper
Sean Christopherson
2022-01-19
1
-8
/
+10
|
*
|
|
KVM: VMX: Pass desired vector instead of bool for triggering posted IRQ
Sean Christopherson
2022-01-19
1
-5
/
+3
|
*
|
|
KVM: VMX: Don't do full kick when triggering posted interrupt "fails"
Sean Christopherson
2022-01-19
2
-6
/
+7
|
*
|
|
KVM: SVM: Skip AVIC and IRTE updates when loading blocking vCPU
Sean Christopherson
2022-01-19
1
-14
/
+18
|
*
|
|
KVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to handle preemption
Sean Christopherson
2022-01-19
3
-12
/
+9
|
*
|
|
KVM: SVM: Remove unnecessary APICv/AVIC update in vCPU unblocking path
Sean Christopherson
2022-01-19
1
-2
/
+0
|
*
|
|
KVM: SVM: Don't bother checking for "running" AVIC when kicking for IPIs
Sean Christopherson
2022-01-19
2
-17
/
+9
|
*
|
|
KVM: SVM: Signal AVIC doorbell iff vCPU is in guest mode
Sean Christopherson
2022-01-19
1
-2
/
+20
|
*
|
|
KVM: x86: Remove defunct pre_block/post_block kvm_x86_ops hooks
Sean Christopherson
2022-01-19
4
-32
/
+1
|
*
|
|
KVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer() helpers
Sean Christopherson
2022-01-19
1
-2
/
+0
|
*
|
|
KVM: VMX: Move preemption timer <=> hrtimer dance to common x86
Sean Christopherson
2022-01-19
2
-5
/
+22
|
*
|
|
KVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
Sean Christopherson
2022-01-19
3
-19
/
+25
|
*
|
|
KVM: VMX: Handle PI descriptor updates during vcpu_put/load
Sean Christopherson
2022-01-19
3
-93
/
+70
|
*
|
|
Merge branch 'kvm-pi-raw-spinlock' into HEAD
Paolo Bonzini
2022-01-19
68
-214
/
+314
|
|
\
\
\
|
|
*
|
|
KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
Marcelo Tosatti
2022-01-18
1
-8
/
+8
|
|
|
|
/
|
|
|
/
|
|
*
|
|
KVM: VMX: Reject KVM_RUN if emulation is required with pending exception
Sean Christopherson
2022-01-19
5
-5
/
+37
|
*
|
|
KVM: x86/pmu: Use binary search to check filtered events
Jim Mattson
2022-01-19
1
-11
/
+19
|
*
|
|
KVM: x86/cpuid: Clear XFD for component i if the base feature is missing
Like Xu
2022-01-19
1
-0
/
+3
|
*
|
|
KVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot_remove_write_access()
David Matlack
2022-01-19
1
-9
/
+22
|
*
|
|
KVM: x86/mmu: Document and enforce MMU-writable and Host-writable invariants
David Matlack
2022-01-19
1
-6
/
+36
|
*
|
|
KVM: x86/mmu: Clear MMU-writable during changed_pte notifier
David Matlack
2022-01-19
1
-0
/
+1
|
*
|
|
KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU
David Matlack
2022-01-19
1
-3
/
+3
|
*
|
|
KVM: x86: Making the module parameter of vPMU more common
Like Xu
2022-01-17
8
-12
/
+17
|
*
|
|
KVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN
Vitaly Kuznetsov
2022-01-17
2
-19
/
+36
|
*
|
|
KVM: x86: Do runtime CPUID update before updating vcpu->arch.cpuid_entries
Vitaly Kuznetsov
2022-01-17
1
-10
/
+24
|
*
|
|
KVM: x86/pmu: Fix available_event_types check for REF_CPU_CYCLES event
Like Xu
2022-01-17
2
-6
/
+15
*
|
|
|
Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-01-22
3
-3
/
+16
|
\
\
\
\
|
*
|
|
|
parisc: Fix missing prototype for 'toc_intr' warning in toc.c
Helge Deller
2022-01-20
2
-0
/
+2
|
*
|
|
|
parisc: Autodetect default output device and set console= kernel parameter
Helge Deller
2022-01-20
1
-0
/
+11
|
*
|
|
|
parisc: Use safer strscpy() in setup_cmdline()
Helge Deller
2022-01-20
1
-2
/
+2
|
*
|
|
|
parisc: Add visible flag to toc_stack variable
Helge Deller
2022-01-13
1
-1
/
+1
*
|
|
|
|
Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-01-22
39
-412
/
+980
|
\
\
\
\
\
|
*
|
|
|
|
RISC-V: nommu_virt: Drop unused SLAB_MERGE_DEFAULT
Palmer Dabbelt
2022-01-20
1
-1
/
+0
|
*
|
|
|
|
RISC-V: Remove redundant err variable
Minghao Chi
2022-01-20
1
-3
/
+1
|
*
|
|
|
|
riscv: dts: sifive unmatched: Add gpio poweroff
Ron Economos
2022-01-20
1
-0
/
+5
|
*
|
|
|
|
RISC-V: Do not use cpumask data structure for hartid bitmap
Atish Patra
2022-01-20
11
-136
/
+130
[next]