summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* mm/hugetlb: allow architectures to override huge_pte_clear()Punit Agrawal2017-07-061-1/+1
* mm/hugetlb: add size parameter to huge_pte_offset()Punit Agrawal2017-07-0611-12/+20
* arm64: hugetlb: remove spurious calls to huge_ptep_offset()Steve Capper2017-07-061-23/+14
* arm64: hugetlb: refactor find_num_contig()Steve Capper2017-07-061-9/+8
* powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V2017-07-063-2/+16
* mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-066-3/+14
* powerpc/hugetlb: enable hugetlb migration for ppc64Aneesh Kumar K.V2017-07-061-0/+5
* powerpc/mm/hugetlb: remove follow_huge_addr for powerpcAneesh Kumar K.V2017-07-061-64/+0
* powerpc/hugetlb: add follow_huge_pd implementation for ppc64Aneesh Kumar K.V2017-07-061-0/+43
* mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-066-12/+12
* mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-066-64/+7
* mm, memory_hotplug: get rid of is_zone_device_sectionMichal Hocko2017-07-066-6/+6
* mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-061-0/+1
* tile: provide default ioremap declarationLogan Gunthorpe2017-07-061-0/+11
* mn10300: use generic fb.hTobias Klauser2017-07-062-23/+1
* mn10300: remove wrapper header for asm/device.hTobias Klauser2017-07-062-1/+1
* Merge branch 'parisc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-051-2/+0
|\
| * parisc: ->mapping_errorChristoph Hellwig2017-07-051-2/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-0544-207/+912
|\ \
| * | arm64: fix endianness annotation for 'struct jit_ctx' and friendsLuc Van Oostenryck2017-06-301-3/+3
| * | arm64: cpuinfo: constify attribute_group structures.Arvind Yadav2017-06-301-1/+1
| * | arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set()Dave Martin2017-06-291-3/+5
| * | arm64: ptrace: Remove redundant overrun check from compat_vfp_set()Dave Martin2017-06-291-3/+0
| * | arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user failsDave Martin2017-06-291-2/+4
| * | arm64: fix endianness annotation for __apply_alternatives()/get_alt_insn()Luc Van Oostenryck2017-06-291-4/+4
| * | arm64: fix endianness annotation in get_kaslr_seed()Luc Van Oostenryck2017-06-291-1/+1
| * | arm64: add missing conversion to __wsum in ip_fast_csum()Luc Van Oostenryck2017-06-291-1/+1
| * | arm64: fix endianness annotation in acpi_parking_protocol.cLuc Van Oostenryck2017-06-291-2/+2
| * | arm64: use readq() instead of readl() to read 64bit entry_pointLuc Van Oostenryck2017-06-291-1/+1
| * | arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck2017-06-291-7/+7
| * | arm64: fix endianness annotation for aarch64_insn_write()Luc Van Oostenryck2017-06-291-3/+2
| * | arm64: fix endianness annotation in aarch64_insn_read()Luc Van Oostenryck2017-06-291-1/+1
| * | arm64: fix endianness annotation in call_undef_hook()Luc Van Oostenryck2017-06-291-6/+8
| * | arm64: fix endianness annotation for debug-monitors.cLuc Van Oostenryck2017-06-291-6/+8
| * | Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-2624-147/+288
| |\ \
| | * | arm/arm64: KVM: add guest SEA supportTyler Baicar2017-06-225-2/+47
| | * | acpi: apei: handle SEA notification type for ARMv8Tyler Baicar2017-06-222-0/+19
| | * | arm64: exception: handle Synchronous External AbortTyler Baicar2017-06-222-10/+36
| * | | Merge branch 'perf/updates' into aarch64/for-next/coreWill Deacon2017-06-262-2/+2
| |\ \ \
| | * | | arm: perf: make of_device_ids constArvind Yadav2017-06-151-1/+1
| | * | | arm64: perf: Extend event config for ARMv8.1Shaokun Zhang2017-05-301-1/+1
| * | | | arm64: pass endianness info to sparseLuc Van Oostenryck2017-06-261-0/+2
| * | | | arm64: ftrace: fix !CONFIG_ARM64_MODULE_PLTS kernelsMark Rutland2017-06-231-6/+8
| * | | | arm64: signal: Allow expansion of the signal frameDave Martin2017-06-232-19/+214
| * | | | arm64: dump cpu_hwcaps at panic timeMark Rutland2017-06-221-0/+19
| * | | | arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin2017-06-223-2/+13
| * | | | arm64: ptrace: Flush FPSIMD regs back to thread_struct before readingDave Martin2017-06-221-0/+7
| * | | | arm64: ptrace: Fix VFP register dumping in compat coredumpsDave Martin2017-06-221-4/+7
| * | | | arm64: pass machine size to sparseLuc Van Oostenryck2017-06-201-1/+1
| * | | | arm64: signal: factor out signal frame record allocationDave Martin2017-06-202-7/+55