Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
7801bbe1bd907a8f8b136fc184583260508febb6
7801bbe
KVM: MIPS/T&E: Implement CP0_EBase register
by James Hogan
· 8 years ago
654229a
KVM: MIPS/T&E: Move CP0 register access into T&E
by James Hogan
· 8 years ago
230c572
KVM: MIPS: Claim KVM_CAP_READONLY_MEM support
by James Hogan
· 10 years ago
411740f
KVM: MIPS/MMU: Implement KVM_CAP_SYNC_MMU
by James Hogan
· 8 years ago
f9b11e5
KVM: MIPS/MMU: Pass GPA PTE bits to mapped GVA PTEs
by James Hogan
· 8 years ago
b584f46
KVM: MIPS/MMU: Pass GPA PTE bits to KSeg0 GVA PTEs
by James Hogan
· 8 years ago
b5f1dd1
KVM: MIPS/MMU: Handle dirty logging on GPA faults
by James Hogan
· 8 years ago
a1ac9e1
KVM: MIPS: Clean & flush on dirty page logging enable
by James Hogan
· 8 years ago
e88643b
KVM: MIPS/MMU: Use generic dirty log & protect helper
by James Hogan
· 8 years ago
f0c0c33
KVM: MIPS/MMU: Add GPA PT mkclean helper
by James Hogan
· 8 years ago
64ebc9e
KVM: MIPS/T&E: Handle read only GPA in TLB mod
by James Hogan
· 8 years ago
b8f79dd
KVM: MIPS/T&E: Treat unhandled guest KSeg0 as MMIO
by James Hogan
· 10 years ago
420ea09
KVM: MIPS/T&E: Abstract bad access handling
by James Hogan
· 8 years ago
577ed7f
KVM: MIPS: Pass type of fault down to kvm_mips_map_page()
by James Hogan
· 10 years ago
89d6ad8
KVM: MIPS/T&E: Ignore user writes to CP0_Config7
by James Hogan
· 8 years ago
b620911
KVM: MIPS: Implement kvm_arch_flush_shadow_all/memslot
by James Hogan
· 8 years ago
4cf74c9
KVM: MIPS/Emulate: Use lockless GVA helpers for cache emulation
by James Hogan
· 8 years ago
5207ce1
KVM: MIPS/MMU: Use lockless GVA helpers for get_inst()
by James Hogan
· 8 years ago
4b21e8a
KVM: MIPS/T&E: Use lockless GVA helpers for dyntrans
by James Hogan
· 8 years ago
1880afd
KVM: MIPS/T&E: Add lockless GVA access helpers
by James Hogan
· 8 years ago
91737ea
KVM: MIPS/T&E: Reduce stale ASID checks
by James Hogan
· 8 years ago
b29e115
KVM: MIPS/T&E: Handle TLB invalidation requests
by James Hogan
· 8 years ago
4841e0d
KVM: MIPS: Update vcpu->mode and vcpu->cpu
by James Hogan
· 8 years ago
06c158c
KVM: MIPS/MMU: Convert guest physical map to page table
by James Hogan
· 10 years ago
6a97c77
KVM: MIPS: Use CP0_BadInstr[P] for emulation
by James Hogan
· 10 years ago
122e51d
KVM: MIPS: Improve kvm_get_inst() error return
by James Hogan
· 8 years ago
a1ecc54
KVM: MIPS/T&E: Don't treat code fetch faults as MMIO
by James Hogan
· 8 years ago
a98dd74
KVM: MIPS/MMU: Drop kvm_get_new_mmu_context()
by James Hogan
· 8 years ago
7071a88
KVM: MIPS/Emulate: Drop redundant TLB flushes on exceptions
by James Hogan
· 8 years ago
49ec508
KVM: MIPS/TLB: Drop kvm_local_flush_tlb_all()
by James Hogan
· 8 years ago
8af0e3c
KVM: MIPS/Emulate: Fix CACHE emulation for EVA hosts
by James Hogan
· 8 years ago
dacc3ed
KVM: MIPS: Use uaccess to read/modify guest instructions
by James Hogan
· 8 years ago
7a156e9
KVM: MIPS: Drop vm_init() callback
by James Hogan
· 8 years ago
4c86460
KVM: MIPS/MMU: Convert commpage fault handling to page tables
by James Hogan
· 8 years ago
7e3d2a7
KVM: MIPS/MMU: Convert TLB mapped faults to page tables
by James Hogan
· 8 years ago
fb99589
KVM: MIPS/MMU: Convert KSeg0 faults to page tables
by James Hogan
· 8 years ago
aba8592
KVM: MIPS/MMU: Invalidate stale GVA PTEs on TLBW
by James Hogan
· 8 years ago
a31b50d
KVM: MIPS/MMU: Invalidate GVA PTs on ASID changes
by James Hogan
· 8 years ago
57e3869c
KVM: MIPS/TLB: Generalise host TLB invalidate to kernel ASID
by James Hogan
· 8 years ago
f3a8603
KVM: MIPS/TLB: Fix off-by-one in TLB invalidate
by James Hogan
· 8 years ago
a7cfa7a
KVM: MIPS: Add fast path TLB refill handler
by James Hogan
· 8 years ago
29b500b
KVM: MIPS: Support NetLogic KScratch registers
by James Hogan
· 8 years ago
7faa6ee
KVM: MIPS/T&E: Activate GVA page tables in guest context
by James Hogan
· 8 years ago
f7f1427
KVM: MIPS/T&E: Allocate GVA -> HPA page tables
by James Hogan
· 8 years ago
630766b
KVM: MIPS: Wire up vcpu uninit
by James Hogan
· 8 years ago
a7ebb2e
KVM: MIPS/T&E: active_mm = init_mm in guest context
by James Hogan
· 8 years ago
91cdee5
KVM: MIPS/T&E: Restore host asid on return to host
by James Hogan
· 8 years ago
a2c046e
KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacks
by James Hogan
· 8 years ago
c550d53
KVM: MIPS: Remove duplicated ASIDs from vcpu
by James Hogan
· 8 years ago
1581ff3
KVM: MIPS/MMU: Move preempt/ASID handling to implementation
by James Hogan
· 8 years ago
a60b843
KVM: MIPS: Convert get/set_regs -> vcpu_load/put
by James Hogan
· 8 years ago
1534b396
KVM: MIPS/MMU: Simplify ASID restoration
by James Hogan
· 10 years ago
00104b4
KVM: MIPS: Drop partial KVM_NMI implementation
by James Hogan
· 8 years ago
adb0b25
Merge MIPS prerequisites
by James Hogan
· 8 years ago
7170bdc
MIPS: Add return errors to protected cache ops
by James Hogan
· 8 years ago
722b454
MIPS: Export some tlbex internals for KVM to use
by James Hogan
· 8 years ago
93a93c2
MIPS: uasm: Add include guards in asm/uasm.h
by James Hogan
· 8 years ago
ccf0151
MIPS: Export pgd/pmd symbols for KVM
by James Hogan
· 9 years ago
814f91b
MIPS: Move pgd_alloc() out of header
by James Hogan
· 8 years ago
5a6da5f
MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_ioctl()
by Markus Elfring
· 8 years ago
0b4c208
Revert "KVM: nested VMX: disable perf cpuid reporting"
by Jim Mattson
· 8 years ago
a17f322
kvm: x86: Expose Intel VPOPCNTDQ feature to guest
by Piotr Luc
· 8 years ago
a9ff720
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Radim Krčmář
· 8 years ago
06b35d9
x86/cpufeature: Add AVX512_VPOPCNTDQ feature
by Piotr Luc
· 8 years ago
49def18
Linux 4.10-rc4
by Linus Torvalds
· 8 years ago
99421c1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
c928162
Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 8 years ago
2d5a710
Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
7f138b9
Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 8 years ago
793e039
Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 8 years ago
aa2797b
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 8 years ago
83346fb
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a11ce3a4
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
79078c5
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
255e614
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
f4d3935
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
34241af
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
b9dc6f6
fix a fencepost error in pipe_advance()
by Al Viro
· 8 years ago
4d22c75
coredump: Ensure proper size of sparse core files
by Dave Kleikamp
· 8 years ago
a12f1ae
aio: fix lock dep warning
by Shaohua Li
· 8 years ago
f0ad177
Merge tag 'dmaengine-fix-4.10-rc4' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 8 years ago
0100a3e
efi/x86: Prune invalid memory map entries and fix boot regression
by Peter Jones
· 8 years ago
c7334ce
Revert "driver core: Add deferred_probe attribute to devices in sysfs"
by Greg Kroah-Hartman
· 8 years ago
18e7a45
perf/x86: Reject non sampling events with precise_ip
by Jiri Olsa
· 8 years ago
475113d
perf/x86/intel: Account interrupts for PEBS errors
by Jiri Olsa
· 8 years ago
321027c
perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' race
by Peter Zijlstra
· 8 years ago
63cae12
perf/core: Fix sys_perf_event_open() vs. hotplug
by Peter Zijlstra
· 8 years ago
4538286
x86/mpx: Use compatible types in comparison to fix sparse error
by Tobias Klauser
· 8 years ago
695085b
x86/tsc: Add the Intel Denverton Processor to native_calibrate_tsc()
by Len Brown
· 8 years ago
e96f8f1
Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 8 years ago
04e3962
Merge tag 'ceph-for-4.10-rc4' of git://github.com/ceph/ceph-client
by Linus Torvalds
· 8 years ago
af54efa
Merge tag 'vfio-v4.10-rc4' of git://github.com/awilliam/linux-vfio
by Linus Torvalds
· 8 years ago
406732c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
a65c925
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 8 years ago
bef1331
block: don't try to discard from __blkdev_issue_zeroout
by Christoph Hellwig
· 8 years ago
f80de88
sd: remove __data_len hack for WRITE SAME
by Christoph Hellwig
· 8 years ago
b131c61
nvme: use blk_rq_payload_bytes
by Christoph Hellwig
· 8 years ago
fd102b1
scsi: use blk_rq_payload_bytes
by Christoph Hellwig
· 8 years ago
2e3258e
block: add blk_rq_payload_bytes
by Christoph Hellwig
· 8 years ago
c79d47f
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
Next »