index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-14
powerpc/64s/hash: Add a SLB preload cache
Nicholas Piggin
2
-0
/
+6
2018-10-14
powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setup
Nicholas Piggin
3
-0
/
+9
2018-10-14
powerpc/64s/hash: Add SLB allocation status bitmaps
Nicholas Piggin
1
-2
/
+4
2018-10-14
powerpc/64s/hash: Convert SLB miss handlers to C
Nicholas Piggin
2
-8
/
+2
2018-10-14
powerpc/64: Interrupts save PPR on stack rather than thread_struct
Nicholas Piggin
3
-9
/
+10
2018-10-14
powerpc: Split user/kernel definitions of struct pt_regs
Michael Ellerman
2
-1
/
+33
2018-10-14
powerpc/book3s64: Avoid multiple endian conversion in pte helpers
Christophe Leroy
1
-39
/
+32
2018-10-14
powerpc/8xx: change name of a few page flags to avoid confusion
Christophe Leroy
1
-14
/
+14
2018-10-14
powerpc/mm: Get rid of pte-common.h
Christophe Leroy
2
-27
/
+24
2018-10-14
powerpc/mm: Define platform default caches related flags
Christophe Leroy
3
-11
/
+7
2018-10-14
powerpc/mm: Allow platforms to redefine some helpers
Christophe Leroy
6
-44
/
+91
2018-10-14
powerpc/nohash/64: do not include pte-common.h
Christophe Leroy
3
-36
/
+44
2018-10-14
powerpc/mm: Distribute platform specific PAGE and PMD flags and definitions
Christophe Leroy
6
-66
/
+159
2018-10-14
powerpc/mm: Move pte_user() into nohash/pgtable.h
Christophe Leroy
2
-13
/
+10
2018-10-14
powerpc/book3s/32: do not include pte-common.h
Christophe Leroy
2
-17
/
+101
2018-10-14
powerpc/mm: move __P and __S tables in the common pgtable.h
Christophe Leroy
3
-40
/
+19
2018-10-14
powerpc/mm: drop unused page flags
Christophe Leroy
2
-25
/
+2
2018-10-14
powerpc/mm: use pte helpers in generic code
Christophe Leroy
3
-12
/
+12
2018-10-14
powerpc/mm: add pte helpers to query and change pte flags
Christophe Leroy
5
-0
/
+114
2018-10-14
powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
Christophe Leroy
3
-28
/
+48
2018-10-14
powerpc/mm: don't use _PAGE_EXEC in book3s/32
Christophe Leroy
1
-1
/
+1
2018-10-14
powerpc: handover page flags with a pgprot_t parameter
Christophe Leroy
8
-14
/
+11
2018-10-14
powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
Christophe Leroy
1
-0
/
+2
2018-10-13
powerpc/32: Add ioremap_wt() and ioremap_coherent()
Christophe Leroy
1
-0
/
+9
2018-10-13
powerpc: Detect the presence of big-cores via "ibm, thread-groups"
Gautham R. Shenoy
2
-0
/
+13
2018-10-13
powerpc/eeh: Cleanup eeh_ops.wait_state()
Sam Bobroff
1
-2
/
+2
2018-10-13
powerpc/eeh: Cleanup eeh_pe_state_mark()
Sam Bobroff
1
-0
/
+1
2018-10-13
powerpc/eeh: Cleanup eeh_enabled()
Sam Bobroff
1
-5
/
+1
2018-10-13
powerpc/eeh: Cleanup list_head field names
Sam Bobroff
1
-6
/
+6
2018-10-13
powerpc/eeh: Cleanup unused field in eeh_dev
Sam Bobroff
1
-1
/
+0
2018-10-13
powerpc/eeh: Cleanup EEH_POSTPONED_PROBE
Sam Bobroff
1
-1
/
+0
2018-10-09
mm: Preserve _PAGE_DEVMAP across mprotect() calls
Jan Kara
1
-2
/
+2
2018-10-09
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+1
2018-10-09
KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization
Paul Mackerras
1
-0
/
+1
2018-10-09
KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
Paul Mackerras
1
-0
/
+1
2018-10-09
KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
Suraj Jitindar Singh
1
-0
/
+1
2018-10-09
KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
Paul Mackerras
1
-0
/
+1
2018-10-09
KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
Suraj Jitindar Singh
1
-0
/
+3
2018-10-09
KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
Paul Mackerras
1
-0
/
+5
2018-10-09
KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
Suraj Jitindar Singh
3
-0
/
+14
2018-10-09
KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
Suraj Jitindar Singh
2
-1
/
+71
2018-10-09
KVM: PPC: Book3S HV: Handle page fault for a nested guest
Suraj Jitindar Singh
4
-0
/
+24
2018-10-09
KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
Paul Mackerras
1
-0
/
+4
2018-10-09
KVM: PPC: Book3S HV: Nested guest entry via hypercall
Paul Mackerras
3
-0
/
+48
2018-10-09
KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
Paul Mackerras
5
-3
/
+53
2018-10-09
KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
Suraj Jitindar Singh
1
-0
/
+3
2018-10-09
KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
Paul Mackerras
4
-8
/
+6
2018-10-09
KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
Paul Mackerras
2
-0
/
+2
2018-10-09
KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
Paul Mackerras
1
-0
/
+1
2018-10-09
KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
Paul Mackerras
2
-0
/
+4
[prev]
[next]