index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores on POWER9
Paul Mackerras
2016-11-23
2
-3
/
+18
*
KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
Paul Mackerras
2016-11-23
5
-9
/
+28
*
KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
Paul Mackerras
2016-11-23
5
-2
/
+57
*
KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
Paul Mackerras
2016-11-23
1
-20
/
+30
*
KVM: PPC: Book3S HV: Set partition table rather than SDR1 on POWER9
Paul Mackerras
2016-11-23
2
-9
/
+37
*
KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9
Paul Mackerras
2016-11-23
2
-40
/
+100
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2016-11-23
13
-53
/
+138
|
\
|
*
powerpc/powernv: Define and set POWER9 HFSCR doorbell bit
Michael Neuling
2016-11-23
2
-1
/
+3
|
*
powerpc/reg: Add definition for LPCR_PECE_HVEE
Michael Ellerman
2016-11-23
1
-0
/
+1
|
*
powerpc/64: Define new ISA v3.00 logical PVR value and PCR register value
Suraj Jitindar Singh
2016-11-23
1
-0
/
+7
|
*
powerpc/powernv: Define real-mode versions of OPAL XICS accessors
Paul Mackerras
2016-11-23
3
-0
/
+8
|
*
powerpc/64: Provide functions for accessing POWER9 partition table
Paul Mackerras
2016-11-23
4
-36
/
+49
|
*
powerpc/64: Add some more SPRs and SPR bits for POWER9
Paul Mackerras
2016-11-22
1
-0
/
+5
|
*
powerpc/64: Simplify adaptation to new ISA v3.00 HPTE format
Paul Mackerras
2016-11-16
4
-16
/
+65
*
|
KVM: PPC: Book3S HV: Drop duplicate header asm/iommu.h
Geliang Tang
2016-11-21
1
-1
/
+0
*
|
KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
Paul Mackerras
2016-11-21
1
-0
/
+2
*
|
KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
Paul Mackerras
2016-11-21
5
-0
/
+13
*
|
KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entries
Yongji Xie
2016-11-21
4
-19
/
+144
*
|
KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged out
Yongji Xie
2016-11-21
2
-2
/
+7
*
|
KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
Wei Yongjun
2016-11-21
1
-2
/
+1
*
|
KVM: PPC: Book3S HV: sparse: prototypes for functions called from assembler
Daniel Axtens
2016-11-21
6
-0
/
+49
*
|
KVM: PPC: Book3S HV: Fix sparse static warning
Daniel Axtens
2016-11-21
1
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-10-30
1
-8
/
+4
|
\
|
*
arch/powerpc: Update parameters for csum_tcpudp_magic & csum_tcpudp_nofold
Ivan Vecera
2016-10-29
1
-8
/
+4
*
|
Merge tag 'powerpc-4.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-10-29
8
-33
/
+93
|
\
\
|
*
|
powerpc/64s: relocation, register save fixes for system reset interrupt
Nicholas Piggin
2016-10-27
2
-21
/
+45
|
*
|
powerpc/mm/radix: Use tlbiel only if we ever ran on the current cpu
Aneesh Kumar K.V
2016-10-27
2
-4
/
+16
|
*
|
powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state()
Valentin Rothberg
2016-10-27
1
-1
/
+1
|
*
|
powerpc/64: Fix race condition in setting lock bit in idle/wakeup code
Paul Mackerras
2016-10-24
1
-0
/
+3
|
*
|
powerpc/64: Re-fix race condition between going idle and entering guest
Paul Mackerras
2016-10-24
1
-6
/
+26
|
*
|
powerpc: Convert cmp to cmpd in idle enter sequence
Segher Boessenkool
2016-10-21
1
-1
/
+1
|
*
|
KVM: PPC: Book3S HV: Fix build error when SMP=n
Michael Ellerman
2016-10-21
1
-0
/
+1
*
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-10-29
1
-1
/
+1
|
\
\
\
|
*
|
|
perf/powerpc: Don't call perf_event_disable() from atomic context
Jiri Olsa
2016-10-28
1
-1
/
+1
*
|
|
|
Merge tag 'powerpc-4.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-10-22
4
-43
/
+27
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
powerpc: Ignore the pkey system calls for now
Stephen Rothwell
2016-10-19
1
-0
/
+4
|
*
|
|
powerpc: Fix numa topology console print
Aneesh Kumar K.V
2016-10-19
1
-5
/
+5
|
*
|
|
powerpc/mm: Drop dump_numa_memory_topology()
Michael Ellerman
2016-10-19
1
-36
/
+0
|
*
|
|
powerpc/boot: Fix boot on systems with uncompressed kernel image
Heiner Kallweit
2016-10-19
1
-2
/
+16
|
*
|
|
powerpc/mm: Prevent unlikely crash in copro_calculate_slb()
Frederic Barrat
2016-10-19
1
-0
/
+2
|
|
/
/
*
|
|
Merge branch 'gup_flag-cleanups'
Linus Torvalds
2016-10-19
1
-2
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mm: replace access_process_vm() write parameter with gup_flags
Lorenzo Stoakes
2016-10-19
1
-2
/
+3
|
|
/
*
|
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2016-10-15
1
-0
/
+5
|
\
\
|
*
|
gcc-plugins: Add latent_entropy plugin
Emese Revfy
2016-10-10
1
-0
/
+5
*
|
|
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-10-14
38
-132
/
+100
|
\
\
\
|
*
|
|
ppc: there is no clear_pages to export
Stephen Rothwell
2016-09-22
1
-1
/
+0
|
*
|
|
powerpc/64: whitelist unresolved modversions CRCs
Nicholas Piggin
2016-09-22
1
-1
/
+3
|
*
|
|
ppc: move exports to definitions
Al Viro
2016-08-08
37
-131
/
+98
*
|
|
|
Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...
Linus Torvalds
2016-10-14
1
-4
/
+0
|
\
\
\
\
|
*
|
|
|
libata: remove unused definitions from <asm/libata-portmap.h>
Christoph Hellwig
2016-09-22
1
-4
/
+0
[next]