Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Pull arm64 fixes from Will Deacon: "The main thing here is reviving hugetlb support using contiguous ptes, which we ended up reverting at the last minute in 4.5 pending a fix which went into the core mm/ code during the recent merge window. - Revert a previous revert and get hugetlb going with contiguous hints - Wire up missing compat syscalls - Enable CONFIG_SET_MODULE_RONX by default - Add missing line to our compat /proc/cpuinfo output - Clarify levels in our page table dumps - Fix booting with RANDOMIZE_TEXT_OFFSET enabled - Misc fixes to the ARM CPU PMU driver (refcounting, probe failure) - Remove some dead code and update a comment" * tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux: arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabled arm64: move {PAGE,CONT}_SHIFT into Kconfig arm64: mm: dump: log span level arm64: update stale PAGE_OFFSET comment drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on error drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmu drivers/perf: arm_pmu: Fix reference count of a device_node in of_pmu_irq_cfg arm64: report CPU number in bad_mode arm64: unistd32.h: wire up missing syscalls for compat tasks arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasks arm64: enable CONFIG_SET_MODULE_RONX by default arm64: Remove orphaned __addr_ok() definition Revert "arm64: hugetlb: partial revert of 66b3923a"
Showing
- arch/arm64/Kconfig 12 additions, 0 deletionsarch/arm64/Kconfig
- arch/arm64/Kconfig.debug 13 additions, 12 deletionsarch/arm64/Kconfig.debug
- arch/arm64/Makefile 3 additions, 1 deletionarch/arm64/Makefile
- arch/arm64/include/asm/elf.h 2 additions, 2 deletionsarch/arm64/include/asm/elf.h
- arch/arm64/include/asm/memory.h 2 additions, 1 deletionarch/arm64/include/asm/memory.h
- arch/arm64/include/asm/page.h 2 additions, 10 deletionsarch/arm64/include/asm/page.h
- arch/arm64/include/asm/uaccess.h 0 additions, 13 deletionsarch/arm64/include/asm/uaccess.h
- arch/arm64/include/asm/unistd.h 1 addition, 1 deletionarch/arm64/include/asm/unistd.h
- arch/arm64/include/asm/unistd32.h 8 additions, 0 deletionsarch/arm64/include/asm/unistd32.h
- arch/arm64/kernel/cpuinfo.c 7 additions, 1 deletionarch/arm64/kernel/cpuinfo.c
- arch/arm64/kernel/traps.c 3 additions, 2 deletionsarch/arm64/kernel/traps.c
- arch/arm64/mm/dump.c 7 additions, 1 deletionarch/arm64/mm/dump.c
- arch/arm64/mm/hugetlbpage.c 14 additions, 0 deletionsarch/arm64/mm/hugetlbpage.c
- drivers/perf/arm_pmu.c 5 additions, 7 deletionsdrivers/perf/arm_pmu.c
Loading
Please register or sign in to comment