index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-11
/
+11
2015-04-26
Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
11
-117
/
+137
2015-04-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
21
-364
/
+1560
2015-04-23
powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabled
Aneesh Kumar K.V
1
-0
/
+1
2015-04-21
KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
Paul Mackerras
4
-22
/
+70
2015-04-21
KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C
Paul Mackerras
4
-68
/
+75
2015-04-21
KVM: PPC: Book3S HV: Streamline guest entry and exit
Paul Mackerras
1
-86
/
+126
2015-04-21
KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
Paul Mackerras
5
-49
/
+44
2015-04-21
KVM: PPC: Book3S HV: Use decrementer to wake napping threads
Paul Mackerras
1
-2
/
+41
2015-04-21
KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI
Paul Mackerras
1
-3
/
+7
2015-04-21
KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
Paul Mackerras
4
-35
/
+34
2015-04-21
KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
Paul Mackerras
2
-42
/
+55
2015-04-21
KVM: PPC: Book3S HV: Minor cleanups
Paul Mackerras
3
-28
/
+19
2015-04-21
KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
Paul Mackerras
2
-29
/
+32
2015-04-21
KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
Paul Mackerras
7
-2
/
+346
2015-04-21
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
Paul Mackerras
4
-0
/
+152
2015-04-21
KVM: PPC: Book3S HV: Add ICP real mode counters
Suresh Warrier
3
-2
/
+20
2015-04-21
KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode
Suresh Warrier
1
-14
/
+211
2015-04-21
KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock
Suresh Warrier
2
-22
/
+48
2015-04-21
KVM: PPC: Book3S HV: Add guest->host real mode completion counters
Suresh E. Warrier
2
-4
/
+33
2015-04-21
KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
Aneesh Kumar K.V
3
-31
/
+33
2015-04-21
KVM: PPC: Book3S HV: Remove RMA-related variables from code
Aneesh Kumar K.V
3
-21
/
+20
2015-04-21
KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation.
Michael Ellerman
6
-2
/
+173
2015-04-21
kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
David Gibson
4
-0
/
+119
2015-04-21
powerpc: Export __spin_yield
Suresh E. Warrier
1
-0
/
+1
2015-04-20
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2015-04-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-22
/
+18
2015-04-17
powerpc/oprofile: reduce mmap_sem hold for exe_file
Davidlohr Bueso
1
-5
/
+8
2015-04-17
powerpc: switch to using asm-generic for seccomp.h
Kees Cook
3
-17
/
+10
2015-04-17
powerpc/kvm: Fix ppc64_defconfig + PPC_POWERNV=n build error
Shreyas B. Prabhu
1
-1
/
+1
2015-04-17
powerpc/mm/thp: Return pte address if we find trans_splitting.
Aneesh Kumar K.V
4
-22
/
+10
2015-04-17
powerpc/mm/thp: Make page table walk safe against thp split/collapse
Aneesh Kumar K.V
9
-36
/
+88
2015-04-17
KVM: PPC: Remove page table walk helpers
Aneesh Kumar K.V
3
-57
/
+28
2015-04-17
KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer
Aneesh Kumar K.V
2
-9
/
+16
2015-04-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/scottw...
Michael Ellerman
1
-0
/
+1
2015-04-16
Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
233
-9344
/
+7188
2015-04-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+3
2015-04-16
powerpc/powernv: reboot when requested by firmware
Joel Stanley
1
-2
/
+3
2015-04-15
Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+0
2015-04-15
powerpc/hugetlb: Call mm_dec_nr_pmds() in hugetlb_free_pmd_range()
Scott Wood
1
-0
/
+1
2015-04-15
VFS: assorted weird filesystems: d_inode() annotations
David Howells
1
-11
/
+11
2015-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
13
-0
/
+3672
2015-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
7
-66
/
+124
2015-04-15
powerpc/powermac: Fix build error seen with powermac smp builds
Guenter Roeck
1
-6
/
+4
2015-04-15
powerpc/pseries: Fix compile of memory hotplug without CONFIG_MEMORY_HOTREMOVE
Alexey Kardashevskiy
1
-0
/
+13
2015-04-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-17
/
+23
2015-04-15
mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE
Kees Cook
1
-4
/
+0
2015-04-15
mm: split ET_DYN ASLR from mmap ASLR
Kees Cook
1
-1
/
+0
2015-04-15
mm: expose arch_mmap_rnd when available
Kees Cook
2
-2
/
+3
2015-04-15
powerpc: standardize mmap_rnd() usage
Kees Cook
1
-11
/
+15
[next]