summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds35-1769/+304
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-13/+5
2019-03-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-11/+48
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds29-199/+211
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-190/+211
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-265/+9
2019-03-06perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)2-3/+77
2019-03-06x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)2-0/+7
2019-03-06perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)1-21/+30
2019-03-06perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)3-22/+31
2019-03-05docs/core-api/mm: fix user memory accessors formattingMike Rapoport2-16/+16
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan4-5/+5
2019-03-05powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V1-17/+7
2019-03-05powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...Aneesh Kumar K.V1-87/+38
2019-03-05ia64: perfmon: don't mark buffer pages as PG_reservedDavid Hildenbrand1-55/+4
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand2-28/+1
2019-03-05arm64: kexec: no need to ClearPageReserved()David Hildenbrand1-1/+0
2019-03-05m68k/mm: use __ClearPageReserved()David Hildenbrand1-1/+1
2019-03-05riscv/vdso: don't clear PG_reservedDavid Hildenbrand1-1/+0
2019-03-05powerpc/vdso: don't clear PG_reservedDavid Hildenbrand1-2/+0
2019-03-05s390/vdso: don't clear PG_reservedDavid Hildenbrand1-2/+0
2019-03-05arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V3-0/+54
2019-03-05arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V4-0/+65
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V3-3/+4
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V6-17/+21
2019-03-05arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2-0/+25
2019-03-05arm64/mm: enable HugeTLB migrationAnshuman Khandual1-0/+4
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual16-29/+41
2019-03-05sh: remove nargs from __SYSCALLFiroz Khan2-3/+3
2019-03-05kasan: remove use after scope bugs detection.Andrey Ryabinin1-4/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds70-886/+1054
2019-03-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+24
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds114-4335/+1607
2019-03-05Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-97/+101
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds53-1022/+1693
2019-03-05Merge tag 'm68k-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds20-436/+48
2019-03-05x86: Deprecate a.out supportBorislav Petkov2-2/+1
2019-03-05a.out: remove core dumping supportLinus Torvalds5-402/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds21-1391/+1004
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds48-535/+2307
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner2-0/+2
2019-03-05x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_re...Steven Rostedt (VMware)1-25/+17
2019-03-05xen: remove pre-xen3 fallback handlersArnd Bergmann1-11/+2
2019-03-05powerpc: remove dead code in head_fsl_booke.SJason Yan1-7/+0
2019-03-05powerpc/configs: Sync skiroot defconfigJoel Stanley1-3/+9
2019-03-05powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configurationAneesh Kumar K.V1-0/+8
2019-03-04Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds19-42/+23
2019-03-04Merge tag 'regulator-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds14-30/+35
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-72/+44
2019-03-04RISC-V: Fixmap support and MM cleanupsPalmer Dabbelt6-128/+208