index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2021-11-30
dpaa2-eth: destroy workqueue at the end of remove function
Dongliang Mu
-0
/
+2
2021-11-30
ice: xsk: clear status_error0 for each allocated desc
Maciej Fijalkowski
-0
/
+1
2021-11-30
net: marvell: mvpp2: Fix the computation of shared CPUs
Christophe JAILLET
-1
/
+1
2021-11-30
i2c: stm32f7: use proper DMAENGINE API for termination
Alain Volmat
-5
/
+11
2021-11-30
i2c: stm32f7: stop dma transfer in case of NACK
Alain Volmat
-2
/
+7
2021-11-30
i2c: stm32f7: recover the bus on access timeout
Alain Volmat
-0
/
+2
2021-11-30
KVM: SEV: accept signals in sev_lock_two_vms
Paolo Bonzini
-6
/
+16
2021-11-30
KVM: SEV: do not take kvm->lock when destroying
Paolo Bonzini
-4
/
+0
2021-11-30
KVM: SEV: Prohibit migration of a VM that has mirrors
Paolo Bonzini
-1
/
+59
2021-11-30
KVM: SEV: Do COPY_ENC_CONTEXT_FROM with both VMs locked
Paolo Bonzini
-42
/
+24
2021-11-30
selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROM
Paolo Bonzini
-7
/
+105
2021-11-30
KVM: SEV: move mirror status to destination of KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Paolo Bonzini
-0
/
+2
2021-11-30
KVM: SEV: initialize regions_list of a mirror VM
Paolo Bonzini
-0
/
+1
2021-11-30
KVM: SEV: cleanup locking for KVM_CAP_VM_MOVE_ENC_CONTEXT_FROM
Paolo Bonzini
-26
/
+27
2021-11-30
KVM: SEV: do not use list_replace_init on an empty list
Paolo Bonzini
-2
/
+1
2021-11-30
KVM: x86: Use a stable condition around all VT-d PI paths
Paolo Bonzini
-9
/
+11
2021-11-30
KVM: x86: check PIR even for vCPUs with disabled APICv
Paolo Bonzini
-11
/
+10
2021-11-30
KVM: VMX: prepare sync_pir_to_irr for running with APICv disabled
Paolo Bonzini
-14
/
+25
2021-11-30
KVM: selftests: page_table_test: fix calculation of guest_test_phys_mem
Maciej S. Szmigiero
-1
/
+1
2021-11-30
KVM: x86/mmu: Handle "default" period when selectively waking kthread
Sean Christopherson
-15
/
+33
2021-11-30
KVM: MMU: shadow nested paging does not have PKU
Paolo Bonzini
-2
/
+2
2021-11-30
KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
Sean Christopherson
-25
/
+11
2021-11-30
KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping
Sean Christopherson
-1
/
+1
2021-11-29
net: mscc: ocelot: fix missing unlock on error in ocelot_hwstamp_set()
Wei Yongjun
-1
/
+3
2021-11-29
Merge tag 'rxrpc-fixes-20211129' of git://git.kernel.org/pub/scm/linux/kernel...
Jakub Kicinski
-10
/
+18
2021-11-29
Merge branch 'wireguard-siphash-patches-for-5-16-rc6'
Jakub Kicinski
-71
/
+129
2021-11-29
siphash: use _unaligned version by default
Arnd Bergmann
-16
/
+10
2021-11-29
wireguard: ratelimiter: use kvcalloc() instead of kvzalloc()
Gustavo A. R. Silva
-2
/
+2
2021-11-29
wireguard: receive: drop handshakes if queue lock is contended
Jason A. Donenfeld
-3
/
+13
2021-11-29
wireguard: receive: use ring buffer for incoming handshakes
Jason A. Donenfeld
-43
/
+37
2021-11-29
wireguard: device: reset peer src endpoint when netns exits
Jason A. Donenfeld
-2
/
+57
2021-11-29
wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLIST
Li Zhijian
-1
/
+1
2021-11-29
wireguard: main: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
-4
/
+4
2021-11-29
wireguard: selftests: actually test for routing loops
Jason A. Donenfeld
-1
/
+5
2021-11-29
wireguard: selftests: increase default dmesg log size
Jason A. Donenfeld
-0
/
+1
2021-11-29
wireguard: allowedips: add missing __rcu annotation to satisfy sparse
Jason A. Donenfeld
-1
/
+1
2021-11-29
scsi: ufs: ufs-pci: Add support for Intel ADL
Adrian Hunter
-0
/
+18
2021-11-29
Documentation: Add minimum pahole version
Arnaldo Carvalho de Melo
-0
/
+11
2021-11-29
Documentation/process: fix self reference
Erik Ekman
-1
/
+2
2021-11-29
docs: admin-guide/blockdev: Remove digraph of node-states
Akira Yokosawa
-7
/
+2
2021-11-29
docs: conf.py: fix support for Readthedocs v 1.0.0
Mauro Carvalho Chehab
-5
/
+10
2021-11-29
drm/i915: Add support for panels with VESA backlights with PWM enable/disable
Lyude Paul
-6
/
+21
2021-11-29
netfs: Adjust docs after foliation
David Howells
-41
/
+58
2021-11-29
mt76: fix key pointer overwrite in mt7921s_write_txwi/mt7663_usb_sdio_write_txwi
Lorenzo Bianconi
-12
/
+10
2021-11-29
rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
Eiichi Tsukata
-5
/
+9
2021-11-29
rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
Eiichi Tsukata
-5
/
+9
2021-11-29
RDMA/rtrs: Call {get,put}_cpu_ptr to silence a debug kernel warning
Guoqing Jiang
-3
/
+6
2021-11-29
ipv6: fix memory leak in fib6_rule_suppress
msizanoen1
-4
/
+7
2021-11-29
Merge branch 'atlantic-fixes'
David S. Miller
-55
/
+184
2021-11-29
atlantic: Remove warn trace message.
Sameer Saurabh
-3
/
+0
[prev]
[next]