summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-10-208-34/+78
|\
| * arm64: fix show_regs fallout from KERN_CONT changesMark Rutland2016-10-201-3/+12
| * arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse2016-10-202-1/+13
| * arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse2016-10-203-3/+13
| * arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara2016-10-201-12/+15
| * arm64: swp emulation: bound LL/SC retries before reschedulingWill Deacon2016-10-191-14/+22
| * arm64: kernel: Init MDCR_EL2 even in the absence of a PMUMarc Zyngier2016-10-171-1/+2
| * arm64: kernel: numa: fix ACPI boot cpu numa node mappingLorenzo Pieralisi2016-10-171-0/+1
* | kprobes: Unpoison stack in jprobe_return() for KASANDmitry Vyukov2016-10-161-1/+1
|/
* arm64: use simpler API for random address requestsJason Cooper2016-10-111-6/+2
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-031-1/+10
|\
| * ARM64: ACPI: enable ACPI_SPCR_TABLEAleksey Makarov2016-09-281-1/+10
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-031-17/+5
|\ \
| * | arm64/FP/SIMD: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-17/+5
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-032-2/+2
|\ \
| * \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-302-20/+30
| |\ \
| * \ \ Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-0/+3
| |\ \ \ | | | |/ | | |/|
| * | | ftrace: Add return address pointer to ftrace_ret_stackJosh Poimboeuf2016-08-241-1/+1
| * | | ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf2016-08-241-1/+1
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-0333-453/+704
|\ \ \ \ | |_|_|/ |/| | |
| * | | arm64: fix dump_backtrace/unwind_frame with NULL tskMark Rutland2016-09-262-6/+9
| * | | arm/arm64: arch_timer: Use archdata to indicate vdso suitabilityScott Wood2016-09-231-1/+1
| * | | arm64: migrate exception table users off module.h and onto extable.hPaul Gortmaker2016-09-201-1/+1
| * | | arm64: pmu: Hoist pmu platform device nameJeremy Linton2016-09-161-1/+1
| * | | arm64: pmu: Probe default hw/cache countersJeremy Linton2016-09-161-4/+41
| * | | arm64: pmu: add fallback probe tableMark Salter2016-09-161-1/+12
| * | | arm64: Improve kprobes test for atomic sequenceDavid A. Long2016-09-151-25/+23
| * | | arm64: use alternative auto-nopMark Rutland2016-09-121-8/+2
| * | | arm64: Work around systems with mismatched cache line sizesSuzuki K Poulose2016-09-093-0/+38
| * | | arm64: Refactor sysinstr exception handlingSuzuki K Poulose2016-09-091-26/+47
| * | | arm64: Introduce raw_{d,i}cache_line_sizeSuzuki K Poulose2016-09-092-2/+2
| * | | arm64: alternative: Add support for patching adrp instructionsSuzuki K Poulose2016-09-091-0/+15
| * | | arm64: insn: Add helpers for adrp offsetsSuzuki K Poulose2016-09-091-0/+13
| * | | arm64: alternative: Disallow patching instructions using literalsSuzuki K Poulose2016-09-091-0/+6
| * | | arm64: Rearrange CPU errata workaround checksSuzuki K Poulose2016-09-093-13/+27
| * | | arm64: Use consistent naming for errata handlingSuzuki K Poulose2016-09-093-4/+4
| * | | arm64: Set the safe value for L1 icache policySuzuki K Poulose2016-09-091-2/+3
| * | | arm64/numa: remove the limitation that cpu0 must bind to node0Zhen Lei2016-09-091-0/+1
| * | | arm64/numa: avoid inconsistent information to be printedZhen Lei2016-09-091-1/+3
| * | | arm64: perf: move to common attr_group fieldsMark Rutland2016-09-091-12/+24
| * | | arm64: simplify sysreg manipulationMark Rutland2016-09-094-19/+13
| * | | arm64: Use static keys for CPU featuresCatalin Marinas2016-09-072-0/+8
| * | | arm64: ftrace: add save_stack_trace_regs()Pratyush Anand2016-09-051-0/+21
| * | | arm64: kernel: re-export _cpu_resume() from sleep.SArd Biesheuvel2016-09-051-1/+1
| * | | arm64: debug: report TRAP_TRACE instead of TRAP_HWBRPT for singlestepWill Deacon2016-09-021-2/+2
| * | | arm64: head.S: document the use of callee saved registersArd Biesheuvel2016-09-021-0/+10
| * | | arm64: head.S: use ordinary stack frame for __primary_switched()Ard Biesheuvel2016-09-021-9/+9
| * | | arm64: kernel: drop use of x24 from primary boot pathArd Biesheuvel2016-09-021-8/+12
| * | | arm64: kernel: use x30 for __enable_mmu return addressArd Biesheuvel2016-09-022-20/+9