summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* nios2: remove custom early console implementationTobias Klauser2017-05-116-199/+0
* nios2: use generic strncpy_from_user() and strnlen_user()Ley Foon Tan2017-05-083-35/+7
* nios2: Add CDX supportMarek Vasut2017-05-084-2/+19
* nios2: Add BMX supportMarek Vasut2017-05-084-2/+19
* nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2Marek Vasut2017-05-083-0/+13
* nios2: implement flush_dcache_mmap_lock/unlockJulien Beraud2017-05-081-2/+4
* nios2: enable earlycon supportTobias Klauser2017-05-084-4/+9
* nios2: constify irq_domain_opsTobias Klauser2017-05-081-1/+1
* nios2: remove wrapper header for cmpxchg.hTobias Klauser2017-05-082-14/+1
* nios2: add .gitignore entries for auto-generated filesTobias Klauser2017-05-082-0/+3
* Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-061-4/+1
|\
| * of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-4/+1
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-064-17/+35
|\ \
| * | x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams2017-04-252-5/+1
| * | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-19/+4
| * | axon_ram: add dax_operations supportDan Williams2017-04-202-6/+43
| * | Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams2017-04-1383-402/+949
| |\ \
* | \ \ Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-061-1/+2
|\ \ \ \
| * | | | cma: Store a name in the cma structureLaura Abbott2017-04-181-1/+2
* | | | | Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2017-05-064-12/+15
|\ \ \ \ \
| * | | | | [media] ARM: dts: exynos: add HDMI controller phandle to exynos4.dtsiHans Verkuil2017-04-101-0/+1
| * | | | | [media] ARM: dts: STiH410: update sti-cec for CEC notifier supportBenjamin Gaignard2017-04-102-12/+13
| * | | | | Merge tag 'v4.11-rc5' into patchworkMauro Carvalho Chehab2017-04-04271-1495/+2831
| |\ \ \ \ \
| * | | | | | [media] media: vpif: use a configurable i2c_adapter_id for vpif displayBartosz Golaszewski2017-03-221-0/+1
* | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-05-0556-744/+1814
|\ \ \ \ \ \ \
| * | | | | | | arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUSCatalin Marinas2017-05-051-16/+49
| * | | | | | | arm64: Print DT machine model in setup_machine_fdt()Geert Uytterhoeven2017-04-281-1/+4
| * | | | | | | arm64: pmu: Wire-up Cortex A53 L2 cache events and DTLB refillsFlorian Fainelli2017-04-281-0/+6
| * | | | | | | arm64: module: split core and init PLT sectionsArd Biesheuvel2017-04-264-48/+72
| * | | | | | | arm64: pmuv3: handle pmuv3+Mark Rutland2017-04-251-3/+4
| * | | | | | | arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier2017-04-242-0/+18
| * | | | | | | Merge branch 'will/for-next/perf' into for-next/coreCatalin Marinas2017-04-123-33/+92
| |\ \ \ \ \ \ \
| | * | | | | | | arm64: pmuv3: use arm_pmu ACPI frameworkMark Rutland2017-04-111-17/+9
| | * | | | | | | arm64: pmuv3: handle !PMUv3 when probingMark Rutland2017-04-111-16/+71
| | * | | | | | | arm64: add function to get a cpu's MADT GICC tableMark Rutland2017-04-112-0/+12
| * | | | | | | | arm64: Silence spurious kbuild warning on menuconfigMarc Zyngier2017-04-121-1/+3
| * | | | | | | | Merge tag 'arch-timer-errata-prereq' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-04-076-3/+46
| |\ \ \ \ \ \ \ \
| * | | | | | | | | arm64: print a fault message when attempting to write RO memoryStephen Boyd2017-04-061-19/+36
| * | | | | | | | | arm64: kdump: enable kdump in defconfigAKASHI Takahiro2017-04-051-0/+1
| * | | | | | | | | arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro2017-04-054-0/+136
| * | | | | | | | | arm64: kdump: add VMCOREINFO's for user-space toolsAKASHI Takahiro2017-04-051-0/+11
| * | | | | | | | | arm64: kdump: implement machine_crash_shutdown()AKASHI Takahiro2017-04-055-6/+167
| * | | | | | | | | arm64: hibernate: preserve kdump image around hibernationAKASHI Takahiro2017-04-054-1/+117
| * | | | | | | | | arm64: kdump: protect crash dump kernel memoryTakahiro Akashi2017-04-052-55/+80
| * | | | | | | | | arm64: mm: add set_memory_valid()AKASHI Takahiro2017-04-052-6/+10
| * | | | | | | | | arm64: kdump: reserve memory for crash dump kernelAKASHI Takahiro2017-04-052-1/+72
| * | | | | | | | | arm64: limit memory regions based on DT property, usable-memory-rangeAKASHI Takahiro2017-04-051-0/+35
| * | | | | | | | | Merge branch 'arm64/common-sysreg' of git://git.kernel.org/pub/scm/linux/kern...Catalin Marinas2017-04-043-79/+172
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arm64: sysreg: add Set/Way sys encodingsMark Rutland2017-03-091-0/+6
| | * | | | | | | | | arm64: sysreg: add register encodings used by KVMMark Rutland2017-03-091-0/+37