index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
hugetlb: introduce generic version of hugetlb_free_pgd_range
Alexandre Ghiti
2018-10-26
1
-1
/
+3
*
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
2018-10-26
2
-7
/
+4
*
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-10-25
43
-904
/
+3920
|
\
|
*
KVM: PPC: Optimize clearing TCEs for sparse tables
Alexey Kardashevskiy
2018-10-20
3
-7
/
+6
|
*
KVM: PPC: Book3S HV: Don't use streamlined entry path on early POWER9 chips
Paul Mackerras
2018-10-19
1
-2
/
+11
|
*
KVM: PPC: Book3S HV: Add NO_HASH flag to GET_SMMU_INFO ioctl result
Paul Mackerras
2018-10-09
1
-0
/
+4
|
*
KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
Paul Mackerras
2018-10-09
3
-9
/
+43
|
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2018-10-09
42
-897
/
+3856
|
|
\
|
|
*
KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
Paul Mackerras
2018-10-09
3
-3
/
+52
|
|
*
KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
Paul Mackerras
2018-10-09
2
-5
/
+14
|
|
*
KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
Suraj Jitindar Singh
2018-10-09
1
-1
/
+50
|
|
*
KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
Suraj Jitindar Singh
2018-10-09
2
-0
/
+18
|
|
*
KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
Paul Mackerras
2018-10-09
2
-0
/
+7
|
|
*
KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
Paul Mackerras
2018-10-09
2
-16
/
+24
|
|
*
KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
Suraj Jitindar Singh
2018-10-09
3
-38
/
+71
|
|
*
KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
Paul Mackerras
2018-10-09
3
-8
/
+57
|
|
*
KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
Suraj Jitindar Singh
2018-10-09
6
-2
/
+212
|
|
*
KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
Suraj Jitindar Singh
2018-10-09
5
-15
/
+240
|
|
*
KVM: PPC: Book3S HV: Handle page fault for a nested guest
Suraj Jitindar Singh
2018-10-09
7
-86
/
+473
|
|
*
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
Paul Mackerras
2018-10-09
4
-1
/
+51
|
|
*
KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
Paul Mackerras
2018-10-09
3
-9
/
+50
|
|
*
KVM: PPC: Book3S HV: Nested guest entry via hypercall
Paul Mackerras
2018-10-09
7
-30
/
+471
|
|
*
KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
Paul Mackerras
2018-10-09
8
-7
/
+384
|
|
*
KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
Paul Mackerras
2018-10-09
1
-20
/
+13
|
|
*
KVM: PPC: Book3S HV: Refactor radix page fault handler
Suraj Jitindar Singh
2018-10-09
1
-87
/
+123
|
|
*
KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agno...
Suraj Jitindar Singh
2018-10-09
2
-34
/
+78
|
|
*
KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
Suraj Jitindar Singh
2018-10-09
1
-1
/
+7
|
|
*
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
Paul Mackerras
2018-10-09
13
-32
/
+30
|
|
*
KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
Paul Mackerras
2018-10-09
4
-0
/
+183
|
|
*
KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
Paul Mackerras
2018-10-09
2
-1
/
+5
|
|
*
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
Paul Mackerras
2018-10-09
6
-4
/
+593
|
|
*
KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
Paul Mackerras
2018-10-09
1
-9
/
+10
|
|
*
KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
Paul Mackerras
2018-10-09
3
-140
/
+169
|
|
*
KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
Paul Mackerras
2018-10-09
2
-109
/
+119
|
|
*
KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
Paul Mackerras
2018-10-09
3
-210
/
+253
|
|
*
KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
Paul Mackerras
2018-10-09
4
-55
/
+67
|
|
*
KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
Paul Mackerras
2018-10-09
1
-8
/
+0
|
|
*
KVM: PPC: Book3S: Simplify external interrupt handling
Paul Mackerras
2018-10-09
9
-28
/
+44
|
|
*
powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
Paul Mackerras
2018-10-09
1
-2
/
+2
|
|
*
KVM: PPC: Remove redundand permission bits removal
Alexey Kardashevskiy
2018-10-09
3
-22
/
+14
|
|
*
KVM: PPC: Propagate errors to the guest when failed instead of ignoring
Alexey Kardashevskiy
2018-10-09
2
-28
/
+13
|
|
*
KVM: PPC: Validate TCEs against preregistered memory page sizes
Alexey Kardashevskiy
2018-10-09
3
-9
/
+60
|
|
*
KVM: PPC: Inform the userspace about TCE update failures
Alexey Kardashevskiy
2018-10-02
2
-7
/
+7
|
|
*
KVM: PPC: Validate all tces before updating tables
Alexey Kardashevskiy
2018-10-02
2
-0
/
+22
|
*
|
KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same VM
Paul Mackerras
2018-10-05
1
-0
/
+8
|
*
|
KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
Cameron Kaiser
2018-10-05
1
-0
/
+3
|
|
/
*
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-10-25
4
-25
/
+12
|
\
\
|
*
|
y2038: utimes: Rework #ifdef guards for compat syscalls
Arnd Bergmann
2018-08-29
1
-0
/
+1
|
*
|
asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro
Arnd Bergmann
2018-08-29
1
-1
/
+0
|
*
|
asm-generic: Move common compat types to asm-generic/compat.h
Arnd Bergmann
2018-08-29
1
-16
/
+2
[next]