index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback p...
Alistair Popple
2018-04-24
1
-1
/
+1
*
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-15
3
-3
/
+35
|
\
|
*
powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU features
Michael Ellerman
2018-04-13
1
-2
/
+21
|
*
powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops
Nicholas Piggin
2018-04-11
1
-0
/
+3
|
*
powerpc/modules: Fix crashes by adding CONFIG_RELOCATABLE to vermagic
Michael Ellerman
2018-04-09
1
-1
/
+11
*
|
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
2018-04-13
1
-1
/
+1
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-04-09
3
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'kvm-ppc-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2018-03-29
2
-2
/
+0
|
|
\
|
|
*
KVM: PPC: Remove unused kvm_unmap_hva callback
Paul Mackerras
2018-03-19
2
-2
/
+0
|
*
|
KVM: Introduce paravirtualization hints and KVM_HINTS_DEDICATED
Wanpeng Li
2018-03-06
1
-0
/
+5
|
|
/
*
|
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-07
61
-298
/
+730
|
\
\
|
*
|
powerpc/64s: Fix POWER9 DD2.2 and above in cputable features
Nicholas Piggin
2018-04-05
1
-1
/
+2
|
*
|
powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
Logan Gunthorpe
2018-04-05
1
-2
/
+2
|
*
|
powerpc/hw_breakpoint: Only disable hw breakpoint if cpu supports it
Naveen N. Rao
2018-04-04
1
-1
/
+2
|
*
|
powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix
Aneesh Kumar K.V
2018-04-04
3
-6
/
+15
|
*
|
powerpc/powernv: Always stop secondaries before reboot/shutdown
Nicholas Piggin
2018-04-03
1
-1
/
+1
|
*
|
powerpc: Move default security feature flags
Mauricio Faria de Oliveira
2018-04-03
1
-0
/
+8
|
*
|
powerpc: Fix oops due to bad access of lppaca on bare metal
Aneesh Kumar K.V
2018-04-03
2
-0
/
+5
|
*
|
powerpc/64s: Refine feature sets for little endian builds
Nicholas Piggin
2018-04-01
1
-0
/
+15
|
*
|
powerpc/64s: Remove POWER4 support
Nicholas Piggin
2018-04-01
2
-9
/
+5
|
*
|
powerpc: Remove unused CPU_FTR_ARCH_201
Nicholas Piggin
2018-04-01
1
-2
/
+1
|
*
|
powerpc/64s: Set assembler machine type to POWER4
Nicholas Piggin
2018-04-01
1
-7
/
+4
|
*
|
powerpc/64s: Explicitly add vector features to CPU_FTRS_POSSIBLE
Nicholas Piggin
2018-04-01
1
-2
/
+2
|
*
|
powerpc/64s: Add all POWER9 features to CPU_FTRS_ALWAYS
Nicholas Piggin
2018-04-01
1
-1
/
+1
|
*
|
powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug
Nicholas Piggin
2018-04-01
1
-0
/
+1
|
*
|
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
9
-29
/
+52
|
|
\
\
|
|
*
|
powerpc/mm: Pass node id into create_section_mapping
Nicholas Piggin
2018-03-31
3
-3
/
+3
|
|
*
|
powerpc/64: Defer paca allocation until memory topology is discovered
Nicholas Piggin
2018-03-30
1
-2
/
+4
|
|
*
|
powerpc/setup: Add cpu_to_phys_id array
Nicholas Piggin
2018-03-30
1
-0
/
+1
|
|
*
|
powerpc/mm/numa: move numa topology discovery earlier
Nicholas Piggin
2018-03-30
1
-0
/
+1
|
|
*
|
powerpc/64s: Allocate LPPACAs individually
Nicholas Piggin
2018-03-30
1
-12
/
+12
|
|
*
|
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
2018-03-30
4
-9
/
+9
|
|
*
|
powerpc/64s: Do not allocate lppaca if we are not virtualized
Nicholas Piggin
2018-03-30
3
-3
/
+26
|
*
|
|
powerpc/mm/hash: Don't memset pgd table if not needed
Aneesh Kumar K.V
2018-03-31
1
-1
/
+11
|
*
|
|
powerpc/mm/hash64: Increase the VA range
Aneesh Kumar K.V
2018-03-31
2
-2
/
+9
|
*
|
|
powerpc/mm: Add support for handling > 512TB address in SLB miss
Aneesh Kumar K.V
2018-03-31
5
-1
/
+89
|
*
|
|
powerpc/mm/keys: Move pte bits to correct headers
Aneesh Kumar K.V
2018-03-31
3
-19
/
+15
|
*
|
|
powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently
Nicholas Piggin
2018-03-31
2
-5
/
+2
|
*
|
|
Merge branch 'fixes' into next
Michael Ellerman
2018-03-28
4
-9
/
+19
|
|
\
\
\
|
*
\
\
\
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-03-27
3
-3
/
+4
|
|
\
\
\
\
|
|
*
|
|
|
powerpc: Disable DAWR in the base POWER9 CPU features
Michael Neuling
2018-03-27
1
-3
/
+2
|
|
*
|
|
|
KVM: PPC: Book3S HV: Return error from h_set_dabr() on POWER9
Michael Neuling
2018-03-27
1
-0
/
+1
|
|
*
|
|
|
powerpc: Add ppc_breakpoint_available()
Michael Neuling
2018-03-27
1
-0
/
+1
|
*
|
|
|
|
powerpc/eeh: Add eeh_state_active() helper
Sam Bobroff
2018-03-27
1
-0
/
+6
|
*
|
|
|
|
powerpc/eeh: Manage EEH_PE_RECOVERING inside eeh_handle_normal_event()
Sam Bobroff
2018-03-27
1
-1
/
+1
|
*
|
|
|
|
powerpc/eeh: Remove eeh_handle_event()
Sam Bobroff
2018-03-27
1
-1
/
+2
|
*
|
|
|
|
powerpc/64s: Enhance the information in cpu_show_meltdown()
Michael Ellerman
2018-03-27
1
-0
/
+1
|
*
|
|
|
|
powerpc: Add security feature flags for Spectre/Meltdown
Michael Ellerman
2018-03-27
1
-0
/
+65
|
*
|
|
|
|
powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
Michael Ellerman
2018-03-27
1
-0
/
+3
|
*
|
|
|
|
powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
Michael Ellerman
2018-03-27
1
-1
/
+1
[next]