summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-03-06Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin
2019-03-07nios2: User address TLB flush break after finding the matching entryNicholas Piggin
2019-03-07nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin
2019-03-07nios2: improve readability of tlb functionsNicholas Piggin
2019-03-07nios2: flush_tlb_mm flush only the pidNicholas Piggin
2019-03-07nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin
2019-03-07nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin
2019-03-07nios2: Use an invalid TLB entry address helper functionNicholas Piggin
2019-03-07nios2: pte_clear does not need to flush TLBNicholas Piggin
2019-03-07nios2: flush_tlb_page use PID based flushNicholas Piggin
2019-03-07nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin
2019-03-07nios2: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz
2019-03-07nios2: ksyms: Add missing symbol exportsGuenter Roeck
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-03-06Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds
2019-03-06Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-03-06Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-03-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-03-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-06perf/x86/intel: Implement support for TSX Force AbortPeter Zijlstra (Intel)
2019-03-06x86: Add TSX Force Abort CPUID/MSRPeter Zijlstra (Intel)
2019-03-06perf/x86/intel: Generalize dynamic constraint creationPeter Zijlstra (Intel)
2019-03-06perf/x86/intel: Make cpuc allocations consistentPeter Zijlstra (Intel)
2019-03-05docs/core-api/mm: fix user memory accessors formattingMike Rapoport
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V
2019-03-05powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...Aneesh Kumar K.V
2019-03-05ia64: perfmon: don't mark buffer pages as PG_reservedDavid Hildenbrand
2019-03-05arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand
2019-03-05arm64: kexec: no need to ClearPageReserved()David Hildenbrand
2019-03-05m68k/mm: use __ClearPageReserved()David Hildenbrand
2019-03-05riscv/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05powerpc/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05s390/vdso: don't clear PG_reservedDavid Hildenbrand
2019-03-05arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V
2019-03-05arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V
2019-03-05mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V
2019-03-05arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual
2019-03-05arm64/mm: enable HugeTLB migrationAnshuman Khandual