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
path:
root
/
Kbuild
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-20
KVM: arm: use GIC support unconditionally
Arnd Bergmann
1
-0
/
+1
2015-10-20
KVM: arm/arm64: Fix memory leak if timer initialization fails
Pavel Fedin
1
-1
/
+1
2015-10-20
KVM: arm/arm64: Do not inject spurious interrupts
Pavel Fedin
1
-2
/
+7
2015-09-25
KVM: disable halt_poll_ns as default for s390x
David Hildenbrand
7
-2
/
+8
2015-09-25
KVM: x86: fix off-by-one in reserved bits check
Paolo Bonzini
1
-1
/
+1
2015-09-25
KVM: x86: use correct page table format to check nested page table reserved bits
Paolo Bonzini
1
-6
/
+17
2015-09-25
KVM: svm: do not call kvm_set_cr0 from init_vmcb
Paolo Bonzini
1
-1
/
+2
2015-09-21
KVM: x86: trap AMD MSRs for the TSeg base and mask
Paolo Bonzini
2
-0
/
+3
2015-09-21
KVM: PPC: Book3S: Take the kvm->srcu lock in kvmppc_h_logical_ci_load/store()
Thomas Huth
1
-0
/
+6
2015-09-21
KVM: PPC: Book3S HV: Pass the correct trap argument to kvmhv_commence_exit
Gautham R. Shenoy
1
-0
/
+1
2015-09-21
KVM: PPC: Book3S HV: Fix handling of interrupted VCPUs
Paul Mackerras
1
-1
/
+5
2015-09-18
kvm: svm: reset mmu on VCPU reset
Igor Mammedov
1
-0
/
+1
2015-09-18
sched: access local runqueue directly in single_task_running
Dominik Dingel
1
-4
/
+11
2015-09-17
arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'
Ming Lei
6
-40
/
+6
2015-09-17
arm64: KVM: Remove all traces of the ThumbEE registers
Will Deacon
4
-29
/
+5
2015-09-17
arm: KVM: Disable virtual timer even if the guest is not using it
Marc Zyngier
1
-2
/
+4
2015-09-17
arm64: KVM: Disable virtual timer even if the guest is not using it
Marc Zyngier
1
-2
/
+3
2015-09-16
arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resources
Pavel Fedin
1
-1
/
+1
2015-09-16
KVM: s390: Replace incorrect atomic_or with atomic_andnot
Jason J. Herne
1
-1
/
+1
2015-09-16
arm: KVM: Fix incorrect device to IPA mapping
Marek Majtyka
1
-2
/
+4
2015-09-16
arm64: KVM: Fix user access for debug registers
Marc Zyngier
1
-4
/
+4
2015-09-16
KVM: vmx: fix VPID is 0000H in non-root operation
Wanpeng Li
1
-0
/
+2
2015-09-16
KVM: add halt_attempted_poll to VCPU stats
Paolo Bonzini
12
-0
/
+12
2015-09-15
kvm: fix zero length mmio searching
Jason Wang
1
-2
/
+17
2015-09-15
kvm: fix double free for fast mmio eventfd
Jason Wang
1
-18
/
+25
2015-09-15
kvm: factor out core eventfd assign/deassign logic
Jason Wang
1
-35
/
+50
2015-09-15
kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfd
Jason Wang
1
-2
/
+2
2015-09-14
KVM: make the declaration of functions within 80 characters
Wei Yang
1
-2
/
+2
2015-09-14
KVM: arm64: add workaround for Cortex-A57 erratum #852523
Will Deacon
1
-1
/
+3
2015-09-14
KVM: fix polling for guest halt continued even if disable it
Wanpeng Li
1
-1
/
+2
2015-09-12
Linux 4.3-rc1
Linus Torvalds
1
-2
/
+2
2015-09-12
blk: rq_data_dir() should not return a boolean
Linus Torvalds
1
-1
/
+1
2015-09-12
writeback: plug writeback in wb_writeback() and writeback_inodes_wb()
Linus Torvalds
1
-0
/
+6
2015-09-11
thermal: fix intel PCH thermal driver mismerge
Linus Torvalds
1
-7
/
+4
2015-09-11
ARCv2: [axs103_smp] Reduce clk for SMP FPGA configs
Vineet Gupta
1
-0
/
+2
2015-09-11
revert "ocfs2/dlm: use list_for_each_entry instead of list_for_each"
Andrew Morton
1
-2
/
+4
2015-09-11
mm/early_ioremap: add explicit #include of asm/early_ioremap.h
Ard Biesheuvel
1
-0
/
+1
2015-09-11
fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to void
Joe Perches
4
-50
/
+45
2015-09-11
selftests: enhance membarrier syscall test
Mathieu Desnoyers
1
-25
/
+75
2015-09-11
selftests: add membarrier syscall test
Pranith Kumar
4
-0
/
+84
2015-09-11
sys_membarrier(): system-wide memory barrier (generic, x86)
Mathieu Desnoyers
11
-1
/
+151
2015-09-11
MODSIGN: fix a compilation warning in extract-cert
David Howells
1
-1
/
+1
2015-09-11
Revert "writeback: plug writeback at a high level"
Linus Torvalds
1
-3
/
+4
2015-09-11
scsi_dh: fix randconfig build error
Christoph Hellwig
1
-1
/
+1
2015-09-11
target: use stringify.h instead of own definition
David Disseldorp
2
-5
/
+2
2015-09-11
target/user: Fix UFLAG_UNKNOWN_OP handling
Andy Grover
1
-8
/
+2
2015-09-11
target: Remove no-op conditional
Andy Grover
1
-2
/
+1
2015-09-11
target/user: Remove unused variable
Andy Grover
1
-1
/
+0
2015-09-11
target: Fix max_cmd_sn increment w/o cmdsn mutex regressions
Roland Dreier
2
-4
/
+5
2015-09-11
target: Attach EXTENDED_COPY local I/O descriptors to xcopy_pt_sess
Nicholas Bellinger
1
-2
/
+4
[next]