index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-27
ARM: function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-16
/
+1
2018-11-27
x86/function_graph: Simplify with function_graph_enter()
Steven Rostedt (VMware)
1
-14
/
+1
2018-11-27
lan743x: Enable driver to work with LAN7431
Bryan Whitehead
2
-0
/
+2
2018-11-27
tipc: fix lockdep warning during node delete
Jon Maloy
1
-2
/
+5
2018-11-27
lan743x: fix return value for lan743x_tx_napi_poll
Bryan Whitehead
1
-5
/
+5
2018-11-27
net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"
Colin Ian King
1
-1
/
+1
2018-11-27
qed: fix spelling mistake "attnetion" -> "attention"
Colin Ian King
1
-1
/
+1
2018-11-27
net: thunderx: fix NULL pointer dereference in nic_remove
Lorenzo Bianconi
1
-0
/
+3
2018-11-27
sparc32: supress another implicit-fallthrough warning
Stephen Rothwell
1
-0
/
+1
2018-11-27
sparc32: suppress an implicit-fallthrough warning
Stephen Rothwell
1
-0
/
+1
2018-11-27
sparc: suppress the implicit-fallthrough warning
Stephen Rothwell
1
-0
/
+1
2018-11-27
sctp: increase sk_wmem_alloc when head->truesize is increased
Xin Long
1
-0
/
+1
2018-11-27
firestream: fix spelling mistake: "Inititing" -> "Initializing"
Colin Ian King
1
-2
/
+2
2018-11-27
net: phy: add workaround for issue where PHY driver doesn't bind to the device
Heiner Kallweit
1
-0
/
+8
2018-11-27
usbnet: ipheth: fix potential recvmsg bug and recvmsg bug 2
Bernd Eckstein
1
-6
/
+4
2018-11-27
media: mediactl docs: Fix licensing message
Mauro Carvalho Chehab
7
-7
/
+175
2018-11-27
media: dvb-pll: don't re-validate tuner frequencies
Mauro Carvalho Chehab
1
-3
/
+0
2018-11-27
media: dvb-pll: fix tuner frequency ranges
Mauro Carvalho Chehab
1
-55
/
+48
2018-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-58
/
+223
2018-11-27
nvme-pci: fix surprise removal
Igor Konopko
1
-1
/
+1
2018-11-27
nvme-fc: initialize nvme_req(rq)->ctrl after calling __nvme_fc_init_request()
Ewan D. Milne
1
-1
/
+1
2018-11-27
x86/fpu: Use the correct exception table macro in the XSTATE_OP wrapper
Jann Horn
1
-1
/
+1
2018-11-27
Merge tag 'asoc-v4.20-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
26
-259
/
+360
2018-11-27
s390/mm: correct pgtable_bytes on page table downgrade
Martin Schwidefsky
1
-0
/
+1
2018-11-27
i2c: rcar: check bus state before reinitializing
Wolfram Sang
1
-4
/
+5
2018-11-27
i2c: nvidia-gpu: limit reads also for combined messages
Wolfram Sang
1
-0
/
+1
2018-11-27
i2c: nvidia-gpu: adhere to I2C fault codes
Wolfram Sang
1
-3
/
+3
2018-11-27
efi: Prevent GICv3 WARN() by mapping the memreserve table before first use
Ard Biesheuvel
1
-10
/
+26
2018-11-27
kvm: nVMX: Set VM instruction error for VMPTRLD of unbacked page
Jim Mattson
1
-3
/
+11
2018-11-27
nVMX x86: Check VMX-preemption timer controls on vmentry of L2 guests
Krish Sadhukhan
1
-0
/
+10
2018-11-27
KVM/nVMX: Remove unneeded forward jump in nested_vmx_check_vmentry_hw asm
Uros Bizjak
1
-7
/
+5
2018-11-27
KVM: nVMX: Unrestricted guest mode requires EPT
Jim Mattson
2
-0
/
+25
2018-11-27
tools/kvm_stat: switch to python3
Stefan Raspl
1
-1
/
+1
2018-11-27
KVM: x86: Trace changes to active TSC offset regardless if vCPU in guest-mode
Paolo Bonzini
2
-21
/
+22
2018-11-27
kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
Jim Mattson
1
-5
/
+15
2018-11-27
kvm: mmu: Fix race in emulated page table writes
Junaid Shahid
1
-18
/
+9
2018-11-27
KVM: nVMX: vmcs12 revision_id is always VMCS12_REVISION even when copied from eVMCS
Liran Alon
1
-5
/
+5
2018-11-27
KVM: nVMX: Verify eVMCS revision id match supported eVMCS version on eVMCS VMPTRLD
Liran Alon
1
-1
/
+24
2018-11-27
KVM: nVMX/nSVM: Fix bug which sets vcpu->arch.tsc_offset to L1 tsc_offset
Leonid Shatz
4
-18
/
+17
2018-11-27
x86/kvm/vmx: fix old-style function declaration
Yi Wang
1
-4
/
+4
2018-11-27
KVM: x86: fix empty-body warnings
Yi Wang
1
-1
/
+1
2018-11-27
KVM: VMX: Update shared MSRs to be saved/restored on MSR_EFER.LMA changes
Liran Alon
1
-5
/
+16
2018-11-27
KVM: x86: Fix kernel info-leak in KVM_HC_CLOCK_PAIRING hypercall
Liran Alon
1
-0
/
+1
2018-11-27
KVM: nVMX: Fix kernel info-leak when enabling KVM_CAP_HYPERV_ENLIGHTENED_VMCS more than once
Liran Alon
1
-6
/
+6
2018-11-27
svm: Add mutex_lock to protect apic_access_page_done on AMD systems
Wei Wang
1
-8
/
+11
2018-11-27
KVM: X86: Fix scan ioapic use-before-initialization
Wanpeng Li
1
-1
/
+2
2018-11-27
KVM: LAPIC: Fix pv ipis use-before-initialization
Wanpeng Li
1
-0
/
+5
2018-11-27
KVM: VMX: re-add ple_gap module parameter
Luiz Capitulino
1
-0
/
+1
2018-11-27
PCI: dwc: Fix MSI-X EP framework address calculation bug
Gustavo Pimentel
1
-1
/
+0
2018-11-27
ALSA: hda/realtek - Support ALC300
Kailang Yang
1
-0
/
+8
[prev]
[next]