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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-30
tools: Fix math.h breakage
Matthew Wilcox (Oracle)
3
-21
/
+29
2021-11-30
ALSA: hda/hdmi: fix HDA codec entry table order for ADL-P
Kai Vehmanen
1
-1
/
+1
2021-11-30
ALSA: hda: Add Intel DG2 PCI ID and HDMI codec vid
Kai Vehmanen
2
-1
/
+12
2021-11-30
KVM: fix avic_set_running for preemptable kernels
Paolo Bonzini
1
-7
/
+9
2021-11-30
KVM: VMX: clear vmx_x86_ops.sync_pir_to_irr if APICv is disabled
Paolo Bonzini
1
-2
/
+2
2021-11-30
MAINTAINERS: s390/net: add Alexandra and Wenjia as maintainer
Karsten Graul
1
-2
/
+4
2021-11-30
dpaa2-eth: destroy workqueue at the end of remove function
Dongliang Mu
1
-0
/
+2
2021-11-30
ice: xsk: clear status_error0 for each allocated desc
Maciej Fijalkowski
1
-0
/
+1
2021-11-30
net: marvell: mvpp2: Fix the computation of shared CPUs
Christophe JAILLET
1
-1
/
+1
2021-11-30
i2c: stm32f7: use proper DMAENGINE API for termination
Alain Volmat
1
-5
/
+11
2021-11-30
i2c: stm32f7: stop dma transfer in case of NACK
Alain Volmat
1
-2
/
+7
2021-11-30
i2c: stm32f7: recover the bus on access timeout
Alain Volmat
1
-0
/
+2
2021-11-30
KVM: SEV: accept signals in sev_lock_two_vms
Paolo Bonzini
1
-6
/
+16
2021-11-30
KVM: SEV: do not take kvm->lock when destroying
Paolo Bonzini
1
-4
/
+0
2021-11-30
KVM: SEV: Prohibit migration of a VM that has mirrors
Paolo Bonzini
3
-1
/
+59
2021-11-30
KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked
Paolo Bonzini
1
-42
/
+24
2021-11-30
selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM
Paolo Bonzini
1
-7
/
+105
2021-11-30
KVM: SEV: move mirror status to destination of KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Paolo Bonzini
1
-0
/
+2
2021-11-30
KVM: SEV: initialize regions_list of a mirror VM
Paolo Bonzini
1
-0
/
+1
2021-11-30
KVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Paolo Bonzini
1
-26
/
+27
2021-11-30
KVM: SEV: do not use list_replace_init on an empty list
Paolo Bonzini
1
-2
/
+1
2021-11-30
KVM: x86: Use a stable condition around all VT-d PI paths
Paolo Bonzini
1
-9
/
+11
2021-11-30
KVM: x86: check PIR even for vCPUs with disabled APICv
Paolo Bonzini
3
-11
/
+10
2021-11-30
KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
Paolo Bonzini
1
-14
/
+25
2021-11-30
KVM: selftests: page_table_test: fix calculation of guest_test_phys_mem
Maciej S. Szmigiero
1
-1
/
+1
2021-11-30
KVM: x86/mmu: Handle "default" period when selectively waking kthread
Sean Christopherson
1
-15
/
+33
2021-11-30
KVM: MMU: shadow nested paging does not have PKU
Paolo Bonzini
1
-2
/
+2
2021-11-30
KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
Sean Christopherson
3
-25
/
+11
2021-11-30
KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping
Sean Christopherson
1
-1
/
+1
2021-11-30
net: mscc: ocelot: fix missing unlock on error in ocelot_hwstamp_set()
Wei Yongjun
1
-1
/
+3
2021-11-30
Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...
Jakub Kicinski
2
-10
/
+18
2021-11-30
Merge branch 'wireguard-siphash-patches-for-5-16-rc6'
Jakub Kicinski
16
-71
/
+129
2021-11-30
siphash: use _unaligned version by default
Arnd Bergmann
2
-16
/
+10
2021-11-30
wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
1
-2
/
+2
2021-11-30
wireguard: receive: drop handshakes if queue lock is contended
Jason A. Donenfeld
1
-3
/
+13
2021-11-30
wireguard: receive: use ring buffer for incoming handshakes
Jason A. Donenfeld
5
-43
/
+37
2021-11-30
wireguard: device: reset peer src endpoint when netns exits
Jason A. Donenfeld
5
-2
/
+57
2021-11-30
wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
Li Zhijian
1
-1
/
+1
2021-11-30
wireguard: main: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
1
-4
/
+4
2021-11-30
wireguard: selftests: actually test for routing loops
Jason A. Donenfeld
1
-1
/
+5
2021-11-30
wireguard: selftests: increase default dmesg log size
Jason A. Donenfeld
1
-0
/
+1
2021-11-30
wireguard: allowedips: add missing __rcu annotation to satisfy sparse
Jason A. Donenfeld
1
-1
/
+1
2021-11-30
scsi: ufs: ufs-pci: Add support for Intel ADL
Adrian Hunter
1
-0
/
+18
2021-11-29
drm/i915: Add support for panels with VESA backlights with PWM enable/disable
Lyude Paul
1
-6
/
+21
2021-11-29
netfs: Adjust docs after foliation
David Howells
2
-41
/
+58
2021-11-29
mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwi
Lorenzo Bianconi
2
-12
/
+10
2021-11-29
rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
Eiichi Tsukata
1
-5
/
+9
2021-11-29
rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
Eiichi Tsukata
1
-5
/
+9
2021-11-29
ipv6: fix memory leak in fib6_rule_suppress
msizanoen1
4
-4
/
+7
2021-11-29
Merge branch 'atlantic-fixes'
David S. Miller
11
-55
/
+184
[prev]
[next]