index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-24
powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback p...
Alistair Popple
1
-1
/
+1
2018-04-15
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
3
-3
/
+35
2018-04-14
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
1
-1
/
+1
2018-04-13
powerpc/64s: Fix CPU_FTRS_ALWAYS vs DT CPU features
Michael Ellerman
1
-2
/
+21
2018-04-10
powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops
Nicholas Piggin
1
-0
/
+3
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-2
/
+5
2018-04-09
powerpc/modules: Fix crashes by adding CONFIG_RELOCATABLE to vermagic
Michael Ellerman
1
-1
/
+11
2018-04-07
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
61
-298
/
+730
2018-04-07
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-4
/
+5
2018-04-06
mm, powerpc: use vma_kernel_pagesize() in vma_mmu_pagesize()
Dan Williams
1
-6
/
+0
2018-04-05
powerpc/64s: Fix POWER9 DD2.2 and above in cputable features
Nicholas Piggin
1
-1
/
+2
2018-04-05
powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
Logan Gunthorpe
1
-2
/
+2
2018-04-04
powerpc/hw_breakpoint: Only disable hw breakpoint if cpu supports it
Naveen N. Rao
1
-1
/
+2
2018-04-04
powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix
Aneesh Kumar K.V
3
-6
/
+15
2018-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
1
-2
/
+2
2018-04-03
powerpc/powernv: Always stop secondaries before reboot/shutdown
Nicholas Piggin
1
-1
/
+1
2018-04-03
powerpc: Move default security feature flags
Mauricio Faria de Oliveira
1
-0
/
+8
2018-04-03
powerpc: Fix oops due to bad access of lppaca on bare metal
Aneesh Kumar K.V
2
-0
/
+5
2018-04-03
Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2018-04-01
powerpc/64s: Refine feature sets for little endian builds
Nicholas Piggin
1
-0
/
+15
2018-03-31
powerpc/64s: Remove POWER4 support
Nicholas Piggin
2
-9
/
+5
2018-03-31
powerpc: Remove unused CPU_FTR_ARCH_201
Nicholas Piggin
1
-2
/
+1
2018-03-31
powerpc/64s: Set assembler machine type to POWER4
Nicholas Piggin
1
-7
/
+4
2018-03-31
powerpc/64s: Explicitly add vector features to CPU_FTRS_POSSIBLE
Nicholas Piggin
1
-2
/
+2
2018-03-31
powerpc/64s: Add all POWER9 features to CPU_FTRS_ALWAYS
Nicholas Piggin
1
-1
/
+1
2018-03-31
powerpc/64s/idle: POWER9 implement a separate idle stop function for hotplug
Nicholas Piggin
1
-0
/
+1
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
9
-29
/
+52
2018-03-30
powerpc/mm/hash: Don't memset pgd table if not needed
Aneesh Kumar K.V
1
-1
/
+11
2018-03-30
powerpc/mm/hash64: Increase the VA range
Aneesh Kumar K.V
2
-2
/
+9
2018-03-30
powerpc/mm: Add support for handling > 512TB address in SLB miss
Aneesh Kumar K.V
5
-1
/
+89
2018-03-30
powerpc/mm/keys: Move pte bits to correct headers
Aneesh Kumar K.V
3
-19
/
+15
2018-03-30
powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently
Nicholas Piggin
2
-5
/
+2
2018-03-30
powerpc/mm: Pass node id into create_section_mapping
Nicholas Piggin
3
-3
/
+3
2018-03-30
powerpc/64: Defer paca allocation until memory topology is discovered
Nicholas Piggin
1
-2
/
+4
2018-03-30
powerpc/setup: Add cpu_to_phys_id array
Nicholas Piggin
1
-0
/
+1
2018-03-30
powerpc/mm/numa: move numa topology discovery earlier
Nicholas Piggin
1
-0
/
+1
2018-03-30
powerpc/64s: Allocate LPPACAs individually
Nicholas Piggin
1
-12
/
+12
2018-03-30
powerpc/64: Use array of paca pointers and allocate pacas individually
Nicholas Piggin
4
-9
/
+9
2018-03-30
powerpc/64s: Do not allocate lppaca if we are not virtualized
Nicholas Piggin
3
-3
/
+26
2018-03-29
Merge tag 'kvm-ppc-next-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2
-2
/
+0
2018-03-28
Merge branch 'fixes' into next
Michael Ellerman
4
-9
/
+19
2018-03-27
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
3
-3
/
+4
2018-03-27
powerpc: Disable DAWR in the base POWER9 CPU features
Michael Neuling
1
-3
/
+2
2018-03-27
KVM: PPC: Book3S HV: Return error from h_set_dabr() on POWER9
Michael Neuling
1
-0
/
+1
2018-03-27
powerpc: Add ppc_breakpoint_available()
Michael Neuling
1
-0
/
+1
2018-03-27
powerpc/eeh: Add eeh_state_active() helper
Sam Bobroff
1
-0
/
+6
2018-03-27
powerpc/eeh: Manage EEH_PE_RECOVERING inside eeh_handle_normal_event()
Sam Bobroff
1
-1
/
+1
2018-03-27
powerpc/eeh: Remove eeh_handle_event()
Sam Bobroff
1
-1
/
+2
2018-03-27
powerpc/64s: Enhance the information in cpu_show_meltdown()
Michael Ellerman
1
-0
/
+1
2018-03-27
powerpc: Add security feature flags for Spectre/Meltdown
Michael Ellerman
1
-0
/
+65
[next]