Age | Commit message (Expand) | Author |
2021-12-23 | powerpc/kernel: Add __init attribute to eligible functions | Nick Child |
2021-11-25 | powerpc/prom_init: Fix improper check of prom_getprop() | Peiwei Hu |
2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-08-19 | isystem: ship and use stdarg.h | Alexey Dobriyan |
2021-08-13 | powerpc/pseries: Add support for FORM2 associativity | Aneesh Kumar K.V |
2021-08-13 | powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY | Aneesh Kumar K.V |
2021-06-25 | powerpc/64s: Make prom_init require RELOCATABLE | Michael Ellerman |
2021-06-25 | powerpc/64s: avoid reloading (H)SRR registers if they are still valid | Nicholas Piggin |
2021-06-25 | powerpc/prom_init: Pass linux_banner to firmware via option vector 7 | Michael Ellerman |
2021-06-25 | powerpc/prom_init: Convert prom_strcpy() into prom_strscpy_pad() | Michael Ellerman |
2021-06-15 | powerpc/prom_init: Move custom isspace() to its own namespace | Andy Shevchenko |
2021-03-24 | powerpc: remove unneeded semicolon | Jiapeng Chong |
2021-01-31 | powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scan | Cédric Le Goater |
2020-11-18 | powerpc: fix -Wimplicit-fallthrough | Nick Desaulniers |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |
2020-09-18 | powerpc/prom_init: Check display props exist before enabling btext | Michael Ellerman |
2020-07-30 | powerpc: fix function annotations to avoid section mismatch warnings with gcc-10 | Vladis Dronov |
2020-07-29 | powerpc/book3s64/radix: Add kernel command line option to disable radix GTSE | Aneesh Kumar K.V |
2020-07-16 | powerpc/mm: Enable radix GTSE only if supported. | Bharata B Rao |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-02 | powerpc: Add POWER10 architected mode | Alistair Popple |
2020-05-11 | powerpc: Replace _ALIGN() by ALIGN() | Christophe Leroy |
2020-05-11 | powerpc: Replace _ALIGN_UP() by ALIGN() | Christophe Leroy |
2020-05-11 | powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN() | Christophe Leroy |
2020-03-25 | powerpc/prom_init: Remove leftover comment | Fabiano Rosas |
2020-03-25 | powerpc/prom_init: Pass the "os-term" message to hypervisor | Alexey Kardashevskiy |
2019-11-13 | powerpc/pseries: Enable support for ibm,drc-info property | Tyrel Datwyler |
2019-11-07 | powerpc: Support CMDLINE_EXTEND | Chris Packham |
2019-10-29 | powerpc/prom_init: Undo relocation before entering secure mode | Thiago Jung Bauermann |
2019-08-30 | powerpc/prom_init: Add the ESM call to prom_init | Ram Pai |
2019-08-28 | powerpc/prom: convert PROM_BUG() to standard trap | Christophe Leroy |
2019-07-13 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2019-07-01 | Merge branch 'fixes' into next | Michael Ellerman |
2019-06-15 | Merge tag 'powerpc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2019-06-07 | powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTX | Christophe Leroy |
2019-06-02 | powerpc/pseries: Fix xive=off command line | Greg Kurz |
2019-06-02 | powerpc: Remove variable ‘path’ since not used | Mathieu Malaterre |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-14 | powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init | Masahiro Yamada |
2019-05-03 | powerpc/prom_init: get rid of PROM_SCRATCH_SIZE | Christophe Leroy |
2019-05-03 | powerpc: don't use direct assignation during early boot. | Christophe Leroy |
2019-05-03 | powerpc/prom_init: don't use string functions from lib/ | Christophe Leroy |
2019-05-03 | powerpc: remove CONFIG_CMDLINE #ifdef mess | Christophe Leroy |
2018-10-19 | powerpc/prom_init: Generate "phandle" instead of "linux, phandle" | Benjamin Herrenschmidt |
2018-10-19 | powerpc/prom_init: Move __prombss to it's own section and store it in .bss | Benjamin Herrenschmidt |
2018-10-19 | powerpc/prom_init: Move a few remaining statics to appropriate sections | Benjamin Herrenschmidt |
2018-10-19 | powerpc/prom_init: Move const structures to __initconst | Benjamin Herrenschmidt |
2018-10-19 | powerpc/prom_init: Move ibm_arch_vec to __prombss | Benjamin Herrenschmidt |
2018-10-19 | powerpc/prom_init: Move prom_radix_disable to __prombss | Benjamin Herrenschmidt |