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
/
include
/
asm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'powerpc-5.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-05-16
3
-16
/
+55
|
\
|
*
powerpc/32s: Fix build failure with CONFIG_PPC_KUAP_DEBUG
Christophe Leroy
2020-05-07
1
-1
/
+1
|
*
powerpc/64s: Fix unrecoverable SLB crashes due to preemption check
Michael Ellerman
2020-05-04
1
-1
/
+19
|
*
powerpc/uaccess: Evaluate macro arguments once, before user access is allowed
Nicholas Piggin
2020-04-30
1
-14
/
+35
*
|
arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>
Masahiro Yamada
2020-04-23
2
-18
/
+20
|
/
*
powerpc/mm: thread pgprot_t through create_section_mapping()
Logan Gunthorpe
2020-04-10
3
-3
/
+6
*
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
2020-04-10
2
-12
/
+4
*
Merge tag 'powerpc-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-04-09
2
-2
/
+3
|
\
|
*
powerpc/64: make buildable without CONFIG_COMPAT
Michal Suchanek
2020-04-03
1
-2
/
+2
|
*
powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
Michal Suchanek
2020-04-03
1
-0
/
+1
*
|
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-04-05
30
-92
/
+168
|
\
|
|
*
powerpc: Make setjmp/longjmp signature standard
Clement Courbet
2020-04-01
1
-2
/
+4
|
*
powerpc/32: drop unused ISA_DMA_THRESHOLD
Mike Rapoport
2020-04-01
1
-2
/
+1
|
*
powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
Christophe Leroy
2020-04-01
1
-0
/
+2
|
*
powerpc/64s: Implement interrupt exit logic in C
Nicholas Piggin
2020-04-01
4
-0
/
+19
|
*
powerpc/64: Implement soft interrupt replay in C
Nicholas Piggin
2020-04-01
1
-1
/
+0
|
*
powerpc/64/sycall: Implement syscall entry/exit logic in C
Nicholas Piggin
2020-04-01
8
-12
/
+66
|
*
powerpc/64s/exception: Avoid touching the stack in hdecrementer
Nicholas Piggin
2020-04-01
1
-1
/
+0
|
*
powerpc/64s/exception: Move real to virt switch into the common handler
Nicholas Piggin
2020-04-01
1
-4
/
+0
|
*
powerpc/64: Avoid isync in flush_dcache_range()
Aneesh Kumar K.V
2020-03-27
1
-5
/
+1
|
*
powerpc/pseries: Handle UE event for memcpy_mcsafe
Ganesh Goudar
2020-03-27
1
-0
/
+2
|
*
powerpc: Prefer __section and __printf from compiler_attributes.h
Nick Desaulniers
2020-03-27
1
-1
/
+1
|
*
powerpc/eeh: Rework eeh_ops->probe()
Oliver O'Halloran
2020-03-25
1
-3
/
+3
|
*
powerpc/eeh: Make early EEH init pseries specific
Oliver O'Halloran
2020-03-25
1
-6
/
+8
|
*
powerpc/eeh: Remove eeh_add_device_tree_late()
Oliver O'Halloran
2020-03-25
1
-3
/
+0
|
*
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
2020-03-25
1
-3
/
+0
|
*
powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...
Aneesh Kumar K.V
2020-03-25
4
-2
/
+21
|
*
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
Christophe Leroy
2020-03-25
1
-4
/
+4
|
*
powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS references
Joe Lawrence
2020-03-13
1
-24
/
+0
|
*
powerpc/32: Fix missing NULL pmd check in virt_to_kpte()
Christophe Leroy
2020-03-13
1
-1
/
+3
|
*
Merge branch 'fixes' into next
Michael Ellerman
2020-03-10
2
-0
/
+9
|
|
\
|
*
|
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
2020-03-04
1
-4
/
+0
|
*
|
powerpc/smp: Use nid as fallback for package_id
Srikar Dronamraju
2020-03-04
1
-0
/
+6
|
*
|
powerpc: Add current_stack_pointer as a register global
Christophe Leroy
2020-03-04
1
-0
/
+2
|
*
|
powerpc: Rename current_stack_pointer() to current_stack_frame()
Michael Ellerman
2020-03-04
2
-2
/
+2
|
*
|
powerpc/powernv: Add explicit fast-reboot support
Oliver O'Halloran
2020-03-04
1
-0
/
+1
|
*
|
powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32
Christophe Leroy
2020-03-04
2
-8
/
+4
|
*
|
powerpc/kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2020-03-04
1
-3
/
+0
|
*
|
powerpc/32: drop get_pteptr()
Christophe Leroy
2020-02-26
1
-0
/
+5
|
*
|
powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...
Christophe Leroy
2020-02-26
1
-0
/
+12
|
*
|
powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailable
Libor Pechacek
2020-02-19
1
-2
/
+2
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-04-02
4
-14
/
+17
|
\
\
\
|
*
\
\
Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2020-03-31
4
-3
/
+11
|
|
\
\
\
|
|
*
|
|
KVM: PPC: Book3S HV: Add a capability for enabling secure guests
Paul Mackerras
2020-03-26
3
-0
/
+8
|
|
*
|
|
KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()
Greg Kurz
2020-03-19
1
-2
/
+0
|
|
*
|
|
KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVM
Greg Kurz
2020-03-19
1
-1
/
+0
|
|
*
|
|
KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...
Gustavo Romero
2020-03-19
1
-0
/
+3
|
*
|
|
|
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2020-03-31
2
-0
/
+9
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
*
|
|
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
2020-03-16
1
-4
/
+2
|
*
|
|
KVM: PPC: Move memslot memory allocation into prepare_memory_region()
Sean Christopherson
2020-03-16
1
-7
/
+4
|
|
|
/
|
|
/
|
[next]