Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d322a693f585832130c3d09f2175b8f2b3ae99e1
/
arch
/
powerpc
/
kvm
d19469e
power/mm: update pte_write and pte_wrprotect to handle savedwrite
by Aneesh Kumar K.V
· 8 years ago
2d62e07
Merge tag 'kvm-4.11-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
b2d0910
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
by Ingo Molnar
· 8 years ago
589ee62
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
by Ingo Molnar
· 8 years ago
03441a3
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
4e5acdc
KVM: PPC: Book3S HV: Don't use ASDR for real-mode HPT faults on POWER9
by Paul Mackerras
· 8 years ago
70cd4c1
KVM: PPC: Book3S HV: Fix software walk of guest process page tables
by Paul Mackerras
· 8 years ago
e2f466e
mm: cma_alloc: allow to specify GFP mask
by Lucas Stach
· 8 years ago
11bac80
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
by Dave Jiang
· 8 years ago
a26d553
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
by Paolo Bonzini
· 8 years ago
bcd3bb6
KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for now
by Paul Mackerras
· 8 years ago
460df4c
KVM: race-free exit from KVM_RUN without POSIX signals
by Paolo Bonzini
· 8 years ago
3a4f176
KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug message
by Thomas Huth
· 8 years ago
4da934d
KVM: PPC: Book3S PR: Ratelimit copy data failure error messages
by Vipin K Parashar
· 8 years ago
5b73d63
KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit path
by David Gibson
· 8 years ago
5982f08
KVM: PPC: Book 3S: Fix error return in kvm_vm_ioctl_create_spapr_tce()
by Wei Yongjun
· 8 years ago
a4a741a
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 8 years ago
ab9bad0
powerpc/powernv: Remove separate entry for OPAL real mode calls
by Benjamin Herrenschmidt
· 8 years ago
050f233
KVM: PPC: Book3S HV: Advertise availablity of HPT resizing on KVM HV
by David Gibson
· 8 years ago
b5baa68
KVM: PPC: Book3S HV: KVM-HV HPT resizing implementation
by David Gibson
· 8 years ago
5e98596
KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation
by David Gibson
· 8 years ago
639e459
KVM: PPC: Book3S HV: Create kvmppc_unmap_hpte_helper()
by David Gibson
· 8 years ago
f98a8bf
KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
by David Gibson
· 8 years ago
aae0777
KVM: PPC: Book3S HV: Split HPT allocation from activation
by David Gibson
· 8 years ago
3d089f8
KVM: PPC: Book3S HV: Don't store values derivable from HPT order
by David Gibson
· 8 years ago
3f9d4f5
KVM: PPC: Book3S HV: Gather HPT related variables into sub-structure
by David Gibson
· 8 years ago
db9a290
KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarity
by David Gibson
· 8 years ago
167c76e
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
by Paul Mackerras
· 8 years ago
8cf4ecc
KVM: PPC: Book3S HV: Enable radix guest support
by Paul Mackerras
· 8 years ago
f11f6f7
KVM: PPC: Book3S HV: Invalidate ERAT on guest entry/exit for POWER9 DD1
by Paul Mackerras
· 8 years ago
53af3ba
KVM: PPC: Book3S HV: Allow guest exit path to have MMU on
by Paul Mackerras
· 8 years ago
a29ebea
KVM: PPC: Book3S HV: Invalidate TLB on radix guest vcpu movement
by Paul Mackerras
· 8 years ago
65dae54
KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
by Paul Mackerras
· 8 years ago
8f7b79b
KVM: PPC: Book3S HV: Implement dirty page logging for radix guests
by Paul Mackerras
· 8 years ago
0175609
KVM: PPC: Book3S HV: MMU notifier callbacks for radix guests
by Paul Mackerras
· 8 years ago
5a31935
KVM: PPC: Book3S HV: Page table construction and page faults for radix guests
by Paul Mackerras
· 8 years ago
f4c51f8
KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle radix guests
by Paul Mackerras
· 8 years ago
9e04ba6
KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
by Paul Mackerras
· 8 years ago
ef8c640
KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9
by Paul Mackerras
· 8 years ago
468808b
KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
by Paul Mackerras
· 8 years ago
c927013
KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
by Paul Mackerras
· 8 years ago
a97a65d
KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interrupts
by Nicholas Piggin
· 8 years ago
fcd4f3c
KVM: PPC: Book3S PR: Refactor program interrupt related code into separate function
by Thomas Huth
· 8 years ago
8464c88
KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
by Paul Mackerras
· 8 years ago
d3918e7
KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HV
by Nicholas Piggin
· 8 years ago
21acd0e
KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
by Li Zhong
· 8 years ago
17d4861
KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
by Li Zhong
· 8 years ago
bf5a71d
KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
by Li Zhong
· 8 years ago
37451bc
KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
by Li Zhong
· 8 years ago
5efa660
KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECT
by Li Zhong
· 8 years ago
3deda5e
KVM: PPC: Book3S HV: Don't try to signal cpu -1
by Paul Mackerras
· 8 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
93173b5
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
3f7cd91
KVM/PPC/Book3S HV: Convert to hotplug state machine
by Anna-Maria Gleixner
· 8 years ago
e34af78
KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h
by Paul Mackerras
· 8 years ago
908a093
KVM: PPC: Book3S HV: Comment style and print format fixups
by Suraj Jitindar Singh
· 8 years ago
e03f392
KVM: PPC: Book3S HV: Add check for module parameter halt_poll_ns
by Suraj Jitindar Singh
· 8 years ago
307d93e
KVM: PPC: Book3S HV: Use generic kvm module parameters
by Suraj Jitindar Singh
· 8 years ago
a8acaec
KVM: PPC: Correctly report KVM_CAP_PPC_ALLOC_HTAB
by David Gibson
· 8 years ago
e270287
KVM: PPC: Book3S HV: Fix compilation with unusual configurations
by Paul Mackerras
· 8 years ago
2ee13be3
KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00
by Suraj Jitindar Singh
· 8 years ago
45c940b
KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcores
by Paul Mackerras
· 8 years ago
84f7139
KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guest
by Paul Mackerras
· 8 years ago
bf53c88
KVM: PPC: Book3S HV: Use stop instruction rather than nap on POWER9
by Paul Mackerras
· 8 years ago
f725758
KVM: PPC: Book3S HV: Use OPAL XICS emulation on POWER9
by Paul Mackerras
· 8 years ago
1704a81
KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9
by Paul Mackerras
· 8 years ago
7c5b06c
KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
by Paul Mackerras
· 8 years ago
e9cf1e0
KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
by Paul Mackerras
· 8 years ago
83677f5
KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
by Paul Mackerras
· 8 years ago
7a84084
KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9
by Paul Mackerras
· 8 years ago
abb7c7d
KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9
by Paul Mackerras
· 8 years ago
68b8b72
KVM: PPC: Book3S HV: Drop duplicate header asm/iommu.h
by Geliang Tang
· 8 years ago
f064a0d
KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
by Paul Mackerras
· 8 years ago
0d808df
KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
by Paul Mackerras
· 8 years ago
a56ee9f
KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entries
by Yongji Xie
· 8 years ago
f058598
KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged out
by Yongji Xie
· 8 years ago
28d057c
KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
by Wei Yongjun
· 8 years ago
ebe4535
KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler
by Daniel Axtens
· 8 years ago
025c9511
KVM: PPC: Book3S HV: Fix sparse static warning
by Daniel Axtens
· 8 years ago
62623d5
KVM: PPC: Book3S HV: Fix build error when SMP=n
by Michael Ellerman
· 8 years ago
fa73c3b
KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register
by Thomas Huth
· 8 years ago
2365f6b
KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVL
by Thomas Huth
· 8 years ago
ac0e89b
KVM: PPC: BookE: Fix a sanity check
by Dan Carpenter
· 9 years ago
b009031
KVM: PPC: Book3S HV: Take out virtual core piggybacking code
by Paul Mackerras
· 8 years ago
88b02cf9
KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
by Paul Mackerras
· 8 years ago
235539b
kvm: add stubs for arch specific debugfs support
by Luiz Capitulino
· 8 years ago
aad9e5b
KVM: PPC: e500: Rename jump labels in kvmppc_e500_tlb_init()
by Markus Elfring
· 8 years ago
90235dc
KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()
by Markus Elfring
· 8 years ago
b0ac477
KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functions
by Markus Elfring
· 8 years ago
cfb6081
KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config_tlb()
by Markus Elfring
· 8 years ago
46d4e74
KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after error detection
by Markus Elfring
· 8 years ago
f3c0ce8
KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()
by Markus Elfring
· 8 years ago
65e7026
KVM: PPC: Book3S HV: Counters for passthrough IRQ stats
by Suresh Warrier
· 8 years ago
5d37519
KVM: PPC: Book3S HV: Set server for passed-through interrupts
by Paul Mackerras
· 8 years ago
366274f
KVM: PPC: Book3S HV: Update irq stats for IRQs handled in real mode
by Suresh Warrier
· 8 years ago
644abbb
KVM: PPC: Book3S HV: Tunable to disable KVM IRQ bypass
by Suresh Warrier
· 8 years ago
af893c7
KVM: PPC: Book3S HV: Dump irqmap in debugfs
by Suresh Warrier
· 8 years ago
Next »