summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland2016-10-162-6/+9
* arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEPWill Deacon2016-10-071-2/+4
* arm64: Call numa_store_cpu_info() earlier.David Daney2016-09-301-8/+6
* arm64: avoid TLB conflict with CONFIG_RANDOMIZE_BASEMark Rutland2016-09-071-0/+3
* arm64: kernel: avoid literal load of virtual address with MMU offArd Biesheuvel2016-09-071-1/+9
* arm64: hibernate: handle allocation failuresMark Rutland2016-08-201-27/+32
* arm64: hibernate: avoid potential TLB conflictMark Rutland2016-08-201-6/+17
* arm64: vmlinux.lds: make __rela_offset and __dynsym_offset ABSOLUTEArd Biesheuvel2016-08-201-2/+2
* arm64: Honor nosmp kernel command line optionSuzuki K Poulose2016-08-201-0/+7
* arm64: Fix incorrect per-cpu usage for boot CPUSuzuki K Poulose2016-08-201-1/+1
* arm64: debug: unmask PSTATE.D earlierWill Deacon2016-08-202-2/+0
* 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-251-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-161-2/+2
| | * perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-161-7/+7
* | | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-231-2/+4
* | | exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
* | | Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds2016-05-161-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-1626-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
| * | | arm64: secondary_start_kernel: Remove unnecessary barrierSuzuki K Poulose2016-05-111-2/+0
| * | | arm64: hibernate: Refuse to hibernate if the boot cpu is offlineJames Morse2016-04-281-0/+26
| * | | arm64: kernel: Add support for hibernate/suspend-to-diskJames Morse2016-04-285-0/+658
| * | | arm64: Promote KERNEL_START/KERNEL_END definitions to a header fileJames Morse2016-04-281-3/+0
| * | | arm64: Change cpu_resume() to enable mmu early then access sleep_sp by vaJames Morse2016-04-285-77/+33
| * | | arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()James Morse2016-04-283-90/+77
| * | | arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()James Morse2016-04-281-2/+3
| * | | arm64: hyp/kvm: Make hyp-stub extensibleGeoff Levand2016-04-281-10/+24
| * | | arm64: kvm: Move lr save/restore from do_el2_call into EL1James Morse2016-04-281-2/+8
| * | | arm64: acpi: add acpi=on cmdline option to prefer ACPI boot over DTArd Biesheuvel2016-04-261-2/+6
| * | | arm64: relocatable: deal with physically misaligned kernel imagesArd Biesheuvel2016-04-262-6/+9
| * | | arm64: don't map TEXT_OFFSET bytes below the kernel if we can avoid itArd Biesheuvel2016-04-262-6/+5
| * | | arm64: kernel: replace early 64-bit literal loads with move-immediatesArd Biesheuvel2016-04-261-4/+4
| * | | arm64: kernel: perform relocation processing from ID mapArd Biesheuvel2016-04-262-48/+55