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
/
kernel
/
prom_init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-30
powerpc: fix function annotations to avoid section mismatch warnings with gcc-10
Vladis Dronov
1
-2
/
+2
2020-07-29
powerpc/book3s64/radix: Add kernel command line option to disable radix GTSE
Aneesh Kumar K.V
1
-4
/
+9
2020-07-16
powerpc/mm: Enable radix GTSE only if supported.
Bharata B Rao
1
-5
/
+8
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-02
powerpc: Add POWER10 architected mode
Alistair Popple
1
-2
/
+10
2020-05-11
powerpc: Replace _ALIGN() by ALIGN()
Christophe Leroy
1
-4
/
+4
2020-05-11
powerpc: Replace _ALIGN_UP() by ALIGN()
Christophe Leroy
1
-4
/
+4
2020-05-11
powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()
Christophe Leroy
1
-4
/
+4
2020-03-25
powerpc/prom_init: Remove leftover comment
Fabiano Rosas
1
-1
/
+0
2020-03-25
powerpc/prom_init: Pass the "os-term" message to hypervisor
Alexey Kardashevskiy
1
-0
/
+3
2019-11-13
powerpc/pseries: Enable support for ibm,drc-info property
Tyrel Datwyler
1
-1
/
+1
2019-11-07
powerpc: Support CMDLINE_EXTEND
Chris Packham
1
-12
/
+24
2019-10-29
powerpc/prom_init: Undo relocation before entering secure mode
Thiago Jung Bauermann
1
-0
/
+13
2019-08-30
powerpc/prom_init: Add the ESM call to prom_init
Ram Pai
1
-0
/
+96
2019-08-28
powerpc/prom: convert PROM_BUG() to standard trap
Christophe Leroy
1
-1
/
+1
2019-07-14
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-10
/
+19
2019-07-01
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+1
2019-06-15
Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+1
2019-06-07
powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTX
Christophe Leroy
1
-0
/
+1
2019-06-02
powerpc/pseries: Fix xive=off command line
Greg Kurz
1
-1
/
+15
2019-06-02
powerpc: Remove variable ‘path’ since not used
Mathieu Malaterre
1
-9
/
+4
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-15
powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init
Masahiro Yamada
1
-3
/
+3
2019-05-02
powerpc/prom_init: get rid of PROM_SCRATCH_SIZE
Christophe Leroy
1
-11
/
+9
2019-05-02
powerpc: don't use direct assignation during early boot.
Christophe Leroy
1
-2
/
+8
2019-05-02
powerpc/prom_init: don't use string functions from lib/
Christophe Leroy
1
-41
/
+170
2019-05-02
powerpc: remove CONFIG_CMDLINE #ifdef mess
Christophe Leroy
1
-6
/
+3
2018-10-18
powerpc/prom_init: Generate "phandle" instead of "linux, phandle"
Benjamin Herrenschmidt
1
-8
/
+5
2018-10-18
powerpc/prom_init: Move __prombss to it's own section and store it in .bss
Benjamin Herrenschmidt
1
-1
/
+1
2018-10-18
powerpc/prom_init: Move a few remaining statics to appropriate sections
Benjamin Herrenschmidt
1
-5
/
+5
2018-10-18
powerpc/prom_init: Move const structures to __initconst
Benjamin Herrenschmidt
1
-3
/
+3
2018-10-18
powerpc/prom_init: Move ibm_arch_vec to __prombss
Benjamin Herrenschmidt
1
-1
/
+7
2018-10-18
powerpc/prom_init: Move prom_radix_disable to __prombss
Benjamin Herrenschmidt
1
-1
/
+6
2018-10-18
powerpc/prom_init: Remove support for OPAL v2
Benjamin Herrenschmidt
1
-115
/
+10
2018-10-18
powerpc/prom_init: Replace __initdata with __prombss when applicable
Benjamin Herrenschmidt
1
-26
/
+29
2018-10-14
powerpc/prom_init: Make "default_colors" const
Benjamin Herrenschmidt
1
-1
/
+1
2018-10-14
powerpc/prom_init: Make "fake_elf" const
Benjamin Herrenschmidt
1
-1
/
+1
2018-10-14
powerpc/prom_init: Make of_workarounds static
Benjamin Herrenschmidt
1
-1
/
+1
2018-09-19
powerpc/prom: Remove VLA in prom_check_platform_support()
Suraj Jitindar Singh
1
-2
/
+5
2018-08-10
powerpc: Move `path` variable inside DEBUG_PROM
Mathieu Malaterre
1
-2
/
+7
2018-07-30
powerpc: clean the inclusion of stringify.h
Christophe Leroy
1
-1
/
+0
2018-07-20
powerpc/prom_init: Remove linux,stdout-package property
Murilo Opsfelder Araujo
1
-2
/
+0
2018-06-01
powerpc/prom: Fix %u/%llx usage since prom_printf() change
Mathieu Malaterre
1
-24
/
+49
2018-05-25
powerpc/mm/radix: Use do/while(0) trick for single statement block
Mathieu Malaterre
1
-1
/
+1
2018-05-25
powerpc: Add __printf verification to prom_printf
Mathieu Malaterre
1
-56
/
+58
2018-04-04
powerpc/mm/radix: Update command line parsing for disable_radix
Aneesh Kumar K.V
1
-3
/
+13
2018-03-31
powerpc/64s: Remove POWER4 support
Nicholas Piggin
1
-9
/
+1
2018-03-28
Merge branch 'fixes' into next
Michael Ellerman
1
-1
/
+0
2018-03-27
powerpc/init: Do not advertise radix during client-architecture-support
Alexey Kardashevskiy
1
-1
/
+2
[next]