Age | Commit message (Expand) | Author | Files | Lines |
2021-07-10 | Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -3/+0 |
2021-07-09 | Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 7 | -19/+22 |
2021-07-08 | powerpc/mm: enable HAVE_MOVE_PMD support | Aneesh Kumar K.V | 1 | -0/+2 |
2021-07-08 | powerpc/book3s64/mm: update flush_tlb_range to flush page walk cache | Aneesh Kumar K.V | 3 | -18/+36 |
2021-07-08 | mm/mremap: allow arch runtime override | Aneesh Kumar K.V | 1 | -0/+6 |
2021-07-08 | mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t * | Aneesh Kumar K.V | 4 | -4/+11 |
2021-07-08 | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * | Aneesh Kumar K.V | 4 | -5/+13 |
2021-07-08 | powerpc: convert to setup_initial_init_mm() | Kefeng Wang | 1 | -4/+1 |
2021-07-08 | powerpc/preempt: Don't touch the idle task's preempt_count during hotplug | Valentin Schneider | 2 | -6/+0 |
2021-07-06 | powerpc/64e: Fix system call illegal mtmsrd instruction | Nicholas Piggin | 1 | -1/+5 |
2021-07-06 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -1/+0 |
2021-07-05 | powerpc/xive: Fix error handling when allocating an IPI | Cédric Le Goater | 1 | -4/+3 |
2021-07-05 | powerpc/bpf: Reject atomic ops in ppc32 JIT | Naveen N. Rao | 1 | -3/+11 |
2021-07-05 | powerpc/bpf: Fix detecting BPF atomic instructions | Naveen N. Rao | 1 | -2/+2 |
2021-07-05 | powerpc/mm: Fix lockup on kernel exec fault | Christophe Leroy | 1 | -3/+1 |
2021-07-02 | Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 212 | -3609/+6413 |
2021-07-02 | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -22/+0 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 10 | -17/+54 |
2021-07-01 | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -0/+1 |
2021-07-01 | mm/thp: define default pmd_pgtable() | Anshuman Khandual | 2 | -5/+6 |
2021-07-01 | mm: define default value for FIRST_USER_ADDRESS | Anshuman Khandual | 3 | -4/+0 |
2021-07-01 | powerpc: Only build restart_table.c for 64s | Michael Ellerman | 1 | -2/+2 |
2021-07-01 | mm: generalize ZONE_[DMA|DMA32] | Kefeng Wang | 2 | -4/+1 |
2021-07-01 | powerpc/8xx: add support for huge pages on VMAP and VMALLOC | Christophe Leroy | 2 | -1/+44 |
2021-07-01 | mm/hugetlb: change parameters of arch_make_huge_pte() | Christophe Leroy | 1 | -3/+2 |
2021-06-30 | powerpc/64s: move ret_from_fork etc above __end_soft_masked | Nicholas Piggin | 1 | -26/+26 |
2021-06-30 | powerpc/64s/interrupt: clean up interrupt return labels | Nicholas Piggin | 1 | -3/+5 |
2021-06-30 | powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbols | Nicholas Piggin | 1 | -0/+6 |
2021-06-30 | powerpc/64: enable MSR[EE] in irq replay pt_regs | Nicholas Piggin | 2 | -0/+5 |
2021-06-30 | powerpc/64s/interrupt: preserve regs->softe for NMI interrupts | Nicholas Piggin | 1 | -0/+3 |
2021-06-30 | powerpc/64s: add a table of implicit soft-masked addresses | Nicholas Piggin | 6 | -11/+106 |
2021-06-30 | powerpc/64e: remove implicit soft-masking and interrupt exit restart logic | Nicholas Piggin | 4 | -23/+40 |
2021-06-30 | powerpc/64e: fix CONFIG_RELOCATABLE build warnings | Nicholas Piggin | 1 | -0/+11 |
2021-06-30 | powerpc/64s: fix hash page fault interrupt handler | Nicholas Piggin | 1 | -13/+11 |
2021-06-30 | powerpc/4xx: Fix setup_kuep() on SMP | Christophe Leroy | 1 | -1/+5 |
2021-06-30 | powerpc/32s: Fix setup_{kuap/kuep}() on SMP | Christophe Leroy | 2 | -2/+2 |
2021-06-30 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 9 | -13/+13 |
2021-06-29 | Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 22 | -9/+27 |
2021-06-29 | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA | Mike Rapoport | 7 | -10/+10 |
2021-06-29 | arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma() | Liam Howlett | 1 | -2/+2 |
2021-06-29 | arch/powerpc/kvm/book3s_hv_uvmem: use vma_lookup() instead of find_vma_inters... | Liam Howlett | 1 | -1/+1 |
2021-06-29 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 42 | -1600/+2174 |
2021-06-28 | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -9/+9 |
2021-06-28 | Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -17/+0 |
2021-06-28 | Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -83/+89 |
2021-06-26 | powerpc/interrupt: Use names in check_return_regs_valid() | Christophe Leroy | 1 | -2/+2 |
2021-06-26 | powerpc/interrupt: Also use exit_must_hard_disable() on PPC32 | Christophe Leroy | 1 | -5/+3 |
2021-06-25 | Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma... | Paolo Bonzini | 6 | -38/+79 |
2021-06-25 | powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE | Jason Wang | 1 | -6/+6 |