summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| | * | | | | | | | ARM: davinci: make irqs.h a local headerBartosz Golaszewski2019-02-1916-26/+30
| | * | | | | | | | ARM: davinci: select SPARSE_IRQBartosz Golaszewski2019-02-198-2/+9
| | * | | | | | | | ARM: davinci: wrap HW interrupt numbers with a macroBartosz Golaszewski2019-02-1913-239/+246
| | * | | | | | | | ARM: davinci: pull davinci_intc_base into the respective intc driversBartosz Golaszewski2019-02-194-3/+3
| | * | | | | | | | ARM: davinci: remove davinci_intc_typeBartosz Golaszewski2019-02-1911-14/+0
| | * | | | | | | | ARM: davinci: select GENERIC_IRQ_MULTI_HANDLERBartosz Golaszewski2019-02-194-39/+52
| | * | | | | | | | ARM: davinci: aintc: use irq domainBartosz Golaszewski2019-02-191-8/+27
| | * | | | | | | | ARM: davinci: remove intc_host_map from davinci_soc_info structBartosz Golaszewski2019-02-192-6/+0
* | | | | | | | | | Merge tag 'armsoc-newsoc' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds2019-03-0615-0/+594
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'milbeaut/newsoc' into arm/newsocArnd Bergmann2019-03-0110-0/+416
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ARM: multi_v7_defconfig: add ARCH_MILBEAUT and ARCH_MILBEAUT_M10VSugaya Taichi2019-03-011-0/+2
| | * | | | | | | | | | ARM: configs: Add Milbeaut M10V defconfigSugaya Taichi2019-03-011-0/+119
| | * | | | | | | | | | ARM: dts: milbeaut: Add device tree set for the Milbeaut M10V boardSugaya Taichi2019-03-013-0/+128
| | * | | | | | | | | | ARM: milbeaut: Add basic support for Milbeaut m10v SoCSugaya Taichi2019-03-015-0/+167