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
2015-06-03
powerpc/pci: Add pcibios_disable_device() hook
Michael Neuling
1
-0
/
+2
2015-06-03
powerpc/pci: Add shutdown hook to pci_controller_ops
Michael Neuling
1
-0
/
+2
2015-06-03
powerpc: Add cxl context to device archdata
Michael Neuling
1
-0
/
+3
2015-06-03
powerpc/pci: Add release_device() hook to phb ops
Michael Neuling
1
-0
/
+2
2015-06-02
powerpc/8xx: Implementation of PAGE_EXEC
LEROY Christophe
3
-2
/
+29
2015-06-02
powerpc/8xx: Handle PAGE_USER via APG bits
LEROY Christophe
2
-37
/
+9
2015-06-02
powerpc/8xx: mark _PAGE_SHARED all types of kernel pages
LEROY Christophe
1
-1
/
+6
2015-06-02
powerpc/8xx: mmu_virtual_psize incorrect for 16k pages
LEROY Christophe
1
-0
/
+7
2015-06-02
powerpc/pci: add dma_set_mask to pci_controller_ops
Daniel Axtens
1
-0
/
+2
2015-06-02
powerpc: Remove MSI-related PCI controller ops from ppc_md
Daniel Axtens
1
-6
/
+0
2015-05-28
EDAC: Cleanup atomic_scrub mess
Borislav Petkov
1
-2
/
+2
2015-05-28
KVM: add "new" argument to kvm_arch_commit_memory_region
Paolo Bonzini
1
-2
/
+4
2015-05-27
powerpc: Fix smp_mb__before_spinlock()
Paul E. McKenney
1
-0
/
+1
2015-05-27
sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask()
Bartosz Golaszewski
1
-1
/
+1
2015-05-26
KVM: add memslots argument to kvm_arch_memslots_updated
Paolo Bonzini
1
-1
/
+1
2015-05-26
KVM: const-ify uses of struct kvm_userspace_memory_region
Paolo Bonzini
1
-4
/
+4
2015-05-22
powerpc: Add MSI operations to pci_controller_ops struct
Daniel Axtens
1
-0
/
+6
2015-05-22
powerpc/powernv: Add a virtual irqchip for opal events
Alistair Popple
1
-0
/
+3
2015-05-22
powerpc/powernv: Reorder OPAL subsystem initialisation
Alistair Popple
1
-0
/
+3
2015-05-22
powerpc/powernv: Introduce sysfs control for fastsleep workaround behavior
Shreyas B. Prabhu
2
-0
/
+8
2015-05-22
powerpc: Fix cpu_online_cores_map to return only online threads mask
Shreyas B. Prabhu
1
-5
/
+8
2015-05-20
powerpc: Enable sys_kcmp() for CRIU
Laurent Dufour
1
-1
/
+1
2015-05-19
remove scatterlist.h generation from arch Kbuild files
Christoph Hellwig
1
-1
/
+0
2015-05-19
locking/arch: Rename set_mb() to smp_store_mb()
Peter Zijlstra
1
-1
/
+1
2015-05-19
locking/arch: Add WRITE_ONCE() to set_mb()
Peter Zijlstra
1
-1
/
+1
2015-05-13
arch: Remove __ARCH_HAVE_CMPXCHG
Thomas Gleixner
1
-1
/
+0
2015-05-12
powerpc/eeh: Introduce eeh_pe_inject_err()
Gavin Shan
2
-0
/
+28
2015-05-12
powerpc/eeh: Move PE state constants around
Gavin Shan
2
-5
/
+32
2015-05-11
powerpc: Make STRICT_MM_TYPECHECKS a config option
Michael Ellerman
2
-4
/
+2
2015-05-11
powerpc: Add ICSWX instruction
Dan Streetman
2
-0
/
+197
2015-05-05
remove <asm/scatterlist.h>
Christoph Hellwig
2
-2
/
+2
2015-04-30
Revert "powerpc/tm: Abort syscalls in active transactions"
Michael Ellerman
1
-1
/
+1
2015-04-26
Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
Linus Torvalds
2
-31
/
+14
2015-04-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-16
/
+68
2015-04-21
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
Paul Mackerras
1
-0
/
+2
2015-04-21
KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
Paul Mackerras
1
-7
/
+8
2015-04-21
KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
Paul Mackerras
1
-2
/
+0
2015-04-21
KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
Paul Mackerras
1
-2
/
+3
2015-04-21
KVM: PPC: Book3S HV: Minor cleanups
Paul Mackerras
1
-2
/
+0
2015-04-21
KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
Paul Mackerras
1
-3
/
+2
2015-04-21
KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
Paul Mackerras
2
-0
/
+24
2015-04-21
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
Paul Mackerras
2
-0
/
+4
2015-04-21
KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
Aneesh Kumar K.V
1
-0
/
+14
2015-04-21
KVM: PPC: Book3S HV: Remove RMA-related variables from code
Aneesh Kumar K.V
1
-2
/
+1
2015-04-21
KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.
Michael Ellerman
2
-2
/
+11
2015-04-21
kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
David Gibson
1
-0
/
+3
2015-04-20
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
Linus Torvalds
1
-1
/
+1
2015-04-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-17
/
+10
2015-04-17
powerpc: switch to using asm-generic for seccomp.h
Kees Cook
3
-17
/
+10
2015-04-17
powerpc/mm/thp: Return pte address if we find trans_splitting.
Aneesh Kumar K.V
1
-10
/
+2
[prev]
[next]