Age | Commit message (Expand) | Author | Files | Lines |
2021-04-18 | powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processors | Nicholas Piggin | 1 | -3/+16 |
2021-04-08 | powerpc/64: Move security code into security.c | Michael Ellerman | 1 | -264/+0 |
2021-03-29 | powerpc/setup_64: Fix sparse warnings | He Ying | 1 | -2/+3 |
2021-01-30 | powerpc/setup_64: Make some routines static | Cédric Le Goater | 1 | -3/+4 |
2020-11-25 | Merge branch 'fixes' into next | Michael Ellerman | 1 | -1/+121 |
2020-11-19 | powerpc/64s: flush L1D after user accesses | Nicholas Piggin | 1 | -0/+62 |
2020-11-19 | powerpc/64s: flush L1D on kernel entry | Nicholas Piggin | 1 | -1/+59 |
2020-11-19 | powerpc: Avoid broken GCC __attribute__((optimize)) | Ard Biesheuvel | 1 | -1/+1 |
2020-09-15 | powerpc/64/mm: implement page mapping percpu first chunk allocator | Aneesh Kumar K.V | 1 | -3/+59 |
2020-09-15 | powerpc/percpu: Update percpu bootmem allocator | Aneesh Kumar K.V | 1 | -8/+37 |
2020-07-22 | powerpc/64s: system call support for scv/rfscv instructions | Nicholas Piggin | 1 | -1/+4 |
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-05-26 | Merge branch 'fixes' into next | Michael Ellerman | 1 | -0/+2 |
2020-05-19 | powerpc/pseries: Limit machine check stack to 4GB | Nicholas Piggin | 1 | -3/+12 |
2020-04-21 | powerpc/setup_64: Set cache-line-size based on cache-block-size | Chris Packham | 1 | -0/+2 |
2020-03-25 | powerpc/64: Prevent stack protection in early boot | Michael Ellerman | 1 | -1/+1 |
2020-03-25 | powerpc/64: Setup a paca before parsing device tree etc. | Daniel Axtens | 1 | -6/+24 |
2020-01-26 | powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK | Christophe Leroy | 1 | -1/+1 |
2019-11-19 | powerpc: Add support for GENERIC_EARLY_IOREMAP | Christophe Leroy | 1 | -0/+3 |
2019-10-11 | powerpc/setup_64: fix -Wempty-body warnings | Qian Cai | 1 | -20/+6 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-10 | Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+10 |
2019-05-06 | Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -1/+1 |
2019-04-21 | powerpc/64: Setup KUP on secondary CPUs | Russell Currey | 1 | -0/+3 |
2019-04-21 | powerpc: Add framework for Kernel Userspace Protection | Christophe Leroy | 1 | -0/+7 |
2019-04-17 | powerpc/speculation: Support 'mitigations=' cmdline option | Josh Poimboeuf | 1 | -1/+1 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+4 |
2019-03-07 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+3 |
2019-03-07 | powerpc: prefer memblock APIs returning virtual address | Mike Rapoport | 1 | -2/+3 |
2019-02-23 | powerpc: clean stack pointers naming | Christophe Leroy | 1 | -8/+3 |
2019-02-23 | powerpc: regain entire stack space | Christophe Leroy | 1 | -4/+4 |
2019-02-23 | powerpc: Activate CONFIG_THREAD_INFO_IN_TASK | Christophe Leroy | 1 | -21/+0 |
2019-02-23 | powerpc/irq: use memblock functions returning virtual address | Christophe Leroy | 1 | -12/+7 |
2018-11-15 | powerpc/64: Fix kernel stack 16-byte alignment | Nicholas Piggin | 1 | -0/+2 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -2/+1 |
2018-10-31 | memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace __alloc_bootmem_node with appropriate memblock_ API | Mike Rapoport | 1 | -2/+4 |
2018-09-14 | powerpc/tm: Fix HFSCR bit for no suspend case | Michael Neuling | 1 | -6/+12 |
2018-07-30 | powerpc: clean inclusions of asm/feature-fixups.h | Christophe Leroy | 1 | -0/+1 |
2018-06-19 | powerpc/64: hard disable irqs in panic_smp_self_stop | Nicholas Piggin | 1 | -0/+8 |
2018-05-03 | powerpc64/ftrace: Delay enabling ftrace on secondary cpus | Naveen N. Rao | 1 | -3/+7 |
2018-05-03 | powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code paths | Naveen N. Rao | 1 | -0/+3 |
2018-04-17 | powerpc/64s: Default l1d_size to 64K in RFI fallback flush | Madhavan Srinivasan | 1 | -0/+11 |
2018-04-10 | powerpc/64s: Fix section mismatch warnings from setup_rfi_flush() | Michael Ellerman | 1 | -1/+1 |
2018-03-31 | Merge branch 'topic/paca' into next | Michael Ellerman | 1 | -27/+53 |
2018-03-31 | powerpc/64: Allocate per-cpu stacks node-local if possible | Nicholas Piggin | 1 | -19/+32 |
2018-03-31 | powerpc/64: Allocate pacas per node | Nicholas Piggin | 1 | -0/+4 |
2018-03-30 | powerpc/64: move default SPR recording | Nicholas Piggin | 1 | -0/+8 |