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
2020-04-01
powerpc/64: Implement soft interrupt replay in C
Nicholas Piggin
1
-1
/
+0
2020-04-01
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
8
-12
/
+66
2020-04-01
powerpc/64s/exception: Avoid touching the stack in hdecrementer
Nicholas Piggin
1
-1
/
+0
2020-04-01
powerpc/64s/exception: Move real to virt switch into the common handler
Nicholas Piggin
1
-4
/
+0
2020-03-31
Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
Paolo Bonzini
4
-3
/
+11
2020-03-31
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
2
-0
/
+9
2020-03-28
Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into locking/core
Thomas Gleixner
1
-3
/
+2
2020-03-27
futex: arch_futex_atomic_op_inuser() calling conventions change
Al Viro
1
-3
/
+2
2020-03-27
powerpc/64: Avoid isync in flush_dcache_range()
Aneesh Kumar K.V
1
-5
/
+1
2020-03-27
powerpc/pseries: Handle UE event for memcpy_mcsafe
Ganesh Goudar
1
-0
/
+2
2020-03-27
powerpc: Prefer __section and __printf from compiler_attributes.h
Nick Desaulniers
1
-1
/
+1
2020-03-26
KVM: PPC: Book3S HV: Add a capability for enabling secure guests
Paul Mackerras
3
-0
/
+8
2020-03-25
powerpc/eeh: Rework eeh_ops->probe()
Oliver O'Halloran
1
-3
/
+3
2020-03-25
powerpc/eeh: Make early EEH init pseries specific
Oliver O'Halloran
1
-6
/
+8
2020-03-25
powerpc/eeh: Remove eeh_add_device_tree_late()
Oliver O'Halloran
1
-3
/
+0
2020-03-25
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
1
-3
/
+0
2020-03-25
powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE entries
Aneesh Kumar K.V
4
-2
/
+21
2020-03-25
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
Christophe Leroy
1
-4
/
+4
2020-03-19
KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()
Greg Kurz
1
-2
/
+0
2020-03-19
KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM
Greg Kurz
1
-1
/
+0
2020-03-19
KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
Gustavo Romero
1
-0
/
+3
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
1
-4
/
+2
2020-03-16
KVM: PPC: Move memslot memory allocation into prepare_memory_region()
Sean Christopherson
1
-7
/
+4
2020-03-13
powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS references
Joe Lawrence
1
-24
/
+0
2020-03-13
powerpc/32: Fix missing NULL pmd check in virt_to_kpte()
Christophe Leroy
1
-1
/
+3
2020-03-10
Merge branch 'fixes' into next
Michael Ellerman
2
-0
/
+9
2020-03-04
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
1
-4
/
+0
2020-03-04
powerpc/smp: Use nid as fallback for package_id
Srikar Dronamraju
1
-0
/
+6
2020-03-04
powerpc: Add current_stack_pointer as a register global
Christophe Leroy
1
-0
/
+2
2020-03-04
powerpc: Rename current_stack_pointer() to current_stack_frame()
Michael Ellerman
2
-2
/
+2
2020-03-04
powerpc/powernv: Add explicit fast-reboot support
Oliver O'Halloran
1
-0
/
+1
2020-03-04
powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32
Christophe Leroy
2
-8
/
+4
2020-03-04
powerpc/kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-3
/
+0
2020-02-26
powerpc/32: drop get_pteptr()
Christophe Leroy
1
-0
/
+5
2020-02-26
powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...
Christophe Leroy
1
-0
/
+12
2020-02-19
powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailable
Libor Pechacek
1
-2
/
+2
2020-02-18
powerpc/32s: Fix DSI and ISI exceptions for CONFIG_VMAP_STACK
Christophe Leroy
1
-0
/
+4
2020-02-17
powerpc/hugetlb: Fix 8M hugepages on 8xx
Christophe Leroy
1
-0
/
+5
2020-02-08
Merge tag 'powerpc-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-4
/
+6
2020-02-08
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-171
/
+1
2020-02-08
powerpc/futex: Fix incorrect user access blocking
Michael Ellerman
1
-4
/
+6
2020-02-04
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
21
-108
/
+343
2020-02-04
mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush
Peter Zijlstra
1
-0
/
+11
2020-02-04
powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case
Aneesh Kumar K.V
3
-18
/
+0
2020-02-04
powerpc: mm: add p?d_leaf() definitions
Steven Price
1
-0
/
+3
2020-02-01
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
Linus Torvalds
1
-18
/
+9
2020-02-01
Merge branch 'topic/user-access-begin' into next
Michael Ellerman
5
-48
/
+218
2020-01-31
Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
4
-5
/
+12
2020-01-30
Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpx
Linus Torvalds
1
-5
/
+0
2020-01-30
Merge tag 'kvm-ppc-next-5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
Paolo Bonzini
3
-2
/
+10
[prev]
[next]