Age | Commit message (Expand) | Author | Files | Lines |
2019-04-13 | Merge tag 'powerpc-5.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 4 | -10/+14 |
2019-04-10 | powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configs | Michael Ellerman | 1 | -1/+1 |
2019-04-08 | powerpc/64s/radix: Fix radix segment exception handling | Nicholas Piggin | 1 | -0/+12 |
2019-04-07 | powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64 | Christophe Leroy | 1 | -1/+1 |
2019-04-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+7 |
2019-04-06 | kmemleak: powerpc: skip scanning holes in the .bss section | Catalin Marinas | 1 | -0/+7 |
2019-04-05 | syscalls: Remove start and number from syscall_set_arguments() args | Steven Rostedt (VMware) | 1 | -5/+2 |
2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 1 | -5/+3 |
2019-04-01 | powerpc/32: Fix early boot failure with RTAS built-in | Christophe Leroy | 1 | -8/+0 |
2019-03-31 | Merge tag 'powerpc-5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 3 | -13/+32 |
2019-03-29 | powerpc/pseries/mce: Fix misleading print for TLB mutlihit | Mahesh Salgaonkar | 1 | -0/+1 |
2019-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 5 | -18/+37 |
2019-03-27 | powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes | Gautham R. Shenoy | 1 | -9/+18 |
2019-03-25 | powerpc/64: Fix memcmp reading past the end of src/dest | Michael Ellerman | 1 | -4/+13 |
2019-03-21 | powerpc/security: Fix spectre_v2 reporting | Michael Ellerman | 1 | -15/+8 |
2019-03-20 | powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurations | Ben Hutchings | 1 | -1/+1 |
2019-03-18 | powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32 | Christophe Leroy | 3 | -7/+10 |
2019-03-18 | powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038 | Michael Ellerman | 2 | -6/+6 |
2019-03-17 | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma... | Linus Torvalds | 2 | -3/+0 |
2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -2/+0 |
2019-03-17 | kbuild: warn redundant generic-y | Masahiro Yamada | 1 | -1/+0 |
2019-03-16 | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n... | Linus Torvalds | 1 | -0/+1 |
2019-03-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 5 | -18/+37 |
2019-03-16 | Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 6 | -10/+22 |
2019-03-16 | powerpc: bpf: Fix generation of load/store DW instructions | Naveen N. Rao | 5 | -18/+37 |
2019-03-16 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 16 | -44/+158 |
2019-03-13 | powerpc/64s: Include <asm/nmi.h> header file to fix a warning | Mathieu Malaterre | 1 | -0/+1 |
2019-03-13 | powerpc/powernv: Fix compile without CONFIG_TRACEPOINTS | Alexey Kardashevskiy | 1 | -0/+1 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 17 | -3/+77 |
2019-03-12 | memblock: drop memblock_alloc_base() | Mike Rapoport | 2 | -3/+11 |
2019-03-12 | memblock: memblock_phys_alloc(): don't panic | Mike Rapoport | 1 | -0/+3 |
2019-03-12 | memblock: memblock_phys_alloc_try_nid(): don't panic | Mike Rapoport | 1 | -0/+4 |
2019-03-12 | powerpc: use memblock functions returning virtual address | Christophe Leroy | 3 | -4/+10 |
2019-03-12 | powerpc/mm: Disable kcov for SLB routines | Mahesh Salgaonkar | 1 | -0/+3 |
2019-03-11 | Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -1/+1 |
2019-03-10 | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+0 |
2019-03-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 14 | -59/+48 |
2019-03-08 | arch: simplify several early memory allocations | Mike Rapoport | 3 | -6/+4 |
2019-03-08 | powerpc: prefer memblock APIs returning virtual address | Mike Rapoport | 9 | -51/+44 |
2019-03-08 | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED | Alexey Brodkin | 2 | -2/+0 |
2019-03-07 | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 197 | -2947/+3345 |
2019-03-07 | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -6/+4 |
2019-03-07 | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 13 | -218/+29 |
2019-03-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 14 | -117/+179 |
2019-03-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -36/+3 |
2019-03-06 | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 1 | -1/+1 |
2019-03-06 | powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backing | Aneesh Kumar K.V | 1 | -17/+7 |
2019-03-06 | powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a... | Aneesh Kumar K.V | 1 | -87/+38 |
2019-03-06 | powerpc/vdso: don't clear PG_reserved | David Hildenbrand | 1 | -2/+0 |
2019-03-06 | arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgrade | Aneesh Kumar K.V | 3 | -0/+54 |