summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-0648-268/+286
|\
| * docs/core-api/mm: fix user memory accessors formattingMike Rapoport2019-03-052-16/+16
| * numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-054-5/+5
| * powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backingAneesh Kumar K.V2019-03-051-17/+7
| * powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...Aneesh Kumar K.V2019-03-051-87/+38
| * ia64: perfmon: don't mark buffer pages as PG_reservedDavid Hildenbrand2019-03-051-55/+4
| * arm64: kdump: no need to mark crashkernel pages manually PG_reservedDavid Hildenbrand2019-03-052-28/+1
| * arm64: kexec: no need to ClearPageReserved()David Hildenbrand2019-03-051-1/+0
| * m68k/mm: use __ClearPageReserved()David Hildenbrand2019-03-051-1/+1
| * riscv/vdso: don't clear PG_reservedDavid Hildenbrand2019-03-051-1/+0
| * powerpc/vdso: don't clear PG_reservedDavid Hildenbrand2019-03-051-2/+0
| * s390/vdso: don't clear PG_reservedDavid Hildenbrand2019-03-051-2/+0
| * arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V2019-03-053-0/+54
| * arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-03-054-0/+65
| * mm: update ptep_modify_prot_commit to take old pte value as argAneesh Kumar K.V2019-03-053-3/+4
| * mm: update ptep_modify_prot_start/commit to take vm_area_struct as argAneesh Kumar K.V2019-03-056-17/+21
| * arm64/mm: enable HugeTLB migration for contiguous bit HugeTLB pagesAnshuman Khandual2019-03-052-0/+25
| * arm64/mm: enable HugeTLB migrationAnshuman Khandual2019-03-051-0/+4
| * mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-0516-29/+41
| * sh: remove nargs from __SYSCALLFiroz Khan2019-03-052-3/+3
| * kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-051-4/+0
* | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-03-0634-957/+393
|\ \
| * \ Merge tag 'omap-for-v5.1/cpsw-signed' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2019-02-2226-90/+647
| |\ \
| * \ \ Merge tag 'davinci-for-v5.1/soc-part3' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2019-02-2034-1201/+471
| |\ \ \
| | * | | ARM: davinci: remove intc related fields from davinci_soc_infoBartosz Golaszewski2019-02-197-221/+0
| | * | | irqchip: davinci-cp-intc: move the driver to drivers/irqchipBartosz Golaszewski2019-02-193-268/+2
| | * | | ARM: davinci: cp-intc: remove redundant commentsBartosz Golaszewski2019-02-191-3/+0
| | * | | ARM: davinci: cp-intc: drop GPL license boilerplateBartosz Golaszewski2019-02-191-10/+8
| | * | | ARM: davinci: cp-intc: use readl/writel_relaxed()Bartosz Golaszewski2019-02-191-2/+2
| | * | | ARM: davinci: cp-intc: unify error handlingBartosz Golaszewski2019-02-191-4/+7
| | * | | ARM: davinci: cp-intc: improve coding styleBartosz Golaszewski2019-02-191-6/+7
| | * | | ARM: davinci: cp-intc: request the memory region before remapping itBartosz Golaszewski2019-02-191-0/+9
| | * | | ARM: davinci: cp-intc: use the new-style config structureBartosz Golaszewski2019-02-194-56/+48
| | * | | ARM: davinci: cp-intc: convert all hex numbers to lowercaseBartosz Golaszewski2019-02-191-4/+4
| | * | | ARM: davinci: cp-intc: use a common prefix for all symbolsBartosz Golaszewski2019-02-194-73/+77
| | * | | ARM: davinci: cp-intc: add the new config structures for da8xx SoCsBartosz Golaszewski2019-02-192-0/+20
| | * | | ARM: davinci: cp-intc: add a wrapper around cp_intc_init()Bartosz Golaszewski2019-02-197-4/+16
| | * | | ARM: davinci: cp-intc: remove cp_intc.hBartosz Golaszewski2019-02-197-63/+19
| | * | | irqchip: davinci-aintc: move the driver to drivers/irqchipBartosz Golaszewski2019-02-193-171/+4
| | * | | ARM: davinci: aintc: remove unnecessary includesBartosz Golaszewski2019-02-191-4/+0
| | * | | ARM: davinci: aintc: remove the timer-specific irq_set_handler()Bartosz Golaszewski2019-02-191-3/+0
| | * | | ARM: davinci: aintc: request memory region before remapping itBartosz Golaszewski2019-02-191-0/+9
| | * | | ARM: davinci: aintc: unify error handlingBartosz Golaszewski2019-02-191-4/+14
| | * | | ARM: davinci: aintc: use the new config structureBartosz Golaszewski2019-02-196-25/+24
| | * | | ARM: davinci: aintc: use the new irqchip config structure in dm* SoCsBartosz Golaszewski2019-02-194-0/+44
| | * | | ARM: davinci: aintc: use writel_relaxed()Bartosz Golaszewski2019-02-191-1/+1
| | * | | ARM: davinci: aintc: drop the 00 prefix from register offsetsBartosz Golaszewski2019-02-191-11/+11
| | * | | ARM: davinci: aintc: use a common prefix for symbols in the driverBartosz Golaszewski2019-02-196-57/+60
| | * | | ARM: davinci: aintc: wrap davinci_irq_init() with a helperBartosz Golaszewski2019-02-1912-8/+32
| | * | | ARM: davinci: aintc: drop GPL license boilerplateBartosz Golaszewski2019-02-191-20/+6