Age | Commit message (Expand) | Author | Files | Lines |
2022-03-28 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 1 | -0/+28 |
2022-03-08 | powerpc: Move C prototypes out of asm-prototypes.h | Christophe Leroy | 1 | -1/+0 |
2022-03-08 | KVM: PPC: Book3S PR: Disable SCV when AIL could be disabled | Nicholas Piggin | 1 | -0/+28 |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -91/+6 |
2022-01-20 | mm: percpu: add generic pcpu_populate_pte() function | Kefeng Wang | 1 | -46/+1 |
2022-01-20 | mm: percpu: add generic pcpu_fc_alloc/free funciton | Kefeng Wang | 1 | -49/+2 |
2022-01-20 | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef | Kefeng Wang | 1 | -4/+11 |
2021-12-23 | powerpc/kernel: Add __init attribute to eligible functions | Nick Child | 1 | -1/+1 |
2021-12-09 | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU | Nicholas Piggin | 1 | -1/+1 |
2021-12-02 | powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radix | Nicholas Piggin | 1 | -6/+15 |
2021-11-06 | mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE | David Hildenbrand | 1 | -1/+1 |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 1 | -1/+1 |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 1 | -1/+1 |
2021-08-13 | powerpc: rename powerpc_debugfs_root to arch_debugfs_dir | Aneesh Kumar K.V | 1 | -1/+0 |
2021-07-02 | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -4/+9 |
2021-06-29 | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA | Mike Rapoport | 1 | -1/+1 |
2021-06-25 | powerpc/pseries: Enable hardlockup watchdog for PowerVM partitions | Nicholas Piggin | 1 | -4/+9 |
2021-05-20 | powerpc: Fix early setup to make early_ioremap() work | Alexey Kardashevskiy | 1 | -2/+2 |
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 |