Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cdfca7b346e6dbab1ba33260c28ccb8333485a5b
cdfca7b
KVM: Use kmemdup() instead of kmalloc/memcpy
by Sasha Levin
· 13 years ago
3f745f1
KVM: Document KVM_NMI
by Avi Kivity
· 13 years ago
234b639
KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_write
by Jan Kiszka
· 13 years ago
3d56cbd
KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages
by Jan Kiszka
· 13 years ago
086c985
KVM: use this_cpu_xxx replace percpu_xxx funcs
by Alex,Shi
· 13 years ago
e37fa78
KVM: MMU: audit: inline audit function
by Xiao Guangrong
· 13 years ago
d750ea2
KVM: MMU: remove oos_shadow parameter
by Xiao Guangrong
· 13 years ago
e459e32
KVM: MMU: move the relevant mmu code to mmu.c
by Xiao Guangrong
· 13 years ago
9edb17d
KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL
by Xiao Guangrong
· 13 years ago
0375f7f
KVM: MMU: audit: replace mmu audit tracepoint with jump-label
by Xiao Guangrong
· 13 years ago
a65cf518
jump-label: export jump_label_inc/jump_label_dec
by Xiao Guangrong
· 13 years ago
831bf66
KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuid
by Sasha Levin
· 13 years ago
fb21536
KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest
by Liu, Jinsong
· 13 years ago
00b27a3
KVM: Move cpuid code to new file
by Avi Kivity
· 13 years ago
2b5e97e
KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX
by Takuya Yoshikawa
· 13 years ago
d77fe63
KVM: Allow aligned byte and word writes to IOAPIC registers.
by Julian Stecklina
· 13 years ago
60f9a9e
KVM: IA64: fix struct redefinition
by Xiao Guangrong
· 13 years ago
f85e2cb
KVM: introduce a table to map slot id to index in memslots array
by Xiao Guangrong
· 13 years ago
bf3e05b
KVM: sort memslots by its size and use line search
by Xiao Guangrong
· 13 years ago
28a3754
KVM: introduce id_to_memslot function
by Xiao Guangrong
· 13 years ago
be6ba0f
KVM: introduce kvm_for_each_memslot macro
by Xiao Guangrong
· 13 years ago
be593d6
KVM: introduce update_memslots function
by Xiao Guangrong
· 13 years ago
93a5cef
KVM: introduce KVM_MEM_SLOTS_NUM macro
by Xiao Guangrong
· 13 years ago
ff22739
KVM: x86 emulator: Use opcode::execute for BSF/BSR
by Takuya Yoshikawa
· 13 years ago
e940b5c
KVM: x86 emulator: Use opcode::execute for CMPXCHG
by Takuya Yoshikawa
· 13 years ago
e1e210b
KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR
by Takuya Yoshikawa
· 13 years ago
bc00f8d
KVM: x86 emulator: Use opcode::execute for MOV to cr/dr
by Takuya Yoshikawa
· 13 years ago
d4ddafc
KVM: x86 emulator: Use opcode::execute for CALL
by Takuya Yoshikawa
· 13 years ago
ce7faab
KVM: x86 emulator: Use opcode::execute for BT family
by Takuya Yoshikawa
· 13 years ago
d7841a4
KVM: x86 emulator: Use opcode::execute for IN/OUT
by Takuya Yoshikawa
· 13 years ago
46199f3
KVM: VMX: remove unneeded vmx_load_host_state() calls.
by Gleb Natapov
· 13 years ago
95d4c16
KVM: Optimize dirty logging by rmap_write_protect()
by Takuya Yoshikawa
· 13 years ago
7850ac5
KVM: Count the number of dirty pages for dirty logging
by Takuya Yoshikawa
· 13 years ago
9b9b149
KVM: MMU: Split gfn_to_rmap() into two functions
by Takuya Yoshikawa
· 13 years ago
d6eebf8
KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect()
by Takuya Yoshikawa
· 13 years ago
6da64fd
KVM: Use kmemdup rather than duplicating its implementation
by Thomas Meyer
· 13 years ago
fb92045
KVM: MMU: remove KVM host pv mmu support
by Chris Wright
· 13 years ago
5202397
KVM guest: remove KVM guest pv mmu support
by Chris Wright
· 13 years ago
1a21424
KVM: make checks stricter in coalesced_mmio_in_range()
by Dan Carpenter
· 13 years ago
3f2e526
KVM: x86: Simplify kvm timer handler
by Jan Kiszka
· 13 years ago
b297e67
KVM: Fix include dependency for mmu_notifier
by Eric B Munson
· 13 years ago
a30f47c
KVM: MMU: improve write flooding detected
by Xiao Guangrong
· 13 years ago
5d9ca30
KVM: MMU: fix detecting misaligned accessed
by Xiao Guangrong
· 13 years ago
889e5cb
KVM: MMU: split kvm_mmu_pte_write function
by Xiao Guangrong
· 13 years ago
f873435
KVM: MMU: remove unnecessary kvm_mmu_free_some_pages
by Xiao Guangrong
· 13 years ago
f57f2ef
KVM: MMU: fast prefetch spte on invlpg path
by Xiao Guangrong
· 13 years ago
505aef8
KVM: MMU: cleanup FNAME(invlpg)
by Xiao Guangrong
· 13 years ago
d01f8d5
KVM: MMU: do not mark accessed bit on pte write path
by Xiao Guangrong
· 13 years ago
6f6fbe9
KVM: x86: cleanup port-in/port-out emulated
by Xiao Guangrong
· 13 years ago
1cb3f3a
KVM: x86: retry non-page-table writing instructions
by Xiao Guangrong
· 13 years ago
d5ae7ce
KVM: x86: tag the instructions which are used to write page table
by Xiao Guangrong
· 13 years ago
f759e2b
KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write
by Xiao Guangrong
· 13 years ago
51cfe38
KVM: nVMX: Fix warning-causing idt-vectoring-info behavior
by Nadav Har'El
· 13 years ago
d6185f2
KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT
by Nadav Har'El
· 13 years ago
371de6e
drm/i915: Disable RC6 on Sandybridge by default
by Keith Packard
· 13 years ago
ebbd857
drm/i915: Disable semaphores by default on SNB
by Keith Packard
· 13 years ago
7f54492
Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 13 years ago
6fd8fb7
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394
by Linus Torvalds
· 13 years ago
6d4b9e3
vfs: fix handling of lock allocation failure in lease-break case
by Linus Torvalds
· 13 years ago
fae9dbb
KVM: PPC: e500: include linux/export.h
by Scott Wood
· 13 years ago
251da03
KVM: PPC: fix kvmppc_start_thread() for CONFIG_SMP=N
by Michael Neuling
· 13 years ago
96f38d7
KVM: PPC: protect use of kvmppc_h_pr
by Andreas Schwab
· 13 years ago
36cc66d
KVM: PPC: move compute_tlbie_rb to book3s_64 common header
by Andreas Schwab
· 13 years ago
4d25a066
KVM: Don't automatically expose the TSC deadline timer in cpuid
by Jan Kiszka
· 13 years ago
3d27e23
KVM: Device assignment permission checks
by Alex Williamson
· 13 years ago
4238737
KVM: Remove ability to assign a device without iommu support
by Alex Williamson
· 13 years ago
0924ab2
KVM: x86: Prevent starting PIT timers in the absence of irqchip support
by Jan Kiszka
· 13 years ago
2ca526b
MAINTAINERS: firewire git URL update
by Stefan Richter
· 13 years ago
4962516
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
5f0a6e2
Linux 3.2-rc7
by Linus Torvalds
· 13 years ago
a22681f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
6d451c5
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 13 years ago
71448c1
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 13 years ago
4d18de9
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 13 years ago
827fa4c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
5d219c6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 13 years ago
155d455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
6350323
Merge branch 'nf' of git://1984.lsi.us.es/net
by David S. Miller
· 13 years ago
0354b48
netfilter: xt_connbytes: handle negation correctly
by Florian Westphal
· 13 years ago
08c422c
Btrfs: call d_instantiate after all ops are setup
by Al Viro
· 13 years ago
8d532b2
Btrfs: fix worker lock misuse in find_worker
by Chris Mason
· 13 years ago
0fd7bac
net: relax rcvbuf limits
by Eric Dumazet
· 13 years ago
a0a129f
rps: fix insufficient bounds checking in store_rps_dev_flow_table_cnt()
by Xi Wang
· 13 years ago
e688a60
net: introduce DST_NOPEER dst flag
by Eric Dumazet
· 13 years ago
7838f2c
mqprio: Avoid panic if no options are provided
by Thomas Graf
· 13 years ago
a13861a
bridge: provide a mtu() method for fake_dst_ops
by Eric Dumazet
· 13 years ago
ad1fca2
Merge branch 'for-linus' of git://neil.brown.name/md
by Linus Torvalds
· 13 years ago
961902c
md/bitmap: It is OK to clear bits during recovery.
by NeilBrown
· 13 years ago
60fc137
md: don't give up looking for spares on first failure-to-add
by NeilBrown
· 13 years ago
30d7a48
md/raid5: ensure correct assessment of drives during degraded reshape.
by NeilBrown
· 13 years ago
09cd927
md/linear: fix hot-add of devices to linear arrays.
by NeilBrown
· 13 years ago
7cc8583
sparc64: Fix MSIQ HV call ordering in pci_sun4v_msiq_build_irq().
by David S. Miller
· 13 years ago
b3b1b70
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
abe8809
Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-dev
by Linus Torvalds
· 13 years ago
19d40dc
pata_of_platform: Add missing CONFIG_OF_IRQ dependency.
by David Miller
· 13 years ago
b9eda06
ipv4: using prefetch requires including prefetch.h
by Stephen Rothwell
· 13 years ago
8a78389
vmwgfx: fix incorrect VRAM size check in vmw_kms_fb_create()
by Xi Wang
· 13 years ago
77e00f2
drm/radeon/kms: bail on BTC parts if MC ucode is missing
by Alex Deucher
· 13 years ago
e30e2fd
VFS: Fix race between CPU hotplug and lglocks
by Srivatsa S. Bhat
· 13 years ago
ecefc36
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
Next »