summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2017-05-082-2/+2
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-8/+2
* mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-083-6/+6
* powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini2017-05-081-13/+10
* powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini2017-05-085-37/+16
* ia64: reuse append_elf_note() and final_note() functionsHari Bathini2017-05-081-22/+0
* crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini2017-05-081-0/+4
* cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2017-05-082-2/+2
* Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-051-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-054-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-192-6/+43
| * | Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams2017-04-1283-402/+949
| |\ \
* | \ \ Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-051-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-054-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
| | * | | | | | | | | arm64: sysreg: add physical timer registersMark Rutland2017-03-091-0/+4
| | * | | | | | | | | arm64: sysreg: subsume GICv3 sysreg definitionsMark Rutland2017-03-093-72/+69