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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-19
KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like the valid ones
Gustavo Romero
3
-7
/
+40
2020-03-19
KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code
Michael Ellerman
1
-1
/
+1
2020-03-19
KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler
Paul Mackerras
1
-62
/
+57
2020-03-17
libnvdimm/region: Introduce NDD_LABELING
Dan Williams
1
-1
/
+1
2020-03-18
powerpc/lib: Fix emulate_step() std test
Nicholas Piggin
1
-1
/
+1
2020-03-18
powerpc/64s/radix: Fix CONFIG_SMP=n build
Nicholas Piggin
2
-1
/
+7
2020-03-17
powerpc/pmac/smp: Drop unnecessary volatile qualifier
YueHaibing
1
-2
/
+2
2020-03-17
powerpc/pmac/smp: Avoid unused-variable warnings
Ilie Halip
1
-4
/
+4
2020-03-17
powerpc/fsl_booke: Avoid creating duplicate tlb1 entry
Laurentiu Tudor
1
-1
/
+11
2020-03-16
KVM: Remove unnecessary asm/kvm_host.h includes
Peter Xu
6
-6
/
+0
2020-03-16
KVM: Terminate memslot walks via used_slots
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()
Sean Christopherson
1
-5
/
+1
2020-03-16
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
2
-0
/
+10
2020-03-16
KVM: Simplify kvm_free_memslot() and all its descendents
Sean Christopherson
6
-20
/
+11
2020-03-16
KVM: Drop "const" attribute from old memslot in commit_memory_region()
Sean Christopherson
1
-1
/
+1
2020-03-16
KVM: Drop kvm_arch_create_memslot()
Sean Christopherson
1
-6
/
+0
2020-03-16
KVM: PPC: Move memslot memory allocation into prepare_memory_region()
Sean Christopherson
6
-45
/
+25
2020-03-13
powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS references
Joe Lawrence
2
-29
/
+0
2020-03-13
powerpc/32: Fix missing NULL pmd check in virt_to_kpte()
Christophe Leroy
1
-1
/
+3
2020-03-13
powerpc/kasan: Fix shadow memory protection with CONFIG_KASAN_VMALLOC
Christophe Leroy
1
-7
/
+2
2020-03-12
ima: add a new CONFIG for loading arch-specific policies
Nayna Jain
1
-0
/
+1
2020-03-10
Merge branch 'fixes' into next
Michael Ellerman
21
-105
/
+326
2020-03-06
Merge branch 'perf/urgent' into perf/core, to pick up the latest fixes
Ingo Molnar
17
-99
/
+308
2020-03-05
powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()
Michael Ellerman
1
-0
/
+2
2020-03-04
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
3
-18
/
+0
2020-03-04
powerpc/numa: Early request for home node associativity
Srikar Dronamraju
1
-1
/
+40
2020-03-04
powerpc/numa: Use cpu node map of first sibling thread
Srikar Dronamraju
1
-2
/
+20
2020-03-04
powerpc/numa: Handle extra hcall_vphn error cases
Srikar Dronamraju
1
-9
/
+16
2020-03-04
powerpc/vphn: Check for error from hcall_vphn
Srikar Dronamraju
1
-1
/
+2
2020-03-04
powerpc/smp: Use nid as fallback for package_id
Srikar Dronamraju
2
-3
/
+33
2020-03-04
powerpc/irq: Use current_stack_pointer in do_IRQ()
Christophe Leroy
1
-1
/
+1
2020-03-04
powerpc/irq: use IS_ENABLED() in check_stack_overflow()
Christophe Leroy
1
-2
/
+3
2020-03-04
powerpc/irq: Use current_stack_pointer in check_stack_overflow()
Christophe Leroy
1
-1
/
+1
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
6
-10
/
+10
2020-03-04
powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysfs file creation
Kajol Jain
2
-0
/
+12
2020-03-04
powerpc/kernel/sysfs: Refactor current sysfs.c
Madhavan Srinivasan
1
-175
/
+200
2020-03-04
powerpc/powernv: Add explicit fast-reboot support
Oliver O'Halloran
2
-0
/
+3
2020-03-04
powerpc/powernv: Treat an empty reboot string as default
Oliver O'Halloran
1
-1
/
+1
2020-03-04
powerpc/Makefile: Mark phony targets as PHONY
Michael Ellerman
2
-0
/
+8
2020-03-04
powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32
Christophe Leroy
2
-8
/
+4
2020-03-04
powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()
Alexey Kardashevskiy
1
-18
/
+21
2020-03-04
powerpc/powernv: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
4
-63
/
+10
2020-03-04
powerpc/cell/axon_msi: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-5
/
+1
2020-03-04
powerpc/mm: ptdump: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
4
-20
/
+11
2020-03-04
powerpc/mm: book3s64: hash_utils: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-5
/
+2
2020-03-04
powerpc/kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
5
-29
/
+10
2020-03-04
powerpc/kernel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-29
/
+9
2020-03-04
powerpc/83xx: Add some error handling in 'quirk_mpc8360e_qe_enet10()'
Christophe JAILLET
1
-1
/
+4
2020-03-04
powerpc/83xx: Fix some typo in some warning message
Christophe JAILLET
1
-2
/
+2
[prev]
[next]