summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | arm64: fix vdso-offsets.h dependencyKevin Brodsky2016-07-112-8/+3
| * | | | | | Revert "arm64: Fix vdso-offsets.h dependency"Catalin Marinas2016-07-112-7/+7
| * | | | | | arm64: Fix vdso-offsets.h dependencyCatalin Marinas2016-07-082-7/+7
| * | | | | | arm64: efi: avoid block mappings for unaligned UEFI memory regionsArd Biesheuvel2016-07-011-0/+14
| * | | | | | arm64: efi: always map runtime services code and data regions down to pagesArd Biesheuvel2016-07-011-1/+35
| * | | | | | arm64: mm: add param to force create_pgd_mapping() to use page mappingsArd Biesheuvel2016-07-011-1/+1
| * | | | | | arm64: trap userspace "dc cvau" cache operation on errata-affected coreAndre Przywara2016-07-013-1/+73
| * | | | | | arm64: consolidate signal injection on emulation errorsAndre Przywara2016-07-012-36/+52
| * | | | | | arm64: errata: Calling enable functions for CPU errata tooAndre Przywara2016-07-012-2/+7
| * | | | | | arm64: mm: fix location of _etextArd Biesheuvel2016-06-272-4/+5
| * | | | | | arm64/kexec: Add pr_debug outputGeoff Levand2016-06-271-0/+42
| * | | | | | arm64/kexec: Add core kexec supportGeoff Levand2016-06-273-0/+302
| * | | | | | arm64: Add back cpu reset routinesGeoff Levand2016-06-273-1/+97
| * | | | | | arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2016-06-271-0/+18
| * | | | | | arm64: kill ESR_LNX_EXECMark Rutland2016-06-211-1/+1
| * | | | | | arm64: add macro to extract ESR_ELx.ECMark Rutland2016-06-211-1/+1
| * | | | | | arm64: simplify dump_memMark Rutland2016-06-211-20/+11
| * | | | | | arm64: kasan: instrument user memory access APIYang Shi2016-06-211-2/+2
| |/ / / / /
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge branches 'acpi-processor', 'acpi-cppc', 'acpi-apei' and 'acpi-sleep'Rafael J. Wysocki2016-07-251-1/+19
|\ \ \ \ \ \ \ \ | | | |/ / / / / | | |/| / / / / | | | |/ / / /
| * | | | | | arm64: add support for ACPI Low Power Idle(LPI)Sudeep Holla2016-07-211-0/+18
| * | | | | | arm64: cpuidle: drop __init section marker to arm_cpuidle_initSudeep Holla2016-07-211-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'acpi-tables'Rafael J. Wysocki2016-07-251-2/+4
|\ \ \ \ \ \
| * | | | | | ACPI: ARM64: support for ACPI_TABLE_UPGRADEJon Masters2016-06-221-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'acpi-numa'Rafael J. Wysocki2016-07-253-0/+115
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | arm64, ACPI, NUMA: NUMA support based on SRAT and SLITHanjun Guo2016-05-303-0/+115
| | |_|_|/ | |/| | |
* | | | | arm64: Enable workaround for Cavium erratum 27456 on thunderx-81xxGanapatrao Kulkarni2016-07-071-0/+6
* | | | | arm64: kernel: Save and restore UAO and addr_limit on exception entryJames Morse2016-07-072-2/+18
| |_|/ / |/| | |
* | | | arm64: hibernate: Don't hibernate on systems with stuck CPUsJames Morse2016-06-221-0/+6
* | | | arm64: smp: Add function to determine if cpus are stuck in the kernelJames Morse2016-06-221-0/+18
| |/ / |/| |
* | | arm64: kgdb: Match pstate size with gdbserver protocolDaniel Thompson2016-06-161-1/+13
* | | arm64: fix dump_instr when PAN and UAO are in useMark Rutland2016-06-141-13/+13
| |/ |/|
* | arm64: report CPU number in bad_modeMark Rutland2016-06-031-2/+3
* | arm64: Provide "model name" in /proc/cpuinfo for PER_LINUX32 tasksCatalin Marinas2016-05-311-1/+7
|/
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-261-7/+7
|\
| * Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar2016-05-201-7/+7
| |\
| | * perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-171-2/+2
| | * perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-171-7/+7
* | | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-241-2/+4
* | | exit_thread: remove empty bodiesJiri Slaby2016-05-211-7/+0
* | | Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-05-171-188/+365
|\ \ \
| * | | arm64: perf: don't expose CHAIN event in sysfsWill Deacon2016-04-251-2/+1
| * | | arm64/perf: Add Broadcom Vulcan PMU supportAshok Kumar2016-04-251-0/+60
| * | | arm64/perf: Filter common events based on PMCEIDn_EL0Ashok Kumar2016-04-251-15/+55
| * | | arm64/perf: Access pmu register using <read/write>_sys_regAshok Kumar2016-04-251-17/+16
| * | | arm64/perf: Define complete ARMv8 recommended implementation defined eventsAshok Kumar2016-04-251-0/+79
| * | | arm64/perf: Changed events naming as per the ARM ARMAshok Kumar2016-04-251-153/+153
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-1726-560/+1304
|\ \ \ \ | |_|/ / |/| | |
| * | | arm64: do not enforce strict 16 byte alignment to stack pointerColin Ian King2016-05-121-3/+0
| * | | arm64: kernel: Fix incorrect brk randomizationKees Cook2016-05-111-7/+8
| * | | arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall2016-05-111-1/+2