Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b4d7f161feb3015d6306e1d35b565c888ff70c9d
b4d7f16
KVM: PPC: Fix ONE_REG AltiVec support
by Greg Kurz
· 9 years ago
696066f
KVM: PPC: Increase memslots to 512
by Thomas Huth
· 9 years ago
edfaff2
KVM: PPC: Book3S PR: Remove unused variable 'vcpu_book3s'
by Geyslan G. Bem
· 9 years ago
760a736
KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8
by Thomas Huth
· 9 years ago
1c9e3d5
KVM: PPC: Book3S HV: Handle unexpected traps in guest entry/exit code better
by Paul Mackerras
· 9 years ago
4601463
Merge tag 'kvm-s390-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
by Paolo Bonzini
· 9 years ago
2f8a43d4
KVM: s390: remove redudant assigment of error code
by Christian Borntraeger
· 9 years ago
a6aacc3
KVM: s390: remove pointless test_facility(2) check
by Heiko Carstens
· 9 years ago
07197fd
KVM: s390: don't load kvm without virtualization support
by David Hildenbrand
· 10 years ago
7f16d7e
s390: show virtualization support in /proc/cpuinfo
by David Hildenbrand
· 10 years ago
8dfd523
s390/sclp: introduce check for SIE
by David Hildenbrand
· 10 years ago
4215825
KVM: s390: don't switch to ESCA for ucontrol
by David Hildenbrand
· 9 years ago
eaa78f3
KVM: s390: cleanup sca_add_vcpu
by David Hildenbrand
· 9 years ago
10ce32d
KVM: s390: always set/clear the SCA sda field
by David Hildenbrand
· 9 years ago
2550882
KVM: s390: fix SCA related races and double use
by David Hildenbrand
· 9 years ago
5f3fe62
KVM: s390: we always have a SCA
by David Hildenbrand
· 9 years ago
2c1bb2b
KVM: s390: fast path for sca_ext_call_pending
by David Hildenbrand
· 9 years ago
fe0edcb
KVM: s390: Enable up to 248 VCPUs per VM
by Eugene (jno) Dvurechenski
· 10 years ago
5e04431
KVM: s390: Introduce switching code
by Eugene (jno) Dvurechenski
· 10 years ago
7d43baf
KVM: s390: Make provisions for ESCA utilization
by Eugene (jno) Dvurechenski
· 10 years ago
bc784cc
KVM: s390: Introduce new structures
by Eugene (jno) Dvurechenski
· 10 years ago
a6e2f68
KVM: s390: Provide SCA-aware helpers for VCPU add/del
by Eugene (jno) Dvurechenski
· 10 years ago
a5bd764
KVM: s390: Generalize access to SIGP controls
by Eugene (jno) Dvurechenski
· 10 years ago
6051451
KVM: s390: Generalize access to IPTE controls
by Eugene (jno) Dvurechenski
· 10 years ago
f7ba1d3
s390/sclp: introduce checks for ESCA and HVS
by Eugene (jno) Dvurechenski
· 10 years ago
71f116b
KVM: s390: rewrite vcpu_post_run and drop out early
by David Hildenbrand
· 9 years ago
4bd33b5
KVM: Remove unnecessary debugfs dentry references
by Janosch Frank
· 9 years ago
c896939
KVM: use heuristic for fast VCPU lookup by id
by David Hildenbrand
· 9 years ago
e09fefd
KVM: Use common function for VCPU lookup by id
by David Hildenbrand
· 9 years ago
bb11c6c
KVM: x86: MMU: Remove unused parameter parent_pte from kvm_mmu_get_page()
by Takuya Yoshikawa
· 9 years ago
74c4e63
KVM: x86: MMU: Use for_each_rmap_spte macro instead of pte_list_walk()
by Takuya Yoshikawa
· 9 years ago
98bba23
KVM: x86: MMU: Move parent_pte handling from kvm_mmu_get_page() to link_shadow_page()
by Takuya Yoshikawa
· 9 years ago
4700579
KVM: x86: MMU: Move initialization of parent_ptes out from kvm_mmu_alloc_page()
by Takuya Yoshikawa
· 9 years ago
77fbbbd
KVM: x86: MMU: Consolidate BUG_ON checks for reverse-mapped sptes
by Takuya Yoshikawa
· 9 years ago
afd28fe
KVM: x86: MMU: Remove is_rmap_spte() and use is_shadow_present_pte()
by Takuya Yoshikawa
· 9 years ago
029499b
KVM: x86: MMU: Make mmu_set_spte() return emulate value
by Takuya Yoshikawa
· 9 years ago
fd95145
KVM: x86: MMU: Add helper function to clear a bit in unsync child bitmap
by Takuya Yoshikawa
· 9 years ago
7ee0e5b
KVM: x86: MMU: Remove unused parameter of __direct_map()
by Takuya Yoshikawa
· 9 years ago
018aabb
KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new struct
by Takuya Yoshikawa
· 9 years ago
378b417
KVM: powerpc: kvmppc_visible_gpa can be boolean
by Yaowei Bai
· 9 years ago
08ff0d5
KVM: kvm_para_has_feature can be boolean
by Yaowei Bai
· 9 years ago
33e9415
KVM: kvm_is_visible_gfn can be boolean
by Yaowei Bai
· 9 years ago
4f52696
KVM-async_pf: Delete an unnecessary check before the function call "kmem_cache_destroy"
by Markus Elfring
· 9 years ago
0e3d064
KVM: x86: MMU: always set accessed bit in shadow PTEs
by Paolo Bonzini
· 9 years ago
aba2f06
KVM: x86: correctly print #AC in traces
by Paolo Bonzini
· 9 years ago
46896c7
KVM: svm: add support for RDTSCP
by Paolo Bonzini
· 9 years ago
9dbe6cf
KVM: x86: expose MSR_TSC_AUX to userspace
by Paolo Bonzini
· 9 years ago
db397571
kvm/x86: Hyper-V kvm exit
by Andrey Smetanin
· 9 years ago
5c919412
kvm/x86: Hyper-V synthetic interrupt controller
by Andrey Smetanin
· 9 years ago
d62caab
kvm/x86: per-vcpu apicv deactivation support
by Andrey Smetanin
· 9 years ago
6308630
kvm/x86: split ioapic-handled and EOI exit bitmaps
by Andrey Smetanin
· 9 years ago
abdb080
kvm/irqchip: kvm_arch_irq_routing_update renaming split
by Andrey Smetanin
· 9 years ago
b2467e7
KVM: nVMX: remove incorrect vpid check in nested invvpid emulation
by Haozhong Zhang
· 9 years ago
8bd142c
Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
by Paolo Bonzini
· 9 years ago
fbb4574
arm64: kvm: report original PAR_EL1 upon panic
by Mark Rutland
· 9 years ago
1d7a4e3
arm64: kvm: avoid %p in __kvm_hyp_panic
by Mark Rutland
· 9 years ago
9f958c1
KVM: arm/arm64: vgic: Trust the LR state for HW IRQs
by Christoffer Dall
· 9 years ago
0e3dfda
KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active
by Christoffer Dall
· 9 years ago
7e16aa8
KVM: arm/arm64: Fix preemptible timer active state crazyness
by Christoffer Dall
· 9 years ago
498cd5c
arm64: KVM: Add workaround for Cortex-A57 erratum 834220
by Marc Zyngier
· 9 years ago
c0f0963
arm64: KVM: Fix AArch32 to AArch64 register mapping
by Marc Zyngier
· 9 years ago
e6fab54
ARM/arm64: KVM: test properly for a PTE's uncachedness
by Ard Biesheuvel
· 9 years ago
1ec2183
Linux 4.4-rc2
by Linus Torvalds
· 9 years ago
104e2a6
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
dcfeda9
Merge tag 'tty-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
7f21739
Merge tag 'staging-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
6d2d91b
Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
0ec7dc8
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 9 years ago
94521b2
Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 9 years ago
727cde6
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
069ec22
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
865762a
slab/slub: adjust kmem_cache_alloc_bulk API
by Jesper Dangaard Brouer
· 9 years ago
0337451
slub: add missing kmem cgroup support to kmem_cache_free_bulk
by Jesper Dangaard Brouer
· 9 years ago
03ec0ed
slub: fix kmem cgroup bug in kmem_cache_alloc_bulk
by Jesper Dangaard Brouer
· 9 years ago
d0ecd89
slub: optimize bulk slowpath free by detached freelist
by Jesper Dangaard Brouer
· 9 years ago
8108465
slub: support for bulk free with SLUB freelists
by Jesper Dangaard Brouer
· 9 years ago
41b85a1
parisc: Map kernel text and data on huge pages
by Helge Deller
· 9 years ago
736d216
parisc: Add Huge Page and HUGETLBFS support
by Helge Deller
· 9 years ago
337685e
parisc: Use long branch to do_syscall_trace_exit
by Helge Deller
· 9 years ago
332b42e
parisc: Increase initial kernel mapping to 32MB on 64bit kernel
by Helge Deller
· 9 years ago
4182d0c
parisc: Initialize the fault vector earlier in the boot process.
by Helge Deller
· 9 years ago
1f25ad2
parisc: Add defines for Huge page support
by Helge Deller
· 9 years ago
dcbf0d2
parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.h
by Helge Deller
· 9 years ago
3ad5d7e
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
707b4f4
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
4143fc8
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
876454a
Merge tag 'for-linus-20151120' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
bd63acf
serial: export fsl8250_handle_irq
by Arnd Bergmann
· 9 years ago
fa70045
serial: 8250_mid: Add missing dependency
by Heikki Krogerus
· 9 years ago
6b2a3d6
tty: audit: Fix audit source
by Peter Hurley
· 9 years ago
f356d7a
serial: etraxfs-uart: Fix crash
by Guenter Roeck
· 9 years ago
bec8bf6
serial: fsl_lpuart: Fix earlycon support
by Peter Hurley
· 9 years ago
83f7fa6c2
bcm63xx_uart: Use the device name when registering an interrupt
by Simon Arlott
· 9 years ago
17a6921
tty: Fix direct use of tty buffer work
by Peter Hurley
· 9 years ago
ee0c1a6
tty: Fix tty_send_xchar() lock order inversion
by Peter Hurley
· 9 years ago
b4a6471
slub: mark the dangling ifdef #else of CONFIG_SLUB_DEBUG
by Jesper Dangaard Brouer
· 9 years ago
8709837
slub: avoid irqoff/on in bulk allocation
by Christoph Lameter
· 9 years ago
a380a3c
slub: create new ___slab_alloc function that can be called with irqs disabled
by Christoph Lameter
· 9 years ago
21fa844
mm: fix up sparse warning in gfpflags_allow_blocking
by Jeff Layton
· 9 years ago
8f1eb48
ocfs2: fix umask ignored issue
by Junxiao Bi
· 9 years ago
Next »