Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1165f5fec18c077bdba88e7125fd41f8e3617cb4
1165f5f
KVM: Per-vcpu statistics
by Avi Kivity
· 18 years ago
3fca036
KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles
by Yaozu Dong
· 18 years ago
d6c69ee
KVM: MMU: Avoid heavy ASSERT at non debug mode.
by Yaozu Dong
· 18 years ago
4d56c8a
KVM: VMX: Only save/restore MSR_K6_STAR if necessary
by Avi Kivity
· 18 years ago
35cc7f9
KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c
by Avi Kivity
· 18 years ago
e38aea3
KVM: VMX: Don't switch 64-bit msrs for 32-bit guests
by Avi Kivity
· 18 years ago
2345df8
KVM: VMX: Reduce unnecessary saving of host msrs
by Avi Kivity
· 18 years ago
c9047f5
KVM: Handle guest page faults when emulating mmio
by Avi Kivity
· 18 years ago
364b625
KVM: SVM: Report hardware exit reason to userspace instead of dmesg
by Avi Kivity
· 18 years ago
8c43850
KVM: Retry sleeping allocation if atomic allocation fails
by Avi Kivity
· 18 years ago
b5a33a7
KVM: Use slab caches to allocate mmu data structures
by Avi Kivity
· 18 years ago
417726a
KVM: Handle partial pae pdptr
by Avi Kivity
· 18 years ago
d917a6b
KVM: Initialize cr0 to indicate an fpu is present
by Avi Kivity
· 18 years ago
3964994
KVM: Fix overflow bug in overflow detection code
by Eric Sesterhenn / Snakebyte
· 18 years ago
5008fdf
KVM: Use kernel-standard types
by Avi Kivity
· 18 years ago
80b7706
KVM: SVM: enable LBRV virtualization if available
by Joerg Roedel
· 18 years ago
b883673
KVM: Add fpu get/set operations
by Avi Kivity
· 18 years ago
e820754
KVM: Add physical memory aliasing feature
by Avi Kivity
· 18 years ago
954bbbc
KVM: Simply gfn_to_page()
by Avi Kivity
· 18 years ago
e0fa826
KVM: Add mmu cache clear function
by Dor Laor
· 18 years ago
df513e2
KVM: x86 emulator: fix bit string operations operand size
by Avi Kivity
· 18 years ago
afeb1f1
KVM: Remove debug message
by Avi Kivity
· 18 years ago
36868f7
KVM: Use list_move()
by Avi Kivity
· 18 years ago
55bf4028
KVM: Remove unused function
by Michal Piotrowski
· 18 years ago
0cc5064
KVM: SVM: Ensure timestamp counter monotonicity
by Avi Kivity
· 18 years ago
d28c6cfb
KVM: MMU: Fix hugepage pdes mapping same physical address with different access
by Avi Kivity
· 18 years ago
916ce23
KVM: SVM: forbid guest to execute monitor/mwait
by Joerg Roedel
· 18 years ago
0e5bf0d
KVM: Handle writes to MCG_STATUS msr
by Sergey Kiselev
· 18 years ago
fcd3410
KVM: Remove unused and write-only variables
by Avi Kivity
· 18 years ago
6da63cf
KVM: Don't allow the guest to turn off the cpu cache
by Avi Kivity
· 18 years ago
038881c
KVM: Hack real-mode segments on vmx from KVM_SET_SREGS
by Avi Kivity
· 18 years ago
024aa1c
KVM: Modify guest segments after potentially switching modes
by Avi Kivity
· 18 years ago
f6528b0
KVM: Remove set_cr0_no_modeswitch() arch op
by Avi Kivity
· 18 years ago
8cb5b03
KVM: Workaround vmx inability to virtualize the reset state
by Avi Kivity
· 18 years ago
aac0122
KVM: MMU: Remove global pte tracking
by Avi Kivity
· 18 years ago
ca5aac1
KVM: MMU: Remove unnecessary check for pdptr access
by Avi Kivity
· 18 years ago
039576c
KVM: Avoid guest virtual addresses in string pio userspace interface
by Avi Kivity
· 18 years ago
f0fe510
KVM: Future-proof argument-less ioctls
by Avi Kivity
· 18 years ago
07c45a3
KVM: Allow kernel to select size of mmap() buffer
by Avi Kivity
· 18 years ago
1961d27
KVM: Add guest mode signal mask
by Avi Kivity
· 18 years ago
6722c51c
KVM: Initialize the apic_base msr on svm too
by Avi Kivity
· 18 years ago
1b19f3e
KVM: Add a special exit reason when exiting due to an interrupt
by Avi Kivity
· 18 years ago
8eb7d33
KVM: Fold kvm_run::exit_type into kvm_run::exit_reason
by Avi Kivity
· 18 years ago
b4e63f5
KVM: Allow userspace to process hypercalls which have no kernel handler
by Avi Kivity
· 18 years ago
5d308f4
KVM: Add method to check for backwards-compatible API extensions
by Avi Kivity
· 18 years ago
739872c
KVM: Renumber ioctls
by Avi Kivity
· 18 years ago
2a4dac3
KVM: Remove minor wart from KVM_CREATE_VCPU ioctl
by Avi Kivity
· 18 years ago
106b552
KVM: Remove the 'emulated' field from the userspace interface
by Avi Kivity
· 18 years ago
06465c5
KVM: Handle cpuid in the kernel instead of punting to userspace
by Avi Kivity
· 18 years ago
46fc147
KVM: Do not communicate to userspace through cpu registers during PIO
by Avi Kivity
· 18 years ago
9a2bb7f
KVM: Use a shared page for kernel/user communication when runing a vcpu
by Avi Kivity
· 18 years ago
1ea252a
KVM: Fix bogus sign extension in mmu mapping audit
by Avi Kivity
· 18 years ago
ff42697
KVM: Export <linux/kvm.h>
by Avi Kivity
· 18 years ago
bbe4432
KVM: Use own minor number
by Avi Kivity
· 18 years ago
510043d
KVM: Use the generic skip_emulated_instruction() in hypercall code
by Dor Laor
· 18 years ago
9b22bf5
KVM: Fix guest register corruption on paravirt hypercall
by Dor Laor
· 18 years ago
dc87c39
libata: honour host controllers that want just one host
by Linus Torvalds
· 18 years ago
14e38ac
pm: include EIO from errno-base.h
by David Rientjes
· 18 years ago
11443ec
Add kvasprintf()
by Jeremy Fitzhardinge
· 18 years ago
9684e51
power management: force pm_ops.valid callback to be assigned
by Johannes Berg
· 18 years ago
e8c9c50
power management: implement pm_ops.valid for everybody
by Johannes Berg
· 18 years ago
11d77d0
power management: remove firmware disk mode
by Johannes Berg
· 18 years ago
fe0c935a
rework pm_ops pm_disk_mode, kill misuse
by Johannes Berg
· 18 years ago
1173a72
reiserfs: suppress lockdep warning
by Jeff Mahoney
· 18 years ago
42e3808
Extend print_symbol capability
by Robert Peterson
· 18 years ago
de34ed9
[UDP]: Do not allow specific bind when wildcard bind exists.
by David S. Miller
· 18 years ago
b7b5f48
[IPV4] UDP: Fix endianness bugs in hashing changes.
by David S. Miller
· 18 years ago
40caf5e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
by Linus Torvalds
· 18 years ago
d645470
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jikos/hid
by Linus Torvalds
· 18 years ago
152a6a9
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
cd9bb7e
Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 18 years ago
24a77da
Merge branch 'for-2.6.22' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 18 years ago
80787eb
[IPV4] SNMP: Support OutMcastPkts and OutBcastPkts
by Mitsuru Chinen
· 18 years ago
5506b54
[IPV4] SNMP: Support InMcastPkts and InBcastPkts
by Mitsuru Chinen
· 18 years ago
704aed5
[IPV4] SNMP: Support InTruncatedPkts
by Mitsuru Chinen
· 18 years ago
e91a47e
[IPV4] SNMP: Support InNoRoutes
by Mitsuru Chinen
· 18 years ago
71ff6c0
[SNMP]: Add definitions for {In,Out}BcastPkts
by Mitsuru Chinen
· 18 years ago
d551e45
[TCP] FRTO: RFC4138 allows Nagle override when new data must be sent
by Ilpo Järvinen
· 18 years ago
575ee71
[TCP] FRTO: Delay skb available check until it's mandatory
by Ilpo Järvinen
· 18 years ago
157bfc2
[XFRM]: Restrict upper layer information by bundle.
by Masahide NAKAMURA
· 18 years ago
34588b4
[TCP]: Catch skb with S+L bugs earlier
by Ilpo Järvinen
· 18 years ago
6aaf47f
[PATCH] INET : IPV4 UDP lookups converted to a 2 pass algo
by Eric Dumazet
· 18 years ago
65def81
[L2TP]: Add the ability to autoload a pppox protocol module.
by James Chapman
· 18 years ago
07e4470
Merge branch 'cfq' into for-linus
by Jens Axboe
· 18 years ago
2a12dcd
[PATCH] elevator: elv_list_lock does not need irq disabling
by Jens Axboe
· 18 years ago
5972511
[BLOCK] Don't pin lots of memory in mempools
by Jens Axboe
· 18 years ago
46f8914
[SKB]: Introduce skb_queue_walk_safe()
by James Chapman
· 18 years ago
597bc48
cfq-iosched: speedup cic rb lookup
by Jens Axboe
· 18 years ago
4e521c2
ll_rw_blk: add io_context private pointer
by Jens Axboe
· 18 years ago
91fac31
cfq-iosched: get rid of cfqq hash
by Vasily Tarasov
· 18 years ago
cc19747
cfq-iosched: tighten queue request overlap condition
by Jens Axboe
· 18 years ago
3ed9a29
cfq-iosched: improve sync vs async workloads
by Jens Axboe
· 18 years ago
1be92f2f
cfq-iosched: never allow an async queue idling
by Jens Axboe
· 18 years ago
20e493a
cfq-iosched: get rid of ->dispatch_slice
by Jens Axboe
· 18 years ago
6084cdd
cfq-iosched: don't pass unused preemption variable around
by Jens Axboe
· 18 years ago
edd75ff
cfq-iosched: get rid of ->cur_rr and ->cfq_list
by Jens Axboe
· 18 years ago
67e6b49
cfq-iosched: slice offset should take ioprio into account
by Jens Axboe
· 18 years ago
498d3aa2
[PATCH] cfq-iosched: style cleanups and comments
by Jens Axboe
· 18 years ago
67060e3
cfq-iosched: sort IDLE queues into the rbtree
by Jens Axboe
· 18 years ago
0c534e0
cfq-iosched: sort RT queues into the rbtree
by Jens Axboe
· 18 years ago
Next »