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
/
asm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
Nicholas Piggin
2
-2
/
+1
2021-06-10
KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
Nicholas Piggin
1
-6
/
+0
2021-06-10
KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
Nicholas Piggin
1
-1
/
+1
2021-06-10
KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
Nicholas Piggin
4
-2
/
+17
2021-06-10
KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
Nicholas Piggin
1
-0
/
+6
2021-06-10
KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
Nicholas Piggin
1
-0
/
+12
2021-06-10
KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
Nicholas Piggin
1
-0
/
+2
2021-06-10
KVM: PPC: Book3S 64: Move hcall early register setup to KVM
Nicholas Piggin
1
-0
/
+13
2021-06-10
powerpc: Drop dependency between asm/irq.h and linux/irqdomain.h
Marc Zyngier
1
-1
/
+0
2021-06-10
powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy
Marc Zyngier
1
-2
/
+2
2021-06-10
powerpc/ps3: Add dma_mask to ps3_dma_region
Geoff Levand
1
-0
/
+2
2021-06-10
powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option
Geoff Levand
1
-1
/
+1
2021-06-10
powerpc/barrier: Avoid collision with clang's __lwsync macro
Nathan Chancellor
1
-0
/
+2
2021-06-06
Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-0
/
+29
2021-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+1
2021-05-28
powerpc: Fix reverse map real-mode address lookup with huge vmalloc
Nicholas Piggin
1
-0
/
+29
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
1
-0
/
+1
2021-05-26
locking/atomic: powerpc: move to ARCH_ATOMIC
Mark Rutland
3
-83
/
+89
2021-05-26
locking/atomic: cmpxchg: make `generic` a prefix
Mark Rutland
1
-1
/
+1
2021-05-23
powerpc/sstep: Add tests for setb instruction
Sathvika Vasireddy
1
-0
/
+1
2021-05-21
powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls
Nicholas Piggin
2
-35
/
+52
2021-05-17
powerpc/32s: Remove asm/book3s/32/hash.h
Christophe Leroy
2
-46
/
+37
2021-05-17
powerpc: Only pad struct pt_regs when needed
Christophe Leroy
1
-1
/
+2
2021-05-17
powerpc/32s: Speed up likely path of kuap_update_sr()
Christophe Leroy
1
-2
/
+4
2021-05-17
powerpc/mmu: Remove leftover CONFIG_E200
Christophe Leroy
1
-1
/
+1
2021-05-17
powerpc/mmu: Don't duplicate radix_enabled()
Christophe Leroy
1
-12
/
+0
2021-05-17
powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limit
Christophe Leroy
1
-2
/
+0
2021-05-14
powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabled
Nicholas Piggin
1
-0
/
+7
2021-05-12
powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUT
Christophe Leroy
1
-1
/
+1
2021-05-12
powerpc/pseries: use notrace hcall variant for H_CEDE idle
Nicholas Piggin
1
-1
/
+5
2021-05-12
powerpc/pseries: Fix hcall tracing recursion in pv queued spinlocks
Nicholas Piggin
2
-3
/
+22
2021-05-12
powerpc/interrupts: Fix kuep_unlock() call
Christophe Leroy
1
-2
/
+0
2021-05-10
powerpc: use linux/unaligned/le_struct.h on LE power7
Arnd Bergmann
1
-22
/
+0
2021-05-08
Merge branch 'master' into next
Michael Ellerman
2
-7
/
+2
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+0
2021-05-07
mm: remove xlate_dev_kmem_ptr()
David Hildenbrand
1
-5
/
+0
2021-05-06
KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks
Nicholas Piggin
1
-1
/
+1
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-2
/
+2
2021-05-02
powerpc/powernv: remove the nvlink support
Christoph Hellwig
3
-11
/
+0
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-18
/
+10
2021-05-01
Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-9
/
+3
2021-04-30
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+20
2021-04-30
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
52
-568
/
+617
2021-04-30
mm/vmalloc: provide fallback arch huge vmap support functions
Nicholas Piggin
1
-4
/
+3
2021-04-30
powerpc: inline huge vmap supported functions
Nicholas Piggin
1
-3
/
+16
2021-04-30
mm: HUGE_VMAP arch support cleanup
Nicholas Piggin
1
-0
/
+8
2021-04-28
Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
2
-44
/
+2
2021-04-28
powerpc: Avoid clang uninitialized warning in __get_user_size_allowed
Nathan Chancellor
1
-1
/
+1
2021-04-25
powerpc/kasan: Fix shadow start address with modules
Christophe Leroy
1
-1
/
+1
2021-04-22
Merge branch 'kvm-sev-cgroup' into HEAD
Paolo Bonzini
1
-2
/
+2
[prev]
[next]