aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06x86/boot/KASLR: Always return a value from process_mem_regionLouis Taylor1-1/+1
2019-03-06Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-28/+84
2019-03-06Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-0/+1
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas1-1/+33
2019-03-06Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-0/+9
2019-03-07nios2: update_mmu_cache preload the TLB with the new PTENicholas Piggin3-9/+36
2019-03-07nios2: User address TLB flush break after finding the matching entryNicholas Piggin1-0/+5
2019-03-07nios2: flush_tlb_all use TLBMISC way auto-increment featureNicholas Piggin1-6/+5
2019-03-07nios2: improve readability of tlb functionsNicholas Piggin1-27/+33
2019-03-07nios2: flush_tlb_mm flush only the pidNicholas Piggin1-12/+14
2019-03-07nios2: flush_tlb_pid can just restore TLBMISC onceNicholas Piggin1-2/+2
2019-03-07nios2: TLBMISC writes do not require PID bits to be setNicholas Piggin1-12/+7
2019-03-07nios2: Use an invalid TLB entry address helper functionNicholas Piggin1-35/+33
2019-03-07nios2: pte_clear does not need to flush TLBNicholas Piggin1-1/+0
2019-03-07nios2: flush_tlb_page use PID based flushNicholas Piggin3-14/+19
2019-03-07nios2: update_mmu_cache clear the old entry from the TLBNicholas Piggin1-0/+2
2019-03-07nios2: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2-10/+0
2019-03-07nios2: ksyms: Add missing symbol exportsGuenter Roeck1-0/+12
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-27/+1
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds48-268/+286
2019-03-06Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds34-957/+393
2019-03-06Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds15-0/+594
2019-03-06Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds14-171/+232
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds5-10/+17
2019-03-06Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds509-2351/+20588
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/arnd/asm-genericLinus Torvalds5-13/+5
2019-03-06Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-11/+48
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds29-199/+211
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-190/+211
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-265/+9
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_allocAneesh 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