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
2021-06-10
KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
Nicholas Piggin
4
-26
/
+7
2021-06-10
KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
Nicholas Piggin
7
-118
/
+34
2021-06-10
KVM: PPC: Book3S HV P9: Switch to guest MMU context as late as possible
Nicholas Piggin
1
-20
/
+20
2021-06-10
KVM: PPC: Book3S HV P9: Add helpers for OS SPR handling
Nicholas Piggin
1
-55
/
+93
2021-06-10
KVM: PPC: Book3S HV P9: Move SPR loading after expiry time check
Nicholas Piggin
1
-14
/
+22
2021-06-10
KVM: PPC: Book3S HV P9: Improve exit timing accounting coverage
Nicholas Piggin
1
-4
/
+4
2021-06-10
KVM: PPC: Book3S HV P9: Read machine check registers while MSR[RI] is 0
Nicholas Piggin
2
-5
/
+39
2021-06-10
KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_entry_p9
Nicholas Piggin
3
-191
/
+178
2021-06-10
KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
Nicholas Piggin
10
-124
/
+496
2021-06-10
KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
Nicholas Piggin
5
-11
/
+149
2021-06-10
KVM: PPC: Book3S HV P9: Move radix MMU switching instructions together
Nicholas Piggin
1
-21
/
+41
2021-06-10
KVM: PPC: Book3S HV P9: Move xive vcpu context management into kvmhv_p9_guest_entry
Nicholas Piggin
1
-4
/
+3
2021-06-10
KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
Nicholas Piggin
3
-10
/
+27
2021-06-10
KVM: PPC: Book3S HV P9: Move setting HDEC after switching to guest LPCR
Nicholas Piggin
1
-12
/
+7
2021-06-10
KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
Nicholas Piggin
4
-0
/
+40
2021-06-10
KVM: PPC: Book3S 64: Minimise hcall handler calling convention differences
Nicholas Piggin
2
-37
/
+45
2021-06-10
KVM: PPC: Book3S 64: move bad_host_intr check to HV handler
Nicholas Piggin
3
-5
/
+6
2021-06-10
KVM: PPC: Book3S 64: Move interrupt early register setup to KVM
Nicholas Piggin
2
-110
/
+71
2021-06-10
KVM: PPC: Book3S 64: Move hcall early register setup to KVM
Nicholas Piggin
3
-41
/
+44
2021-06-10
KVM: PPC: Book3S 64: add hcall interrupt handler
Nicholas Piggin
2
-4
/
+8
2021-06-10
KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM
Nicholas Piggin
2
-61
/
+58
2021-06-10
KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point
Nicholas Piggin
4
-16
/
+40
2021-06-10
powerpc: Move the use of irq_domain_add_nomap() behind a config option
Marc Zyngier
4
-0
/
+4
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
6
-8
/
+10
2021-06-10
powerpc: Add missing linux/{of.h,irqdomain.h} include directives
Marc Zyngier
13
-0
/
+13
2021-06-10
powerpc/ps3: Add dma_mask to ps3_dma_region
Geoff Levand
2
-0
/
+14
2021-06-10
powerpc/ps3: Warn on PS3 device errors
Geoff Levand
1
-4
/
+5
2021-06-10
powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option
Geoff Levand
2
-1
/
+10
2021-06-10
powerpc/ps3: Re-align DTB in image
Geoff Levand
1
-1
/
+1
2021-06-10
powerpc/ps3: Add firmware version to sysfs
Geoff Levand
1
-3
/
+40
2021-06-10
powerpc/barrier: Avoid collision with clang's __lwsync macro
Nathan Chancellor
1
-0
/
+2
2021-06-07
quota: Wire up quotactl_fd syscall
Jan Kara
1
-1
/
+1
2021-06-06
Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
8
-57
/
+49
2021-06-06
powerpc/mem: Add back missing header to fix 'no previous prototype' error
Christophe Leroy
1
-0
/
+1
2021-06-04
KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
Nicholas Piggin
2
-1
/
+7
2021-06-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
21
-114
/
+256
2021-06-03
kprobes: Do not increment probe miss count in the fault handler
Naveen N. Rao
1
-7
/
+0
2021-06-01
kprobes: Remove kprobe::fault_handler
Peter Zijlstra
1
-10
/
+0
2021-06-01
Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"
Frederic Barrat
1
-6
/
+5
2021-05-31
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
21
-114
/
+256
2021-05-29
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
Linus Torvalds
2
-0
/
+24
2021-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-1
/
+2
2021-05-28
KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
Nicholas Piggin
2
-1
/
+7
2021-05-28
powerpc: Fix reverse map real-mode address lookup with huge vmalloc
Nicholas Piggin
4
-48
/
+35
2021-05-28
powerpc/kprobes: Fix validation of prefixed instructions across page boundary
Naveen N. Rao
1
-2
/
+2
2021-05-27
powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers
Chris Packham
1
-0
/
+8
2021-05-27
powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers
Chris Packham
1
-0
/
+16
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
1
-0
/
+1
2021-05-27
KVM: PPC: exit halt polling on need_resched()
Wanpeng Li
1
-1
/
+1
[prev]
[next]